commit 158a687f029c6f5ab636d6892202b102a9c22557 Author: json Date: Sat Jun 13 01:45:28 2026 +0000 init diff --git a/.cache b/.cache new file mode 100644 index 0000000..93946cb --- /dev/null +++ b/.cache @@ -0,0 +1 @@ +{"access_token": "BQCYuoK3guV17fxFWjqaTUp_ebRJxd_6WfhHK108Z_ErKi8o62wgGxZHEf9yVeMpzUqfcXheikMwEQcuQZ1KU9VsS4J3MWnMrIZ_xHm7LumHwiAScZ5mIxJNgm-7QpjVRaUU08uV17w", "token_type": "Bearer", "expires_in": 3600, "expires_at": 1781043406} \ No newline at end of file diff --git a/.env b/.env new file mode 100644 index 0000000..9662a01 --- /dev/null +++ b/.env @@ -0,0 +1,65 @@ +### +### Main configuration file of the server. If you +### plan to have this only for personal use, you +### can leave the defaults as they are. +### +### If you plan on using for a server, +### see https://spotizerr.rtfd.io +### + +# Interface to bind to. Unless you know what you're doing, don't change this +HOST=0.0.0.0 + +# Redis connection (external or internal). +# Host name 'redis' works with docker-compose.yml setup +REDIS_HOST=redis +REDIS_PORT=6379 +REDIS_DB=0 +REDIS_PASSWORD=ajRGddcABb1 + +# Set to true to filter out explicit content. +EXPLICIT_FILTER=false + +# Optional: Sets the default file permissions for newly created files within the container. +UMASK=0022 + +# Whether to setup file permissions on startup. May improve performance on remote/slow filesystems +SKIP_SET_PERMISSIONS=false + +### +### Multi-user settings, disabled by default. +### + +# Enable authentication (i.e. multi-user mode). +ENABLE_AUTH=false + +# Basic Authentication settings. +JWT_SECRET=long-random-text + +# How much a session persists, in hours. 720h = 30 days. +JWT_EXPIRATION_HOURS=720 + +# Default admins creds, please change the password or delete this account after you create your own +DEFAULT_ADMIN_USERNAME=admin +DEFAULT_ADMIN_PASSWORD=admin123 + +# Whether to allow new users to register themselves or leave that only available for admins +DISABLE_REGISTRATION=false + +# SSO Configuration +SSO_ENABLED=true +SSO_BASE_REDIRECT_URI=http://127.0.0.1:7171/api/auth/sso/callback +FRONTEND_URL=http://127.0.0.1:7171 + +# Google SSO (get from Google Cloud Console) +GOOGLE_CLIENT_ID= +GOOGLE_CLIENT_SECRET= + +# GitHub SSO (get from GitHub Developer Settings) +GITHUB_CLIENT_ID= +GITHUB_CLIENT_SECRET= + +# Log level for application logging. +# Possible values: debug, info, warning, error, critical +# Set to 'info' or 'warning' for general use. Use 'debug' for troubleshooting. +LOG_LEVEL=info diff --git a/data/config/main.json b/data/config/main.json new file mode 100644 index 0000000..cd2970d --- /dev/null +++ b/data/config/main.json @@ -0,0 +1,43 @@ +{ + "service": "spotify", + "version": "3.3.1", + "spotify": "jsonjordan", + "deezer": "", + "fallback": false, + "spotifyQuality": "VERY_HIGH", + "deezerQuality": "FLAC", + "realTime": true, + "customDirFormat": "%artist%/%album%", + "customTrackFormat": "%tracknum%. %music%", + "tracknumPadding": false, + "saveCover": true, + "maxConcurrentDownloads": 3, + "maxRetries": 3, + "retryDelaySeconds": 5, + "retryDelayIncrease": 5, + "convertTo": null, + "bitrate": null, + "artistSeparator": "; ", + "recursiveQuality": false, + "spotifyMetadata": true, + "separateTracksByUser": false, + "watch": { + "enabled": false, + "watchPollIntervalSeconds": 3600, + "maxTracksPerRun": 50, + "watchedArtistAlbumGroup": [ + "album", + "single" + ], + "delayBetweenPlaylistsSeconds": 2, + "delayBetweenArtistsSeconds": 5, + "useSnapshotIdChecking": true, + "maxItemsPerRun": 50 + }, + "realTimeMultiplier": 1, + "padNumberWidth": "auto", + "explicitFilter": false, + "utilityConcurrency": 1, + "librespotConcurrency": 2, + "sseUpdateIntervalSeconds": 1 +} \ No newline at end of file diff --git a/data/creds/accounts.db b/data/creds/accounts.db new file mode 100644 index 0000000..e4e3090 Binary files /dev/null and b/data/creds/accounts.db differ diff --git a/data/creds/blobs/json/credentials.json b/data/creds/blobs/json/credentials.json new file mode 100644 index 0000000..82d2bdf --- /dev/null +++ b/data/creds/blobs/json/credentials.json @@ -0,0 +1 @@ +{"username": "jsonjordan", "credentials": "QVFDN0dqLUtXNkRWSjV3elNUQ1VxYmsyUENiVG5MeDZydFlyZXNNSXN2dXQ2UXlhZE9laW5YbFZidk14aDZsT1IxN1RaV2RtdHFJbWpkeW1CV2I0SURNUlJGM3NsS21XekFldEx4TXRzNUJKSlFkV3FxRjhQZmlEdEVPS0xjamYwODZVR1ZfS2twZw==", "type": "AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS"} \ No newline at end of file diff --git a/data/creds/blobs/json/device.json b/data/creds/blobs/json/device.json new file mode 100644 index 0000000..fd16134 --- /dev/null +++ b/data/creds/blobs/json/device.json @@ -0,0 +1,8 @@ +{ + "device_software_version": "Spotify Connect 3.2.6", + "device_name": "json Speaker", + "system_info_string": "Spotify Connect 3.2.6; Linux; Speaker", + "device_type": 4, + "device_id": "7593d593edf915dc4b7cc1b5c7988700f47f365a", + "preferred_locale": "us" +} \ No newline at end of file diff --git a/data/creds/blobs/jsonjordan/credentials.json b/data/creds/blobs/jsonjordan/credentials.json new file mode 100644 index 0000000..82d2bdf --- /dev/null +++ b/data/creds/blobs/jsonjordan/credentials.json @@ -0,0 +1 @@ +{"username": "jsonjordan", "credentials": "QVFDN0dqLUtXNkRWSjV3elNUQ1VxYmsyUENiVG5MeDZydFlyZXNNSXN2dXQ2UXlhZE9laW5YbFZidk14aDZsT1IxN1RaV2RtdHFJbWpkeW1CV2I0SURNUlJGM3NsS21XekFldEx4TXRzNUJKSlFkV3FxRjhQZmlEdEVPS0xjamYwODZVR1ZfS2twZw==", "type": "AUTHENTICATION_STORED_SPOTIFY_CREDENTIALS"} \ No newline at end of file diff --git a/data/creds/blobs/jsonjordan/device.json b/data/creds/blobs/jsonjordan/device.json new file mode 100644 index 0000000..bdb04d2 --- /dev/null +++ b/data/creds/blobs/jsonjordan/device.json @@ -0,0 +1,8 @@ +{ + "system_info_string": "Spotify Connect 3.2.6; Linux; Speaker", + "preferred_locale": "us", + "device_software_version": "Spotify Connect 3.2.6", + "device_type": 4, + "device_id": "440d2b26c80f193bc594659454592e6936ecb15e", + "device_name": "Living Room Speaker" +} \ No newline at end of file diff --git a/data/creds/search.json b/data/creds/search.json new file mode 100644 index 0000000..b99ba00 --- /dev/null +++ b/data/creds/search.json @@ -0,0 +1,4 @@ +{ + "client_id": "c97476463a1e471bbf8ce45e7a8000a9", + "client_secret": "962f550ad048444caf8227e0c7b02b63" +} \ No newline at end of file diff --git a/data/history/download_history.db b/data/history/download_history.db new file mode 100644 index 0000000..ad24b10 Binary files /dev/null and b/data/history/download_history.db differ diff --git a/data/users/users.json b/data/users/users.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/data/users/users.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/data/watch/artists.db b/data/watch/artists.db new file mode 100644 index 0000000..86172d7 Binary files /dev/null and b/data/watch/artists.db differ diff --git a/data/watch/playlists.db b/data/watch/playlists.db new file mode 100644 index 0000000..e9dadcd Binary files /dev/null and b/data/watch/playlists.db differ diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..d282bd5 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,32 @@ +# HEY, YOU! READ THE DOCS BEFORE YOU DO ANYTHING! +# https://spotizerr.rtfd.io + +services: + spotizerr: + image: spotizerrphoenix/spotizerr + container_name: spotizerr + user: "1000:1000" + volumes: + - ./data:/app/data + - /mnt/qnas_vault/Music:/app/downloads + - ./logs:/app/logs + - ./.cache:/app/.cache + ports: + - 7171:7171 + restart: unless-stopped + env_file: + - .env + depends_on: + - redis + redis: + image: redis:alpine + container_name: spotizerr-redis + restart: unless-stopped + env_file: + - .env + volumes: + - redis-data:/data + command: sh -c 'redis-server --requirepass "$REDIS_PASSWORD" --appendonly yes' +volumes: + redis-data: + driver: local diff --git a/logs/spotizerr.log b/logs/spotizerr.log new file mode 100644 index 0000000..5ccf121 --- /dev/null +++ b/logs/spotizerr.log @@ -0,0 +1,36293 @@ +2025-09-07 20:27:45 [INFO] Logging system initialized +2025-09-07 20:27:45 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-07 20:27:45 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-07 20:27:45 [INFO] Database migrations executed (if needed) early in startup. +2025-09-07 20:27:45 [INFO] Testing Redis connection to redis:6379... +2025-09-07 20:27:45 [INFO] Redis connection successful +2025-09-07 20:27:45 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-07 20:27:45 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-07 20:27:45 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-09-07 20:27:45 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-07 20:27:45 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-09-07 20:27:45 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-07 20:27:45 [INFO] CeleryManager: Config monitor thread started. +2025-09-07 20:27:45 [INFO] Celery workers started successfully +2025-09-07 20:27:45 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-07 20:27:45 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-07 20:27:45 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-07 20:27:45 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-07 20:27:45 [INFO] Watch Scheduler: Thread started. +2025-09-07 20:27:45 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-07 20:27:45 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-07 20:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=NORMAL, deezerQuality=MP3_128 +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=NORMAL, deezerQuality=MP3_128 +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@dbcaeb6887b7 v5.5.3 (immunity) +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-07 20:27:46 +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f66c6033ed0 +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-07 20:27:46 [INFO] Celery[DW-STDOUT]: +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@dbcaeb6887b7 v5.5.3 (immunity) +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-07 20:27:46 +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f1e6a73c090 +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-07 20:27:46 [INFO] Celery[UW-STDOUT]: +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-07 20:27:46 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-07 20:27:47 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-07 20:27:47 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-07 20:27:47 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-07 20:27:47 [INFO] Celery[DW-STDERR]: worker_dlw@dbcaeb6887b7 ready. +2025-09-07 20:27:47 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-07 20:27:48 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-07 20:27:48 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-07 20:27:48 [INFO] Celery[UW-STDERR]: worker_utw@dbcaeb6887b7 ready. +2025-09-07 20:29:47 [INFO] SSE Stream: New client connecting... +2025-09-07 20:29:47 [INFO] SSE: Client connected (total: 1) +2025-09-07 20:29:47 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 20:32:25 [WARNING] Global Spotify API credentials in data/creds/search.json are incomplete. +2025-09-07 20:34:12 [INFO] Global Spotify API credentials saved to data/creds/search.json +2025-09-07 20:37:52 [INFO] Created new session! device_id: f507b880cdebe68dfc7a9344dc6dfeb54ce13af1, ap: ap-guc3.spotify.com:4070 +2025-09-07 20:37:53 [INFO] Connection successfully! +2025-09-07 20:37:53 [INFO] Session.Receiver started +2025-09-07 20:37:54 [INFO] Login5 authentication successful, got access token +2025-09-07 20:37:54 [INFO] Skipping 02 +2025-09-07 20:37:54 [INFO] Received license_version: 0 +2025-09-07 20:37:54 [INFO] Received country_code: US +2025-09-07 20:37:54 [INFO] Skipping 1f +2025-09-07 20:37:54 [INFO] Skipping 69 +2025-09-07 20:37:54 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 20:37:54 [INFO] Authenticated as jsonjordan! +2025-09-07 20:37:54 [INFO] Spotify credentials for json validated successfully (attempt 1). +2025-09-07 20:37:54 [INFO] Credential 'json' for spotify created successfully. +2025-09-07 20:37:54 [INFO] Main configuration saved to data/config/main.json +2025-09-07 20:47:56 [INFO] Main configuration saved to data/config/main.json +2025-09-07 20:48:14 [INFO] Main configuration saved to data/config/main.json +2025-09-07 20:48:51 [INFO] Main configuration saved to data/config/main.json +2025-09-07 20:49:37 [INFO] Search requested: query='blo', type=track, limit=50, main_account_name=None +2025-09-07 20:49:37 [INFO] Spotify client initialized/reinitialized for search +2025-09-07 20:49:37 [WARNING] Couldn't decode JSON from cache at: .cache +2025-09-07 20:49:38 [INFO] Search completed successfully for query: 'blo' +2025-09-07 20:49:38 [INFO] Search requested: query='blow', type=track, limit=50, main_account_name=None +2025-09-07 20:49:38 [INFO] Search completed successfully for query: 'blow' +2025-09-07 20:49:46 [INFO] Search requested: query='blowing in the wind', type=track, limit=50, main_account_name=None +2025-09-07 20:49:47 [INFO] Search completed successfully for query: 'blowing in the wind' +2025-09-07 20:49:51 [INFO] Spotify client initialized/reinitialized +2025-09-07 20:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74165581-b55a-496a-b45f-b661185cbb2a] received +2025-09-07 20:49:51 [INFO] Added track download task d4fb6c6e-4791-478c-a4a5-0cccf406f920 to Celery queue. +2025-09-07 20:49:51 [INFO] Celery[DW-STDERR]: Task download_track[d4fb6c6e-4791-478c-a4a5-0cccf406f920] received +2025-09-07 20:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74165581-b55a-496a-b45f-b661185cbb2a] succeeded in 0.012937820050865412s: None +2025-09-07 20:49:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:51 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 started processing: Blowin' in the Wind +2025-09-07 20:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa632513-6fc7-4bae-9849-36b984138dfa] received +2025-09-07 20:49:51 [INFO] Celery[DW-STDERR]: Processing track download task: Blowin' in the Wind +2025-09-07 20:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa632513-6fc7-4bae-9849-36b984138dfa] succeeded in 0.002030067960731685s: None +2025-09-07 20:49:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:51 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2025-09-07 20:49:51 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-09-07 20:49:51 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-09-07 20:49:52 [INFO] Celery[DW-STDERR]: Created new session! device_id: 352ac001a7a9640db13047f76b77eaab68fc6b23, ap: ap-gue1.spotify.com:4070 +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-09-07 20:49:53 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 initializing... +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920: Storing individual track history (initializing) +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Storing track 'Blowin' in the Wind' in MAIN table for task d4fb6c6e-4791-478c-a4a5-0cccf406f920 +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Successfully stored track 'Blowin' in the Wind' in table 'download_history' (task: d4fb6c6e-4791-478c-a4a5-0cccf406f920) +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fb885c2-da89-4083-8f44-3c4556083cfa] received +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fb885c2-da89-4083-8f44-3c4556083cfa] succeeded in 0.0026189220370724797s: None +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c50410-1d0e-4c1d-bb71-2843d86a0f8b] received +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c50410-1d0e-4c1d-bb71-2843d86a0f8b] succeeded in 0.0019417880102992058s: None +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdca466a-2b10-4b7c-a9bf-ef0ba9aed537] received +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdca466a-2b10-4b7c-a9bf-ef0ba9aed537] succeeded in 0.004144354024901986s: None +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[759f17bb-fc80-4e9a-b96a-b13259002263] received +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[759f17bb-fc80-4e9a-b96a-b13259002263] succeeded in 0.0015805199509486556s: None +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e9ea912-04fc-4bf1-b123-382348cd26bb] received +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e9ea912-04fc-4bf1-b123-382348cd26bb] succeeded in 0.0017901529790833592s: None +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e62a5078-80ec-41df-a628-caf3c15f4423] received +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e62a5078-80ec-41df-a628-caf3c15f4423] succeeded in 0.0018425419693812728s: None +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4ebb9ef-b83a-4ec1-8375-4e90eee84e47] received +2025-09-07 20:49:54 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4ebb9ef-b83a-4ec1-8375-4e90eee84e47] succeeded in 0.0016215089708566666s: None +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3aee7cdf-f0a5-4377-8b7d-9e1961951da9] received +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3aee7cdf-f0a5-4377-8b7d-9e1961951da9] succeeded in 0.0020339750917628407s: None +2025-09-07 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29483073-c14e-40d0-9ca6-a6fb71e30275] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29483073-c14e-40d0-9ca6-a6fb71e30275] succeeded in 0.001955936080776155s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e9dc6f2-f9e2-411f-b70e-e1eb1986554b] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e9dc6f2-f9e2-411f-b70e-e1eb1986554b] succeeded in 0.0019794879481196404s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[457c5206-5ae1-4949-8c06-691635f25dd1] received +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[457c5206-5ae1-4949-8c06-691635f25dd1] succeeded in 0.0020639740396291018s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df94653e-149d-4287-a5d9-a5ad60233d23] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df94653e-149d-4287-a5d9-a5ad60233d23] succeeded in 0.0016069350531324744s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3dd9f60-f14b-40a5-ae24-a3f4441ff479] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3dd9f60-f14b-40a5-ae24-a3f4441ff479] succeeded in 0.0016005100915208459s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b30e824a-d12b-4a3e-8940-2969fdc73b53] received +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b30e824a-d12b-4a3e-8940-2969fdc73b53] succeeded in 0.002093818038702011s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38d7f807-9205-4080-b2fb-f761f363c6bb] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38d7f807-9205-4080-b2fb-f761f363c6bb] succeeded in 0.0016929630655795336s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2137945a-d580-48c6-8949-9c94d1664810] received +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2137945a-d580-48c6-8949-9c94d1664810] succeeded in 0.0020078959641978145s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0bd73ed-528f-4d7e-a13f-2cd83dcb73a2] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0bd73ed-528f-4d7e-a13f-2cd83dcb73a2] succeeded in 0.0015193269355222583s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10d9fcba-0219-482d-a6ec-e50b1e0e979e] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10d9fcba-0219-482d-a6ec-e50b1e0e979e] succeeded in 0.001764841959811747s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d806ba6-45fc-483d-a2fa-b56d453fde2e] received +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d806ba6-45fc-483d-a2fa-b56d453fde2e] succeeded in 0.0018441439606249332s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[895e280d-d656-452d-9f1b-9dbf62eb8874] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[895e280d-d656-452d-9f1b-9dbf62eb8874] succeeded in 0.001648936071433127s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[061fc146-491d-46f1-b93a-7e966e85400b] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[061fc146-491d-46f1-b93a-7e966e85400b] succeeded in 0.001592522021383047s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2aedd82-ffe3-47aa-a1a2-49528f6fd385] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2aedd82-ffe3-47aa-a1a2-49528f6fd385] succeeded in 0.0012765179853886366s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88c32a43-fcd1-4188-9d56-4a305c0a514c] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88c32a43-fcd1-4188-9d56-4a305c0a514c] succeeded in 0.0017117619281634688s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1870bcf4-1653-40eb-8252-68e372a1c8d4] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1870bcf4-1653-40eb-8252-68e372a1c8d4] succeeded in 0.0022141929948702455s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c5cbe4d-0133-426b-933c-1bde3c024f00] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c5cbe4d-0133-426b-933c-1bde3c024f00] succeeded in 0.0021813580533489585s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f154cc59-cf9f-4d58-8854-17dd9f9f7c48] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f154cc59-cf9f-4d58-8854-17dd9f9f7c48] succeeded in 0.0019152590539306402s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2becf3f-5fa9-4ed4-a81b-232822592056] received +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2becf3f-5fa9-4ed4-a81b-232822592056] succeeded in 0.0020379170309752226s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63c85092-3920-4c17-af75-2e3a634275a1] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63c85092-3920-4c17-af75-2e3a634275a1] succeeded in 0.0017591939540579915s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29f85ea3-de4c-49d2-acb0-fae27ca38802] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29f85ea3-de4c-49d2-acb0-fae27ca38802] succeeded in 0.001793883042410016s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9adf8706-0a48-4041-a913-6bbbea75821b] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9adf8706-0a48-4041-a913-6bbbea75821b] succeeded in 0.001983419992029667s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b95add8-a395-4c3b-89b3-19dff82274dc] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b95add8-a395-4c3b-89b3-19dff82274dc] succeeded in 0.001944646006450057s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15d16a77-7bda-49d0-8901-5e2d07727cbb] received +2025-09-07 20:49:55 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15d16a77-7bda-49d0-8901-5e2d07727cbb] succeeded in 0.0015999090392142534s: None +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7662e4d5-3ba8-4d6b-85ef-e99c20b7afd8] received +2025-09-07 20:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7662e4d5-3ba8-4d6b-85ef-e99c20b7afd8] succeeded in 0.0021395160583779216s: None +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a021dcb0-e43f-4a1a-ad66-565bf4a0ac2c] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a021dcb0-e43f-4a1a-ad66-565bf4a0ac2c] succeeded in 0.0016417930601164699s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c595ab6b-50b4-4384-91ae-371f93d20d5d] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c595ab6b-50b4-4384-91ae-371f93d20d5d] succeeded in 0.001642847084440291s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7785783-ae51-4d4f-9f41-b48fba452838] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7785783-ae51-4d4f-9f41-b48fba452838] succeeded in 0.0020526540465652943s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[963d5daa-ba74-4a8f-83f0-8991f23001fb] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[963d5daa-ba74-4a8f-83f0-8991f23001fb] succeeded in 0.001654873020015657s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7db05e96-113c-4264-92f1-f48172bdef74] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7db05e96-113c-4264-92f1-f48172bdef74] succeeded in 0.0024365450954064727s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c485cea0-c2c5-4864-8c82-baabdf2bc992] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c485cea0-c2c5-4864-8c82-baabdf2bc992] succeeded in 0.0019037040183320642s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd20d3db-5fbc-4d7a-9a3b-91ac664e97b1] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd20d3db-5fbc-4d7a-9a3b-91ac664e97b1] succeeded in 0.001600279938429594s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65bfbfaf-d626-4667-8ed4-bd4abb01ccbf] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65bfbfaf-d626-4667-8ed4-bd4abb01ccbf] succeeded in 0.00217899598646909s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87febe56-7dd1-4a23-a426-e3ac96644e24] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87febe56-7dd1-4a23-a426-e3ac96644e24] succeeded in 0.001642212038859725s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3f79c8a-f22a-40e8-81ea-ee8ab7a2ce9f] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3f79c8a-f22a-40e8-81ea-ee8ab7a2ce9f] succeeded in 0.0011126180179417133s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12f6fe44-0267-434e-8800-57cd3fe2deff] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12f6fe44-0267-434e-8800-57cd3fe2deff] succeeded in 0.0016369689255952835s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3b9462d-9d73-420d-9612-833bfd3d71e9] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3b9462d-9d73-420d-9612-833bfd3d71e9] succeeded in 0.0020478740334510803s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63d73740-ae5d-47ee-91ac-2a4f95323e5e] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63d73740-ae5d-47ee-91ac-2a4f95323e5e] succeeded in 0.0019863760098814964s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1036049-95ae-42b4-b55b-165d258de462] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1036049-95ae-42b4-b55b-165d258de462] succeeded in 0.0019972730660811067s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f6b9b7-7173-4291-8e70-4aa988db49f8] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f6b9b7-7173-4291-8e70-4aa988db49f8] succeeded in 0.0017513649072498083s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc03c7d9-281f-4002-8995-794d0e443ee1] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc03c7d9-281f-4002-8995-794d0e443ee1] succeeded in 0.0018781620310619473s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70fa5bdf-ad5d-465a-95c9-3fe43d9f486a] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70fa5bdf-ad5d-465a-95c9-3fe43d9f486a] succeeded in 0.0015610200352966785s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4aa5360f-b3b8-4d59-bc0c-a329b4bb2c20] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4aa5360f-b3b8-4d59-bc0c-a329b4bb2c20] succeeded in 0.0020604559686034918s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c5a0b66-bd58-4f48-8ea9-73d0d4f40ebc] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c5a0b66-bd58-4f48-8ea9-73d0d4f40ebc] succeeded in 0.0019317809492349625s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9180f4d0-c7bf-4326-a38d-15eaee44fc2b] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9180f4d0-c7bf-4326-a38d-15eaee44fc2b] succeeded in 0.0019159670919179916s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7fa8872-8068-4142-85cb-b299d8adb72f] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7fa8872-8068-4142-85cb-b299d8adb72f] succeeded in 0.0019748940831050277s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d49bd4ee-762c-41cb-904f-c7889b864219] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d49bd4ee-762c-41cb-904f-c7889b864219] succeeded in 0.0017985570011660457s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23600aa4-f26f-430e-a8dd-b0da8c6db754] received +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23600aa4-f26f-430e-a8dd-b0da8c6db754] succeeded in 0.0011206490453332663s: None +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e8621e5-e5e8-4590-9e92-d9000e251566] received +2025-09-07 20:49:56 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e8621e5-e5e8-4590-9e92-d9000e251566] succeeded in 0.0016926670214161277s: None +2025-09-07 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52fb111e-2e83-4d18-b28f-f24df3d0305a] received +2025-09-07 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52fb111e-2e83-4d18-b28f-f24df3d0305a] succeeded in 0.017726161051541567s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be54e13b-b0d6-4305-982c-48fe6de710f1] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be54e13b-b0d6-4305-982c-48fe6de710f1] succeeded in 0.0016177870566025376s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ab697fd-ef8f-438f-b8a9-12343e8e681d] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ab697fd-ef8f-438f-b8a9-12343e8e681d] succeeded in 0.001808325992897153s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bc044bd-dab2-47f5-8b17-edd58aed3f24] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bc044bd-dab2-47f5-8b17-edd58aed3f24] succeeded in 0.002254326012916863s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9c75c19-55ff-4740-8d0b-04c78c03a406] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9c75c19-55ff-4740-8d0b-04c78c03a406] succeeded in 0.0017681330209597945s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d082b5d-e33e-40ab-8e69-3b9a661449c5] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d082b5d-e33e-40ab-8e69-3b9a661449c5] succeeded in 0.001893820008262992s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3f980f7-1156-426d-919a-7d70f5c74ca9] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3f980f7-1156-426d-919a-7d70f5c74ca9] succeeded in 0.0018246599938720465s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3204315e-b71d-4f97-a194-51cae771214e] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3204315e-b71d-4f97-a194-51cae771214e] succeeded in 0.00171350606251508s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90fbe85d-7cad-4c43-97cc-41828ced694f] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90fbe85d-7cad-4c43-97cc-41828ced694f] succeeded in 0.001911996048875153s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[add6d127-4895-486a-a927-b1178fd85c52] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[add6d127-4895-486a-a927-b1178fd85c52] succeeded in 0.001686449977569282s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a544765-2225-4126-b32a-9409f5dc1130] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a544765-2225-4126-b32a-9409f5dc1130] succeeded in 0.0018210980342701077s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[053956f9-bf9c-4f32-9816-44840bf6ef93] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[053956f9-bf9c-4f32-9816-44840bf6ef93] succeeded in 0.0009677340276539326s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4ae66e4-70df-49e1-8852-5efe5a38edf0] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4ae66e4-70df-49e1-8852-5efe5a38edf0] succeeded in 0.0031880669994279742s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55696038-e17f-45aa-89c5-f5194d2d4032] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55696038-e17f-45aa-89c5-f5194d2d4032] succeeded in 0.002598241902887821s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e596dada-80f0-4ed4-acb4-2930891d272b] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e596dada-80f0-4ed4-acb4-2930891d272b] succeeded in 0.002087938948534429s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0133d8-123d-4390-a6bc-3f2b7d73a6ca] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0133d8-123d-4390-a6bc-3f2b7d73a6ca] succeeded in 0.0019023210043087602s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db86ff6a-bdf6-4585-a60e-88ea57231d17] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db86ff6a-bdf6-4585-a60e-88ea57231d17] succeeded in 0.0017975480295717716s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ebdfba3-0e93-4d01-bee8-3f6d527e642b] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ebdfba3-0e93-4d01-bee8-3f6d527e642b] succeeded in 0.001743845990858972s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c867372-dc4f-4eaf-8b29-e73269132240] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c867372-dc4f-4eaf-8b29-e73269132240] succeeded in 0.0017116840463131666s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e6c517a-b08d-4bb6-88e0-b7c8ea7e6789] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e6c517a-b08d-4bb6-88e0-b7c8ea7e6789] succeeded in 0.0019076470052823424s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2414cac7-c767-4a68-bcad-6b9dd94f2191] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2414cac7-c767-4a68-bcad-6b9dd94f2191] succeeded in 0.00186247902456671s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32a4019a-4766-481b-9997-1f6f5393bf70] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32a4019a-4766-481b-9997-1f6f5393bf70] succeeded in 0.001671436009928584s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55a80975-c93f-4505-b05e-ed9e3a7bd31d] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55a80975-c93f-4505-b05e-ed9e3a7bd31d] succeeded in 0.001862329081632197s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ecdcbb57-adec-43f1-b903-423bf9fdff85] received +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ecdcbb57-adec-43f1-b903-423bf9fdff85] succeeded in 0.001711042015813291s: None +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1e01d2c-f036-4058-81fd-f5d0abb8519b] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1e01d2c-f036-4058-81fd-f5d0abb8519b] succeeded in 0.001812738017179072s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:57 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b620600-10ec-44d5-9618-7abf78bbad2a] received +2025-09-07 20:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b620600-10ec-44d5-9618-7abf78bbad2a] succeeded in 0.0018276000628247857s: None +2025-09-07 20:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d7cafab-7e59-402c-957f-2d48bb4274a3] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d7cafab-7e59-402c-957f-2d48bb4274a3] succeeded in 0.0019722930155694485s: None +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f6c5ca2-7103-434b-8dfd-0b4f7fbeb813] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f6c5ca2-7103-434b-8dfd-0b4f7fbeb813] succeeded in 0.0017677879659458995s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed3e7127-b5f4-4647-8534-175883d9f2a6] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed3e7127-b5f4-4647-8534-175883d9f2a6] succeeded in 0.0015827299794182181s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13ffc6cf-cfd4-4abb-b4f9-994fed65d643] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13ffc6cf-cfd4-4abb-b4f9-994fed65d643] succeeded in 0.0017513770144432783s: None +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f74c01e0-b73a-4fcd-b790-7238ebd269f9] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f74c01e0-b73a-4fcd-b790-7238ebd269f9] succeeded in 0.001806239946745336s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fae31005-f4e1-4a03-86cc-c4b59f32fb4a] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fae31005-f4e1-4a03-86cc-c4b59f32fb4a] succeeded in 0.0015363340498879552s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2da86ba-4cea-4703-9376-d94f3d102a06] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2da86ba-4cea-4703-9376-d94f3d102a06] succeeded in 0.0019237579545006156s: None +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4efb250b-313c-4480-b4f3-af66fa7f5cb0] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4efb250b-313c-4480-b4f3-af66fa7f5cb0] succeeded in 0.001810465008020401s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73adaa39-a5d5-46b8-aa14-62a8057d5f1f] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73adaa39-a5d5-46b8-aa14-62a8057d5f1f] succeeded in 0.0017693140543997288s: None +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75ac1042-2390-43bd-b352-66b07081d2b2] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75ac1042-2390-43bd-b352-66b07081d2b2] succeeded in 0.002037269063293934s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ad904ef-a78d-4574-b6d8-348810f841a6] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ad904ef-a78d-4574-b6d8-348810f841a6] succeeded in 0.0017739710165187716s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dead8e6f-0b50-464a-8a56-5abdcff3fc8f] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19d90837-6476-4eaa-a423-e83794262272] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dead8e6f-0b50-464a-8a56-5abdcff3fc8f] succeeded in 0.002380887046456337s: None +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19d90837-6476-4eaa-a423-e83794262272] succeeded in 0.0019800789887085557s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f4a1d27-a52e-4a56-9513-ca9450a96ede] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f4a1d27-a52e-4a56-9513-ca9450a96ede] succeeded in 0.001671578036621213s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fdd77c8-a32e-4f4e-be30-419e275b974d] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fdd77c8-a32e-4f4e-be30-419e275b974d] succeeded in 0.0018269428983330727s: None +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cef3c930-e190-4c08-b09f-9219ed1c8387] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cef3c930-e190-4c08-b09f-9219ed1c8387] succeeded in 0.0019360900623723865s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24e94a31-ec11-42f4-9674-2b092f337fc6] received +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 real-time: No details +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36670830-d511-4207-9b9c-660f8ca17f35] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24e94a31-ec11-42f4-9674-2b092f337fc6] succeeded in 0.00397451501339674s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36670830-d511-4207-9b9c-660f8ca17f35] succeeded in 0.020865547005087137s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920: Storing completed track in main table (individual download) +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Storing track 'Blowin' in the Wind' in MAIN table for task d4fb6c6e-4791-478c-a4a5-0cccf406f920 +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'Blowin' in the Wind' in table 'download_history' (task: d4fb6c6e-4791-478c-a4a5-0cccf406f920) +2025-09-07 20:49:58 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 completed: +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7873970b-69da-470a-bcc8-849d7bae6a8e] received +2025-09-07 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7873970b-69da-470a-bcc8-849d7bae6a8e] succeeded in 0.0043732369085773826s: None +2025-09-07 20:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:49:59 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: json for blob) successful. +2025-09-07 20:49:59 [INFO] Celery[DW-STDERR]: Task download_track[d4fb6c6e-4791-478c-a4a5-0cccf406f920] succeeded in 7.766870836960152s: {'status': 'success', 'message': 'Track download completed'} +2025-09-07 20:49:59 [INFO] Celery[DW-STDERR]: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 completed successfully: Blowin' in the Wind +2025-09-07 20:49:59 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[efefb8a1-fb00-4a24-a1c9-fc01d17bc50f] received +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task efefb8a1-fb00-4a24-a1c9-fc01d17bc50f started processing: Unknown +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bcbe076-50c0-452b-af60-bab59f2e6757] received +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Executing delayed deletion for task d4fb6c6e-4791-478c-a4a5-0cccf406f920. Reason: Task completed successfully and auto-cleaned. +2025-09-07 20:50:02 [WARNING] SSE: Task efefb8a1-fb00-4a24-a1c9-fc01d17bc50f not found for update +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bcbe076-50c0-452b-af60-bab59f2e6757] succeeded in 0.002357400953769684s: None +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Data for task d4fb6c6e-4791-478c-a4a5-0cccf406f920 ('Blowin' in the Wind') deleted from Redis. Reason: Task completed successfully and auto-cleaned. +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[123c0242-6143-464a-a2b2-a49c29941004] received +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[efefb8a1-fb00-4a24-a1c9-fc01d17bc50f] succeeded in 0.02802727511152625s: None +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task efefb8a1-fb00-4a24-a1c9-fc01d17bc50f completed successfully: Unknown +2025-09-07 20:50:02 [WARNING] SSE: Task d4fb6c6e-4791-478c-a4a5-0cccf406f920 not found for update +2025-09-07 20:50:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[123c0242-6143-464a-a2b2-a49c29941004] succeeded in 0.002906925044953823s: None +2025-09-07 20:52:23 [INFO] Main configuration saved to data/config/main.json +2025-09-07 20:52:48 [INFO] Search requested: query='i will follow you into the dark', type=track, limit=50, main_account_name=None +2025-09-07 20:52:48 [INFO] Search completed successfully for query: 'i will follow you into the dark' +2025-09-07 20:52:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[713af4fe-55b2-420e-bb6e-6c5cfc6cd78e] received +2025-09-07 20:52:57 [INFO] Added track download task fbd9d1f5-d8af-476c-a9f9-8355088f4931 to Celery queue. +2025-09-07 20:52:57 [INFO] Celery[DW-STDERR]: Task download_track[fbd9d1f5-d8af-476c-a9f9-8355088f4931] received +2025-09-07 20:52:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[713af4fe-55b2-420e-bb6e-6c5cfc6cd78e] succeeded in 0.0029040989466011524s: None +2025-09-07 20:52:57 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 started processing: I Will Follow You into the Dark +2025-09-07 20:52:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fca69375-c5f9-40a3-a463-dc23915139da] received +2025-09-07 20:52:57 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2025-09-07 20:52:57 [INFO] Celery[DW-STDERR]: Processing track download task: I Will Follow You into the Dark +2025-09-07 20:52:57 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-09-07 20:52:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:52:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fca69375-c5f9-40a3-a463-dc23915139da] succeeded in 0.0032894620671868324s: None +2025-09-07 20:52:57 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-09-07 20:52:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:52:57 [INFO] Celery[DW-STDERR]: Created new session! device_id: 9fd8e31981612a45b10ee665a351a4991a7cc12e, ap: ap-gew4.spotify.com:80 +2025-09-07 20:52:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-07 20:52:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 initializing... +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931: Storing individual track history (initializing) +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Storing track 'I Will Follow You into the Dark' in MAIN table for task fbd9d1f5-d8af-476c-a9f9-8355088f4931 +2025-09-07 20:52:59 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Will Follow You into the Dark' in table 'download_history' (task: fbd9d1f5-d8af-476c-a9f9-8355088f4931) +2025-09-07 20:52:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4f0796a-1b6c-4e37-8ada-e870d2278bff] received +2025-09-07 20:52:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4f0796a-1b6c-4e37-8ada-e870d2278bff] succeeded in 0.0026031079469248652s: None +2025-09-07 20:52:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:00 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[678af6b0-f462-4958-a798-0a5075a862cb] received +2025-09-07 20:53:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[678af6b0-f462-4958-a798-0a5075a862cb] succeeded in 0.0022163609974086285s: None +2025-09-07 20:53:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:02 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adbb7d57-af59-46f7-9374-46af83c43656] received +2025-09-07 20:53:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adbb7d57-af59-46f7-9374-46af83c43656] succeeded in 0.0022338679991662502s: None +2025-09-07 20:53:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:05 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3f79415-bd16-4a0a-9f48-02137c83c747] received +2025-09-07 20:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3f79415-bd16-4a0a-9f48-02137c83c747] succeeded in 0.0026755359722301364s: None +2025-09-07 20:53:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:06 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86b4aa38-215e-4639-9911-9f44a2f039f9] received +2025-09-07 20:53:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86b4aa38-215e-4639-9911-9f44a2f039f9] succeeded in 0.002270273049362004s: None +2025-09-07 20:53:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:08 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[555b899a-fe5c-4003-9e77-fba7d595714a] received +2025-09-07 20:53:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[555b899a-fe5c-4003-9e77-fba7d595714a] succeeded in 0.002147628925740719s: None +2025-09-07 20:53:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:10 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8566c32-67aa-4e94-a2bc-fa8c8e2b3974] received +2025-09-07 20:53:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8566c32-67aa-4e94-a2bc-fa8c8e2b3974] succeeded in 0.002973863040097058s: None +2025-09-07 20:53:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:12 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[284e2e93-1c36-4371-8127-20097fbfb3a9] received +2025-09-07 20:53:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[284e2e93-1c36-4371-8127-20097fbfb3a9] succeeded in 0.002294900012202561s: None +2025-09-07 20:53:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:14 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e39e576-004a-4c11-bff4-54e493374e25] received +2025-09-07 20:53:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e39e576-004a-4c11-bff4-54e493374e25] succeeded in 0.0023776859743520617s: None +2025-09-07 20:53:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:16 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54f7342b-a22c-4409-b4c0-6e7a432fa0b9] received +2025-09-07 20:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54f7342b-a22c-4409-b4c0-6e7a432fa0b9] succeeded in 0.0026899209478870034s: None +2025-09-07 20:53:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:17 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31b5d885-a435-42f4-967a-dac91a88a275] received +2025-09-07 20:53:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31b5d885-a435-42f4-967a-dac91a88a275] succeeded in 0.002474221051670611s: None +2025-09-07 20:53:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:19 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b5cfd38-199e-48f4-b7a0-d7fbb1a8b8f3] received +2025-09-07 20:53:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b5cfd38-199e-48f4-b7a0-d7fbb1a8b8f3] succeeded in 0.002358575933612883s: None +2025-09-07 20:53:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:21 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac8f7965-b9c1-438d-ab33-020f4bd0e899] received +2025-09-07 20:53:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac8f7965-b9c1-438d-ab33-020f4bd0e899] succeeded in 0.0029139319667592645s: None +2025-09-07 20:53:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:23 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be1d11c8-dc0c-4340-8b94-78d5dc2c20d4] received +2025-09-07 20:53:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be1d11c8-dc0c-4340-8b94-78d5dc2c20d4] succeeded in 0.0024767039576545358s: None +2025-09-07 20:53:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:25 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bedb257-2ae6-4d8d-bf24-c0bda2b9b00b] received +2025-09-07 20:53:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bedb257-2ae6-4d8d-bf24-c0bda2b9b00b] succeeded in 0.002374703995883465s: None +2025-09-07 20:53:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:27 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12d6c41f-c7d9-4adf-a30a-88e5f2099850] received +2025-09-07 20:53:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12d6c41f-c7d9-4adf-a30a-88e5f2099850] succeeded in 0.0025677799712866545s: None +2025-09-07 20:53:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:29 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[788a3744-d015-4ac6-8aad-7d2cebc33d29] received +2025-09-07 20:53:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[788a3744-d015-4ac6-8aad-7d2cebc33d29] succeeded in 0.0025332800578325987s: None +2025-09-07 20:53:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:31 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b38c3d7-5d71-4392-bcc0-8298565d9bff] received +2025-09-07 20:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b38c3d7-5d71-4392-bcc0-8298565d9bff] succeeded in 0.002437419956550002s: None +2025-09-07 20:53:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:33 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9efc3059-95a1-41d8-b883-c2cc64830817] received +2025-09-07 20:53:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9efc3059-95a1-41d8-b883-c2cc64830817] succeeded in 0.002487646066583693s: None +2025-09-07 20:53:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:34 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9643c8c3-e820-42f9-8c19-635bce659b02] received +2025-09-07 20:53:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9643c8c3-e820-42f9-8c19-635bce659b02] succeeded in 0.0023497409420087934s: None +2025-09-07 20:53:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:36 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acb4944c-1ce5-4a47-ba21-b4d6f3dd100f] received +2025-09-07 20:53:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acb4944c-1ce5-4a47-ba21-b4d6f3dd100f] succeeded in 0.0021732919849455357s: None +2025-09-07 20:53:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:38 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3de4245d-3381-4db5-9563-e7345ef174b5] received +2025-09-07 20:53:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3de4245d-3381-4db5-9563-e7345ef174b5] succeeded in 0.0020439609652385116s: None +2025-09-07 20:53:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:40 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62999fe7-34f8-4552-92b7-2eb62006d0ca] received +2025-09-07 20:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62999fe7-34f8-4552-92b7-2eb62006d0ca] succeeded in 0.002335716038942337s: None +2025-09-07 20:53:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:42 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06868e3f-ff1e-47ec-b090-677bf3394b08] received +2025-09-07 20:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06868e3f-ff1e-47ec-b090-677bf3394b08] succeeded in 0.0009897470008581877s: None +2025-09-07 20:53:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:44 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30675a71-ca1b-4b03-bdbb-95dad198a885] received +2025-09-07 20:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30675a71-ca1b-4b03-bdbb-95dad198a885] succeeded in 0.0031198669457808137s: None +2025-09-07 20:53:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:46 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98cf0b00-0773-499a-a8e9-c28b8e431d80] received +2025-09-07 20:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98cf0b00-0773-499a-a8e9-c28b8e431d80] succeeded in 0.0023350060218945146s: None +2025-09-07 20:53:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:48 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e950eca1-fd8c-43e5-afbf-4436a892885e] received +2025-09-07 20:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e950eca1-fd8c-43e5-afbf-4436a892885e] succeeded in 0.0012461059959605336s: None +2025-09-07 20:53:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:50 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[829d4480-b0fd-4d08-86a4-11adb0668595] received +2025-09-07 20:53:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[829d4480-b0fd-4d08-86a4-11adb0668595] succeeded in 0.002632149960845709s: None +2025-09-07 20:53:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:51 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9be50cb-6bc2-44a2-80a6-c3dae57cf85a] received +2025-09-07 20:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9be50cb-6bc2-44a2-80a6-c3dae57cf85a] succeeded in 0.002769184997305274s: None +2025-09-07 20:53:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:53 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70ae6399-0751-444d-ba01-c44dae3717a5] received +2025-09-07 20:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70ae6399-0751-444d-ba01-c44dae3717a5] succeeded in 0.00205644394736737s: None +2025-09-07 20:53:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:55 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3a2b7f0-513f-4836-8109-e59758fbf526] received +2025-09-07 20:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3a2b7f0-513f-4836-8109-e59758fbf526] succeeded in 0.002248120028525591s: None +2025-09-07 20:53:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:57 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[345fdd64-d888-468d-b313-4a4280a98598] received +2025-09-07 20:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[345fdd64-d888-468d-b313-4a4280a98598] succeeded in 0.0024812089977785945s: None +2025-09-07 20:53:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:53:59 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93d5938c-7c62-43d7-aa88-b219748b63f5] received +2025-09-07 20:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93d5938c-7c62-43d7-aa88-b219748b63f5] succeeded in 0.002747409977018833s: None +2025-09-07 20:53:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:01 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40c94f48-746a-4fa7-a611-86112e9c5a5e] received +2025-09-07 20:54:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40c94f48-746a-4fa7-a611-86112e9c5a5e] succeeded in 0.0025946369860321283s: None +2025-09-07 20:54:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:03 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46a4cff3-792b-4fb3-862f-be978d683f90] received +2025-09-07 20:54:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46a4cff3-792b-4fb3-862f-be978d683f90] succeeded in 0.003224925952963531s: None +2025-09-07 20:54:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:05 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cff9faa7-c253-45fc-a43a-4960ee75fe57] received +2025-09-07 20:54:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cff9faa7-c253-45fc-a43a-4960ee75fe57] succeeded in 0.002104619052261114s: None +2025-09-07 20:54:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:07 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[538643c0-93e2-4b15-a01f-46c19a90a532] received +2025-09-07 20:54:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[538643c0-93e2-4b15-a01f-46c19a90a532] succeeded in 0.002550833043642342s: None +2025-09-07 20:54:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:08 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1404cf4-7ce8-441a-97f6-4eb9c0c91ee2] received +2025-09-07 20:54:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1404cf4-7ce8-441a-97f6-4eb9c0c91ee2] succeeded in 0.002360127051360905s: None +2025-09-07 20:54:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:10 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9c1f69f-c082-472c-866e-174dd7cb1450] received +2025-09-07 20:54:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9c1f69f-c082-472c-866e-174dd7cb1450] succeeded in 0.0025943380314856768s: None +2025-09-07 20:54:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:12 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1cbf457-58af-4a50-a64e-3d4ac46a565f] received +2025-09-07 20:54:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1cbf457-58af-4a50-a64e-3d4ac46a565f] succeeded in 0.0028714999789372087s: None +2025-09-07 20:54:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:14 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8040f045-87cc-45ef-a604-9ccdf04a8dbf] received +2025-09-07 20:54:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8040f045-87cc-45ef-a604-9ccdf04a8dbf] succeeded in 0.002329298062250018s: None +2025-09-07 20:54:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:16 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fbbf58b-844a-43cc-adbb-4f5c6ae8f2f9] received +2025-09-07 20:54:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fbbf58b-844a-43cc-adbb-4f5c6ae8f2f9] succeeded in 0.0023282570764422417s: None +2025-09-07 20:54:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:18 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e6993f7-d2d4-4079-b40d-81bce0557555] received +2025-09-07 20:54:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e6993f7-d2d4-4079-b40d-81bce0557555] succeeded in 0.002239706926047802s: None +2025-09-07 20:54:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:20 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5431042-bf97-423b-9314-68bb9baf1a43] received +2025-09-07 20:54:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5431042-bf97-423b-9314-68bb9baf1a43] succeeded in 0.0024258949561044574s: None +2025-09-07 20:54:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:22 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e191ec29-8e1e-458c-b0f4-4ab937e0f7ba] received +2025-09-07 20:54:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e191ec29-8e1e-458c-b0f4-4ab937e0f7ba] succeeded in 0.0027473040390759706s: None +2025-09-07 20:54:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:24 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d13c7be-107e-4a14-8882-ebcb16dd2652] received +2025-09-07 20:54:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d13c7be-107e-4a14-8882-ebcb16dd2652] succeeded in 0.0023218239657580853s: None +2025-09-07 20:54:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:25 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[474f6b53-1a85-45d1-97c6-57a29f3a346b] received +2025-09-07 20:54:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[474f6b53-1a85-45d1-97c6-57a29f3a346b] succeeded in 0.002231385908089578s: None +2025-09-07 20:54:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:27 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[536241e4-928f-4625-886f-c7d2ab9ad619] received +2025-09-07 20:54:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[536241e4-928f-4625-886f-c7d2ab9ad619] succeeded in 0.0027516300324350595s: None +2025-09-07 20:54:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:29 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5cdc2e22-d6f3-4c21-a775-89e28e70088c] received +2025-09-07 20:54:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5cdc2e22-d6f3-4c21-a775-89e28e70088c] succeeded in 0.0027808420127257705s: None +2025-09-07 20:54:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:31 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5127bd3-f789-4558-8539-2f858b75b9fb] received +2025-09-07 20:54:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5127bd3-f789-4558-8539-2f858b75b9fb] succeeded in 0.00268114497885108s: None +2025-09-07 20:54:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:33 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9eb3c616-ebf6-43d8-b780-8c907c12df30] received +2025-09-07 20:54:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9eb3c616-ebf6-43d8-b780-8c907c12df30] succeeded in 0.0026159370318055153s: None +2025-09-07 20:54:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:35 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c93c094-3606-4fbc-a1a0-243ce72d5051] received +2025-09-07 20:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c93c094-3606-4fbc-a1a0-243ce72d5051] succeeded in 0.0022962020011618733s: None +2025-09-07 20:54:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:37 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff3b47ce-1095-4bd4-a2f3-dba4191369d2] received +2025-09-07 20:54:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff3b47ce-1095-4bd4-a2f3-dba4191369d2] succeeded in 0.002454088069498539s: None +2025-09-07 20:54:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:39 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45025186-dda3-4336-842d-1e02d737bfe1] received +2025-09-07 20:54:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45025186-dda3-4336-842d-1e02d737bfe1] succeeded in 0.0023743569618090987s: None +2025-09-07 20:54:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:41 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c527f34a-bab0-40f8-8bd6-d0bf3c12fe3a] received +2025-09-07 20:54:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c527f34a-bab0-40f8-8bd6-d0bf3c12fe3a] succeeded in 0.0021545090712606907s: None +2025-09-07 20:54:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:42 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88326015-ca43-430f-90ef-9aedc98c526c] received +2025-09-07 20:54:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88326015-ca43-430f-90ef-9aedc98c526c] succeeded in 0.002249323995783925s: None +2025-09-07 20:54:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:44 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86d5afd4-e621-412e-afd0-198d4d0605cc] received +2025-09-07 20:54:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86d5afd4-e621-412e-afd0-198d4d0605cc] succeeded in 0.0022084160009399056s: None +2025-09-07 20:54:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:46 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69fb587d-a2da-4538-b52e-090b4ab36bf4] received +2025-09-07 20:54:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69fb587d-a2da-4538-b52e-090b4ab36bf4] succeeded in 0.0020799420308321714s: None +2025-09-07 20:54:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:48 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73a426c5-88a0-4ca7-9443-6875e9b0d5fc] received +2025-09-07 20:54:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73a426c5-88a0-4ca7-9443-6875e9b0d5fc] succeeded in 0.002887560985982418s: None +2025-09-07 20:54:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:50 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebea390b-9830-42d0-85c5-8866b293ca3d] received +2025-09-07 20:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebea390b-9830-42d0-85c5-8866b293ca3d] succeeded in 0.0020275729475542903s: None +2025-09-07 20:54:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:52 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21524196-3044-4970-9daf-c3f19d43a4d1] received +2025-09-07 20:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21524196-3044-4970-9daf-c3f19d43a4d1] succeeded in 0.002255828003399074s: None +2025-09-07 20:54:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:54 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b534353-cb6d-41bd-9ae9-2628598101d7] received +2025-09-07 20:54:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b534353-cb6d-41bd-9ae9-2628598101d7] succeeded in 0.0026183739537373185s: None +2025-09-07 20:54:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:56 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54930ebd-01e4-409f-b8f4-0edd43e0f9f1] received +2025-09-07 20:54:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54930ebd-01e4-409f-b8f4-0edd43e0f9f1] succeeded in 0.0025001909816637635s: None +2025-09-07 20:54:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:58 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1aaa690-a368-490e-b145-dfad93bb58b0] received +2025-09-07 20:54:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1aaa690-a368-490e-b145-dfad93bb58b0] succeeded in 0.003308005048893392s: None +2025-09-07 20:54:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:54:59 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:54:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d87fceaf-ed43-40ef-b001-68be0ab15e14] received +2025-09-07 20:54:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d87fceaf-ed43-40ef-b001-68be0ab15e14] succeeded in 0.0024085950572043657s: None +2025-09-07 20:55:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:01 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b47ba54d-d1f8-495b-929c-c424e14de919] received +2025-09-07 20:55:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b47ba54d-d1f8-495b-929c-c424e14de919] succeeded in 0.002290709991939366s: None +2025-09-07 20:55:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:03 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[005cf930-e2b3-4253-a2ef-9341ad57552f] received +2025-09-07 20:55:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[005cf930-e2b3-4253-a2ef-9341ad57552f] succeeded in 0.0024536160053685308s: None +2025-09-07 20:55:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:05 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52fd83cd-5b1b-4d8e-acf3-4af1b7b3eceb] received +2025-09-07 20:55:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52fd83cd-5b1b-4d8e-acf3-4af1b7b3eceb] succeeded in 0.002527509001083672s: None +2025-09-07 20:55:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:07 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68032555-89e0-4aed-8a6e-eed35fb91b84] received +2025-09-07 20:55:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68032555-89e0-4aed-8a6e-eed35fb91b84] succeeded in 0.0021755669731646776s: None +2025-09-07 20:55:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:09 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[666cf6ac-e7ce-4778-8703-a78fa7ef65e1] received +2025-09-07 20:55:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[666cf6ac-e7ce-4778-8703-a78fa7ef65e1] succeeded in 0.002217800007201731s: None +2025-09-07 20:55:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:11 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85a18ef6-c687-4c2d-923b-430c2ea0a967] received +2025-09-07 20:55:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85a18ef6-c687-4c2d-923b-430c2ea0a967] succeeded in 0.002312615979462862s: None +2025-09-07 20:55:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:13 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8282805f-4fde-4c4f-8832-56f81013ceb7] received +2025-09-07 20:55:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8282805f-4fde-4c4f-8832-56f81013ceb7] succeeded in 0.002237483044154942s: None +2025-09-07 20:55:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:15 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[262e21bb-065b-4c9c-96f9-518929478337] received +2025-09-07 20:55:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[262e21bb-065b-4c9c-96f9-518929478337] succeeded in 0.0031203690450638533s: None +2025-09-07 20:55:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:16 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e0c879e-9199-430b-9e65-1aa018cc3b89] received +2025-09-07 20:55:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e0c879e-9199-430b-9e65-1aa018cc3b89] succeeded in 0.002440017997287214s: None +2025-09-07 20:55:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:18 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[936f328a-6c48-4270-957c-31db9307e369] received +2025-09-07 20:55:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[936f328a-6c48-4270-957c-31db9307e369] succeeded in 0.0012539949966594577s: None +2025-09-07 20:55:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:20 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f04a7e2-e508-4fc6-bd09-046a98ecaaf9] received +2025-09-07 20:55:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f04a7e2-e508-4fc6-bd09-046a98ecaaf9] succeeded in 0.0022341710282489657s: None +2025-09-07 20:55:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:22 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[308aebcf-b25b-47a0-acda-db26489dba53] received +2025-09-07 20:55:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[308aebcf-b25b-47a0-acda-db26489dba53] succeeded in 0.002130358014255762s: None +2025-09-07 20:55:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:24 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de936bd0-a6c3-450a-a43a-d1a699fa0d31] received +2025-09-07 20:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de936bd0-a6c3-450a-a43a-d1a699fa0d31] succeeded in 0.0024772589094936848s: None +2025-09-07 20:55:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:26 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a20de6ce-1635-4046-9329-822683af70b9] received +2025-09-07 20:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a20de6ce-1635-4046-9329-822683af70b9] succeeded in 0.0023071500472724438s: None +2025-09-07 20:55:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:28 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e19d46a-0811-4708-b1c2-192f498f573c] received +2025-09-07 20:55:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e19d46a-0811-4708-b1c2-192f498f573c] succeeded in 0.002331709023565054s: None +2025-09-07 20:55:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:30 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79cb4728-7352-422d-b3a4-519ff420d5c3] received +2025-09-07 20:55:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79cb4728-7352-422d-b3a4-519ff420d5c3] succeeded in 0.002176798996515572s: None +2025-09-07 20:55:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:32 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e71a969-e80e-4754-ba61-0047bd762f3c] received +2025-09-07 20:55:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e71a969-e80e-4754-ba61-0047bd762f3c] succeeded in 0.0022838059812784195s: None +2025-09-07 20:55:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:33 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2a163fd-7d49-45e0-8487-1c0a3faf6b2d] received +2025-09-07 20:55:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2a163fd-7d49-45e0-8487-1c0a3faf6b2d] succeeded in 0.003087940043769777s: None +2025-09-07 20:55:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:35 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[860624d7-7d97-4e2c-bb2a-b0c11f817ed9] received +2025-09-07 20:55:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[860624d7-7d97-4e2c-bb2a-b0c11f817ed9] succeeded in 0.0024452409707009792s: None +2025-09-07 20:55:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:37 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ded6b416-35c6-409d-b708-a3657cd0920b] received +2025-09-07 20:55:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ded6b416-35c6-409d-b708-a3657cd0920b] succeeded in 0.0011099670082330704s: None +2025-09-07 20:55:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:39 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c9b0a56-e840-4b93-9db3-30c1e6e9dc78] received +2025-09-07 20:55:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c9b0a56-e840-4b93-9db3-30c1e6e9dc78] succeeded in 0.0025774339446797967s: None +2025-09-07 20:55:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:41 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb2c394-3116-4cd8-b563-0cdbf5f0fb30] received +2025-09-07 20:55:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb2c394-3116-4cd8-b563-0cdbf5f0fb30] succeeded in 0.002879375941120088s: None +2025-09-07 20:55:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:43 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ed25bbc-20d5-4fb5-be8e-5dff2551b915] received +2025-09-07 20:55:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ed25bbc-20d5-4fb5-be8e-5dff2551b915] succeeded in 0.0023668899666517973s: None +2025-09-07 20:55:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:45 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a680b064-b016-434d-9a13-c6baad93511e] received +2025-09-07 20:55:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a680b064-b016-434d-9a13-c6baad93511e] succeeded in 0.0022701190318912268s: None +2025-09-07 20:55:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:47 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e321728-ae9b-46fc-b0dd-fa18e8b30ad1] received +2025-09-07 20:55:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e321728-ae9b-46fc-b0dd-fa18e8b30ad1] succeeded in 0.002848463016562164s: None +2025-09-07 20:55:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:49 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ce33de3-7902-45f9-bef5-f793f2fbbec8] received +2025-09-07 20:55:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ce33de3-7902-45f9-bef5-f793f2fbbec8] succeeded in 0.0025262540439143777s: None +2025-09-07 20:55:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:51 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a41fa580-d599-45d0-a634-eeea0d25caba] received +2025-09-07 20:55:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a41fa580-d599-45d0-a634-eeea0d25caba] succeeded in 0.0025559209752827883s: None +2025-09-07 20:55:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:52 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7dc8d87-1fdf-4434-a6e6-9efe0e523093] received +2025-09-07 20:55:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7dc8d87-1fdf-4434-a6e6-9efe0e523093] succeeded in 0.0020371440332382917s: None +2025-09-07 20:55:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:54 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8243f4dc-353a-4f14-991b-c7cd8df5da90] received +2025-09-07 20:55:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8243f4dc-353a-4f14-991b-c7cd8df5da90] succeeded in 0.0027644759975373745s: None +2025-09-07 20:55:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:56 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d40ccd2-3b5b-4eab-bf22-32db0ec21531] received +2025-09-07 20:55:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d40ccd2-3b5b-4eab-bf22-32db0ec21531] succeeded in 0.002337274025194347s: None +2025-09-07 20:55:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:55:58 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:55:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76eb3354-5173-4d6f-9fe0-c25ea392def7] received +2025-09-07 20:55:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76eb3354-5173-4d6f-9fe0-c25ea392def7] succeeded in 0.002651824033819139s: None +2025-09-07 20:55:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:00 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:56:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8ebbf34-e8ef-444c-9a80-767be0a995cf] received +2025-09-07 20:56:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8ebbf34-e8ef-444c-9a80-767be0a995cf] succeeded in 0.004674905096180737s: None +2025-09-07 20:56:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:02 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:56:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6a61a54-b6fd-4a5c-be04-34ec8dcc8748] received +2025-09-07 20:56:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6a61a54-b6fd-4a5c-be04-34ec8dcc8748] succeeded in 0.00235522398725152s: None +2025-09-07 20:56:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:04 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:56:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22bca86e-777e-4716-9369-70dcca462e96] received +2025-09-07 20:56:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22bca86e-777e-4716-9369-70dcca462e96] succeeded in 0.0025359520222991705s: None +2025-09-07 20:56:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:06 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:56:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3262b2fe-cadf-47c9-8423-6c201c8ea42d] received +2025-09-07 20:56:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3262b2fe-cadf-47c9-8423-6c201c8ea42d] succeeded in 0.002631464973092079s: None +2025-09-07 20:56:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:08 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 real-time: No details +2025-09-07 20:56:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[618891d6-1042-499f-90d8-8c2f7d56a25e] received +2025-09-07 20:56:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[618891d6-1042-499f-90d8-8c2f7d56a25e] succeeded in 0.0011608409695327282s: None +2025-09-07 20:56:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:10 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931: Storing completed track in main table (individual download) +2025-09-07 20:56:10 [INFO] Celery[DW-STDERR]: Storing track 'I Will Follow You into the Dark' in MAIN table for task fbd9d1f5-d8af-476c-a9f9-8355088f4931 +2025-09-07 20:56:10 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Will Follow You into the Dark' in table 'download_history' (task: fbd9d1f5-d8af-476c-a9f9-8355088f4931) +2025-09-07 20:56:10 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 completed: +2025-09-07 20:56:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[caab2e8a-cacc-475b-b305-bb595e8c43c3] received +2025-09-07 20:56:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[caab2e8a-cacc-475b-b305-bb595e8c43c3] succeeded in 0.002369366935454309s: None +2025-09-07 20:56:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-07 20:56:10 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: json for blob) successful. +2025-09-07 20:56:10 [INFO] Celery[DW-STDERR]: Task download_track[fbd9d1f5-d8af-476c-a9f9-8355088f4931] succeeded in 192.71392677398399s: {'status': 'success', 'message': 'Track download completed'} +2025-09-07 20:56:10 [INFO] Celery[DW-STDERR]: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 completed successfully: I Will Follow You into the Dark +2025-09-07 20:56:10 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[19662702-8d19-4a79-9b97-b0a7f3397d92] received +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task 19662702-8d19-4a79-9b97-b0a7f3397d92 started processing: Unknown +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6704808d-2b1e-4b82-976f-cd74ae020189] received +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Executing delayed deletion for task fbd9d1f5-d8af-476c-a9f9-8355088f4931. Reason: Task completed successfully and auto-cleaned. +2025-09-07 20:56:13 [WARNING] SSE: Task 19662702-8d19-4a79-9b97-b0a7f3397d92 not found for update +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6704808d-2b1e-4b82-976f-cd74ae020189] succeeded in 0.001965678995475173s: None +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Data for task fbd9d1f5-d8af-476c-a9f9-8355088f4931 ('I Will Follow You into the Dark') deleted from Redis. Reason: Task completed successfully and auto-cleaned. +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8e6d874-d46e-440e-897b-5c57a367dbd0] received +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[19662702-8d19-4a79-9b97-b0a7f3397d92] succeeded in 0.029226483893580735s: None +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task 19662702-8d19-4a79-9b97-b0a7f3397d92 completed successfully: Unknown +2025-09-07 20:56:13 [WARNING] SSE: Task fbd9d1f5-d8af-476c-a9f9-8355088f4931 not found for update +2025-09-07 20:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8e6d874-d46e-440e-897b-5c57a367dbd0] succeeded in 0.0023346199886873364s: None +2025-09-07 20:59:47 [INFO] SSE Stream: New client connecting... +2025-09-07 20:59:47 [INFO] SSE: Client connected (total: 2) +2025-09-07 20:59:47 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-07 20:59:58 [INFO] SSE client disconnected +2025-09-07 20:59:58 [INFO] SSE: Client disconnected (total: 1) +2025-09-07 20:59:59 [INFO] SSE Stream: New client connecting... +2025-09-07 20:59:59 [INFO] SSE: Client connected (total: 2) +2025-09-07 20:59:59 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-07 21:00:26 [INFO] SSE client disconnected +2025-09-07 21:00:26 [INFO] SSE: Client disconnected (total: 1) +2025-09-07 21:00:59 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-07 21:01:00 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-07 21:01:01 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 21:06:32 [INFO] SSE client disconnected +2025-09-07 21:06:32 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:06:33 [INFO] SSE Stream: New client connecting... +2025-09-07 21:06:33 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:06:33 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:06:53 [INFO] SSE client disconnected +2025-09-07 21:06:53 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:06:54 [INFO] SSE Stream: New client connecting... +2025-09-07 21:06:54 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:06:54 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:07:15 [INFO] SSE client disconnected +2025-09-07 21:07:15 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:07:16 [INFO] SSE Stream: New client connecting... +2025-09-07 21:07:16 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:07:16 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:07:36 [INFO] SSE client disconnected +2025-09-07 21:07:36 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:07:37 [INFO] SSE Stream: New client connecting... +2025-09-07 21:07:37 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:07:37 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:07:58 [INFO] SSE client disconnected +2025-09-07 21:07:58 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:07:58 [INFO] SSE Stream: New client connecting... +2025-09-07 21:07:58 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:07:58 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:08:19 [INFO] SSE client disconnected +2025-09-07 21:08:19 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:08:20 [INFO] SSE Stream: New client connecting... +2025-09-07 21:08:20 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:08:20 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:08:41 [INFO] SSE client disconnected +2025-09-07 21:08:41 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:08:42 [INFO] SSE Stream: New client connecting... +2025-09-07 21:08:42 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:08:42 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:09:00 [INFO] SSE Stream: New client connecting... +2025-09-07 21:09:00 [INFO] SSE: Client connected (total: 2) +2025-09-07 21:09:00 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-07 21:09:02 [INFO] SSE client disconnected +2025-09-07 21:09:02 [INFO] SSE: Client disconnected (total: 1) +2025-09-07 21:09:03 [INFO] SSE client disconnected +2025-09-07 21:09:03 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:09:03 [INFO] SSE Stream: New client connecting... +2025-09-07 21:09:03 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:09:03 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:27:28 [INFO] SSE client disconnected +2025-09-07 21:27:28 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-07 21:39:55 [INFO] SSE Stream: New client connecting... +2025-09-07 21:39:55 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:39:55 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:41:23 [INFO] SSE client disconnected +2025-09-07 21:41:23 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 21:41:24 [INFO] SSE Stream: New client connecting... +2025-09-07 21:41:24 [INFO] SSE: Client connected (total: 1) +2025-09-07 21:41:24 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-07 21:57:26 [INFO] SSE client disconnected +2025-09-07 21:57:26 [INFO] SSE: Client disconnected (total: 0) +2025-09-07 22:21:53 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 22:21:55 [INFO] Connection successfully! +2025-09-07 22:21:55 [INFO] Session.Receiver started +2025-09-07 22:21:55 [INFO] Skipping 02 +2025-09-07 22:21:55 [INFO] Re-authenticated as jsonjordan! +2025-09-07 22:21:55 [INFO] Received license_version: 0 +2025-09-07 22:21:55 [INFO] Received country_code: US +2025-09-07 22:21:55 [INFO] Skipping 1f +2025-09-07 22:21:55 [INFO] Skipping 69 +2025-09-07 22:21:55 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 22:25:55 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 22:25:56 [INFO] Connection successfully! +2025-09-07 22:25:56 [INFO] Session.Receiver started +2025-09-07 22:25:56 [INFO] Skipping 02 +2025-09-07 22:25:56 [INFO] Re-authenticated as jsonjordan! +2025-09-07 22:25:56 [INFO] Received license_version: 0 +2025-09-07 22:25:56 [INFO] Received country_code: US +2025-09-07 22:25:56 [INFO] Skipping 1f +2025-09-07 22:25:56 [INFO] Skipping 69 +2025-09-07 22:25:56 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 22:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-07 22:51:01 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-07 22:51:02 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 23:15:53 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-07 23:15:54 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-07 23:15:55 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 23:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-07 23:35:02 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 23:35:03 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-07 23:35:04 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-07 23:47:56 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2025-09-07 23:47:57 [INFO] Connection successfully! +2025-09-07 23:47:57 [INFO] Session.Receiver started +2025-09-07 23:47:57 [INFO] Re-authenticated as jsonjordan! +2025-09-07 23:47:57 [INFO] Skipping 02 +2025-09-07 23:47:57 [INFO] Received license_version: 0 +2025-09-07 23:47:57 [INFO] Received country_code: US +2025-09-07 23:47:57 [INFO] Skipping 1f +2025-09-07 23:47:57 [INFO] Skipping 69 +2025-09-07 23:47:58 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 00:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 01:13:58 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 01:17:55 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 01:17:56 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 01:17:57 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 01:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 01:47:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 01:47:05 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 01:47:06 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 02:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 03:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 03:49:56 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 03:49:58 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 04:17:06 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 04:17:07 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 04:17:08 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 04:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 05:01:58 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 05:01:59 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 05:02:00 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 05:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 05:57:59 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 05:58:01 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 06:07:08 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 06:07:09 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 06:07:10 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 06:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 07:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 07:32:01 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 07:32:03 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 07:37:10 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 07:37:11 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 07:48:03 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 07:48:04 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 07:48:05 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 08:16:00 [INFO] SSE Stream: New client connecting... +2025-09-08 08:16:00 [INFO] SSE: Client connected (total: 1) +2025-09-08 08:16:00 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-08 08:16:21 [INFO] SSE client disconnected +2025-09-08 08:16:21 [INFO] SSE: Client disconnected (total: 0) +2025-09-08 08:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 08:36:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 08:36:06 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 09:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 09:45:12 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 09:45:13 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 09:45:14 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 10:10:06 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 10:10:07 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 10:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 11:19:13 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 11:19:15 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 11:22:37 [INFO] Celery[DW-STDERR]: Failed reading packet! +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 11:22:38 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 11:22:39 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 11:23:14 [INFO] Celery[DW-STDERR]: Failed reading packet! +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 11:23:16 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 11:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 11:28:22 [INFO] Celery[DW-STDERR]: Failed reading packet! +2025-09-08 11:28:22 [INFO] Celery[DW-STDERR]: Failed reading packet! +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 11:28:23 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 11:28:24 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 11:35:25 [INFO] SSE Stream: New client connecting... +2025-09-08 11:35:25 [INFO] SSE: Client connected (total: 1) +2025-09-08 11:35:25 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-08 12:27:45 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 12:46:46 [INFO] Logging system initialized +2025-09-08 12:46:46 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-08 12:46:46 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-08 12:46:46 [INFO] Database migrations executed (if needed) early in startup. +2025-09-08 12:46:46 [INFO] Testing Redis connection to redis:6379... +2025-09-08 12:46:46 [INFO] Redis connection successful +2025-09-08 12:46:46 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-08 12:46:46 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-08 12:46:46 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-09-08 12:46:46 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-08 12:46:46 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-09-08 12:46:46 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-08 12:46:46 [INFO] CeleryManager: Config monitor thread started. +2025-09-08 12:46:46 [INFO] Celery workers started successfully +2025-09-08 12:46:46 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-08 12:46:46 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-08 12:46:46 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-08 12:46:46 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-08 12:46:46 [INFO] Watch Scheduler: Thread started. +2025-09-08 12:46:46 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-08 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 12:46:46 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-08 12:46:47 +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-08 12:46:47 +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f5f3a9d1710 +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f08da4713d0 +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-08 12:46:47 [INFO] Celery[UW-STDOUT]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-08 12:46:47 [INFO] Celery[DW-STDOUT]: +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-08 12:46:47 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-08 12:46:48 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-08 12:46:48 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-08 12:46:48 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-08 12:46:48 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-08 12:46:48 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-08 12:46:48 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-08 12:46:48 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-08 12:46:48 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-08 12:47:03 [INFO] SSE Stream: New client connecting... +2025-09-08 12:47:03 [INFO] SSE: Client connected (total: 1) +2025-09-08 12:47:03 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-08 12:47:41 [INFO] SSE Stream: New client connecting... +2025-09-08 12:47:41 [INFO] SSE: Client connected (total: 2) +2025-09-08 12:47:41 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 12:49:07 [INFO] SSE client disconnected +2025-09-08 12:49:07 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 12:50:37 [INFO] SSE Stream: New client connecting... +2025-09-08 12:50:37 [INFO] SSE: Client connected (total: 2) +2025-09-08 12:50:37 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 12:50:39 [INFO] Search requested: query='Iner', type=track, limit=50, main_account_name=None +2025-09-08 12:50:39 [INFO] Spotify client initialized/reinitialized for search +2025-09-08 12:50:40 [INFO] Search completed successfully for query: 'Iner' +2025-09-08 12:50:40 [INFO] Search requested: query='Inert', type=track, limit=50, main_account_name=None +2025-09-08 12:50:40 [INFO] Search completed successfully for query: 'Inert' +2025-09-08 12:50:41 [INFO] Search requested: query='Inertia', type=track, limit=50, main_account_name=None +2025-09-08 12:50:42 [INFO] Search completed successfully for query: 'Inertia' +2025-09-08 12:50:46 [INFO] Spotify client initialized/reinitialized +2025-09-08 12:50:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eaa7239-c375-4f26-ac04-2a7e2e3cb98b] received +2025-09-08 12:50:46 [INFO] Added track download task 95632ba9-e6a2-4549-8506-524003fd200e to Celery queue. +2025-09-08 12:50:46 [INFO] Celery[DW-STDERR]: Task download_track[95632ba9-e6a2-4549-8506-524003fd200e] received +2025-09-08 12:50:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eaa7239-c375-4f26-ac04-2a7e2e3cb98b] succeeded in 0.011872111004777253s: None +2025-09-08 12:50:46 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:46 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e started processing: Inertia +2025-09-08 12:50:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b43594c0-0945-456b-ae49-f2d1d56a921c] received +2025-09-08 12:50:46 [INFO] Celery[DW-STDERR]: Processing track download task: Inertia +2025-09-08 12:50:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b43594c0-0945-456b-ae49-f2d1d56a921c] succeeded in 0.0016876549925655127s: None +2025-09-08 12:50:46 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:47 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2025-09-08 12:50:47 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-09-08 12:50:47 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-09-08 12:50:47 [INFO] Celery[DW-STDERR]: Created new session! device_id: 0d877076a6aec02ef8a6c1ff8ee32ea3d2698969, ap: ap-gue1.spotify.com:80 +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 12:50:48 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-09-08 12:50:49 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 12:50:49 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e initializing... +2025-09-08 12:50:49 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e: Storing individual track history (initializing) +2025-09-08 12:50:49 [INFO] Celery[DW-STDERR]: Storing track 'Inertia' in MAIN table for task 95632ba9-e6a2-4549-8506-524003fd200e +2025-09-08 12:50:49 [INFO] Celery[DW-STDERR]: Successfully stored track 'Inertia' in table 'download_history' (task: 95632ba9-e6a2-4549-8506-524003fd200e) +2025-09-08 12:50:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[976c4871-f890-48f0-bf39-95db7bd86535] received +2025-09-08 12:50:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[976c4871-f890-48f0-bf39-95db7bd86535] succeeded in 0.0025714229559525847s: None +2025-09-08 12:50:49 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:50 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:50:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[155e626e-97be-42a7-bc2a-4eb50e3a9b26] received +2025-09-08 12:50:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[155e626e-97be-42a7-bc2a-4eb50e3a9b26] succeeded in 0.002575658028945327s: None +2025-09-08 12:50:50 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:52 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:50:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[946e343d-633b-40e9-9972-170e40712e14] received +2025-09-08 12:50:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[946e343d-633b-40e9-9972-170e40712e14] succeeded in 0.0021530950907617807s: None +2025-09-08 12:50:52 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:55 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:50:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcdbf777-0903-44c9-8e26-296b3161d5f5] received +2025-09-08 12:50:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcdbf777-0903-44c9-8e26-296b3161d5f5] succeeded in 0.0018811189802363515s: None +2025-09-08 12:50:55 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:57 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:50:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d674f98d-f968-4ad6-8fd3-719cd77465c1] received +2025-09-08 12:50:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d674f98d-f968-4ad6-8fd3-719cd77465c1] succeeded in 0.00283595803193748s: None +2025-09-08 12:50:57 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:50:59 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:50:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b7bfadb-17f1-442c-98c2-845d0002c71c] received +2025-09-08 12:50:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b7bfadb-17f1-442c-98c2-845d0002c71c] succeeded in 0.002783200005069375s: None +2025-09-08 12:50:59 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:01 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9ce2b2d-f69f-4ea7-b0c1-2f26897eccc5] received +2025-09-08 12:51:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9ce2b2d-f69f-4ea7-b0c1-2f26897eccc5] succeeded in 0.0025366010377183557s: None +2025-09-08 12:51:01 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:03 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65ff4103-3020-4def-a9f1-6f6b0981549c] received +2025-09-08 12:51:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65ff4103-3020-4def-a9f1-6f6b0981549c] succeeded in 0.002594974939711392s: None +2025-09-08 12:51:03 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:06 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79da99da-37df-4882-a544-4ee3269df222] received +2025-09-08 12:51:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79da99da-37df-4882-a544-4ee3269df222] succeeded in 0.002409692038781941s: None +2025-09-08 12:51:06 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:08 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5bba56d-ceb4-4ffe-b037-af53c3a4c275] received +2025-09-08 12:51:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5bba56d-ceb4-4ffe-b037-af53c3a4c275] succeeded in 0.002604303997941315s: None +2025-09-08 12:51:08 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:10 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[350180a7-e83a-4722-b826-74670346c312] received +2025-09-08 12:51:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[350180a7-e83a-4722-b826-74670346c312] succeeded in 0.002207375946454704s: None +2025-09-08 12:51:10 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:12 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e24e43ec-0f6c-4fc1-9949-d2af3cc1c584] received +2025-09-08 12:51:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e24e43ec-0f6c-4fc1-9949-d2af3cc1c584] succeeded in 0.0030880849808454514s: None +2025-09-08 12:51:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:14 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5a7c5f2-7701-4a16-a931-e1eceadf8c5a] received +2025-09-08 12:51:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5a7c5f2-7701-4a16-a931-e1eceadf8c5a] succeeded in 0.0025502860080450773s: None +2025-09-08 12:51:14 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:17 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b744d87e-6c59-41d8-8642-ae4d43a653a8] received +2025-09-08 12:51:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b744d87e-6c59-41d8-8642-ae4d43a653a8] succeeded in 0.0023369500413537025s: None +2025-09-08 12:51:17 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:19 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09686e21-bde9-45c4-8385-0f1f4e0f7f0e] received +2025-09-08 12:51:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09686e21-bde9-45c4-8385-0f1f4e0f7f0e] succeeded in 0.0026023300597444177s: None +2025-09-08 12:51:19 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:21 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e394bf04-1829-4a9f-b8f6-f70ea9d32a4f] received +2025-09-08 12:51:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e394bf04-1829-4a9f-b8f6-f70ea9d32a4f] succeeded in 0.0026513650082051754s: None +2025-09-08 12:51:21 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:23 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6edf98f-34e9-461e-a29d-3dc992d0f69c] received +2025-09-08 12:51:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6edf98f-34e9-461e-a29d-3dc992d0f69c] succeeded in 0.0021549989469349384s: None +2025-09-08 12:51:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:25 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5af74df-ca57-4ff3-86a5-790b4ca6f4a2] received +2025-09-08 12:51:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5af74df-ca57-4ff3-86a5-790b4ca6f4a2] succeeded in 0.002639315091073513s: None +2025-09-08 12:51:25 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:28 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7b6066-af37-446c-b5b0-f1382cbecaf5] received +2025-09-08 12:51:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7b6066-af37-446c-b5b0-f1382cbecaf5] succeeded in 0.0027553329709917307s: None +2025-09-08 12:51:28 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:30 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd50a9e5-d575-4ae9-b5ff-6dcfe46a2157] received +2025-09-08 12:51:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd50a9e5-d575-4ae9-b5ff-6dcfe46a2157] succeeded in 0.0026721820468083024s: None +2025-09-08 12:51:30 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:32 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2b60005-01fa-4774-896a-82175174767b] received +2025-09-08 12:51:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2b60005-01fa-4774-896a-82175174767b] succeeded in 0.0020870029693469405s: None +2025-09-08 12:51:32 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:34 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6579915-d1ed-4b8c-b12d-279a49a0e23f] received +2025-09-08 12:51:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6579915-d1ed-4b8c-b12d-279a49a0e23f] succeeded in 0.0027581820031628013s: None +2025-09-08 12:51:34 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:36 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deccb5bd-5cf6-4bdc-bf2e-190ef3a8c66a] received +2025-09-08 12:51:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deccb5bd-5cf6-4bdc-bf2e-190ef3a8c66a] succeeded in 0.002583289984613657s: None +2025-09-08 12:51:36 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:39 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a924c91-2057-4f48-9ef0-483d3879b952] received +2025-09-08 12:51:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a924c91-2057-4f48-9ef0-483d3879b952] succeeded in 0.0027331530582159758s: None +2025-09-08 12:51:39 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:41 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c059b550-178c-40a5-ab07-8747da957f1e] received +2025-09-08 12:51:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c059b550-178c-40a5-ab07-8747da957f1e] succeeded in 0.0027037319960072637s: None +2025-09-08 12:51:41 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:43 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e807eb8-054f-4052-a826-14dbd42d7683] received +2025-09-08 12:51:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e807eb8-054f-4052-a826-14dbd42d7683] succeeded in 0.0025837559951469302s: None +2025-09-08 12:51:43 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:45 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30d65087-35cd-4cfb-bddf-b47125c583c9] received +2025-09-08 12:51:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30d65087-35cd-4cfb-bddf-b47125c583c9] succeeded in 0.0026637730188667774s: None +2025-09-08 12:51:45 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:51:46 [INFO] SSE client disconnected +2025-09-08 12:51:46 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 12:51:47 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6aea29a-ab54-4695-9df7-38f3d6fa0ca4] received +2025-09-08 12:51:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6aea29a-ab54-4695-9df7-38f3d6fa0ca4] succeeded in 0.002254728926345706s: None +2025-09-08 12:51:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:51:50 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d6b03fc-1d63-4d8f-821d-d07297b5d6d6] received +2025-09-08 12:51:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d6b03fc-1d63-4d8f-821d-d07297b5d6d6] succeeded in 0.0023906059795990586s: None +2025-09-08 12:51:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:51:52 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[243dd792-7cc2-48f0-a43d-2e3264359209] received +2025-09-08 12:51:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[243dd792-7cc2-48f0-a43d-2e3264359209] succeeded in 0.002425883081741631s: None +2025-09-08 12:51:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:51:54 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db2e2987-353e-4139-8094-66fa0b2faeb7] received +2025-09-08 12:51:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db2e2987-353e-4139-8094-66fa0b2faeb7] succeeded in 0.0027752420864999294s: None +2025-09-08 12:51:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:51:56 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[817adc8b-bdbc-49f1-8832-7c1bb30c4474] received +2025-09-08 12:51:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[817adc8b-bdbc-49f1-8832-7c1bb30c4474] succeeded in 0.0024899629643186927s: None +2025-09-08 12:51:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:51:58 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:51:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81867e03-f313-47e7-af5c-83e3810c650d] received +2025-09-08 12:51:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81867e03-f313-47e7-af5c-83e3810c650d] succeeded in 0.002667643944732845s: None +2025-09-08 12:51:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:01 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22005571-eff6-4321-8349-65f0de3a7ee6] received +2025-09-08 12:52:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22005571-eff6-4321-8349-65f0de3a7ee6] succeeded in 0.002437182003632188s: None +2025-09-08 12:52:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:03 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[712756be-b56f-41c0-9a7f-2ee1f61b900a] received +2025-09-08 12:52:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[712756be-b56f-41c0-9a7f-2ee1f61b900a] succeeded in 0.002457076101563871s: None +2025-09-08 12:52:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:05 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56140888-14d0-4148-81bf-9fd7dd304cce] received +2025-09-08 12:52:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56140888-14d0-4148-81bf-9fd7dd304cce] succeeded in 0.002877463004551828s: None +2025-09-08 12:52:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:07 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31402a6c-ba47-4a12-8a48-6335e0f74b0f] received +2025-09-08 12:52:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31402a6c-ba47-4a12-8a48-6335e0f74b0f] succeeded in 0.002628199988976121s: None +2025-09-08 12:52:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:09 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d82d4e2-83ab-4ba0-abe5-df2bf2eade48] received +2025-09-08 12:52:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d82d4e2-83ab-4ba0-abe5-df2bf2eade48] succeeded in 0.0020250200759619474s: None +2025-09-08 12:52:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:12 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[657558f5-58f9-4c20-a233-d4c3425b6306] received +2025-09-08 12:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[657558f5-58f9-4c20-a233-d4c3425b6306] succeeded in 0.0023234459804371s: None +2025-09-08 12:52:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:14 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b689a08c-efbb-461e-ab07-a61f31c91ec0] received +2025-09-08 12:52:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b689a08c-efbb-461e-ab07-a61f31c91ec0] succeeded in 0.002352542942389846s: None +2025-09-08 12:52:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:16 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cbe799f7-eb95-4f6a-aa17-18a0c68b0606] received +2025-09-08 12:52:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cbe799f7-eb95-4f6a-aa17-18a0c68b0606] succeeded in 0.002407063962891698s: None +2025-09-08 12:52:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:18 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79f36bce-8ae1-4752-b30a-ac6ee54d4563] received +2025-09-08 12:52:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79f36bce-8ae1-4752-b30a-ac6ee54d4563] succeeded in 0.0023545450530946255s: None +2025-09-08 12:52:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:20 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70797432-eaca-4937-9338-a6619fe68489] received +2025-09-08 12:52:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70797432-eaca-4937-9338-a6619fe68489] succeeded in 0.002073400071822107s: None +2025-09-08 12:52:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:23 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65177cd4-b293-4332-9d16-5a3fbf7277e3] received +2025-09-08 12:52:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65177cd4-b293-4332-9d16-5a3fbf7277e3] succeeded in 0.0022094990126788616s: None +2025-09-08 12:52:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:25 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bc49665-87f3-4431-8927-c586ddbf58b0] received +2025-09-08 12:52:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bc49665-87f3-4431-8927-c586ddbf58b0] succeeded in 0.0023928240407258272s: None +2025-09-08 12:52:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:27 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd2ef125-cab1-443b-8ed0-e171389cda68] received +2025-09-08 12:52:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd2ef125-cab1-443b-8ed0-e171389cda68] succeeded in 0.002815868938341737s: None +2025-09-08 12:52:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:29 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93292bc1-3f76-4b19-9bf4-d523f10a8c42] received +2025-09-08 12:52:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93292bc1-3f76-4b19-9bf4-d523f10a8c42] succeeded in 0.0024243410443887115s: None +2025-09-08 12:52:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:31 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a8952c9-f81b-4dc0-9e23-a99d45acc7fb] received +2025-09-08 12:52:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a8952c9-f81b-4dc0-9e23-a99d45acc7fb] succeeded in 0.0024588790256530046s: None +2025-09-08 12:52:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:34 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f49de93-9474-46fc-994c-c502cfd33c95] received +2025-09-08 12:52:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f49de93-9474-46fc-994c-c502cfd33c95] succeeded in 0.0024090330116450787s: None +2025-09-08 12:52:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:36 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04b561c2-3094-440d-8025-4ee10d24d00d] received +2025-09-08 12:52:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04b561c2-3094-440d-8025-4ee10d24d00d] succeeded in 0.0026582619175314903s: None +2025-09-08 12:52:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:38 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f8cd087-8a50-4dd7-b3c0-ba2ce545f0d4] received +2025-09-08 12:52:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f8cd087-8a50-4dd7-b3c0-ba2ce545f0d4] succeeded in 0.002554088016040623s: None +2025-09-08 12:52:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:40 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b2328ab-850b-405b-b719-9ecfd46320c5] received +2025-09-08 12:52:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b2328ab-850b-405b-b719-9ecfd46320c5] succeeded in 0.002710480010136962s: None +2025-09-08 12:52:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:42 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b669f516-d55d-4164-ba66-968d020dd910] received +2025-09-08 12:52:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b669f516-d55d-4164-ba66-968d020dd910] succeeded in 0.0029536329675465822s: None +2025-09-08 12:52:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:45 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dc61eb8-8486-4be4-9b0b-7e611a7de85e] received +2025-09-08 12:52:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dc61eb8-8486-4be4-9b0b-7e611a7de85e] succeeded in 0.0015545819187536836s: None +2025-09-08 12:52:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:47 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c2ca469-0f42-4d7b-b6ea-b542b306189d] received +2025-09-08 12:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c2ca469-0f42-4d7b-b6ea-b542b306189d] succeeded in 0.002510298043489456s: None +2025-09-08 12:52:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:49 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5c98e67-7438-4ce5-9092-997440dcdea4] received +2025-09-08 12:52:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5c98e67-7438-4ce5-9092-997440dcdea4] succeeded in 0.002591434051282704s: None +2025-09-08 12:52:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:51 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d3ebe61-08cb-4298-9936-eb6fb3c8a400] received +2025-09-08 12:52:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d3ebe61-08cb-4298-9936-eb6fb3c8a400] succeeded in 0.0020135899540036917s: None +2025-09-08 12:52:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:53 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c1e2778-8963-4bbd-bf2d-05bf8a8db0dd] received +2025-09-08 12:52:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c1e2778-8963-4bbd-bf2d-05bf8a8db0dd] succeeded in 0.002435954986140132s: None +2025-09-08 12:52:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:56 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13e42a64-bc81-44f9-b8dc-099b935a7c4d] received +2025-09-08 12:52:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13e42a64-bc81-44f9-b8dc-099b935a7c4d] succeeded in 0.0027423639548942447s: None +2025-09-08 12:52:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:52:58 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:52:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff19f76a-8ef3-4e09-b233-ea4d41e032fc] received +2025-09-08 12:52:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff19f76a-8ef3-4e09-b233-ea4d41e032fc] succeeded in 0.002265517949126661s: None +2025-09-08 12:52:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:00 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5be27a3b-5fa5-44ba-a561-404fc0200515] received +2025-09-08 12:53:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5be27a3b-5fa5-44ba-a561-404fc0200515] succeeded in 0.002197123016230762s: None +2025-09-08 12:53:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:01 [INFO] SSE Stream: New client connecting... +2025-09-08 12:53:01 [INFO] SSE: Client connected (total: 2) +2025-09-08 12:53:01 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 12:53:02 [INFO] SSE Stream: Sent replay callback for task 95632ba9-e6a2-4549-8506-524003fd200e +2025-09-08 12:53:02 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dca33e9c-f2d6-4ba9-8ff1-3d21cc34d02a] received +2025-09-08 12:53:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dca33e9c-f2d6-4ba9-8ff1-3d21cc34d02a] succeeded in 0.002733649918809533s: None +2025-09-08 12:53:02 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:04 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae275cb1-bbf6-4f7b-bea0-1a6b725b638b] received +2025-09-08 12:53:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae275cb1-bbf6-4f7b-bea0-1a6b725b638b] succeeded in 0.003542429069057107s: None +2025-09-08 12:53:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:07 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dc8874e-0a6a-40b0-9be0-a0f6c9403391] received +2025-09-08 12:53:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dc8874e-0a6a-40b0-9be0-a0f6c9403391] succeeded in 0.0022817699937149882s: None +2025-09-08 12:53:07 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:09 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[786b23b8-b3f2-4a59-8629-2fb918afef68] received +2025-09-08 12:53:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[786b23b8-b3f2-4a59-8629-2fb918afef68] succeeded in 0.002608307055197656s: None +2025-09-08 12:53:09 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:11 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cfb6145-10f8-4638-a2c0-75a568c7af2e] received +2025-09-08 12:53:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cfb6145-10f8-4638-a2c0-75a568c7af2e] succeeded in 0.002357420977205038s: None +2025-09-08 12:53:11 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:13 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f818f03-6596-40aa-987d-64004163ce27] received +2025-09-08 12:53:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f818f03-6596-40aa-987d-64004163ce27] succeeded in 0.002185764955356717s: None +2025-09-08 12:53:13 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:15 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f6b5f2b-c655-4857-bb11-f1f50474f180] received +2025-09-08 12:53:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f6b5f2b-c655-4857-bb11-f1f50474f180] succeeded in 0.002087738015688956s: None +2025-09-08 12:53:15 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:18 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0df4b38-6aa1-45b3-8a80-ad989e58f8b9] received +2025-09-08 12:53:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0df4b38-6aa1-45b3-8a80-ad989e58f8b9] succeeded in 0.0026133020874112844s: None +2025-09-08 12:53:18 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:20 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc9fba8d-958c-4794-9721-1bf366237bdd] received +2025-09-08 12:53:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc9fba8d-958c-4794-9721-1bf366237bdd] succeeded in 0.002238987013697624s: None +2025-09-08 12:53:20 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:53:21 [INFO] SSE client disconnected +2025-09-08 12:53:21 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 12:53:22 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01120dce-6fd8-4d58-92db-22ebede32f07] received +2025-09-08 12:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01120dce-6fd8-4d58-92db-22ebede32f07] succeeded in 0.002469342085532844s: None +2025-09-08 12:53:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:24 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4890d363-08c0-4bba-bb26-b4857af7b1ea] received +2025-09-08 12:53:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4890d363-08c0-4bba-bb26-b4857af7b1ea] succeeded in 0.0022469739196822047s: None +2025-09-08 12:53:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:26 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f670430b-212c-44f6-945c-0fd97b687dd5] received +2025-09-08 12:53:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f670430b-212c-44f6-945c-0fd97b687dd5] succeeded in 0.0034383119782432914s: None +2025-09-08 12:53:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:29 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[111cecbb-8a78-4cc9-99c2-2fc179ed5c2c] received +2025-09-08 12:53:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[111cecbb-8a78-4cc9-99c2-2fc179ed5c2c] succeeded in 0.0026297239819541574s: None +2025-09-08 12:53:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:31 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17621ad0-999c-4fb6-9e8a-8596f16ec3f6] received +2025-09-08 12:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17621ad0-999c-4fb6-9e8a-8596f16ec3f6] succeeded in 0.0025585880503058434s: None +2025-09-08 12:53:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:33 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a04129e-83bc-429f-9b75-9296198ba462] received +2025-09-08 12:53:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a04129e-83bc-429f-9b75-9296198ba462] succeeded in 0.0026525689754635096s: None +2025-09-08 12:53:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:35 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f4d14ac-0135-4a7c-b549-ac6cc10933d8] received +2025-09-08 12:53:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f4d14ac-0135-4a7c-b549-ac6cc10933d8] succeeded in 0.002399852965027094s: None +2025-09-08 12:53:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:37 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b584c69f-0bf8-40ae-99b0-7c43b206c664] received +2025-09-08 12:53:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b584c69f-0bf8-40ae-99b0-7c43b206c664] succeeded in 0.002183450968004763s: None +2025-09-08 12:53:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:40 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[794e24f1-2273-40a2-878c-1512dccdbe0d] received +2025-09-08 12:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[794e24f1-2273-40a2-878c-1512dccdbe0d] succeeded in 0.002446287078782916s: None +2025-09-08 12:53:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:42 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a9bdea9-da49-48d2-a569-09ebb0c8509b] received +2025-09-08 12:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a9bdea9-da49-48d2-a569-09ebb0c8509b] succeeded in 0.0024270140565931797s: None +2025-09-08 12:53:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:44 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75bf2665-26c9-4347-9522-9675d9418941] received +2025-09-08 12:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75bf2665-26c9-4347-9522-9675d9418941] succeeded in 0.002448034007102251s: None +2025-09-08 12:53:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:46 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[129f2870-2c80-42ea-a438-c6f183a1114c] received +2025-09-08 12:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[129f2870-2c80-42ea-a438-c6f183a1114c] succeeded in 0.002588373958133161s: None +2025-09-08 12:53:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:48 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cef12ab6-9eb4-4e17-8278-e6b9f2bdf7dc] received +2025-09-08 12:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cef12ab6-9eb4-4e17-8278-e6b9f2bdf7dc] succeeded in 0.0020446969429031014s: None +2025-09-08 12:53:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:51 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d3da829-20b0-4a86-a93c-f1141eb02fdb] received +2025-09-08 12:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d3da829-20b0-4a86-a93c-f1141eb02fdb] succeeded in 0.0024435200029984117s: None +2025-09-08 12:53:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:53 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89ffc0c6-69ce-4281-9193-44d374b79461] received +2025-09-08 12:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89ffc0c6-69ce-4281-9193-44d374b79461] succeeded in 0.0026868790155276656s: None +2025-09-08 12:53:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:55 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31a2d10c-80e5-48dc-bdcf-db3ecda3cdee] received +2025-09-08 12:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31a2d10c-80e5-48dc-bdcf-db3ecda3cdee] succeeded in 0.0029157550306990743s: None +2025-09-08 12:53:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:57 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56763cf5-985b-4f50-a913-3bfc30b8b8bd] received +2025-09-08 12:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56763cf5-985b-4f50-a913-3bfc30b8b8bd] succeeded in 0.002507086959667504s: None +2025-09-08 12:53:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:53:59 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b93522da-4481-412f-8b5f-16f7c6a0b329] received +2025-09-08 12:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b93522da-4481-412f-8b5f-16f7c6a0b329] succeeded in 0.002319794031791389s: None +2025-09-08 12:53:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:02 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e195412-03e0-4220-b9f7-29c5b89d5419] received +2025-09-08 12:54:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e195412-03e0-4220-b9f7-29c5b89d5419] succeeded in 0.0021564210765063763s: None +2025-09-08 12:54:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:04 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d88236c-882d-4216-9c01-d7e1523c532c] received +2025-09-08 12:54:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d88236c-882d-4216-9c01-d7e1523c532c] succeeded in 0.002708963002078235s: None +2025-09-08 12:54:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:06 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[570ab4e6-6cca-4aaf-80cc-e43c8eee9068] received +2025-09-08 12:54:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[570ab4e6-6cca-4aaf-80cc-e43c8eee9068] succeeded in 0.0026669970247894526s: None +2025-09-08 12:54:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:08 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09918046-ce31-424a-ae4b-a0bd2f3afbf7] received +2025-09-08 12:54:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09918046-ce31-424a-ae4b-a0bd2f3afbf7] succeeded in 0.0027108379872515798s: None +2025-09-08 12:54:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:10 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b1adeab-4958-42a3-9a14-e55035f5d28c] received +2025-09-08 12:54:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b1adeab-4958-42a3-9a14-e55035f5d28c] succeeded in 0.0021251060534268618s: None +2025-09-08 12:54:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:13 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5cf9616-e0f7-4873-9634-cdf0f4414056] received +2025-09-08 12:54:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5cf9616-e0f7-4873-9634-cdf0f4414056] succeeded in 0.0026063249679282308s: None +2025-09-08 12:54:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:15 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab23fb60-0ad7-4914-80bc-1cdc5d48c129] received +2025-09-08 12:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab23fb60-0ad7-4914-80bc-1cdc5d48c129] succeeded in 0.0025310409255325794s: None +2025-09-08 12:54:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:17 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bd72835-b46c-4676-9981-0d16795adf53] received +2025-09-08 12:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bd72835-b46c-4676-9981-0d16795adf53] succeeded in 0.0025087109534069896s: None +2025-09-08 12:54:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:19 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41f3767e-b25b-4ce6-8714-c1c2d7d4f57b] received +2025-09-08 12:54:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41f3767e-b25b-4ce6-8714-c1c2d7d4f57b] succeeded in 0.0027311310404911637s: None +2025-09-08 12:54:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:21 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adce347c-7bc7-401d-9fdf-172537beca82] received +2025-09-08 12:54:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adce347c-7bc7-401d-9fdf-172537beca82] succeeded in 0.0025697150267660618s: None +2025-09-08 12:54:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:24 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f857f007-1722-46ed-8fc7-9cf474384e2d] received +2025-09-08 12:54:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f857f007-1722-46ed-8fc7-9cf474384e2d] succeeded in 0.006321784923784435s: None +2025-09-08 12:54:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:26 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[203d0e3a-2e3e-4a68-a7d2-b9eb38bed508] received +2025-09-08 12:54:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[203d0e3a-2e3e-4a68-a7d2-b9eb38bed508] succeeded in 0.0024867160245776176s: None +2025-09-08 12:54:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:28 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e real-time: No details +2025-09-08 12:54:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3776e1e-f5aa-4945-b6c2-350225fdf7d9] received +2025-09-08 12:54:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3776e1e-f5aa-4945-b6c2-350225fdf7d9] succeeded in 0.0032488818978890777s: None +2025-09-08 12:54:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 12:54:30 [INFO] SSE Stream: New client connecting... +2025-09-08 12:54:30 [INFO] SSE: Client connected (total: 2) +2025-09-08 12:54:30 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 12:54:30 [INFO] SSE Stream: Sent replay callback for task 95632ba9-e6a2-4549-8506-524003fd200e +2025-09-08 12:54:35 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e: Storing completed track in main table (individual download) +2025-09-08 12:54:35 [INFO] Celery[DW-STDERR]: Storing track 'Inertia' in MAIN table for task 95632ba9-e6a2-4549-8506-524003fd200e +2025-09-08 12:54:35 [INFO] Celery[DW-STDERR]: Successfully stored track 'Inertia' in table 'download_history' (task: 95632ba9-e6a2-4549-8506-524003fd200e) +2025-09-08 12:54:35 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e completed: +2025-09-08 12:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a85ddae-064b-4563-9d71-42c4e3ca4aab] received +2025-09-08 12:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a85ddae-064b-4563-9d71-42c4e3ca4aab] succeeded in 0.0030447369208559394s: None +2025-09-08 12:54:35 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 12:55:38 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: json for blob) successful. +2025-09-08 12:55:38 [INFO] Celery[DW-STDERR]: Task download_track[95632ba9-e6a2-4549-8506-524003fd200e] succeeded in 292.0628093269188s: {'status': 'success', 'message': 'Track download completed'} +2025-09-08 12:55:38 [INFO] Celery[DW-STDERR]: Task 95632ba9-e6a2-4549-8506-524003fd200e completed successfully: Inertia +2025-09-08 12:55:38 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[f42be23b-5ead-4cab-8a3d-cd96aa34a5c4] received +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task f42be23b-5ead-4cab-8a3d-cd96aa34a5c4 started processing: Unknown +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c47849d-b231-41b2-8f5c-01901de59c20] received +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Executing delayed deletion for task 95632ba9-e6a2-4549-8506-524003fd200e. Reason: Task completed successfully and auto-cleaned. +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Data for task 95632ba9-e6a2-4549-8506-524003fd200e ('Inertia') deleted from Redis. Reason: Task completed successfully and auto-cleaned. +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce1c2959-7f0e-4bf2-bbec-1f3dcd2bc2f1] received +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[f42be23b-5ead-4cab-8a3d-cd96aa34a5c4] succeeded in 0.02352402196265757s: None +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task f42be23b-5ead-4cab-8a3d-cd96aa34a5c4 completed successfully: Unknown +2025-09-08 12:55:41 [WARNING] SSE: Task f42be23b-5ead-4cab-8a3d-cd96aa34a5c4 not found for update +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c47849d-b231-41b2-8f5c-01901de59c20] succeeded in 0.02284001896623522s: None +2025-09-08 12:55:41 [WARNING] SSE: Task 95632ba9-e6a2-4549-8506-524003fd200e not found for update +2025-09-08 12:55:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce1c2959-7f0e-4bf2-bbec-1f3dcd2bc2f1] succeeded in 0.019666246022097766s: None +2025-09-08 12:59:57 [INFO] SSE client disconnected +2025-09-08 12:59:57 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 13:05:59 [INFO] SSE Stream: New client connecting... +2025-09-08 13:05:59 [INFO] SSE: Client connected (total: 2) +2025-09-08 13:05:59 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 13:06:17 [INFO] SSE client disconnected +2025-09-08 13:06:17 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 13:34:41 [INFO] SSE client disconnected +2025-09-08 13:34:41 [INFO] SSE: Client disconnected (total: 0) +2025-09-08 13:34:42 [INFO] SSE Stream: New client connecting... +2025-09-08 13:34:42 [INFO] SSE: Client connected (total: 1) +2025-09-08 13:34:42 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-08 13:35:15 [INFO] Main configuration saved to data/config/main.json +2025-09-08 13:35:46 [INFO] SSE Stream: New client connecting... +2025-09-08 13:35:46 [INFO] SSE: Client connected (total: 2) +2025-09-08 13:35:46 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 13:35:54 [INFO] Search requested: query='Touchy', type=track, limit=50, main_account_name=None +2025-09-08 13:35:55 [INFO] Search completed successfully for query: 'Touchy' +2025-09-08 13:35:55 [INFO] Search requested: query='Touchy f', type=track, limit=50, main_account_name=None +2025-09-08 13:35:56 [INFO] Search completed successfully for query: 'Touchy f' +2025-09-08 13:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6511f705-39f1-422c-bbbe-bd0705331547] received +2025-09-08 13:35:58 [INFO] Added track download task c666e528-2175-4eda-a4f2-8a63d90daa76 to Celery queue. +2025-09-08 13:35:58 [INFO] Celery[DW-STDERR]: Task download_track[c666e528-2175-4eda-a4f2-8a63d90daa76] received +2025-09-08 13:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6511f705-39f1-422c-bbbe-bd0705331547] succeeded in 0.003774486016482115s: None +2025-09-08 13:35:58 [INFO] Celery[DW-STDERR]: Task c666e528-2175-4eda-a4f2-8a63d90daa76 started processing: Touchy Feely Fool +2025-09-08 13:35:58 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 13:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40f12d88-5599-4a55-8db0-77f5d0b8731e] received +2025-09-08 13:35:58 [INFO] Celery[DW-STDERR]: Processing track download task: Touchy Feely Fool +2025-09-08 13:35:58 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2025-09-08 13:35:58 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-09-08 13:35:58 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-09-08 13:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40f12d88-5599-4a55-8db0-77f5d0b8731e] succeeded in 0.00275000196415931s: None +2025-09-08 13:35:58 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 13:35:58 [INFO] Celery[DW-STDERR]: Created new session! device_id: 9fb789b1b8825af5951e57629a04128826dc7093, ap: ap-gue1.spotify.com:443 +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-09-08 13:35:59 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 13:36:00 [INFO] Celery[DW-STDERR]: Task c666e528-2175-4eda-a4f2-8a63d90daa76: Storing skipped track in main table (individual download) +2025-09-08 13:36:00 [INFO] Celery[DW-STDERR]: Storing track 'Touchy Feely Fool' in MAIN table for task c666e528-2175-4eda-a4f2-8a63d90daa76 +2025-09-08 13:36:00 [INFO] Celery[DW-STDERR]: Successfully stored track 'Touchy Feely Fool' in table 'download_history' (task: c666e528-2175-4eda-a4f2-8a63d90daa76) +2025-09-08 13:36:00 [INFO] Celery[DW-STDERR]: Task c666e528-2175-4eda-a4f2-8a63d90daa76 skipped: Unknown - Unknown +2025-09-08 13:36:00 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: json for blob) successful. +2025-09-08 13:36:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae05d809-aee7-4c5e-96a8-ac4af4c01604] received +2025-09-08 13:36:00 [INFO] Celery[DW-STDERR]: Task download_track[c666e528-2175-4eda-a4f2-8a63d90daa76] succeeded in 2.0549547789851204s: {'status': 'success', 'message': 'Track download completed'} +2025-09-08 13:36:00 [INFO] Celery[DW-STDERR]: Task c666e528-2175-4eda-a4f2-8a63d90daa76 completed successfully: Touchy Feely Fool +2025-09-08 13:36:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae05d809-aee7-4c5e-96a8-ac4af4c01604] succeeded in 0.0026429190766066313s: None +2025-09-08 13:36:00 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[072434bf-da00-4f69-b2cd-d0de16521b91] received +2025-09-08 13:36:00 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task 072434bf-da00-4f69-b2cd-d0de16521b91 started processing: Unknown +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc76f350-d0d2-4461-873d-b25931d54862] received +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Executing delayed deletion for task c666e528-2175-4eda-a4f2-8a63d90daa76. Reason: Task completed successfully and auto-cleaned. +2025-09-08 13:36:03 [WARNING] SSE: Task 072434bf-da00-4f69-b2cd-d0de16521b91 not found for update +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc76f350-d0d2-4461-873d-b25931d54862] succeeded in 0.002489878097549081s: None +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Data for task c666e528-2175-4eda-a4f2-8a63d90daa76 ('Touchy Feely Fool') deleted from Redis. Reason: Task completed successfully and auto-cleaned. +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25faa7ea-0579-4ce0-9160-10c0fdf80f04] received +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task delayed_delete_task_data[072434bf-da00-4f69-b2cd-d0de16521b91] succeeded in 0.011746527976356447s: None +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task 072434bf-da00-4f69-b2cd-d0de16521b91 completed successfully: Unknown +2025-09-08 13:36:03 [WARNING] SSE: Task c666e528-2175-4eda-a4f2-8a63d90daa76 not found for update +2025-09-08 13:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25faa7ea-0579-4ce0-9160-10c0fdf80f04] succeeded in 0.003781100967898965s: None +2025-09-08 13:36:20 [INFO] SSE client disconnected +2025-09-08 13:36:20 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 13:36:29 [INFO] SSE Stream: New client connecting... +2025-09-08 13:36:29 [INFO] SSE: Client connected (total: 2) +2025-09-08 13:36:29 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 13:36:40 [INFO] Search requested: query='This is a', type=playlist, limit=50, main_account_name=None +2025-09-08 13:36:41 [INFO] Search completed successfully for query: 'This is a' +2025-09-08 13:36:41 [INFO] Search requested: query='This is ajr', type=playlist, limit=50, main_account_name=None +2025-09-08 13:36:42 [INFO] Search completed successfully for query: 'This is ajr' +2025-09-08 13:37:21 [INFO] SSE client disconnected +2025-09-08 13:37:21 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 14:01:57 [INFO] SSE Stream: New client connecting... +2025-09-08 14:01:57 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:01:57 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:02:29 [INFO] SSE client disconnected +2025-09-08 14:02:29 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:02:51 [INFO] SSE Stream: New client connecting... +2025-09-08 14:02:51 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:02:51 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:03:00 [INFO] Search requested: query='37i9dQZF1DZ06evO3Oe9Dq', type=playlist, limit=50, main_account_name=None +2025-09-08 14:03:00 [INFO] Spotify client initialized/reinitialized for search +2025-09-08 14:03:00 [INFO] Search completed successfully for query: '37i9dQZF1DZ06evO3Oe9Dq' +2025-09-08 14:03:24 [INFO] Search requested: query='Ajr', type=playlist, limit=50, main_account_name=None +2025-09-08 14:03:25 [INFO] Search completed successfully for query: 'Ajr' +2025-09-08 14:03:51 [INFO] SSE client disconnected +2025-09-08 14:03:51 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:04:00 [INFO] SSE Stream: New client connecting... +2025-09-08 14:04:00 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:04:00 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:04:07 [INFO] Search requested: query='This is ajr', type=playlist, limit=50, main_account_name=None +2025-09-08 14:04:07 [INFO] Search completed successfully for query: 'This is ajr' +2025-09-08 14:04:11 [INFO] Search requested: query='This is ajr json', type=playlist, limit=50, main_account_name=None +2025-09-08 14:04:11 [INFO] Search completed successfully for query: 'This is ajr json' +2025-09-08 14:04:22 [INFO] SSE client disconnected +2025-09-08 14:04:22 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:04:22 [INFO] Search requested: query='This is ajr json', type=playlist, limit=50, main_account_name=None +2025-09-08 14:04:23 [INFO] Search completed successfully for query: 'This is ajr json' +2025-09-08 14:04:24 [INFO] SSE Stream: New client connecting... +2025-09-08 14:04:24 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:04:24 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:04:44 [INFO] SSE client disconnected +2025-09-08 14:04:44 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:05:10 [INFO] Search requested: query='Ajr', type=playlist, limit=50, main_account_name=None +2025-09-08 14:05:11 [INFO] Search completed successfully for query: 'Ajr' +2025-09-08 14:05:39 [INFO] Search requested: query='Jsonjorda', type=playlist, limit=50, main_account_name=None +2025-09-08 14:05:40 [INFO] Search completed successfully for query: 'Jsonjorda' +2025-09-08 14:05:40 [INFO] Search requested: query='Jsonjordan', type=playlist, limit=50, main_account_name=None +2025-09-08 14:05:41 [INFO] Search completed successfully for query: 'Jsonjordan' +2025-09-08 14:05:48 [INFO] Search requested: query='This ', type=playlist, limit=50, main_account_name=None +2025-09-08 14:05:49 [INFO] Search completed successfully for query: 'This ' +2025-09-08 14:05:50 [INFO] Search requested: query='This is aj', type=playlist, limit=50, main_account_name=None +2025-09-08 14:05:51 [INFO] Search completed successfully for query: 'This is aj' +2025-09-08 14:05:51 [INFO] Search requested: query='This is ajr', type=playlist, limit=50, main_account_name=None +2025-09-08 14:05:51 [INFO] Search completed successfully for query: 'This is ajr' +2025-09-08 14:05:55 [INFO] SSE Stream: New client connecting... +2025-09-08 14:05:55 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:05:55 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:06:23 [INFO] SSE client disconnected +2025-09-08 14:06:23 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:09:05 [INFO] SSE Stream: New client connecting... +2025-09-08 14:09:05 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:09:05 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:09:34 [INFO] Search requested: query='Hhits', type=playlist, limit=50, main_account_name=None +2025-09-08 14:09:35 [INFO] Search completed successfully for query: 'Hhits' +2025-09-08 14:09:39 [INFO] Search requested: query='Jhits', type=playlist, limit=50, main_account_name=None +2025-09-08 14:09:40 [INFO] Search completed successfully for query: 'Jhits' +2025-09-08 14:10:22 [INFO] SSE client disconnected +2025-09-08 14:10:22 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:10:31 [INFO] SSE Stream: New client connecting... +2025-09-08 14:10:31 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:10:31 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:10:36 [INFO] Search requested: query='jHits - Deep Tracks', type=playlist, limit=50, main_account_name=None +2025-09-08 14:10:36 [INFO] Search completed successfully for query: 'jHits - Deep Tracks' +2025-09-08 14:11:30 [INFO] Spotify client initialized/reinitialized +2025-09-08 14:11:35 [INFO] Checking watch status for playlist 259gKG1wa6wIWN8TdzRmar. +2025-09-08 14:11:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcc39f88-decb-444c-8bc6-32d12330f231] received +2025-09-08 14:11:45 [INFO] Added playlist download task cb9ae08c-d510-4131-81e7-46745f47631d to Celery queue. +2025-09-08 14:11:45 [INFO] Celery[DW-STDERR]: Task download_playlist[cb9ae08c-d510-4131-81e7-46745f47631d] received +2025-09-08 14:11:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcc39f88-decb-444c-8bc6-32d12330f231] succeeded in 0.0030966070480644703s: None +2025-09-08 14:11:45 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:11:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d started processing: This Is AJR json +2025-09-08 14:11:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9b47ec7-dd0d-480d-b74c-a062e8ebdef4] received +2025-09-08 14:11:45 [INFO] Celery[DW-STDERR]: Processing playlist download task: This Is AJR json +2025-09-08 14:11:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9b47ec7-dd0d-480d-b74c-a062e8ebdef4] succeeded in 0.0022684630239382386s: None +2025-09-08 14:11:45 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:11:45 [INFO] Celery[DW-STDOUT]: Celery Download Queue Manager initialized with max_concurrent=3 +2025-09-08 14:11:45 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2025-09-08 14:11:45 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-09-08 14:11:45 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-09-08 14:11:45 [INFO] Celery[DW-STDERR]: Created new session! device_id: a5f7c7b31c768513e775d510d97a41107cd5941a, ap: ap-gue1.spotify.com:80 +2025-09-08 14:11:46 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 14:11:46 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-09-08 14:11:47 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 14:12:01 [INFO] Celery[DW-STDERR]: Your application has reached a rate/request limit. Retry will occur after: 1 +2025-09-08 14:12:02 [INFO] Celery[DW-STDERR]: Your application has reached a rate/request limit. Retry will occur after: 1 +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Creating playlist children table +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Created playlist children table playlist_0f5388e5e2 for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Playlist download started for task cb9ae08c-d510-4131-81e7-46745f47631d, children table: playlist_0f5388e5e2 +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Created and stored children table 'playlist_0f5388e5e2' in task info +2025-09-08 14:12:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6ef7871-f2de-442e-9aac-145ea6ae1c60] received +2025-09-08 14:12:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6ef7871-f2de-442e-9aac-145ea6ae1c60] succeeded in 0.00209026294760406s: None +2025-09-08 14:12:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Storing track 'World's Smallest Violin' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Successfully stored track 'World's Smallest Violin' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:12:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc892855-e673-4d5d-9f1a-d09855ab1c03] received +2025-09-08 14:12:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc892855-e673-4d5d-9f1a-d09855ab1c03] succeeded in 0.002116505056619644s: None +2025-09-08 14:12:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Storing track 'Burn The House Down' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Successfully stored track 'Burn The House Down' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:12:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:12:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73f5bfd1-818d-4efa-8c1c-0cfb069ed13d] received +2025-09-08 14:12:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73f5bfd1-818d-4efa-8c1c-0cfb069ed13d] succeeded in 0.0018595259170979261s: None +2025-09-08 14:12:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Storing track 'Yes I'm A Mess' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Successfully stored track 'Yes I'm A Mess' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46de6fac-7d15-4000-80d9-8e118c9a9a28] received +2025-09-08 14:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46de6fac-7d15-4000-80d9-8e118c9a9a28] succeeded in 0.0025775800459086895s: None +2025-09-08 14:12:05 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dafb11ec-c440-4d85-9a40-a1d6e8da9d5a] received +2025-09-08 14:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dafb11ec-c440-4d85-9a40-a1d6e8da9d5a] succeeded in 0.0020767420064657927s: None +2025-09-08 14:12:05 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4106ff3c-4d16-4ed9-bf7f-b4b581015aff] received +2025-09-08 14:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4106ff3c-4d16-4ed9-bf7f-b4b581015aff] succeeded in 0.0018346880096942186s: None +2025-09-08 14:12:05 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b95ac4c2-79f8-4baf-9645-ea713131e545] received +2025-09-08 14:12:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b95ac4c2-79f8-4baf-9645-ea713131e545] succeeded in 0.0021702200174331665s: None +2025-09-08 14:12:07 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06695e28-c290-44b3-90cc-c5eb84c69ed8] received +2025-09-08 14:12:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06695e28-c290-44b3-90cc-c5eb84c69ed8] succeeded in 0.0026742230402305722s: None +2025-09-08 14:12:08 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6e8f84f-5404-4b5d-8b22-d122a16fcadd] received +2025-09-08 14:12:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6e8f84f-5404-4b5d-8b22-d122a16fcadd] succeeded in 0.0028474399587139487s: None +2025-09-08 14:12:10 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8552f27-5c6d-44df-87e1-5cb58606ec76] received +2025-09-08 14:12:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8552f27-5c6d-44df-87e1-5cb58606ec76] succeeded in 0.005199571023695171s: None +2025-09-08 14:12:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7101e50b-da2f-45b4-bc74-165dae09e10e] received +2025-09-08 14:12:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7101e50b-da2f-45b4-bc74-165dae09e10e] succeeded in 0.0028402869356796145s: None +2025-09-08 14:12:13 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa0ede5a-9ce5-43da-b9dc-99dc1b25db19] received +2025-09-08 14:12:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa0ede5a-9ce5-43da-b9dc-99dc1b25db19] succeeded in 0.002851773053407669s: None +2025-09-08 14:12:15 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b469d0c-e35c-4207-826c-f7d0957c5d70] received +2025-09-08 14:12:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b469d0c-e35c-4207-826c-f7d0957c5d70] succeeded in 0.002778956084512174s: None +2025-09-08 14:12:17 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e23c77b-fae4-4f10-ac1e-349e8a2abcee] received +2025-09-08 14:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e23c77b-fae4-4f10-ac1e-349e8a2abcee] succeeded in 0.002462823991663754s: None +2025-09-08 14:12:18 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b67ac6b-48c4-40b4-ab7d-1dc4035bb2b3] received +2025-09-08 14:12:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b67ac6b-48c4-40b4-ab7d-1dc4035bb2b3] succeeded in 0.003428319003432989s: None +2025-09-08 14:12:20 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8eba06e-2ca7-458f-be28-2cf927b96449] received +2025-09-08 14:12:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8eba06e-2ca7-458f-be28-2cf927b96449] succeeded in 0.0021781440591439605s: None +2025-09-08 14:12:21 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ad2707-6a88-4a72-b17e-3f48a32dc033] received +2025-09-08 14:12:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ad2707-6a88-4a72-b17e-3f48a32dc033] succeeded in 0.002363043953664601s: None +2025-09-08 14:12:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[445f69ce-f40d-4d45-ac36-119ff7ed4ba7] received +2025-09-08 14:12:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[445f69ce-f40d-4d45-ac36-119ff7ed4ba7] succeeded in 0.00248649506829679s: None +2025-09-08 14:12:25 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b24a7f1-712a-4cc4-a993-de89bb3c8c87] received +2025-09-08 14:12:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b24a7f1-712a-4cc4-a993-de89bb3c8c87] succeeded in 0.0025321290595456958s: None +2025-09-08 14:12:26 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa3fa2d1-fb9e-49f8-8721-642c2adb2a52] received +2025-09-08 14:12:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa3fa2d1-fb9e-49f8-8721-642c2adb2a52] succeeded in 0.0027435070369392633s: None +2025-09-08 14:12:28 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ac3ae84-dbf0-4128-badd-94d1eab5c8ec] received +2025-09-08 14:12:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ac3ae84-dbf0-4128-badd-94d1eab5c8ec] succeeded in 0.0028990170685574412s: None +2025-09-08 14:12:30 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ec6dabb-d1f3-4bd7-af34-6930ba5350b4] received +2025-09-08 14:12:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ec6dabb-d1f3-4bd7-af34-6930ba5350b4] succeeded in 0.002464734949171543s: None +2025-09-08 14:12:31 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bef20ca-54e6-4174-a03b-d52292fbb736] received +2025-09-08 14:12:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bef20ca-54e6-4174-a03b-d52292fbb736] succeeded in 0.002296127029694617s: None +2025-09-08 14:12:33 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7084558-3618-4530-965e-f96adbce8cc3] received +2025-09-08 14:12:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7084558-3618-4530-965e-f96adbce8cc3] succeeded in 0.0026794980512931943s: None +2025-09-08 14:12:34 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aea48e6-7f51-420f-998f-703f63059687] received +2025-09-08 14:12:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aea48e6-7f51-420f-998f-703f63059687] succeeded in 0.0024430369958281517s: None +2025-09-08 14:12:36 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70bdce3b-87f3-455b-b15f-50ef1338b06c] received +2025-09-08 14:12:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70bdce3b-87f3-455b-b15f-50ef1338b06c] succeeded in 0.0031603469979017973s: None +2025-09-08 14:12:38 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ad0d6b7-94f3-41f7-a000-f4546393ccbc] received +2025-09-08 14:12:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ad0d6b7-94f3-41f7-a000-f4546393ccbc] succeeded in 0.0026440699584782124s: None +2025-09-08 14:12:39 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9501be1d-db61-413c-8a16-ac45fe19f091] received +2025-09-08 14:12:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9501be1d-db61-413c-8a16-ac45fe19f091] succeeded in 0.0024332780158147216s: None +2025-09-08 14:12:41 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eba6a7b9-ce31-47c0-bf3a-cb5a6658d5b5] received +2025-09-08 14:12:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eba6a7b9-ce31-47c0-bf3a-cb5a6658d5b5] succeeded in 0.002448673010803759s: None +2025-09-08 14:12:43 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[221e0e76-477c-4b72-9ed4-70b9846de41f] received +2025-09-08 14:12:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[221e0e76-477c-4b72-9ed4-70b9846de41f] succeeded in 0.0024185029324144125s: None +2025-09-08 14:12:44 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[593f0825-ab0b-4e6c-8496-53c87df38552] received +2025-09-08 14:12:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[593f0825-ab0b-4e6c-8496-53c87df38552] succeeded in 0.002557061961852014s: None +2025-09-08 14:12:46 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90ac7324-d3b5-4763-bdab-f90d79285364] received +2025-09-08 14:12:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90ac7324-d3b5-4763-bdab-f90d79285364] succeeded in 0.002226316020824015s: None +2025-09-08 14:12:47 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[805286ba-4a06-4e34-9df1-dbf10286e7e6] received +2025-09-08 14:12:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[805286ba-4a06-4e34-9df1-dbf10286e7e6] succeeded in 0.0024626919766888022s: None +2025-09-08 14:12:49 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ad48e21-debf-4149-b1b1-32f5705c416c] received +2025-09-08 14:12:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ad48e21-debf-4149-b1b1-32f5705c416c] succeeded in 0.002146814949810505s: None +2025-09-08 14:12:51 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd21bc68-b196-4e1f-ba60-ef4e5356c715] received +2025-09-08 14:12:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd21bc68-b196-4e1f-ba60-ef4e5356c715] succeeded in 0.0022289379267022014s: None +2025-09-08 14:12:52 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f73dfd82-4d9c-4ff3-9396-01f994ae0ffa] received +2025-09-08 14:12:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f73dfd82-4d9c-4ff3-9396-01f994ae0ffa] succeeded in 0.0022666810546070337s: None +2025-09-08 14:12:54 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3958fdb4-d0dd-432d-8cdd-31b0ba370598] received +2025-09-08 14:12:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3958fdb4-d0dd-432d-8cdd-31b0ba370598] succeeded in 0.003331979038193822s: None +2025-09-08 14:12:56 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[189c4693-3f72-41dc-841a-c22e53d82d0d] received +2025-09-08 14:12:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[189c4693-3f72-41dc-841a-c22e53d82d0d] succeeded in 0.0022421759786084294s: None +2025-09-08 14:12:57 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:12:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f221bf3-262d-43ad-9f53-d006784b4286] received +2025-09-08 14:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f221bf3-262d-43ad-9f53-d006784b4286] succeeded in 0.002316389000043273s: None +2025-09-08 14:12:59 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[196b1d35-21d3-46fe-a65a-5c4f946bd05b] received +2025-09-08 14:13:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[196b1d35-21d3-46fe-a65a-5c4f946bd05b] succeeded in 0.0025019299937412143s: None +2025-09-08 14:13:01 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f76cc43c-fb6d-44c7-b3ce-0b949a8b768b] received +2025-09-08 14:13:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f76cc43c-fb6d-44c7-b3ce-0b949a8b768b] succeeded in 0.002404238097369671s: None +2025-09-08 14:13:02 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0398b7b9-2b2c-43b6-bb8a-9dbd2311cdc6] received +2025-09-08 14:13:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0398b7b9-2b2c-43b6-bb8a-9dbd2311cdc6] succeeded in 0.0023909640731289983s: None +2025-09-08 14:13:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[781e3621-73cf-4c7b-869e-af82b26ac312] received +2025-09-08 14:13:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[781e3621-73cf-4c7b-869e-af82b26ac312] succeeded in 0.0014559660339727998s: None +2025-09-08 14:13:05 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cdcdd91-ba48-4ead-b7b3-57e63fffef16] received +2025-09-08 14:13:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cdcdd91-ba48-4ead-b7b3-57e63fffef16] succeeded in 0.0029058799846097827s: None +2025-09-08 14:13:07 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[965ff417-b23e-40a4-9188-f1f7d9f1f0d3] received +2025-09-08 14:13:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[965ff417-b23e-40a4-9188-f1f7d9f1f0d3] succeeded in 0.002500743023119867s: None +2025-09-08 14:13:09 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[268b7c3a-126f-4452-811a-a67e5d657946] received +2025-09-08 14:13:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[268b7c3a-126f-4452-811a-a67e5d657946] succeeded in 0.0025941069470718503s: None +2025-09-08 14:13:10 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[469b67af-670b-4ebf-9fd4-db2721f67b9b] received +2025-09-08 14:13:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[469b67af-670b-4ebf-9fd4-db2721f67b9b] succeeded in 0.0026914679910987616s: None +2025-09-08 14:13:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f112b2b6-779a-4134-83e9-f6875203978c] received +2025-09-08 14:13:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f112b2b6-779a-4134-83e9-f6875203978c] succeeded in 0.003446926944889128s: None +2025-09-08 14:13:14 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ec72698-5244-42a1-bfe3-b462cc88a634] received +2025-09-08 14:13:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ec72698-5244-42a1-bfe3-b462cc88a634] succeeded in 0.0022642919793725014s: None +2025-09-08 14:13:15 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3ea5743-d412-47af-a9cd-366ddb64a91b] received +2025-09-08 14:13:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3ea5743-d412-47af-a9cd-366ddb64a91b] succeeded in 0.002391293062828481s: None +2025-09-08 14:13:17 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4be007cd-ceb5-410b-b4d4-3b7b27c757b9] received +2025-09-08 14:13:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4be007cd-ceb5-410b-b4d4-3b7b27c757b9] succeeded in 0.0025035180151462555s: None +2025-09-08 14:13:18 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e249a313-4cf6-4627-8cb4-e69165c12460] received +2025-09-08 14:13:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e249a313-4cf6-4627-8cb4-e69165c12460] succeeded in 0.002510513993911445s: None +2025-09-08 14:13:20 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f53a0fc-cfb1-43ff-8f63-e9019fc07784] received +2025-09-08 14:13:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f53a0fc-cfb1-43ff-8f63-e9019fc07784] succeeded in 0.002358290017582476s: None +2025-09-08 14:13:22 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71d70dd6-0b7d-4f46-b226-3347ad5f055c] received +2025-09-08 14:13:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71d70dd6-0b7d-4f46-b226-3347ad5f055c] succeeded in 0.002637490979395807s: None +2025-09-08 14:13:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c030b03-824b-4e08-9346-b73ed7cbac3f] received +2025-09-08 14:13:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c030b03-824b-4e08-9346-b73ed7cbac3f] succeeded in 0.0023224339820444584s: None +2025-09-08 14:13:25 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5c089a1-9284-4f65-a137-5ccd660bd2a8] received +2025-09-08 14:13:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5c089a1-9284-4f65-a137-5ccd660bd2a8] succeeded in 0.0023588640615344048s: None +2025-09-08 14:13:27 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65359c57-d55a-42fd-8db4-85f247895dd0] received +2025-09-08 14:13:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65359c57-d55a-42fd-8db4-85f247895dd0] succeeded in 0.0024232889991253614s: None +2025-09-08 14:13:28 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4035240-4d3a-43c0-a2c5-2dc987863321] received +2025-09-08 14:13:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4035240-4d3a-43c0-a2c5-2dc987863321] succeeded in 0.0025768419727683067s: None +2025-09-08 14:13:30 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:13:31 [INFO] SSE client disconnected +2025-09-08 14:13:31 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:13:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fafcde34-957f-4e29-a3df-0972295aa9fe] received +2025-09-08 14:13:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fafcde34-957f-4e29-a3df-0972295aa9fe] succeeded in 0.002746312995441258s: None +2025-09-08 14:13:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5773591-2e59-4846-9ada-e0d0ffb0cd3f] received +2025-09-08 14:13:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5773591-2e59-4846-9ada-e0d0ffb0cd3f] succeeded in 0.0024733110330998898s: None +2025-09-08 14:13:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1c1856c-8a07-4849-b7d0-d50d98b79675] received +2025-09-08 14:13:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1c1856c-8a07-4849-b7d0-d50d98b79675] succeeded in 0.002681924030184746s: None +2025-09-08 14:13:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c9a3ab8-4bd1-4766-8caa-e3ddce3c1cca] received +2025-09-08 14:13:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c9a3ab8-4bd1-4766-8caa-e3ddce3c1cca] succeeded in 0.0021339000668376684s: None +2025-09-08 14:13:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0819f1c1-2e1b-47a0-8bb7-267368306d11] received +2025-09-08 14:13:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0819f1c1-2e1b-47a0-8bb7-267368306d11] succeeded in 0.002486382960341871s: None +2025-09-08 14:13:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[552b1cfc-b8d9-45e9-8131-dd6657c1c8b0] received +2025-09-08 14:13:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[552b1cfc-b8d9-45e9-8131-dd6657c1c8b0] succeeded in 0.0024083779426291585s: None +2025-09-08 14:13:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea1c7ce0-6119-4f00-a31e-cc08b5c00f8b] received +2025-09-08 14:13:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea1c7ce0-6119-4f00-a31e-cc08b5c00f8b] succeeded in 0.002576812054030597s: None +2025-09-08 14:13:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a160708c-0eab-4dc6-8d5a-7fe15f5fa0b7] received +2025-09-08 14:13:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a160708c-0eab-4dc6-8d5a-7fe15f5fa0b7] succeeded in 0.002591626951470971s: None +2025-09-08 14:13:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cb78de4-3c2f-4058-9d09-684280ac210a] received +2025-09-08 14:13:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cb78de4-3c2f-4058-9d09-684280ac210a] succeeded in 0.0022704889997839928s: None +2025-09-08 14:13:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0783900-f6dd-463e-b80c-0bc512057f6c] received +2025-09-08 14:13:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0783900-f6dd-463e-b80c-0bc512057f6c] succeeded in 0.0024114990374073386s: None +2025-09-08 14:13:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:46 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[793fbe67-a8e1-4342-b6a8-9e26a265b635] received +2025-09-08 14:13:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[793fbe67-a8e1-4342-b6a8-9e26a265b635] succeeded in 0.0020126630552113056s: None +2025-09-08 14:13:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:48 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 14:13:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd20c3bc-26c5-49b0-9642-b0cf12c86e42] received +2025-09-08 14:13:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd20c3bc-26c5-49b0-9642-b0cf12c86e42] succeeded in 0.002373927040025592s: None +2025-09-08 14:13:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db27fd3a-4059-48e0-8eb1-8f9b6bd86181] received +2025-09-08 14:13:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db27fd3a-4059-48e0-8eb1-8f9b6bd86181] succeeded in 0.0020091740880161524s: None +2025-09-08 14:13:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2917732-3b3d-4cb3-9054-1e65904d6c8b] received +2025-09-08 14:13:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2917732-3b3d-4cb3-9054-1e65904d6c8b] succeeded in 0.0022620810195803642s: None +2025-09-08 14:13:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aafb7a47-f6a5-491a-acc3-652de42e0fb5] received +2025-09-08 14:13:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aafb7a47-f6a5-491a-acc3-652de42e0fb5] succeeded in 0.0022082029609009624s: None +2025-09-08 14:13:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb3f8945-8302-4873-ae18-cba310d272b7] received +2025-09-08 14:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb3f8945-8302-4873-ae18-cba310d272b7] succeeded in 0.0024883539881557226s: None +2025-09-08 14:13:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[987d1aa0-d8d3-4013-8489-d3b976b61710] received +2025-09-08 14:13:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[987d1aa0-d8d3-4013-8489-d3b976b61710] succeeded in 0.0022864820202812552s: None +2025-09-08 14:13:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:13:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:13:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32bc9ded-4535-425c-8fc8-8d28d31346f3] received +2025-09-08 14:13:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32bc9ded-4535-425c-8fc8-8d28d31346f3] succeeded in 0.0031990649877116084s: None +2025-09-08 14:13:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d87c1ee-1d92-4cab-8068-08e5cae77939] received +2025-09-08 14:14:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d87c1ee-1d92-4cab-8068-08e5cae77939] succeeded in 0.0025031979894265532s: None +2025-09-08 14:14:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e988134d-16e4-48a8-8808-56e1fe56741d] received +2025-09-08 14:14:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e988134d-16e4-48a8-8808-56e1fe56741d] succeeded in 0.002208458026871085s: None +2025-09-08 14:14:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c97b462a-b9d4-4c6e-81c4-2e2355cd8d40] received +2025-09-08 14:14:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c97b462a-b9d4-4c6e-81c4-2e2355cd8d40] succeeded in 0.0023742259945720434s: None +2025-09-08 14:14:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef6db5fb-3fb6-46d9-85cc-b5f3ae4b6ff4] received +2025-09-08 14:14:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef6db5fb-3fb6-46d9-85cc-b5f3ae4b6ff4] succeeded in 0.0024401829577982426s: None +2025-09-08 14:14:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c80586c-4a18-466b-a705-77ff464ce26f] received +2025-09-08 14:14:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c80586c-4a18-466b-a705-77ff464ce26f] succeeded in 0.0011031050235033035s: None +2025-09-08 14:14:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16482ecc-f1a7-41e4-a975-a37fd4611c7c] received +2025-09-08 14:14:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16482ecc-f1a7-41e4-a975-a37fd4611c7c] succeeded in 0.0025372121017426252s: None +2025-09-08 14:14:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e43bfad-4eba-49be-9c61-d0d6dd921f81] received +2025-09-08 14:14:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e43bfad-4eba-49be-9c61-d0d6dd921f81] succeeded in 0.0024419580586254597s: None +2025-09-08 14:14:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a16705ce-29c6-4b7b-8df2-9df604d0770f] received +2025-09-08 14:14:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a16705ce-29c6-4b7b-8df2-9df604d0770f] succeeded in 0.002910905983299017s: None +2025-09-08 14:14:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07b13e8b-20f8-407a-9b8c-960174adb890] received +2025-09-08 14:14:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07b13e8b-20f8-407a-9b8c-960174adb890] succeeded in 0.00262106501031667s: None +2025-09-08 14:14:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac82cd75-4b18-427e-96ec-6387584e4aad] received +2025-09-08 14:14:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac82cd75-4b18-427e-96ec-6387584e4aad] succeeded in 0.0027461310382932425s: None +2025-09-08 14:14:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aeba1d1e-2570-4003-ac81-85e5de3920e7] received +2025-09-08 14:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aeba1d1e-2570-4003-ac81-85e5de3920e7] succeeded in 0.0024430169723927975s: None +2025-09-08 14:14:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bfafbf0-00be-48c2-a623-f28fd9a5f7e1] received +2025-09-08 14:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bfafbf0-00be-48c2-a623-f28fd9a5f7e1] succeeded in 0.0023714740527793765s: None +2025-09-08 14:14:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a4a835-e5f3-407d-a2e7-5124bcc762f3] received +2025-09-08 14:14:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a4a835-e5f3-407d-a2e7-5124bcc762f3] succeeded in 0.0029148670146241784s: None +2025-09-08 14:14:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7df4af27-a9d8-492f-bf18-c8b4a1148f18] received +2025-09-08 14:14:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9093224b-1b6c-4e9e-adf8-a72144a2ea7a] received +2025-09-08 14:14:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9093224b-1b6c-4e9e-adf8-a72144a2ea7a] succeeded in 0.0030182029586285353s: None +2025-09-08 14:14:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7df4af27-a9d8-492f-bf18-c8b4a1148f18] succeeded in 0.01132136897649616s: None +2025-09-08 14:14:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cff8a55b-328b-436b-b234-5bf71f7d1870] received +2025-09-08 14:14:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cff8a55b-328b-436b-b234-5bf71f7d1870] succeeded in 0.006223305012099445s: None +2025-09-08 14:14:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7eb314ce-cc16-4112-a98b-34253d007406] received +2025-09-08 14:14:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7eb314ce-cc16-4112-a98b-34253d007406] succeeded in 0.002789214951917529s: None +2025-09-08 14:14:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97443615-8d2b-426d-85c5-89703b171924] received +2025-09-08 14:14:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97443615-8d2b-426d-85c5-89703b171924] succeeded in 0.002452844986692071s: None +2025-09-08 14:14:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[706ea99b-ae9b-4c7f-a1a0-dc163088433c] received +2025-09-08 14:14:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[706ea99b-ae9b-4c7f-a1a0-dc163088433c] succeeded in 0.0026690340600907803s: None +2025-09-08 14:14:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47419c9f-6324-4ade-a378-c75478c7270a] received +2025-09-08 14:14:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47419c9f-6324-4ade-a378-c75478c7270a] succeeded in 0.0029757979791611433s: None +2025-09-08 14:14:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0f1e4d0-ab8e-43ba-a569-0446af3b2452] received +2025-09-08 14:14:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0f1e4d0-ab8e-43ba-a569-0446af3b2452] succeeded in 0.0022470729891210794s: None +2025-09-08 14:14:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[871e4cf8-67b8-4419-aa27-b8c4a2cd3ecb] received +2025-09-08 14:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[871e4cf8-67b8-4419-aa27-b8c4a2cd3ecb] succeeded in 0.002610753057524562s: None +2025-09-08 14:14:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad826199-0000-4f11-b94b-b54cc9b481b5] received +2025-09-08 14:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad826199-0000-4f11-b94b-b54cc9b481b5] succeeded in 0.0029238120187073946s: None +2025-09-08 14:14:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fa9f514-447a-4a83-ac17-a2d45a13371a] received +2025-09-08 14:14:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fa9f514-447a-4a83-ac17-a2d45a13371a] succeeded in 0.0032388680847361684s: None +2025-09-08 14:14:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f5ccfce-29c4-4cfc-b61b-54fa50e0936a] received +2025-09-08 14:14:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f5ccfce-29c4-4cfc-b61b-54fa50e0936a] succeeded in 0.0026985020376741886s: None +2025-09-08 14:14:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17b43811-f5e3-4714-8692-0c3af429da09] received +2025-09-08 14:14:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17b43811-f5e3-4714-8692-0c3af429da09] succeeded in 0.0024829950416460633s: None +2025-09-08 14:14:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ca6a637-057a-4266-ad03-0bdf18616766] received +2025-09-08 14:14:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ca6a637-057a-4266-ad03-0bdf18616766] succeeded in 0.0025555070023983717s: None +2025-09-08 14:14:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12873224-c017-4b87-aa4c-c3031bd86fa1] received +2025-09-08 14:14:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12873224-c017-4b87-aa4c-c3031bd86fa1] succeeded in 0.002420199103653431s: None +2025-09-08 14:14:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:14:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a2543aa-be8c-4bed-9c49-57446e66b5cd] received +2025-09-08 14:14:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a2543aa-be8c-4bed-9c49-57446e66b5cd] succeeded in 0.002669593086466193s: None +2025-09-08 14:14:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:14:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:14:52 [INFO] Celery[DW-STDERR]: Storing track 'Betty' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:14:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'Betty' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:14:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:14:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dee91d9-9c0d-4a80-9063-fd47fc679825] received +2025-09-08 14:14:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dee91d9-9c0d-4a80-9063-fd47fc679825] succeeded in 0.0024058709386736155s: None +2025-09-08 14:14:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Storing track 'Bang!' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Successfully stored track 'Bang!' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc1803b1-9398-4736-b217-2549bb9218fe] received +2025-09-08 14:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc1803b1-9398-4736-b217-2549bb9218fe] succeeded in 0.0019369559595361352s: None +2025-09-08 14:15:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Storing track '100 Bad Days' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Successfully stored track '100 Bad Days' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7a5dd40-328e-458e-a1f9-a9822da650e8] received +2025-09-08 14:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7a5dd40-328e-458e-a1f9-a9822da650e8] succeeded in 0.0018322819378226995s: None +2025-09-08 14:15:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:15:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31f8844e-b840-488a-b5ba-9e0f5f101f26] received +2025-09-08 14:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31f8844e-b840-488a-b5ba-9e0f5f101f26] succeeded in 0.0019845269853249192s: None +2025-09-08 14:15:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20f5c048-095d-4caf-a209-2a55ef8541ef] received +2025-09-08 14:15:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20f5c048-095d-4caf-a209-2a55ef8541ef] succeeded in 0.0023019270738586783s: None +2025-09-08 14:15:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f114e2f8-68f3-43df-a886-f1dca9c3704c] received +2025-09-08 14:15:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f114e2f8-68f3-43df-a886-f1dca9c3704c] succeeded in 0.002447822014801204s: None +2025-09-08 14:15:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fde1026f-a299-4128-a0cf-1e1932dbf826] received +2025-09-08 14:15:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fde1026f-a299-4128-a0cf-1e1932dbf826] succeeded in 0.0024883050937205553s: None +2025-09-08 14:15:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91089520-8344-4ef7-a7d6-cc4381bb2cbd] received +2025-09-08 14:15:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91089520-8344-4ef7-a7d6-cc4381bb2cbd] succeeded in 0.0023497140500694513s: None +2025-09-08 14:15:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[870970fe-af84-45a4-857d-3671394faceb] received +2025-09-08 14:15:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[870970fe-af84-45a4-857d-3671394faceb] succeeded in 0.0022334250388666987s: None +2025-09-08 14:15:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c411a6ca-fe80-4fd0-9ff5-911f1ffcdb84] received +2025-09-08 14:15:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c411a6ca-fe80-4fd0-9ff5-911f1ffcdb84] succeeded in 0.0025176689960062504s: None +2025-09-08 14:15:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38454a4a-c2db-4a5c-8415-2b9ecdb0f7fc] received +2025-09-08 14:15:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38454a4a-c2db-4a5c-8415-2b9ecdb0f7fc] succeeded in 0.0028313189977779984s: None +2025-09-08 14:15:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f06ccc5-3bef-4be9-bf44-88870a671cd1] received +2025-09-08 14:15:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f06ccc5-3bef-4be9-bf44-88870a671cd1] succeeded in 0.002849363023415208s: None +2025-09-08 14:15:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:15:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:15:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12794bba-ec3e-4d95-bb5a-5ff98dbee0d0] received +2025-09-08 14:15:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12794bba-ec3e-4d95-bb5a-5ff98dbee0d0] succeeded in 0.002583811990916729s: None +2025-09-08 14:15:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a74e3f03-63e1-43b5-a98b-729a329aa0ff] received +2025-09-08 14:16:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a74e3f03-63e1-43b5-a98b-729a329aa0ff] succeeded in 0.0022548419656232s: None +2025-09-08 14:16:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0f7cbac-1df4-48c5-bc89-ad50507ab8c0] received +2025-09-08 14:16:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0f7cbac-1df4-48c5-bc89-ad50507ab8c0] succeeded in 0.0026131939375773072s: None +2025-09-08 14:16:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b6232af-112f-43b9-9eca-79dd57116430] received +2025-09-08 14:16:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b6232af-112f-43b9-9eca-79dd57116430] succeeded in 0.002406252082437277s: None +2025-09-08 14:16:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f93ce6b4-f87a-49b0-8766-19dfdf58bd99] received +2025-09-08 14:16:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f93ce6b4-f87a-49b0-8766-19dfdf58bd99] succeeded in 0.002464883029460907s: None +2025-09-08 14:16:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70c8d256-82d3-4812-a8d5-20238f31848e] received +2025-09-08 14:16:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70c8d256-82d3-4812-a8d5-20238f31848e] succeeded in 0.0024432080099359155s: None +2025-09-08 14:16:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8304ae5-1aad-4d62-8a59-c8b783882d6a] received +2025-09-08 14:16:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8304ae5-1aad-4d62-8a59-c8b783882d6a] succeeded in 0.00224403094034642s: None +2025-09-08 14:16:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12c77e6f-14d4-44c8-9a22-92b3d655c1b6] received +2025-09-08 14:16:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12c77e6f-14d4-44c8-9a22-92b3d655c1b6] succeeded in 0.0025304410373792052s: None +2025-09-08 14:16:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b686bbbe-c09b-42da-94c8-96320bde3d3b] received +2025-09-08 14:16:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b686bbbe-c09b-42da-94c8-96320bde3d3b] succeeded in 0.002395438030362129s: None +2025-09-08 14:16:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a725c54f-852d-4b84-88af-f5a2d3fa068b] received +2025-09-08 14:16:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a725c54f-852d-4b84-88af-f5a2d3fa068b] succeeded in 0.0024653830332681537s: None +2025-09-08 14:16:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c70e156-da8c-4ab1-b3e1-30bfabfaa7f0] received +2025-09-08 14:16:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c70e156-da8c-4ab1-b3e1-30bfabfaa7f0] succeeded in 0.002609404968097806s: None +2025-09-08 14:16:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fce251c-9c71-4dda-aa22-ba1908501183] received +2025-09-08 14:16:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fce251c-9c71-4dda-aa22-ba1908501183] succeeded in 0.001796425087377429s: None +2025-09-08 14:16:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a30a8d0e-a3b3-4ecd-be38-4a19b6f6982b] received +2025-09-08 14:16:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a30a8d0e-a3b3-4ecd-be38-4a19b6f6982b] succeeded in 0.002417599083855748s: None +2025-09-08 14:16:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79a8ddd4-0ef5-48b7-a8a7-3d62c4c78fc4] received +2025-09-08 14:16:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79a8ddd4-0ef5-48b7-a8a7-3d62c4c78fc4] succeeded in 0.002577095991000533s: None +2025-09-08 14:16:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a528dd67-77a9-49da-b0c2-37a116fa78e5] received +2025-09-08 14:16:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a528dd67-77a9-49da-b0c2-37a116fa78e5] succeeded in 0.0023178630508482456s: None +2025-09-08 14:16:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75dded27-0a84-476d-b0d8-b8feaecf8518] received +2025-09-08 14:16:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75dded27-0a84-476d-b0d8-b8feaecf8518] succeeded in 0.0027989490190520883s: None +2025-09-08 14:16:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec0aa221-ff50-4bf6-ae0f-521575e7c7c6] received +2025-09-08 14:16:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec0aa221-ff50-4bf6-ae0f-521575e7c7c6] succeeded in 0.002593857003375888s: None +2025-09-08 14:16:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a00f13e-9019-463f-bd75-5ae1273eb470] received +2025-09-08 14:16:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a00f13e-9019-463f-bd75-5ae1273eb470] succeeded in 0.0027178969467058778s: None +2025-09-08 14:16:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7621f1e5-2995-46e6-86e7-28657edb3d0e] received +2025-09-08 14:16:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7621f1e5-2995-46e6-86e7-28657edb3d0e] succeeded in 0.0024351620813831687s: None +2025-09-08 14:16:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2910c440-1d99-4ad6-ac6f-bf37421a11ed] received +2025-09-08 14:16:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2910c440-1d99-4ad6-ac6f-bf37421a11ed] succeeded in 0.001203168067149818s: None +2025-09-08 14:16:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17230396-cbca-450c-8752-61cc58995c35] received +2025-09-08 14:16:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17230396-cbca-450c-8752-61cc58995c35] succeeded in 0.002808163990266621s: None +2025-09-08 14:16:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf75d7b9-84f2-4df8-9780-28f58c3d412d] received +2025-09-08 14:16:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf75d7b9-84f2-4df8-9780-28f58c3d412d] succeeded in 0.0028002550825476646s: None +2025-09-08 14:16:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69e01410-3c47-4f13-9b6a-9b6385629e8d] received +2025-09-08 14:16:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69e01410-3c47-4f13-9b6a-9b6385629e8d] succeeded in 0.0027139399899169803s: None +2025-09-08 14:16:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9e2bc7c-db58-4f4b-818b-2929a1d1df2e] received +2025-09-08 14:16:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9e2bc7c-db58-4f4b-818b-2929a1d1df2e] succeeded in 0.0025021081091836095s: None +2025-09-08 14:16:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[331d730c-5911-4c61-bbc9-213f62c7169f] received +2025-09-08 14:16:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[331d730c-5911-4c61-bbc9-213f62c7169f] succeeded in 0.0024305989500135183s: None +2025-09-08 14:16:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d19bfa6f-672f-405a-9233-289986cbeb6b] received +2025-09-08 14:16:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d19bfa6f-672f-405a-9233-289986cbeb6b] succeeded in 0.0029257790884003043s: None +2025-09-08 14:16:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a746e6f4-0f9c-448d-8b39-6bf9c8415278] received +2025-09-08 14:16:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a746e6f4-0f9c-448d-8b39-6bf9c8415278] succeeded in 0.003675717976875603s: None +2025-09-08 14:16:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a361a6fa-29dc-4395-9951-242df6ad4f29] received +2025-09-08 14:16:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a361a6fa-29dc-4395-9951-242df6ad4f29] succeeded in 0.0024773579789325595s: None +2025-09-08 14:16:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:16:58 [INFO] SSE Stream: New client connecting... +2025-09-08 14:16:58 [INFO] SSE: Client connected (total: 2) +2025-09-08 14:16:58 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 14:16:58 [INFO] SSE Stream: Sent replay callback for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:16:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:16:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d15d998-3aa3-4523-a8f5-e3b6c4ff5ccd] received +2025-09-08 14:16:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d15d998-3aa3-4523-a8f5-e3b6c4ff5ccd] succeeded in 0.0027078581042587757s: None +2025-09-08 14:16:59 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e7dca51-13e0-4663-af3c-4966b3f354f4] received +2025-09-08 14:17:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e7dca51-13e0-4663-af3c-4966b3f354f4] succeeded in 0.002534308936446905s: None +2025-09-08 14:17:01 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59d71f27-8bf4-46d8-8d5e-732ebcead70c] received +2025-09-08 14:17:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59d71f27-8bf4-46d8-8d5e-732ebcead70c] succeeded in 0.002180510899052024s: None +2025-09-08 14:17:03 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91d702c4-d86e-46df-a1c8-34ed260061ff] received +2025-09-08 14:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91d702c4-d86e-46df-a1c8-34ed260061ff] succeeded in 0.002460360061377287s: None +2025-09-08 14:17:06 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[366ac194-9799-44d0-b173-ecf3a05f77d8] received +2025-09-08 14:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[366ac194-9799-44d0-b173-ecf3a05f77d8] succeeded in 0.0022350269136950374s: None +2025-09-08 14:17:08 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75281be5-45c6-4730-b8b8-6d6b902f296e] received +2025-09-08 14:17:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75281be5-45c6-4730-b8b8-6d6b902f296e] succeeded in 0.0027005289448425174s: None +2025-09-08 14:17:10 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bc6b2d0-48a8-4de7-b136-9f6cda2d43ea] received +2025-09-08 14:17:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bc6b2d0-48a8-4de7-b136-9f6cda2d43ea] succeeded in 0.002696581999771297s: None +2025-09-08 14:17:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae519879-0855-440d-b183-70adb439f517] received +2025-09-08 14:17:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae519879-0855-440d-b183-70adb439f517] succeeded in 0.002364441053941846s: None +2025-09-08 14:17:14 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[144d5c36-2185-4570-a052-9e89b7d1e335] received +2025-09-08 14:17:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[144d5c36-2185-4570-a052-9e89b7d1e335] succeeded in 0.0025137580232694745s: None +2025-09-08 14:17:17 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb9a1e29-ac1e-4605-a89a-481ec16e5a90] received +2025-09-08 14:17:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb9a1e29-ac1e-4605-a89a-481ec16e5a90] succeeded in 0.0028300409903749824s: None +2025-09-08 14:17:19 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5420b8a6-7958-4843-99e7-ee69cf8f2194] received +2025-09-08 14:17:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5420b8a6-7958-4843-99e7-ee69cf8f2194] succeeded in 0.0027420578990131617s: None +2025-09-08 14:17:21 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[666f9de9-4a50-4c36-8879-a4ad196468bb] received +2025-09-08 14:17:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[666f9de9-4a50-4c36-8879-a4ad196468bb] succeeded in 0.002689786022529006s: None +2025-09-08 14:17:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18fe000d-d001-4e58-a300-381d54562f43] received +2025-09-08 14:17:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18fe000d-d001-4e58-a300-381d54562f43] succeeded in 0.002608253969810903s: None +2025-09-08 14:17:25 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d8b9720-0444-42b4-b83b-a2bae792cb3b] received +2025-09-08 14:17:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d8b9720-0444-42b4-b83b-a2bae792cb3b] succeeded in 0.0027607319643720984s: None +2025-09-08 14:17:27 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de8b673d-8e3a-43f0-bcbe-9baf5a16b925] received +2025-09-08 14:17:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de8b673d-8e3a-43f0-bcbe-9baf5a16b925] succeeded in 0.002813184983097017s: None +2025-09-08 14:17:30 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[068fdc9e-4738-47fb-a3a9-77ea38830a88] received +2025-09-08 14:17:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[068fdc9e-4738-47fb-a3a9-77ea38830a88] succeeded in 0.002468066057190299s: None +2025-09-08 14:17:32 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4201c435-98a8-4c53-b4c0-9841a7830fb6] received +2025-09-08 14:17:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4201c435-98a8-4c53-b4c0-9841a7830fb6] succeeded in 0.0028768470510840416s: None +2025-09-08 14:17:34 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7d4cf75-adf2-4887-a64b-34afdb6f19e2] received +2025-09-08 14:17:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7d4cf75-adf2-4887-a64b-34afdb6f19e2] succeeded in 0.0021789929596707225s: None +2025-09-08 14:17:36 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b8dc250-40ae-4e20-80c7-372eb7458093] received +2025-09-08 14:17:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b8dc250-40ae-4e20-80c7-372eb7458093] succeeded in 0.0022354929242283106s: None +2025-09-08 14:17:38 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[071536c9-0ea1-4617-b63e-73bc64573f7c] received +2025-09-08 14:17:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[071536c9-0ea1-4617-b63e-73bc64573f7c] succeeded in 0.0018875258974730968s: None +2025-09-08 14:17:41 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9705d96-e3c7-4137-b41c-cd87d14c60a7] received +2025-09-08 14:17:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9705d96-e3c7-4137-b41c-cd87d14c60a7] succeeded in 0.0020885539706796408s: None +2025-09-08 14:17:43 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7e7a195-1216-4955-90f8-bdc895c0ec5f] received +2025-09-08 14:17:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7e7a195-1216-4955-90f8-bdc895c0ec5f] succeeded in 0.0022035130532458425s: None +2025-09-08 14:17:45 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[715a4638-d678-4c93-9c50-f9e1bd568da0] received +2025-09-08 14:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[715a4638-d678-4c93-9c50-f9e1bd568da0] succeeded in 0.002568127936683595s: None +2025-09-08 14:17:47 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d0b8d06-cc12-4c19-b0f1-84f9cdc0140e] received +2025-09-08 14:17:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d0b8d06-cc12-4c19-b0f1-84f9cdc0140e] succeeded in 0.0028671289328485727s: None +2025-09-08 14:17:49 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26a4d3ea-89f4-40f5-95d5-779e269fbae7] received +2025-09-08 14:17:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26a4d3ea-89f4-40f5-95d5-779e269fbae7] succeeded in 0.0028448859229683876s: None +2025-09-08 14:17:51 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2757afb-5780-4e1c-be3f-6eaaeca81945] received +2025-09-08 14:17:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2757afb-5780-4e1c-be3f-6eaaeca81945] succeeded in 0.0024075600085780025s: None +2025-09-08 14:17:54 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dadc7cb-2f0b-4671-851c-fb9f5bf9c995] received +2025-09-08 14:17:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dadc7cb-2f0b-4671-851c-fb9f5bf9c995] succeeded in 0.0024172450648620725s: None +2025-09-08 14:17:56 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:17:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:17:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[940922c1-acae-483c-a73f-276a41b88db7] received +2025-09-08 14:17:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[940922c1-acae-483c-a73f-276a41b88db7] succeeded in 0.0020653411047533154s: None +2025-09-08 14:17:58 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49065dd3-0016-4df3-aaa2-496e170d6ae2] received +2025-09-08 14:18:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49065dd3-0016-4df3-aaa2-496e170d6ae2] succeeded in 0.002399135963059962s: None +2025-09-08 14:18:00 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da952e2-eccc-40ea-8be0-d0117c70f0bb] received +2025-09-08 14:18:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da952e2-eccc-40ea-8be0-d0117c70f0bb] succeeded in 0.001623384072445333s: None +2025-09-08 14:18:02 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3550bb56-661c-489d-9978-e035a92027b4] received +2025-09-08 14:18:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3550bb56-661c-489d-9978-e035a92027b4] succeeded in 0.0031995640601962805s: None +2025-09-08 14:18:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7566c86b-8a7a-4147-a35d-b070f8f4d11c] received +2025-09-08 14:18:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7566c86b-8a7a-4147-a35d-b070f8f4d11c] succeeded in 0.0025164979742839932s: None +2025-09-08 14:18:07 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6891e37a-7aaa-4235-9893-71d01d0f7b7c] received +2025-09-08 14:18:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6891e37a-7aaa-4235-9893-71d01d0f7b7c] succeeded in 0.002868835930712521s: None +2025-09-08 14:18:09 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e316c0df-0466-4a99-b4da-ae3d5d18ed43] received +2025-09-08 14:18:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e316c0df-0466-4a99-b4da-ae3d5d18ed43] succeeded in 0.0028696591034531593s: None +2025-09-08 14:18:11 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5021dc8-c6fb-4ee7-82e4-e94365249d83] received +2025-09-08 14:18:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5021dc8-c6fb-4ee7-82e4-e94365249d83] succeeded in 0.0028003319166600704s: None +2025-09-08 14:18:13 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17874eb6-91d1-4c9a-97ef-319e488e8756] received +2025-09-08 14:18:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17874eb6-91d1-4c9a-97ef-319e488e8756] succeeded in 0.002956590964458883s: None +2025-09-08 14:18:15 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93f5602d-d61b-4cb9-ae0e-47cd2ddd5f16] received +2025-09-08 14:18:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93f5602d-d61b-4cb9-ae0e-47cd2ddd5f16] succeeded in 0.002460369956679642s: None +2025-09-08 14:18:18 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[826804c4-808c-429b-9a58-1480848e46cc] received +2025-09-08 14:18:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[826804c4-808c-429b-9a58-1480848e46cc] succeeded in 0.002268007956445217s: None +2025-09-08 14:18:20 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd69848-14ac-478c-bdac-3c5c040157ae] received +2025-09-08 14:18:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd69848-14ac-478c-bdac-3c5c040157ae] succeeded in 0.0021976970601826906s: None +2025-09-08 14:18:22 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a6754ea-7e27-4c5a-b2d6-c72751757484] received +2025-09-08 14:18:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a6754ea-7e27-4c5a-b2d6-c72751757484] succeeded in 0.0031393669778481126s: None +2025-09-08 14:18:24 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac7edc05-b73a-481e-b84c-195c864196c3] received +2025-09-08 14:18:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac7edc05-b73a-481e-b84c-195c864196c3] succeeded in 0.0028292409842833877s: None +2025-09-08 14:18:26 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df66672e-0af5-40d5-88d0-8b9d451ef070] received +2025-09-08 14:18:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df66672e-0af5-40d5-88d0-8b9d451ef070] succeeded in 0.002608441049233079s: None +2025-09-08 14:18:28 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ae297f1-be94-403a-842d-23cb96e6a452] received +2025-09-08 14:18:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ae297f1-be94-403a-842d-23cb96e6a452] succeeded in 0.0014170319773256779s: None +2025-09-08 14:18:31 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0adf5419-873a-489f-b48e-b15dd21c7428] received +2025-09-08 14:18:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0adf5419-873a-489f-b48e-b15dd21c7428] succeeded in 0.0022712129866704345s: None +2025-09-08 14:18:33 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[242dee0d-307c-4825-b7a3-1262a324b4c4] received +2025-09-08 14:18:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[242dee0d-307c-4825-b7a3-1262a324b4c4] succeeded in 0.0026160820852965117s: None +2025-09-08 14:18:35 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0477d31-73bc-4232-b543-6d54cc7bf386] received +2025-09-08 14:18:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0477d31-73bc-4232-b543-6d54cc7bf386] succeeded in 0.0026096710935235023s: None +2025-09-08 14:18:37 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28f5fe64-a22f-402d-b308-270e2b684bc1] received +2025-09-08 14:18:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28f5fe64-a22f-402d-b308-270e2b684bc1] succeeded in 0.006698056007735431s: None +2025-09-08 14:18:39 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e68dc332-9a64-4ea9-b9eb-8c1250b0bc34] received +2025-09-08 14:18:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e68dc332-9a64-4ea9-b9eb-8c1250b0bc34] succeeded in 0.002664671977981925s: None +2025-09-08 14:18:42 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86b35af5-2426-4476-acee-57ab0659a415] received +2025-09-08 14:18:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86b35af5-2426-4476-acee-57ab0659a415] succeeded in 0.0023618029663339257s: None +2025-09-08 14:18:44 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d52bdb8-c993-4ae3-b6be-8467562393f0] received +2025-09-08 14:18:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d52bdb8-c993-4ae3-b6be-8467562393f0] succeeded in 0.002833919017575681s: None +2025-09-08 14:18:46 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06e6a8cd-3eeb-4b33-b01e-dd79b3f1822b] received +2025-09-08 14:18:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06e6a8cd-3eeb-4b33-b01e-dd79b3f1822b] succeeded in 0.0029381330823525786s: None +2025-09-08 14:18:48 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8df134eb-e7bc-487e-8ca4-dd2d3a86baee] received +2025-09-08 14:18:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8df134eb-e7bc-487e-8ca4-dd2d3a86baee] succeeded in 0.0017452869797125459s: None +2025-09-08 14:18:50 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25812d9f-bb01-4bb6-9852-c0a7754e9c30] received +2025-09-08 14:18:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25812d9f-bb01-4bb6-9852-c0a7754e9c30] succeeded in 0.002195900888182223s: None +2025-09-08 14:18:52 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[794de11f-e4e8-40b6-919c-6ac3f3587513] received +2025-09-08 14:18:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[794de11f-e4e8-40b6-919c-6ac3f3587513] succeeded in 0.0021179140312597156s: None +2025-09-08 14:18:55 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f276191-4761-4b85-a6d0-954dceb2be62] received +2025-09-08 14:18:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f276191-4761-4b85-a6d0-954dceb2be62] succeeded in 0.002779174013994634s: None +2025-09-08 14:18:57 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:18:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:18:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc2d9702-fcda-4da8-b921-0ddcced95915] received +2025-09-08 14:18:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc2d9702-fcda-4da8-b921-0ddcced95915] succeeded in 0.0026734009152278304s: None +2025-09-08 14:18:59 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64135416-bf89-4772-84df-d81c0d46955b] received +2025-09-08 14:19:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64135416-bf89-4772-84df-d81c0d46955b] succeeded in 0.002393665025010705s: None +2025-09-08 14:19:01 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c34d46b-f1d3-4e61-b624-9f1efdd913bd] received +2025-09-08 14:19:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c34d46b-f1d3-4e61-b624-9f1efdd913bd] succeeded in 0.0025218729861080647s: None +2025-09-08 14:19:03 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[784a72ef-4be0-4306-9fac-bf9b6d167212] received +2025-09-08 14:19:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[784a72ef-4be0-4306-9fac-bf9b6d167212] succeeded in 0.0024466440081596375s: None +2025-09-08 14:19:06 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d98f1f28-c858-4440-90b7-e6b855a3c8b8] received +2025-09-08 14:19:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d98f1f28-c858-4440-90b7-e6b855a3c8b8] succeeded in 0.0023060180246829987s: None +2025-09-08 14:19:08 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33ebae1e-749c-4d2e-af2b-50b0158f8e23] received +2025-09-08 14:19:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33ebae1e-749c-4d2e-af2b-50b0158f8e23] succeeded in 0.0035153389908373356s: None +2025-09-08 14:19:10 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a4969fc-fefd-4024-9352-ae0650ceda37] received +2025-09-08 14:19:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a4969fc-fefd-4024-9352-ae0650ceda37] succeeded in 0.001699707005172968s: None +2025-09-08 14:19:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[476b2720-b266-4c2e-aa9a-8dc5cc11a09d] received +2025-09-08 14:19:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[476b2720-b266-4c2e-aa9a-8dc5cc11a09d] succeeded in 0.002433598041534424s: None +2025-09-08 14:19:14 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:19:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4611339-2f9e-47e4-87e5-720124893760] received +2025-09-08 14:19:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4611339-2f9e-47e4-87e5-720124893760] succeeded in 0.0026069750310853124s: None +2025-09-08 14:19:16 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:19:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:19:23 [INFO] Celery[DW-STDERR]: Storing track 'Sober Up - feat. Rivers Cuomo' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:19:23 [INFO] Celery[DW-STDERR]: Successfully stored track 'Sober Up - feat. Rivers Cuomo' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:19:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:19:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fb4be99-9ab1-4194-aa8c-03b7f5ecb981] received +2025-09-08 14:19:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fb4be99-9ab1-4194-aa8c-03b7f5ecb981] succeeded in 0.002311155083589256s: None +2025-09-08 14:19:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Storing track 'Inertia' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Successfully stored track 'Inertia' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:20:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7df6e275-6c37-47a1-bebe-fdf1e3e38279] received +2025-09-08 14:20:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7df6e275-6c37-47a1-bebe-fdf1e3e38279] succeeded in 0.0018535309936851263s: None +2025-09-08 14:20:11 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Storing track 'Way Less Sad' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Successfully stored track 'Way Less Sad' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:20:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:20:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6895ea9b-37c7-4c03-98b8-723ea572242f] received +2025-09-08 14:20:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6895ea9b-37c7-4c03-98b8-723ea572242f] succeeded in 0.002041185973212123s: None +2025-09-08 14:20:11 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:20:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:20:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b9e6abc-752a-47a7-a830-918a3f552b7e] received +2025-09-08 14:20:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b9e6abc-752a-47a7-a830-918a3f552b7e] succeeded in 0.002617045072838664s: None +2025-09-08 14:20:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c8e0ac4-58aa-4e83-9252-e160f09123f7] received +2025-09-08 14:20:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c8e0ac4-58aa-4e83-9252-e160f09123f7] succeeded in 0.0022116589825600386s: None +2025-09-08 14:20:12 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65458439-b363-47ff-a5ec-0a6817746435] received +2025-09-08 14:20:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65458439-b363-47ff-a5ec-0a6817746435] succeeded in 0.003494401928037405s: None +2025-09-08 14:20:14 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2693377-6f4d-40d7-a461-1f4a1474d0ca] received +2025-09-08 14:20:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2693377-6f4d-40d7-a461-1f4a1474d0ca] succeeded in 0.002247963915579021s: None +2025-09-08 14:20:15 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95ddbab1-06cd-4c22-a1eb-bac38feadb60] received +2025-09-08 14:20:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95ddbab1-06cd-4c22-a1eb-bac38feadb60] succeeded in 0.0026994539657607675s: None +2025-09-08 14:20:17 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec2526e-17f0-4c89-be6b-b402209ebfa0] received +2025-09-08 14:20:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec2526e-17f0-4c89-be6b-b402209ebfa0] succeeded in 0.0025699310936033726s: None +2025-09-08 14:20:18 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c166abb-a32b-48e9-852a-6520e2ed0462] received +2025-09-08 14:20:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c166abb-a32b-48e9-852a-6520e2ed0462] succeeded in 0.0024362860713154078s: None +2025-09-08 14:20:20 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3647428a-09c4-4744-a89b-abcd6ad17a89] received +2025-09-08 14:20:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3647428a-09c4-4744-a89b-abcd6ad17a89] succeeded in 0.002238363027572632s: None +2025-09-08 14:20:21 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2f3c46e-4dcb-4086-b3d1-77a3446419c9] received +2025-09-08 14:20:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2f3c46e-4dcb-4086-b3d1-77a3446419c9] succeeded in 0.002223307965323329s: None +2025-09-08 14:20:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[828b85a6-619b-4c6d-853d-d583b9689f72] received +2025-09-08 14:20:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[828b85a6-619b-4c6d-853d-d583b9689f72] succeeded in 0.0025905630318447948s: None +2025-09-08 14:20:24 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72749311-f45c-4590-94bf-8e44eebf5a38] received +2025-09-08 14:20:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72749311-f45c-4590-94bf-8e44eebf5a38] succeeded in 0.00259303895290941s: None +2025-09-08 14:20:26 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[547f48c0-3d1c-46a9-a416-691dd9ec128b] received +2025-09-08 14:20:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[547f48c0-3d1c-46a9-a416-691dd9ec128b] succeeded in 0.0022316790418699384s: None +2025-09-08 14:20:27 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f963b6b3-4b20-44cc-9893-75b5fe98e353] received +2025-09-08 14:20:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f963b6b3-4b20-44cc-9893-75b5fe98e353] succeeded in 0.0027596650179475546s: None +2025-09-08 14:20:29 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[683a8922-63dc-43a2-be8e-49c4c09e794f] received +2025-09-08 14:20:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[683a8922-63dc-43a2-be8e-49c4c09e794f] succeeded in 0.0025558730121701956s: None +2025-09-08 14:20:30 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39fe14da-65d5-4848-954d-976fac52d96a] received +2025-09-08 14:20:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39fe14da-65d5-4848-954d-976fac52d96a] succeeded in 0.002493258100003004s: None +2025-09-08 14:20:32 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23d85e28-40c0-4632-9fe9-8c3e5cb79c62] received +2025-09-08 14:20:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23d85e28-40c0-4632-9fe9-8c3e5cb79c62] succeeded in 0.002307655056938529s: None +2025-09-08 14:20:33 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02e4b9db-c508-4ecb-8ac3-2f510dc39122] received +2025-09-08 14:20:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02e4b9db-c508-4ecb-8ac3-2f510dc39122] succeeded in 0.00228045298717916s: None +2025-09-08 14:20:35 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0d4a6a7-d3f5-4e58-a06b-7a1b171fa40e] received +2025-09-08 14:20:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0d4a6a7-d3f5-4e58-a06b-7a1b171fa40e] succeeded in 0.002425250015221536s: None +2025-09-08 14:20:36 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6830b14-5aad-48ec-aaea-36ff211a7e8e] received +2025-09-08 14:20:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6830b14-5aad-48ec-aaea-36ff211a7e8e] succeeded in 0.0024040989810600877s: None +2025-09-08 14:20:38 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1768ddcd-ca28-412c-b99f-e0e053f9d246] received +2025-09-08 14:20:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1768ddcd-ca28-412c-b99f-e0e053f9d246] succeeded in 0.002552772988565266s: None +2025-09-08 14:20:39 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c329c573-ec73-497b-b0e5-399dce8ce014] received +2025-09-08 14:20:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c329c573-ec73-497b-b0e5-399dce8ce014] succeeded in 0.0028133050072938204s: None +2025-09-08 14:20:41 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f730c7e4-931e-4210-a69f-d4dce89cef2c] received +2025-09-08 14:20:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f730c7e4-931e-4210-a69f-d4dce89cef2c] succeeded in 0.002623853972181678s: None +2025-09-08 14:20:42 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[821a0011-3b74-4f11-b048-aa0dc3d74108] received +2025-09-08 14:20:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[821a0011-3b74-4f11-b048-aa0dc3d74108] succeeded in 0.0017893710173666477s: None +2025-09-08 14:20:44 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a72ae282-d939-45a7-9984-e6f5b071e209] received +2025-09-08 14:20:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a72ae282-d939-45a7-9984-e6f5b071e209] succeeded in 0.0020320650655776262s: None +2025-09-08 14:20:45 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd38b3d6-6e83-43ad-8553-f69c362b98db] received +2025-09-08 14:20:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd38b3d6-6e83-43ad-8553-f69c362b98db] succeeded in 0.0028541620122268796s: None +2025-09-08 14:20:47 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54afe89a-b39f-4bfa-b052-86eab527e578] received +2025-09-08 14:20:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54afe89a-b39f-4bfa-b052-86eab527e578] succeeded in 0.002617066027596593s: None +2025-09-08 14:20:48 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da39460-2e40-436a-a326-1faab4ef7694] received +2025-09-08 14:20:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da39460-2e40-436a-a326-1faab4ef7694] succeeded in 0.0024464039597660303s: None +2025-09-08 14:20:50 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c333a0af-42a2-4cf8-8ced-159db1e477e5] received +2025-09-08 14:20:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c333a0af-42a2-4cf8-8ced-159db1e477e5] succeeded in 0.0023016560589894652s: None +2025-09-08 14:20:51 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73222e6c-e0d5-4d7b-80a8-60662f589a6f] received +2025-09-08 14:20:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73222e6c-e0d5-4d7b-80a8-60662f589a6f] succeeded in 0.0023776349844411016s: None +2025-09-08 14:20:53 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2ec26db-caea-4d74-a4f3-85fcee07a3e3] received +2025-09-08 14:20:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2ec26db-caea-4d74-a4f3-85fcee07a3e3] succeeded in 0.0028119300259277225s: None +2025-09-08 14:20:54 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c10a0c8-c1ab-4f3a-ae76-70102612e35d] received +2025-09-08 14:20:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c10a0c8-c1ab-4f3a-ae76-70102612e35d] succeeded in 0.002465232042595744s: None +2025-09-08 14:20:56 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aeeba3f-be7d-4ab2-8702-40058106ead5] received +2025-09-08 14:20:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aeeba3f-be7d-4ab2-8702-40058106ead5] succeeded in 0.0026593239745125175s: None +2025-09-08 14:20:57 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:20:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:20:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eb23bfa-697c-4b3b-a4b1-91133b2b91cd] received +2025-09-08 14:20:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eb23bfa-697c-4b3b-a4b1-91133b2b91cd] succeeded in 0.0023360399063676596s: None +2025-09-08 14:20:58 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5548b4a8-543b-45bb-bc3b-e741644ce933] received +2025-09-08 14:21:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5548b4a8-543b-45bb-bc3b-e741644ce933] succeeded in 0.00239494105335325s: None +2025-09-08 14:21:00 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[865c3585-098a-4b0d-87f0-324dd3b31888] received +2025-09-08 14:21:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[865c3585-098a-4b0d-87f0-324dd3b31888] succeeded in 0.0028265579603612423s: None +2025-09-08 14:21:01 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f1bdfcd-ec67-43a8-b1e7-31b2c5b0d5f4] received +2025-09-08 14:21:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f1bdfcd-ec67-43a8-b1e7-31b2c5b0d5f4] succeeded in 0.002420775010250509s: None +2025-09-08 14:21:03 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6911fa8-6693-439d-96e7-bad6bc0bfb23] received +2025-09-08 14:21:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6911fa8-6693-439d-96e7-bad6bc0bfb23] succeeded in 0.002859707921743393s: None +2025-09-08 14:21:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59ac2ec3-0cce-452b-aaa9-f1c7da1bb157] received +2025-09-08 14:21:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59ac2ec3-0cce-452b-aaa9-f1c7da1bb157] succeeded in 0.0023675638949498534s: None +2025-09-08 14:21:06 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fbeea88-66e1-4031-acc0-a6389be462d3] received +2025-09-08 14:21:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fbeea88-66e1-4031-acc0-a6389be462d3] succeeded in 0.0026821139035746455s: None +2025-09-08 14:21:07 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b512b8e-e059-4752-b5f1-7d75b5116a7f] received +2025-09-08 14:21:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b512b8e-e059-4752-b5f1-7d75b5116a7f] succeeded in 0.0020922430558130145s: None +2025-09-08 14:21:09 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58a95d1b-81ac-477d-9d85-eea79d9a51d0] received +2025-09-08 14:21:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58a95d1b-81ac-477d-9d85-eea79d9a51d0] succeeded in 0.0024727530544623733s: None +2025-09-08 14:21:10 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 14:21:11 [INFO] SSE client disconnected +2025-09-08 14:21:11 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 14:21:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfa21212-54e9-478b-ac5c-25834f3e5f98] received +2025-09-08 14:21:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfa21212-54e9-478b-ac5c-25834f3e5f98] succeeded in 0.0022898439783602953s: None +2025-09-08 14:21:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88b4d684-4bfc-4a4e-ad45-2af4ccf52dc6] received +2025-09-08 14:21:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88b4d684-4bfc-4a4e-ad45-2af4ccf52dc6] succeeded in 0.002846341929398477s: None +2025-09-08 14:21:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4dc8def-2b45-4052-b83f-918ed857e27a] received +2025-09-08 14:21:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4dc8def-2b45-4052-b83f-918ed857e27a] succeeded in 0.0024426099844276905s: None +2025-09-08 14:21:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8f26c5e-5b28-49d6-ab30-ba951712ebbd] received +2025-09-08 14:21:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8f26c5e-5b28-49d6-ab30-ba951712ebbd] succeeded in 0.0019824389601126313s: None +2025-09-08 14:21:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[147eee9c-7137-4960-b66f-8c2b49b0e019] received +2025-09-08 14:21:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[147eee9c-7137-4960-b66f-8c2b49b0e019] succeeded in 0.002551481011323631s: None +2025-09-08 14:21:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89c0ca76-267e-49e7-a0f2-9e1a73ef6800] received +2025-09-08 14:21:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89c0ca76-267e-49e7-a0f2-9e1a73ef6800] succeeded in 0.0026680739829316735s: None +2025-09-08 14:21:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1799da2f-4f33-425b-940e-8a4db25bc99f] received +2025-09-08 14:21:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1799da2f-4f33-425b-940e-8a4db25bc99f] succeeded in 0.0026381369680166245s: None +2025-09-08 14:21:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d66e6fb4-fc7f-452a-9488-e16b36d6269f] received +2025-09-08 14:21:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d66e6fb4-fc7f-452a-9488-e16b36d6269f] succeeded in 0.0023013390600681305s: None +2025-09-08 14:21:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db6aa4d4-834a-400b-98ca-8a19bb40c7f6] received +2025-09-08 14:21:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db6aa4d4-834a-400b-98ca-8a19bb40c7f6] succeeded in 0.0028751411009579897s: None +2025-09-08 14:21:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77fd81af-d5b3-4d0b-bed6-a78753f98142] received +2025-09-08 14:21:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77fd81af-d5b3-4d0b-bed6-a78753f98142] succeeded in 0.0026786699891090393s: None +2025-09-08 14:21:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d0725eb-a9de-4d9a-b49c-739a2f4de267] received +2025-09-08 14:21:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d0725eb-a9de-4d9a-b49c-739a2f4de267] succeeded in 0.0025724860606715083s: None +2025-09-08 14:21:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f06c410-ad4d-4450-96e1-519fccbdab8a] received +2025-09-08 14:21:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f06c410-ad4d-4450-96e1-519fccbdab8a] succeeded in 0.002503648982383311s: None +2025-09-08 14:21:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cec99eb-98a0-4add-8ff3-b9e7d8cdd2f3] received +2025-09-08 14:21:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cec99eb-98a0-4add-8ff3-b9e7d8cdd2f3] succeeded in 0.0024035340175032616s: None +2025-09-08 14:21:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[845d434d-e374-4483-9192-6bd34d2aabe2] received +2025-09-08 14:21:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[845d434d-e374-4483-9192-6bd34d2aabe2] succeeded in 0.002882806002162397s: None +2025-09-08 14:21:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e29211f-f15e-46c2-a4bc-65ba72ed5119] received +2025-09-08 14:21:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e29211f-f15e-46c2-a4bc-65ba72ed5119] succeeded in 0.002698638942092657s: None +2025-09-08 14:21:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19c27a9c-ff55-49fd-a3cb-084afe321c2c] received +2025-09-08 14:21:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19c27a9c-ff55-49fd-a3cb-084afe321c2c] succeeded in 0.0026539419777691364s: None +2025-09-08 14:21:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d199ae56-d7b9-4743-98e5-8dede49a22b4] received +2025-09-08 14:21:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d199ae56-d7b9-4743-98e5-8dede49a22b4] succeeded in 0.0028259638929739594s: None +2025-09-08 14:21:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[467dfb83-b1af-415e-8710-c720e4e059a7] received +2025-09-08 14:21:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[467dfb83-b1af-415e-8710-c720e4e059a7] succeeded in 0.0024156159488484263s: None +2025-09-08 14:21:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05d8561f-afb3-4b60-89cb-06ff7014c0bf] received +2025-09-08 14:21:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05d8561f-afb3-4b60-89cb-06ff7014c0bf] succeeded in 0.002436373964883387s: None +2025-09-08 14:21:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95a612c3-6b94-49e6-ab91-1aefac54be5e] received +2025-09-08 14:21:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95a612c3-6b94-49e6-ab91-1aefac54be5e] succeeded in 0.002382264006882906s: None +2025-09-08 14:21:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f465e264-7b3e-4d9a-abe3-ff45d99f4c7d] received +2025-09-08 14:21:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f465e264-7b3e-4d9a-abe3-ff45d99f4c7d] succeeded in 0.0025790580548346043s: None +2025-09-08 14:21:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c40dfd93-375f-4f4d-8485-277d92b63fac] received +2025-09-08 14:21:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c40dfd93-375f-4f4d-8485-277d92b63fac] succeeded in 0.002521952032111585s: None +2025-09-08 14:21:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c40ac34-87e9-4c0f-b2a8-a0658ad4b07a] received +2025-09-08 14:21:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c40ac34-87e9-4c0f-b2a8-a0658ad4b07a] succeeded in 0.003211888950318098s: None +2025-09-08 14:21:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a918b773-a4c1-43b5-8eca-3a55cd33ad95] received +2025-09-08 14:21:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a918b773-a4c1-43b5-8eca-3a55cd33ad95] succeeded in 0.00216804095543921s: None +2025-09-08 14:21:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05cddbac-cd43-4886-9318-8dd5f87adfba] received +2025-09-08 14:21:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05cddbac-cd43-4886-9318-8dd5f87adfba] succeeded in 0.0024772670585662127s: None +2025-09-08 14:21:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6a095f0-cc92-4eba-bcd2-3ed1dcaa259e] received +2025-09-08 14:21:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6a095f0-cc92-4eba-bcd2-3ed1dcaa259e] succeeded in 0.0028363270685076714s: None +2025-09-08 14:21:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c30396f4-6b2b-44bc-adc7-8ccc9adc4dc4] received +2025-09-08 14:21:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c30396f4-6b2b-44bc-adc7-8ccc9adc4dc4] succeeded in 0.002434541005641222s: None +2025-09-08 14:21:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b78383b6-a179-4bd1-993a-37429c25cbd2] received +2025-09-08 14:21:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b78383b6-a179-4bd1-993a-37429c25cbd2] succeeded in 0.001963175949640572s: None +2025-09-08 14:21:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42f3da7d-cc75-4de8-904a-b0a007985d2c] received +2025-09-08 14:21:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42f3da7d-cc75-4de8-904a-b0a007985d2c] succeeded in 0.0025974049931392074s: None +2025-09-08 14:21:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[138aa2b5-57ab-48aa-8b9e-e681b05100b3] received +2025-09-08 14:21:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[138aa2b5-57ab-48aa-8b9e-e681b05100b3] succeeded in 0.00232732598669827s: None +2025-09-08 14:21:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ee1d4c6-3024-4bf4-979c-f3c8b75da3c3] received +2025-09-08 14:21:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ee1d4c6-3024-4bf4-979c-f3c8b75da3c3] succeeded in 0.0026251019444316626s: None +2025-09-08 14:21:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:21:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c63810d4-b43b-4f9f-ac13-47645aa14fff] received +2025-09-08 14:21:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c63810d4-b43b-4f9f-ac13-47645aa14fff] succeeded in 0.0026643569581210613s: None +2025-09-08 14:21:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:21:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6fe17dd-a23a-41ef-8f98-090b3361f128] received +2025-09-08 14:22:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6fe17dd-a23a-41ef-8f98-090b3361f128] succeeded in 0.002478191046975553s: None +2025-09-08 14:22:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[735c242d-7265-4eb1-9b88-f9ab7fd22464] received +2025-09-08 14:22:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[735c242d-7265-4eb1-9b88-f9ab7fd22464] succeeded in 0.0023752449778839946s: None +2025-09-08 14:22:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73413ec7-10be-40ab-b907-1e9d8f50ae2c] received +2025-09-08 14:22:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73413ec7-10be-40ab-b907-1e9d8f50ae2c] succeeded in 0.0026269910158589482s: None +2025-09-08 14:22:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deb4e9f1-b0d0-4a4d-b799-f2aff69a36e7] received +2025-09-08 14:22:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deb4e9f1-b0d0-4a4d-b799-f2aff69a36e7] succeeded in 0.002571837045252323s: None +2025-09-08 14:22:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94500150-6b9a-4354-9834-ce90628980d2] received +2025-09-08 14:22:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94500150-6b9a-4354-9834-ce90628980d2] succeeded in 0.0025657459627836943s: None +2025-09-08 14:22:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45ee717f-fa7c-46c8-8cef-595ff06094c8] received +2025-09-08 14:22:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45ee717f-fa7c-46c8-8cef-595ff06094c8] succeeded in 0.0023817350156605244s: None +2025-09-08 14:22:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9689f7e6-d1ea-4324-a2e9-ff6c80f00bd1] received +2025-09-08 14:22:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0db000d9-19a9-42e5-b51b-3548ba101b32] received +2025-09-08 14:22:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0db000d9-19a9-42e5-b51b-3548ba101b32] succeeded in 0.0022661390248686075s: None +2025-09-08 14:22:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9689f7e6-d1ea-4324-a2e9-ff6c80f00bd1] succeeded in 0.0020244410261511803s: None +2025-09-08 14:22:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d5e4419-8898-410f-baac-50e256ff3e57] received +2025-09-08 14:22:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d5e4419-8898-410f-baac-50e256ff3e57] succeeded in 0.007226214045658708s: None +2025-09-08 14:22:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ae2dcbb-63d0-4688-8362-9bb39629ddde] received +2025-09-08 14:22:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ae2dcbb-63d0-4688-8362-9bb39629ddde] succeeded in 0.0026101230178028345s: None +2025-09-08 14:22:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ae0b2ad-ebb9-4e18-98e5-d6c439153e67] received +2025-09-08 14:22:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ae0b2ad-ebb9-4e18-98e5-d6c439153e67] succeeded in 0.002740525989793241s: None +2025-09-08 14:22:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7176b803-5702-45ac-9cca-ee62d6b3cd74] received +2025-09-08 14:22:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7176b803-5702-45ac-9cca-ee62d6b3cd74] succeeded in 0.003434346988797188s: None +2025-09-08 14:22:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efb522b2-cd8b-4a81-84c9-c0a600ecdb3c] received +2025-09-08 14:22:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efb522b2-cd8b-4a81-84c9-c0a600ecdb3c] succeeded in 0.0024276929907500744s: None +2025-09-08 14:22:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e133e86-ab08-4677-b0c1-6e76537ee3ef] received +2025-09-08 14:22:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e133e86-ab08-4677-b0c1-6e76537ee3ef] succeeded in 0.0025114089949056506s: None +2025-09-08 14:22:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d7ea7e8-7c5a-4aa8-af1a-a93370803085] received +2025-09-08 14:22:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d7ea7e8-7c5a-4aa8-af1a-a93370803085] succeeded in 0.0027430789778009057s: None +2025-09-08 14:22:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6073a8a9-9b1c-4a23-9e3d-a00355ec3d8c] received +2025-09-08 14:22:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6073a8a9-9b1c-4a23-9e3d-a00355ec3d8c] succeeded in 0.0034270150354132056s: None +2025-09-08 14:22:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1518a447-2238-4838-a703-9fe8f65876ef] received +2025-09-08 14:22:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1518a447-2238-4838-a703-9fe8f65876ef] succeeded in 0.002501959097571671s: None +2025-09-08 14:22:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d01fe6c-c78b-4082-8adb-e85319d1e8e8] received +2025-09-08 14:22:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d01fe6c-c78b-4082-8adb-e85319d1e8e8] succeeded in 0.002404617960564792s: None +2025-09-08 14:22:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42bb1ce7-afb4-42f5-9462-e582f2972cf3] received +2025-09-08 14:22:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42bb1ce7-afb4-42f5-9462-e582f2972cf3] succeeded in 0.0028187650023028255s: None +2025-09-08 14:22:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[270195a8-f835-4b5a-bb7d-288d385e978c] received +2025-09-08 14:22:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[270195a8-f835-4b5a-bb7d-288d385e978c] succeeded in 0.0026441129157319665s: None +2025-09-08 14:22:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c5744d5-6951-4681-839a-eb1323e46311] received +2025-09-08 14:22:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c5744d5-6951-4681-839a-eb1323e46311] succeeded in 0.0026470659067854285s: None +2025-09-08 14:22:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf017871-f35a-481f-8b87-738cd4aabe23] received +2025-09-08 14:22:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf017871-f35a-481f-8b87-738cd4aabe23] succeeded in 0.0022285120794549584s: None +2025-09-08 14:22:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[196d3c05-701b-4238-877f-4c5f1b1ac9de] received +2025-09-08 14:22:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[196d3c05-701b-4238-877f-4c5f1b1ac9de] succeeded in 0.002506433054804802s: None +2025-09-08 14:22:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c92f1c7b-e8b8-4653-bf9d-6b14862810da] received +2025-09-08 14:22:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c92f1c7b-e8b8-4653-bf9d-6b14862810da] succeeded in 0.0029380579944700003s: None +2025-09-08 14:22:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49b2b4ed-9570-42a0-9ce0-c95a5d8fc733] received +2025-09-08 14:22:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49b2b4ed-9570-42a0-9ce0-c95a5d8fc733] succeeded in 0.0023760260082781315s: None +2025-09-08 14:22:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b611845f-4ff3-4224-9faa-1453fc0f217d] received +2025-09-08 14:22:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b611845f-4ff3-4224-9faa-1453fc0f217d] succeeded in 0.0024289790308102965s: None +2025-09-08 14:22:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d54fd0b9-5c54-48dc-ab16-ef12517cd0f3] received +2025-09-08 14:22:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d54fd0b9-5c54-48dc-ab16-ef12517cd0f3] succeeded in 0.0025080860359594226s: None +2025-09-08 14:22:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:22:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50da3256-c592-40ba-ad54-4f2f478fa944] received +2025-09-08 14:22:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50da3256-c592-40ba-ad54-4f2f478fa944] succeeded in 0.0024182989727705717s: None +2025-09-08 14:22:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:22:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:22:44 [INFO] Celery[DW-STDERR]: Storing track 'Record Player' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:22:44 [INFO] Celery[DW-STDERR]: Successfully stored track 'Record Player' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:22:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:22:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2aab758e-9aed-4050-8cb5-50ae7137bd78] received +2025-09-08 14:22:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2aab758e-9aed-4050-8cb5-50ae7137bd78] succeeded in 0.0032207280164584517s: None +2025-09-08 14:22:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Storing track 'Weak' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Successfully stored track 'Weak' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10e5308c-c4e8-4c7a-906e-e876ca5d1232] received +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10e5308c-c4e8-4c7a-906e-e876ca5d1232] succeeded in 0.0018222070066258311s: None +2025-09-08 14:23:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Storing track 'Karma' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Successfully stored track 'Karma' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62ccef82-0270-4549-b686-ebbea96e8796] received +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62ccef82-0270-4549-b686-ebbea96e8796] succeeded in 0.0021013289224356413s: None +2025-09-08 14:23:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Storing track '3 O'Clock Things' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Successfully stored track '3 O'Clock Things' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7295400-8f5a-4279-8df0-3d4be353bf73] received +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7295400-8f5a-4279-8df0-3d4be353bf73] succeeded in 0.0019865999929606915s: None +2025-09-08 14:23:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8856fa8-ceee-43a7-a5a5-947582061b19] received +2025-09-08 14:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8856fa8-ceee-43a7-a5a5-947582061b19] succeeded in 0.001660370035097003s: None +2025-09-08 14:23:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9099e510-8df8-40e7-b455-2258369f4125] received +2025-09-08 14:23:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9099e510-8df8-40e7-b455-2258369f4125] succeeded in 0.0015182560309767723s: None +2025-09-08 14:23:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50b850eb-9810-4fe3-8a58-b24cbe0aa770] received +2025-09-08 14:23:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50b850eb-9810-4fe3-8a58-b24cbe0aa770] succeeded in 0.0023823409574106336s: None +2025-09-08 14:23:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41d87461-9381-455e-956e-d822a6576c12] received +2025-09-08 14:23:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41d87461-9381-455e-956e-d822a6576c12] succeeded in 0.0026773029239848256s: None +2025-09-08 14:23:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[655bbe0b-5b06-4c37-8823-f8676e6f3bd9] received +2025-09-08 14:23:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[655bbe0b-5b06-4c37-8823-f8676e6f3bd9] succeeded in 0.0027119379956275225s: None +2025-09-08 14:23:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d00d8f9-2c9d-4fe2-b500-d1407b41af0c] received +2025-09-08 14:23:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d00d8f9-2c9d-4fe2-b500-d1407b41af0c] succeeded in 0.0023978850804269314s: None +2025-09-08 14:23:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14d3c3db-d42f-442a-8ac3-c66b458bd6b8] received +2025-09-08 14:23:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14d3c3db-d42f-442a-8ac3-c66b458bd6b8] succeeded in 0.00243487989064306s: None +2025-09-08 14:23:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440f82c3-bdee-452e-a732-43b71330ad35] received +2025-09-08 14:23:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440f82c3-bdee-452e-a732-43b71330ad35] succeeded in 0.002434649970382452s: None +2025-09-08 14:23:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3368d23e-18dd-41dc-bbd3-e5eb0d8d6995] received +2025-09-08 14:23:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3368d23e-18dd-41dc-bbd3-e5eb0d8d6995] succeeded in 0.0024091049563139677s: None +2025-09-08 14:23:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[844dc565-02b5-416b-b654-1df71ada7849] received +2025-09-08 14:23:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[844dc565-02b5-416b-b654-1df71ada7849] succeeded in 0.002845195005647838s: None +2025-09-08 14:23:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[171b8c09-d1bd-4db7-9fb2-894dedd9d704] received +2025-09-08 14:23:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[171b8c09-d1bd-4db7-9fb2-894dedd9d704] succeeded in 0.0021819360554218292s: None +2025-09-08 14:23:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e361b02e-cc91-4406-a49f-35de7f31fc10] received +2025-09-08 14:23:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e361b02e-cc91-4406-a49f-35de7f31fc10] succeeded in 0.0027199910255149007s: None +2025-09-08 14:23:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95b21c66-3112-4810-a6d3-f5275d4c3cc3] received +2025-09-08 14:23:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95b21c66-3112-4810-a6d3-f5275d4c3cc3] succeeded in 0.00237495603505522s: None +2025-09-08 14:23:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2774bb1e-525e-467f-a949-374e4a0bb003] received +2025-09-08 14:23:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2774bb1e-525e-467f-a949-374e4a0bb003] succeeded in 0.002630727947689593s: None +2025-09-08 14:23:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4939b9a4-6cc2-4031-bee8-713950822fe8] received +2025-09-08 14:23:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4939b9a4-6cc2-4031-bee8-713950822fe8] succeeded in 0.0019084380473941565s: None +2025-09-08 14:23:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee61157-c717-46a0-9f3a-081030b824b6] received +2025-09-08 14:23:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee61157-c717-46a0-9f3a-081030b824b6] succeeded in 0.0028446289943531156s: None +2025-09-08 14:23:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9cad49c7-0b67-4db8-a99b-36c5ef526454] received +2025-09-08 14:23:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9cad49c7-0b67-4db8-a99b-36c5ef526454] succeeded in 0.002512581064365804s: None +2025-09-08 14:23:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ea20f81-dd3e-4b06-b883-aaadca8b2c31] received +2025-09-08 14:23:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ea20f81-dd3e-4b06-b883-aaadca8b2c31] succeeded in 0.0023649929789826274s: None +2025-09-08 14:23:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20e26741-c7fc-4bd2-b6f3-1a7013f89d8f] received +2025-09-08 14:23:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20e26741-c7fc-4bd2-b6f3-1a7013f89d8f] succeeded in 0.0026440309593454003s: None +2025-09-08 14:23:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5688375-5067-466b-898e-c7a6d823c203] received +2025-09-08 14:23:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5688375-5067-466b-898e-c7a6d823c203] succeeded in 0.0027292739832773805s: None +2025-09-08 14:23:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f788f2ce-e17d-4eec-b36b-4dc333971c88] received +2025-09-08 14:23:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f788f2ce-e17d-4eec-b36b-4dc333971c88] succeeded in 0.002938769990578294s: None +2025-09-08 14:23:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65f84445-e7cb-4645-a051-940d064ac9b1] received +2025-09-08 14:23:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65f84445-e7cb-4645-a051-940d064ac9b1] succeeded in 0.0026983279967680573s: None +2025-09-08 14:23:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fcf6ad7-51be-405e-bb0b-b122d48623ff] received +2025-09-08 14:23:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fcf6ad7-51be-405e-bb0b-b122d48623ff] succeeded in 0.0022650869796052575s: None +2025-09-08 14:23:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30331d4c-9ef5-4597-93ba-8a4484ff584f] received +2025-09-08 14:23:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30331d4c-9ef5-4597-93ba-8a4484ff584f] succeeded in 0.002872318960726261s: None +2025-09-08 14:23:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:23:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:23:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3396373-1cdd-47f4-b4fe-8fb7f4cfb2ec] received +2025-09-08 14:23:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3396373-1cdd-47f4-b4fe-8fb7f4cfb2ec] succeeded in 0.0023604680318385363s: None +2025-09-08 14:23:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c25772b-2b26-40f3-b31d-d627551fd5ba] received +2025-09-08 14:24:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c25772b-2b26-40f3-b31d-d627551fd5ba] succeeded in 0.002644703956320882s: None +2025-09-08 14:24:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8720d40d-880c-49e6-8936-16fcde2d9280] received +2025-09-08 14:24:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8720d40d-880c-49e6-8936-16fcde2d9280] succeeded in 0.0025780219584703445s: None +2025-09-08 14:24:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d4efce1-d5c3-4388-a744-9bff3a1071ed] received +2025-09-08 14:24:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d4efce1-d5c3-4388-a744-9bff3a1071ed] succeeded in 0.0024784239940345287s: None +2025-09-08 14:24:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e2a6ae7-2e8a-4a0e-9053-64a8b6b96298] received +2025-09-08 14:24:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e2a6ae7-2e8a-4a0e-9053-64a8b6b96298] succeeded in 0.002079389989376068s: None +2025-09-08 14:24:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d2e58a2-f28a-4ac1-904d-df5b6e130ebf] received +2025-09-08 14:24:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d2e58a2-f28a-4ac1-904d-df5b6e130ebf] succeeded in 0.00270860199816525s: None +2025-09-08 14:24:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f62ec78-8768-41de-82be-100f7f4fd982] received +2025-09-08 14:24:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f62ec78-8768-41de-82be-100f7f4fd982] succeeded in 0.0030125740449875593s: None +2025-09-08 14:24:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3d0dc5e-242f-4d3f-89f0-921fc04912d1] received +2025-09-08 14:24:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3d0dc5e-242f-4d3f-89f0-921fc04912d1] succeeded in 0.0029272830579429865s: None +2025-09-08 14:24:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66d8c66d-af44-40d6-9d19-45cd224bbe73] received +2025-09-08 14:24:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66d8c66d-af44-40d6-9d19-45cd224bbe73] succeeded in 0.0027505200123414397s: None +2025-09-08 14:24:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2734c085-e2a4-4957-9902-362ce985b954] received +2025-09-08 14:24:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2734c085-e2a4-4957-9902-362ce985b954] succeeded in 0.00223683996591717s: None +2025-09-08 14:24:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e85bd0db-013b-42ba-83c1-ce25523a545d] received +2025-09-08 14:24:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e85bd0db-013b-42ba-83c1-ce25523a545d] succeeded in 0.0025594610488042235s: None +2025-09-08 14:24:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5218d95-758b-4bb5-85cf-0a065c32ee7f] received +2025-09-08 14:24:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5218d95-758b-4bb5-85cf-0a065c32ee7f] succeeded in 0.0024247380206361413s: None +2025-09-08 14:24:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c91aff80-e9d3-4a31-aeee-67c4bd870379] received +2025-09-08 14:24:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c91aff80-e9d3-4a31-aeee-67c4bd870379] succeeded in 0.002781788003630936s: None +2025-09-08 14:24:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce7f9809-7048-4d03-8a3d-dd34e883e409] received +2025-09-08 14:24:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce7f9809-7048-4d03-8a3d-dd34e883e409] succeeded in 0.0026288150111213326s: None +2025-09-08 14:24:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9b7ac99-2dc8-4fe0-a8bc-4f464dcf0423] received +2025-09-08 14:24:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9b7ac99-2dc8-4fe0-a8bc-4f464dcf0423] succeeded in 0.002800065907649696s: None +2025-09-08 14:24:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88595205-ee50-4495-8ae9-c5269ccb42dd] received +2025-09-08 14:24:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88595205-ee50-4495-8ae9-c5269ccb42dd] succeeded in 0.0030007410096004605s: None +2025-09-08 14:24:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfbe8c73-328e-4a97-9a2f-92e41bdd2c4b] received +2025-09-08 14:24:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfbe8c73-328e-4a97-9a2f-92e41bdd2c4b] succeeded in 0.0023006179835647345s: None +2025-09-08 14:24:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db95b61d-ee03-4603-987b-905f267f26e9] received +2025-09-08 14:24:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db95b61d-ee03-4603-987b-905f267f26e9] succeeded in 0.0026609590277075768s: None +2025-09-08 14:24:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6e34199-aff7-47f8-865a-a89f69f1ac18] received +2025-09-08 14:24:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6e34199-aff7-47f8-865a-a89f69f1ac18] succeeded in 0.0025175060145556927s: None +2025-09-08 14:24:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43437504-2f97-478e-b5fa-3ea6876ac14d] received +2025-09-08 14:24:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43437504-2f97-478e-b5fa-3ea6876ac14d] succeeded in 0.002602588036097586s: None +2025-09-08 14:24:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[244dfd3d-5828-4f0e-a92e-ffa371d89acf] received +2025-09-08 14:24:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[244dfd3d-5828-4f0e-a92e-ffa371d89acf] succeeded in 0.0027183550409972668s: None +2025-09-08 14:24:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c838d77e-dc3f-4bd4-a5d1-d060906d681d] received +2025-09-08 14:24:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c838d77e-dc3f-4bd4-a5d1-d060906d681d] succeeded in 0.0026535058859735727s: None +2025-09-08 14:24:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96dbe40d-f9c7-4321-9035-7dcedcc9ce56] received +2025-09-08 14:24:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96dbe40d-f9c7-4321-9035-7dcedcc9ce56] succeeded in 0.0023532919585704803s: None +2025-09-08 14:24:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30e97d46-b5c5-4ca2-8d69-320d2940b857] received +2025-09-08 14:24:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30e97d46-b5c5-4ca2-8d69-320d2940b857] succeeded in 0.0021662390790879726s: None +2025-09-08 14:24:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1679286b-52d8-4a28-8024-13a47ec0c4d1] received +2025-09-08 14:24:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1679286b-52d8-4a28-8024-13a47ec0c4d1] succeeded in 0.0025357280392199755s: None +2025-09-08 14:24:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a24ccd13-e3b0-411f-9e12-0c61da253bd9] received +2025-09-08 14:24:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a24ccd13-e3b0-411f-9e12-0c61da253bd9] succeeded in 0.0026832740986719728s: None +2025-09-08 14:24:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25072659-686d-4703-909b-e5f5d2d57611] received +2025-09-08 14:24:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25072659-686d-4703-909b-e5f5d2d57611] succeeded in 0.00243898993358016s: None +2025-09-08 14:24:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:24:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:24:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e959d48-44ec-4d98-93ba-1e8b259d06c7] received +2025-09-08 14:24:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e959d48-44ec-4d98-93ba-1e8b259d06c7] succeeded in 0.0025030269753187895s: None +2025-09-08 14:24:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e759625-3c42-419b-add9-28ae272e58f1] received +2025-09-08 14:25:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e759625-3c42-419b-add9-28ae272e58f1] succeeded in 0.0020977710373699665s: None +2025-09-08 14:25:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0278975c-3a66-40ee-ae37-d5cf6030d0f4] received +2025-09-08 14:25:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0278975c-3a66-40ee-ae37-d5cf6030d0f4] succeeded in 0.0032487879507243633s: None +2025-09-08 14:25:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afe21326-95a7-49d0-b770-355bd04ad702] received +2025-09-08 14:25:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afe21326-95a7-49d0-b770-355bd04ad702] succeeded in 0.0020020599476993084s: None +2025-09-08 14:25:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[743719ae-b357-4878-893c-97166c82a82e] received +2025-09-08 14:25:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[743719ae-b357-4878-893c-97166c82a82e] succeeded in 0.0034548189723864198s: None +2025-09-08 14:25:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a93974ca-1c3d-4cdb-a1d4-cfc2873e0da7] received +2025-09-08 14:25:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a93974ca-1c3d-4cdb-a1d4-cfc2873e0da7] succeeded in 0.0027096490375697613s: None +2025-09-08 14:25:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1c5071-1999-4065-835d-9aa67bb82f7d] received +2025-09-08 14:25:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1c5071-1999-4065-835d-9aa67bb82f7d] succeeded in 0.0024244230007752776s: None +2025-09-08 14:25:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09973997-0cea-4674-b3ec-16f9eb4cfd0b] received +2025-09-08 14:25:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09973997-0cea-4674-b3ec-16f9eb4cfd0b] succeeded in 0.0027876989915966988s: None +2025-09-08 14:25:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8ea90cf-f6e2-40cc-8697-051b79fc4e73] received +2025-09-08 14:25:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8ea90cf-f6e2-40cc-8697-051b79fc4e73] succeeded in 0.002686862018890679s: None +2025-09-08 14:25:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f795e2d-0a8e-4276-ab0b-2ac228714769] received +2025-09-08 14:25:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f795e2d-0a8e-4276-ab0b-2ac228714769] succeeded in 0.002792762010358274s: None +2025-09-08 14:25:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfeaccac-d5d9-47a1-9684-d6f1dd350c9a] received +2025-09-08 14:25:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfeaccac-d5d9-47a1-9684-d6f1dd350c9a] succeeded in 0.002648599911481142s: None +2025-09-08 14:25:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6bb083a-d5f2-4329-98fc-cafd964d61ff] received +2025-09-08 14:25:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6bb083a-d5f2-4329-98fc-cafd964d61ff] succeeded in 0.002442340017296374s: None +2025-09-08 14:25:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbca9b3e-3608-48a7-afe1-db9683b78c47] received +2025-09-08 14:25:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbca9b3e-3608-48a7-afe1-db9683b78c47] succeeded in 0.002884565037675202s: None +2025-09-08 14:25:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9611771-6522-4c80-80b0-f9315b248980] received +2025-09-08 14:25:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9611771-6522-4c80-80b0-f9315b248980] succeeded in 0.002671002992428839s: None +2025-09-08 14:25:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efd8bcee-0ca0-43af-bf50-f464e68cb63b] received +2025-09-08 14:25:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efd8bcee-0ca0-43af-bf50-f464e68cb63b] succeeded in 0.002555752987973392s: None +2025-09-08 14:25:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e495e043-a4d0-415d-b603-f46aa290913f] received +2025-09-08 14:25:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e495e043-a4d0-415d-b603-f46aa290913f] succeeded in 0.0026253729593008757s: None +2025-09-08 14:25:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c629238-2d79-4ebf-a490-f8250468fd9c] received +2025-09-08 14:25:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c629238-2d79-4ebf-a490-f8250468fd9c] succeeded in 0.0012617920292541385s: None +2025-09-08 14:25:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c13269bf-d3d3-42e0-b31c-97ebcd494525] received +2025-09-08 14:25:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c13269bf-d3d3-42e0-b31c-97ebcd494525] succeeded in 0.0024737620260566473s: None +2025-09-08 14:25:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b5c351c-23fc-4436-951b-18b82c3fd038] received +2025-09-08 14:25:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b5c351c-23fc-4436-951b-18b82c3fd038] succeeded in 0.0024236399913206697s: None +2025-09-08 14:25:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11e54eb8-8fe9-4dba-b991-35020a7da5c4] received +2025-09-08 14:25:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11e54eb8-8fe9-4dba-b991-35020a7da5c4] succeeded in 0.00222951197065413s: None +2025-09-08 14:25:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66d748c8-2f9b-4edf-aaf2-a3fa5aee5b59] received +2025-09-08 14:25:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66d748c8-2f9b-4edf-aaf2-a3fa5aee5b59] succeeded in 0.002700860030017793s: None +2025-09-08 14:25:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9b886e9-428b-4e24-abf9-d029a670f797] received +2025-09-08 14:25:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9b886e9-428b-4e24-abf9-d029a670f797] succeeded in 0.0025005770148709416s: None +2025-09-08 14:25:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[744a2bf5-a679-48e4-875c-00130b34e92f] received +2025-09-08 14:25:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[744a2bf5-a679-48e4-875c-00130b34e92f] succeeded in 0.00256445596460253s: None +2025-09-08 14:25:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[003c0365-f9f2-4750-8dc6-b4159fc51742] received +2025-09-08 14:25:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[003c0365-f9f2-4750-8dc6-b4159fc51742] succeeded in 0.0027311970479786396s: None +2025-09-08 14:25:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb91cac6-31ce-4912-a0d7-e8475d36479f] received +2025-09-08 14:25:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb91cac6-31ce-4912-a0d7-e8475d36479f] succeeded in 0.002388297929428518s: None +2025-09-08 14:25:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73e8aa21-6a58-4db6-a043-980935ec5d22] received +2025-09-08 14:25:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73e8aa21-6a58-4db6-a043-980935ec5d22] succeeded in 0.006202495074830949s: None +2025-09-08 14:25:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac1c8c3d-d775-4b2c-90d3-05f82573ef67] received +2025-09-08 14:25:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac1c8c3d-d775-4b2c-90d3-05f82573ef67] succeeded in 0.0026371689746156335s: None +2025-09-08 14:25:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b1fe737-14a3-469e-b5a3-e21b26925be9] received +2025-09-08 14:25:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b1fe737-14a3-469e-b5a3-e21b26925be9] succeeded in 0.0040603019297122955s: None +2025-09-08 14:25:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:25:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:25:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[489032c2-61cf-4e1d-8456-a28bda5457b6] received +2025-09-08 14:25:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[489032c2-61cf-4e1d-8456-a28bda5457b6] succeeded in 0.0024865498999133706s: None +2025-09-08 14:25:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a12970ff-d363-47b5-97ad-c9889b58ac98] received +2025-09-08 14:26:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a12970ff-d363-47b5-97ad-c9889b58ac98] succeeded in 0.002653617993928492s: None +2025-09-08 14:26:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2415083-9a82-4b51-a301-51c61adbacd6] received +2025-09-08 14:26:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2415083-9a82-4b51-a301-51c61adbacd6] succeeded in 0.0028265309520065784s: None +2025-09-08 14:26:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d45dea1c-cb1b-4c3f-8021-432b9d67811f] received +2025-09-08 14:26:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d45dea1c-cb1b-4c3f-8021-432b9d67811f] succeeded in 0.002473501954227686s: None +2025-09-08 14:26:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5af9bece-fad5-4777-9923-1d5dd0ec2163] received +2025-09-08 14:26:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5af9bece-fad5-4777-9923-1d5dd0ec2163] succeeded in 0.002565657952800393s: None +2025-09-08 14:26:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12c3c3c5-bfaa-4638-a659-f8dbf0b17f5d] received +2025-09-08 14:26:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12c3c3c5-bfaa-4638-a659-f8dbf0b17f5d] succeeded in 0.002800912014208734s: None +2025-09-08 14:26:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acebd6e8-f4ab-43bc-9b31-a2bbf8f6f2ae] received +2025-09-08 14:26:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acebd6e8-f4ab-43bc-9b31-a2bbf8f6f2ae] succeeded in 0.0025325360475108027s: None +2025-09-08 14:26:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9918a92e-cffe-4f66-99d2-4ec5605057b4] received +2025-09-08 14:26:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9918a92e-cffe-4f66-99d2-4ec5605057b4] succeeded in 0.002675745985470712s: None +2025-09-08 14:26:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3207f9d-12a6-4cda-9f62-6dc764c0898c] received +2025-09-08 14:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3207f9d-12a6-4cda-9f62-6dc764c0898c] succeeded in 0.0028482689522206783s: None +2025-09-08 14:26:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc87ab5d-5421-4793-8555-2b6462c55fe9] received +2025-09-08 14:26:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc87ab5d-5421-4793-8555-2b6462c55fe9] succeeded in 0.0023752059787511826s: None +2025-09-08 14:26:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbf2d42f-0296-43e0-9f8d-954ed087871b] received +2025-09-08 14:26:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbf2d42f-0296-43e0-9f8d-954ed087871b] succeeded in 0.0024275010218843818s: None +2025-09-08 14:26:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e28b118-d6ae-4509-9036-66614dbac35d] received +2025-09-08 14:26:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e28b118-d6ae-4509-9036-66614dbac35d] succeeded in 0.0025777299888432026s: None +2025-09-08 14:26:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[748bb8f3-24aa-44b6-b3c9-20ea3f4d1ce1] received +2025-09-08 14:26:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[748bb8f3-24aa-44b6-b3c9-20ea3f4d1ce1] succeeded in 0.0024999870220199227s: None +2025-09-08 14:26:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4b10c5e-8f2f-4516-ad87-84dc76ac7a58] received +2025-09-08 14:26:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4b10c5e-8f2f-4516-ad87-84dc76ac7a58] succeeded in 0.0024879329139366746s: None +2025-09-08 14:26:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ab5edea-ecf9-4a88-a527-d5ae3ff0c9a4] received +2025-09-08 14:26:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ab5edea-ecf9-4a88-a527-d5ae3ff0c9a4] succeeded in 0.002834706916473806s: None +2025-09-08 14:26:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c72492a4-bf80-46ec-8101-3d447d031f41] received +2025-09-08 14:26:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c72492a4-bf80-46ec-8101-3d447d031f41] succeeded in 0.0019981260411441326s: None +2025-09-08 14:26:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54839a9b-87a9-48ca-b7e8-a35b5ac13087] received +2025-09-08 14:26:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54839a9b-87a9-48ca-b7e8-a35b5ac13087] succeeded in 0.0022883290657773614s: None +2025-09-08 14:26:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f6c689e-8e38-40be-af90-44eb3467a23a] received +2025-09-08 14:26:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f6c689e-8e38-40be-af90-44eb3467a23a] succeeded in 0.0024718859931454062s: None +2025-09-08 14:26:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e901723-6ee1-4c32-b59d-3a118f936e55] received +2025-09-08 14:26:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e901723-6ee1-4c32-b59d-3a118f936e55] succeeded in 0.0023103849962353706s: None +2025-09-08 14:26:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b46d1e-9172-4054-a60d-2a0ee0493d30] received +2025-09-08 14:26:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b46d1e-9172-4054-a60d-2a0ee0493d30] succeeded in 0.0023860939545556903s: None +2025-09-08 14:26:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbc4034b-be85-46d9-a0f0-bcdbe861014d] received +2025-09-08 14:26:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbc4034b-be85-46d9-a0f0-bcdbe861014d] succeeded in 0.00242496095597744s: None +2025-09-08 14:26:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:26:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f9fd842-b32e-4ccf-9efc-85ee39527009] received +2025-09-08 14:26:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f9fd842-b32e-4ccf-9efc-85ee39527009] succeeded in 0.002431739936582744s: None +2025-09-08 14:26:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:26:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:26:52 [INFO] Celery[DW-STDERR]: Storing track 'Maybe Man' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:26:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'Maybe Man' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:26:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:26:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a76be54e-2905-48c5-9a10-f46a2563f630] received +2025-09-08 14:26:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a76be54e-2905-48c5-9a10-f46a2563f630] succeeded in 0.002198335947468877s: None +2025-09-08 14:26:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:28:01 [INFO] Celery[DW-STDERR]: Storing track 'The Good Part' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:28:01 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Good Part' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:28:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f55e0c5-9853-4fd9-a62e-5c02eb62695d] received +2025-09-08 14:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f55e0c5-9853-4fd9-a62e-5c02eb62695d] succeeded in 0.0019492499995976686s: None +2025-09-08 14:28:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:28:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba041af9-4b72-42b6-8df6-8cd955fc638f] received +2025-09-08 14:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba041af9-4b72-42b6-8df6-8cd955fc638f] succeeded in 0.0022547279950231314s: None +2025-09-08 14:28:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68c180ae-9502-4527-9364-f79cdb81aa46] received +2025-09-08 14:28:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68c180ae-9502-4527-9364-f79cdb81aa46] succeeded in 0.0018053570529446006s: None +2025-09-08 14:28:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea557a3f-b6b5-47a8-ba1b-645deca96fcd] received +2025-09-08 14:28:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea557a3f-b6b5-47a8-ba1b-645deca96fcd] succeeded in 0.0027996840653941035s: None +2025-09-08 14:28:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e10372df-730f-4580-bdc3-882b32fac098] received +2025-09-08 14:28:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e10372df-730f-4580-bdc3-882b32fac098] succeeded in 0.0024619700852781534s: None +2025-09-08 14:28:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f34b2cd3-d02a-4ece-9768-3ac7656ed142] received +2025-09-08 14:28:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f34b2cd3-d02a-4ece-9768-3ac7656ed142] succeeded in 0.0024441409623250365s: None +2025-09-08 14:28:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e379fb5a-b65d-4394-8499-509c5fbb9e90] received +2025-09-08 14:28:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e379fb5a-b65d-4394-8499-509c5fbb9e90] succeeded in 0.0023136120289564133s: None +2025-09-08 14:28:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a29eba4-a86e-4e3e-98c0-f731b392f9d9] received +2025-09-08 14:28:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a29eba4-a86e-4e3e-98c0-f731b392f9d9] succeeded in 0.002418324933387339s: None +2025-09-08 14:28:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7898ba2d-05c6-421c-a57d-26dfc70ab5a3] received +2025-09-08 14:28:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7898ba2d-05c6-421c-a57d-26dfc70ab5a3] succeeded in 0.0022744130110368133s: None +2025-09-08 14:28:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a421d7d-0569-428b-a032-5fdebe771d15] received +2025-09-08 14:28:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a421d7d-0569-428b-a032-5fdebe771d15] succeeded in 0.0023848209530115128s: None +2025-09-08 14:28:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bc3d0c3-0c9e-4c88-b8c7-05c6c0af0296] received +2025-09-08 14:28:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bc3d0c3-0c9e-4c88-b8c7-05c6c0af0296] succeeded in 0.002396833966486156s: None +2025-09-08 14:28:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04aeedcf-356a-4966-bddf-585b68d1ae1b] received +2025-09-08 14:28:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04aeedcf-356a-4966-bddf-585b68d1ae1b] succeeded in 0.0025234000058844686s: None +2025-09-08 14:28:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01b13d37-02b9-4a3b-8166-d3bb3ef81d68] received +2025-09-08 14:28:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01b13d37-02b9-4a3b-8166-d3bb3ef81d68] succeeded in 0.0027052239747717977s: None +2025-09-08 14:28:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af5decdd-9086-4470-9520-cbeaf4214aa2] received +2025-09-08 14:28:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af5decdd-9086-4470-9520-cbeaf4214aa2] succeeded in 0.0023578439140692353s: None +2025-09-08 14:28:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5b35008-fd7b-43c5-acb9-ac04235f0947] received +2025-09-08 14:28:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5b35008-fd7b-43c5-acb9-ac04235f0947] succeeded in 0.00266285496763885s: None +2025-09-08 14:28:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c27b3c1-19b2-4f42-8a13-ab5858a3ac40] received +2025-09-08 14:28:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c27b3c1-19b2-4f42-8a13-ab5858a3ac40] succeeded in 0.0027417789679020643s: None +2025-09-08 14:28:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[415845f2-2cac-4e55-807d-00f6e05ff9ea] received +2025-09-08 14:28:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[415845f2-2cac-4e55-807d-00f6e05ff9ea] succeeded in 0.002099056961014867s: None +2025-09-08 14:28:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62657539-ee65-43d9-9d69-6fcdc1ea00f9] received +2025-09-08 14:28:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62657539-ee65-43d9-9d69-6fcdc1ea00f9] succeeded in 0.0028002229519188404s: None +2025-09-08 14:28:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c435266-4939-4d47-9829-2ad413d251b7] received +2025-09-08 14:28:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c435266-4939-4d47-9829-2ad413d251b7] succeeded in 0.0027428820030763745s: None +2025-09-08 14:28:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fcb1f07a-7824-4a9b-9fef-e6b6a4a31f7b] received +2025-09-08 14:28:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fcb1f07a-7824-4a9b-9fef-e6b6a4a31f7b] succeeded in 0.0023899810621514916s: None +2025-09-08 14:28:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdb39e20-c104-40f2-9c7d-5667b42374e8] received +2025-09-08 14:28:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdb39e20-c104-40f2-9c7d-5667b42374e8] succeeded in 0.0018747559515759349s: None +2025-09-08 14:28:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45454f63-8129-47f8-8341-745b3e14d4e2] received +2025-09-08 14:28:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45454f63-8129-47f8-8341-745b3e14d4e2] succeeded in 0.0025231760228052735s: None +2025-09-08 14:28:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d887848-1c93-4e76-ac30-0367c137ef25] received +2025-09-08 14:28:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d887848-1c93-4e76-ac30-0367c137ef25] succeeded in 0.0026095820358023047s: None +2025-09-08 14:28:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73b1e0a4-1812-4e18-b063-3deff596d688] received +2025-09-08 14:28:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73b1e0a4-1812-4e18-b063-3deff596d688] succeeded in 0.0022604099940508604s: None +2025-09-08 14:28:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee867382-8b3d-41a6-a2fc-9e0f23954837] received +2025-09-08 14:28:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee867382-8b3d-41a6-a2fc-9e0f23954837] succeeded in 0.0021243810188025236s: None +2025-09-08 14:28:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4a423ca-8589-461f-9cd6-e5d3e933983e] received +2025-09-08 14:28:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4a423ca-8589-461f-9cd6-e5d3e933983e] succeeded in 0.002409375971183181s: None +2025-09-08 14:28:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e1531b6-7d99-45e6-846a-86bc204ee946] received +2025-09-08 14:28:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e1531b6-7d99-45e6-846a-86bc204ee946] succeeded in 0.0022356329718604684s: None +2025-09-08 14:28:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc16d5b6-0411-4c61-a77e-38e8ec96cb3e] received +2025-09-08 14:28:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc16d5b6-0411-4c61-a77e-38e8ec96cb3e] succeeded in 0.0025467020459473133s: None +2025-09-08 14:28:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14488dae-a95e-4715-950a-c1bda021927e] received +2025-09-08 14:28:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14488dae-a95e-4715-950a-c1bda021927e] succeeded in 0.0027462790021672845s: None +2025-09-08 14:28:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29209de7-da94-41e4-85af-d7188ddf36c4] received +2025-09-08 14:28:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29209de7-da94-41e4-85af-d7188ddf36c4] succeeded in 0.0026603969745337963s: None +2025-09-08 14:28:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ab8eb97-0e67-41bf-8cf3-9e27248940aa] received +2025-09-08 14:28:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ab8eb97-0e67-41bf-8cf3-9e27248940aa] succeeded in 0.0025042140623554587s: None +2025-09-08 14:28:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36e4b9c9-ec29-484e-8734-22df16ac5b93] received +2025-09-08 14:28:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36e4b9c9-ec29-484e-8734-22df16ac5b93] succeeded in 0.002293176017701626s: None +2025-09-08 14:28:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2648f257-26df-4950-b82f-52f9bbc7f7c5] received +2025-09-08 14:28:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2648f257-26df-4950-b82f-52f9bbc7f7c5] succeeded in 0.002492032013833523s: None +2025-09-08 14:28:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0deeaea5-c9bb-4426-91f1-5d92c7bb1cf2] received +2025-09-08 14:28:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0deeaea5-c9bb-4426-91f1-5d92c7bb1cf2] succeeded in 0.0022141599329188466s: None +2025-09-08 14:28:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fdd14d9-a5bb-4840-8e5e-f42e858f1922] received +2025-09-08 14:28:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fdd14d9-a5bb-4840-8e5e-f42e858f1922] succeeded in 0.002596594044007361s: None +2025-09-08 14:28:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:28:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:28:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddc79917-4ced-4a9f-8105-fc6bd3a32a52] received +2025-09-08 14:28:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddc79917-4ced-4a9f-8105-fc6bd3a32a52] succeeded in 0.0027474850649014115s: None +2025-09-08 14:28:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b96fbe88-2b80-4027-8955-fa96b10bdfe8] received +2025-09-08 14:29:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b96fbe88-2b80-4027-8955-fa96b10bdfe8] succeeded in 0.002284660004079342s: None +2025-09-08 14:29:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fca982b2-59b2-4b67-9fc3-fd0cc1d33f36] received +2025-09-08 14:29:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fca982b2-59b2-4b67-9fc3-fd0cc1d33f36] succeeded in 0.0025937820319086313s: None +2025-09-08 14:29:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1a91826-0b2a-444f-bc05-92f160d62309] received +2025-09-08 14:29:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1a91826-0b2a-444f-bc05-92f160d62309] succeeded in 0.002234390936791897s: None +2025-09-08 14:29:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b6ae15-961c-4f30-acb3-2e5b0a0fabea] received +2025-09-08 14:29:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b6ae15-961c-4f30-acb3-2e5b0a0fabea] succeeded in 0.0025762480217963457s: None +2025-09-08 14:29:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0121d6c6-b4bb-4f38-a0ec-4d4d87aa75d9] received +2025-09-08 14:29:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0121d6c6-b4bb-4f38-a0ec-4d4d87aa75d9] succeeded in 0.0022616159403696656s: None +2025-09-08 14:29:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f30c271-2172-4606-941b-719bdb969c9a] received +2025-09-08 14:29:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f30c271-2172-4606-941b-719bdb969c9a] succeeded in 0.002266054041683674s: None +2025-09-08 14:29:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b11f21d-a908-48f2-a5c1-be62cdd7961c] received +2025-09-08 14:29:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b11f21d-a908-48f2-a5c1-be62cdd7961c] succeeded in 0.0023764229845255613s: None +2025-09-08 14:29:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ac059a4-d125-4a25-ba48-99a062dd8aed] received +2025-09-08 14:29:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ac059a4-d125-4a25-ba48-99a062dd8aed] succeeded in 0.002403506077826023s: None +2025-09-08 14:29:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0db876f2-e65f-4033-bd21-a39e79c1c9fe] received +2025-09-08 14:29:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0db876f2-e65f-4033-bd21-a39e79c1c9fe] succeeded in 0.0023657280253246427s: None +2025-09-08 14:29:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb748eda-29ad-48c4-96c7-b8dd09195669] received +2025-09-08 14:29:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb748eda-29ad-48c4-96c7-b8dd09195669] succeeded in 0.0029932300094515085s: None +2025-09-08 14:29:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[912aac00-8362-4d7a-bcae-840286ee7624] received +2025-09-08 14:29:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[912aac00-8362-4d7a-bcae-840286ee7624] succeeded in 0.0026571130147203803s: None +2025-09-08 14:29:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3eaaed6-fa25-40ae-975e-f37a2e7de680] received +2025-09-08 14:29:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3eaaed6-fa25-40ae-975e-f37a2e7de680] succeeded in 0.0020163659937679768s: None +2025-09-08 14:29:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a4af71b-ecdb-4554-a07f-fd6b15dbfc65] received +2025-09-08 14:29:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a4af71b-ecdb-4554-a07f-fd6b15dbfc65] succeeded in 0.002450633095577359s: None +2025-09-08 14:29:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf600f8b-4318-46fe-9f9c-42d48beca433] received +2025-09-08 14:29:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf600f8b-4318-46fe-9f9c-42d48beca433] succeeded in 0.002351896953769028s: None +2025-09-08 14:29:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b60b80f-7247-433b-9ad3-fb1f862b4cfc] received +2025-09-08 14:29:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b60b80f-7247-433b-9ad3-fb1f862b4cfc] succeeded in 0.0022756309481337667s: None +2025-09-08 14:29:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9194dd1a-f55d-4149-b5d4-a7ad00019c35] received +2025-09-08 14:29:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9194dd1a-f55d-4149-b5d4-a7ad00019c35] succeeded in 0.002542790025472641s: None +2025-09-08 14:29:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c53e5870-c3fc-4533-a839-0342c4b33b93] received +2025-09-08 14:29:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c53e5870-c3fc-4533-a839-0342c4b33b93] succeeded in 0.002951439004391432s: None +2025-09-08 14:29:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f410407d-5c39-4db4-b6a2-d157104bcd68] received +2025-09-08 14:29:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f410407d-5c39-4db4-b6a2-d157104bcd68] succeeded in 0.0021748030558228493s: None +2025-09-08 14:29:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27b6d548-9ce4-4ab2-a916-0963a40e762c] received +2025-09-08 14:29:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27b6d548-9ce4-4ab2-a916-0963a40e762c] succeeded in 0.002058899961411953s: None +2025-09-08 14:29:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[363587c2-f250-45ac-809d-ae9ebfc68b22] received +2025-09-08 14:29:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[363587c2-f250-45ac-809d-ae9ebfc68b22] succeeded in 0.002821536036208272s: None +2025-09-08 14:29:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6493ca30-5888-417b-9967-bbbb27751657] received +2025-09-08 14:29:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6493ca30-5888-417b-9967-bbbb27751657] succeeded in 0.0024960729060694575s: None +2025-09-08 14:29:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e02bc86c-46ef-4921-84b5-2075d812b402] received +2025-09-08 14:29:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e02bc86c-46ef-4921-84b5-2075d812b402] succeeded in 0.002554064034484327s: None +2025-09-08 14:29:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b345a1a6-dd23-4da1-823c-443058bf3888] received +2025-09-08 14:29:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b345a1a6-dd23-4da1-823c-443058bf3888] succeeded in 0.0028247880982235074s: None +2025-09-08 14:29:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60a67d5-a041-4576-bd07-292fa5515e71] received +2025-09-08 14:29:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60a67d5-a041-4576-bd07-292fa5515e71] succeeded in 0.002883102046325803s: None +2025-09-08 14:29:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d103883-3518-4f17-8178-c1d2f43f3573] received +2025-09-08 14:29:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d103883-3518-4f17-8178-c1d2f43f3573] succeeded in 0.002140193013474345s: None +2025-09-08 14:29:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6721d63-4395-430b-92aa-52ded3470af7] received +2025-09-08 14:29:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6721d63-4395-430b-92aa-52ded3470af7] succeeded in 0.0024927359772846103s: None +2025-09-08 14:29:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d6aec25-70fd-41d2-b38c-ee0dfeeaac00] received +2025-09-08 14:29:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d6aec25-70fd-41d2-b38c-ee0dfeeaac00] succeeded in 0.0023742769844830036s: None +2025-09-08 14:29:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad619538-394f-4675-98ae-cd9874fc878d] received +2025-09-08 14:29:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad619538-394f-4675-98ae-cd9874fc878d] succeeded in 0.002281990018673241s: None +2025-09-08 14:29:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[890a4ac1-ba4a-449a-8205-30e04fe3120d] received +2025-09-08 14:29:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[890a4ac1-ba4a-449a-8205-30e04fe3120d] succeeded in 0.0012326849391683936s: None +2025-09-08 14:29:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[629d3c5c-e40b-4ff9-ae16-356861784366] received +2025-09-08 14:29:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[629d3c5c-e40b-4ff9-ae16-356861784366] succeeded in 0.002491394989192486s: None +2025-09-08 14:29:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c218a9f8-f61a-432d-b440-a74077735eff] received +2025-09-08 14:29:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c218a9f8-f61a-432d-b440-a74077735eff] succeeded in 0.002536871936172247s: None +2025-09-08 14:29:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[771454d2-cf4d-4d46-ad91-cbf1759a0374] received +2025-09-08 14:29:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[771454d2-cf4d-4d46-ad91-cbf1759a0374] succeeded in 0.0022457109298557043s: None +2025-09-08 14:29:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30ec4c5f-540d-4035-9bf0-8f125679b798] received +2025-09-08 14:29:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30ec4c5f-540d-4035-9bf0-8f125679b798] succeeded in 0.00236210401635617s: None +2025-09-08 14:29:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15465183-2bfa-4ac3-9f9e-3de2e0412aa6] received +2025-09-08 14:29:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15465183-2bfa-4ac3-9f9e-3de2e0412aa6] succeeded in 0.0023682150058448315s: None +2025-09-08 14:29:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c89adb28-4161-47d7-9ee1-dab254f8745e] received +2025-09-08 14:29:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c89adb28-4161-47d7-9ee1-dab254f8745e] succeeded in 0.0031529749976471066s: None +2025-09-08 14:29:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:29:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:29:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de641330-d130-4737-8a20-004c863e55c3] received +2025-09-08 14:29:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de641330-d130-4737-8a20-004c863e55c3] succeeded in 0.0028492980636656284s: None +2025-09-08 14:29:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0929f7d7-a722-458a-85e8-0b325978d44b] received +2025-09-08 14:30:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0929f7d7-a722-458a-85e8-0b325978d44b] succeeded in 0.002770960098132491s: None +2025-09-08 14:30:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edcc07ff-41e0-4ec2-be60-b9a84313b33b] received +2025-09-08 14:30:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edcc07ff-41e0-4ec2-be60-b9a84313b33b] succeeded in 0.002609967952594161s: None +2025-09-08 14:30:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4a7af1f-6a5a-4f8c-b674-41ad5802633f] received +2025-09-08 14:30:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4a7af1f-6a5a-4f8c-b674-41ad5802633f] succeeded in 0.005691802012734115s: None +2025-09-08 14:30:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1a911da-e833-4d0d-bfd4-cd87153d91f8] received +2025-09-08 14:30:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1a911da-e833-4d0d-bfd4-cd87153d91f8] succeeded in 0.0029206599574536085s: None +2025-09-08 14:30:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06d04b11-deea-4d18-b342-34e3510eaa6e] received +2025-09-08 14:30:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06d04b11-deea-4d18-b342-34e3510eaa6e] succeeded in 0.0025870129466056824s: None +2025-09-08 14:30:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccdb6e56-d152-4c79-9fd6-e19fe716c7eb] received +2025-09-08 14:30:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccdb6e56-d152-4c79-9fd6-e19fe716c7eb] succeeded in 0.002646028995513916s: None +2025-09-08 14:30:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57c115a9-dfe7-4788-9d4e-e2c5fb8e3b18] received +2025-09-08 14:30:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57c115a9-dfe7-4788-9d4e-e2c5fb8e3b18] succeeded in 0.003068512072786689s: None +2025-09-08 14:30:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[faaf3216-a9fb-4643-8d77-a7877a2e8ee9] received +2025-09-08 14:30:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[faaf3216-a9fb-4643-8d77-a7877a2e8ee9] succeeded in 0.0024680009810253978s: None +2025-09-08 14:30:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62f6d20d-96b5-4852-b8ad-42bb63074434] received +2025-09-08 14:30:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62f6d20d-96b5-4852-b8ad-42bb63074434] succeeded in 0.0022374020190909505s: None +2025-09-08 14:30:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e569f7b-479d-4972-b82a-57c6a6b7c63a] received +2025-09-08 14:30:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e569f7b-479d-4972-b82a-57c6a6b7c63a] succeeded in 0.0028076699236407876s: None +2025-09-08 14:30:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10ee1b03-e3bc-4aee-ad76-29253e2a810c] received +2025-09-08 14:30:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10ee1b03-e3bc-4aee-ad76-29253e2a810c] succeeded in 0.002256940002553165s: None +2025-09-08 14:30:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23efbfdf-08f9-4d53-b939-eda381ff6b20] received +2025-09-08 14:30:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23efbfdf-08f9-4d53-b939-eda381ff6b20] succeeded in 0.00262292695697397s: None +2025-09-08 14:30:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e774444b-d45c-4d48-8d16-ad89b905dff8] received +2025-09-08 14:30:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e774444b-d45c-4d48-8d16-ad89b905dff8] succeeded in 0.002654989017173648s: None +2025-09-08 14:30:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e15693fc-9c8a-484d-98fb-4a24dede08e1] received +2025-09-08 14:30:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e15693fc-9c8a-484d-98fb-4a24dede08e1] succeeded in 0.0025746600003913045s: None +2025-09-08 14:30:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f56cb1f8-2e2b-416c-bc1e-9639011d4f17] received +2025-09-08 14:30:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f56cb1f8-2e2b-416c-bc1e-9639011d4f17] succeeded in 0.0023203399032354355s: None +2025-09-08 14:30:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a303422-7017-4073-88a9-4631c4ed96fd] received +2025-09-08 14:30:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a303422-7017-4073-88a9-4631c4ed96fd] succeeded in 0.0024868850596249104s: None +2025-09-08 14:30:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18fb0ea0-f7b1-4a14-b6c5-9751c75f587e] received +2025-09-08 14:30:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18fb0ea0-f7b1-4a14-b6c5-9751c75f587e] succeeded in 0.002826011972501874s: None +2025-09-08 14:30:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5007782-29d9-457b-91ac-91d851490caa] received +2025-09-08 14:30:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5007782-29d9-457b-91ac-91d851490caa] succeeded in 0.0021769260056316853s: None +2025-09-08 14:30:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e64296c5-2d75-4088-ad19-edeff2c161b0] received +2025-09-08 14:30:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e64296c5-2d75-4088-ad19-edeff2c161b0] succeeded in 0.0032200950663536787s: None +2025-09-08 14:30:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e3dd251-b103-40ae-be61-d209d3b72093] received +2025-09-08 14:30:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e3dd251-b103-40ae-be61-d209d3b72093] succeeded in 0.002564899972639978s: None +2025-09-08 14:30:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62551f08-d034-4dcc-81a0-a9ed09273114] received +2025-09-08 14:30:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62551f08-d034-4dcc-81a0-a9ed09273114] succeeded in 0.002619159989990294s: None +2025-09-08 14:30:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf14f61a-3799-4db6-953c-636ba0e7b6f3] received +2025-09-08 14:30:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf14f61a-3799-4db6-953c-636ba0e7b6f3] succeeded in 0.002732589957304299s: None +2025-09-08 14:30:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71aa07bb-dce1-485f-b3ea-1da959806774] received +2025-09-08 14:30:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71aa07bb-dce1-485f-b3ea-1da959806774] succeeded in 0.002760482020676136s: None +2025-09-08 14:30:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfacab18-9e34-4843-99f8-21a929973366] received +2025-09-08 14:30:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfacab18-9e34-4843-99f8-21a929973366] succeeded in 0.0022259519901126623s: None +2025-09-08 14:30:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8da977e-4674-4b7a-b3ac-24734cb654b9] received +2025-09-08 14:30:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8da977e-4674-4b7a-b3ac-24734cb654b9] succeeded in 0.0026159390108659863s: None +2025-09-08 14:30:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c74cce11-2afd-4e2b-8576-05edac5e1f64] received +2025-09-08 14:30:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c74cce11-2afd-4e2b-8576-05edac5e1f64] succeeded in 0.0025277710519731045s: None +2025-09-08 14:30:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7de546f-8ea3-4192-bb85-296b93640a09] received +2025-09-08 14:30:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7de546f-8ea3-4192-bb85-296b93640a09] succeeded in 0.002009678049944341s: None +2025-09-08 14:30:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d81480b1-0ea7-47ac-acd1-56dad82b3d86] received +2025-09-08 14:30:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d81480b1-0ea7-47ac-acd1-56dad82b3d86] succeeded in 0.002160024014301598s: None +2025-09-08 14:30:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be141c04-bc86-4b22-b9c6-481c7d2934a4] received +2025-09-08 14:30:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be141c04-bc86-4b22-b9c6-481c7d2934a4] succeeded in 0.00223038496915251s: None +2025-09-08 14:30:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:30:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd78624c-2d16-4ca7-a513-490f712268d8] received +2025-09-08 14:30:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd78624c-2d16-4ca7-a513-490f712268d8] succeeded in 0.0023643519962206483s: None +2025-09-08 14:30:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:30:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:30:55 [INFO] Celery[DW-STDERR]: Storing track 'All My Favorite Songs (feat. AJR)' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:30:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'All My Favorite Songs (feat. AJR)' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:30:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[472c88d3-0548-4332-93ab-43cea1ec6e50] received +2025-09-08 14:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[472c88d3-0548-4332-93ab-43cea1ec6e50] succeeded in 0.0023066799622029066s: None +2025-09-08 14:30:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:31:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:31:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcdce1b3-f283-4700-aede-42d64df9417d] received +2025-09-08 14:31:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcdce1b3-f283-4700-aede-42d64df9417d] succeeded in 0.0017909150337800384s: None +2025-09-08 14:31:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c5dae43-5126-442a-830f-048a07da4966] received +2025-09-08 14:31:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c5dae43-5126-442a-830f-048a07da4966] succeeded in 0.002465762081556022s: None +2025-09-08 14:31:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f0ecd55-d873-43ca-8887-ad1645b015e3] received +2025-09-08 14:31:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f0ecd55-d873-43ca-8887-ad1645b015e3] succeeded in 0.0027400690596550703s: None +2025-09-08 14:31:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da20bc80-ec29-46cb-bace-042d13e1cdc3] received +2025-09-08 14:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da20bc80-ec29-46cb-bace-042d13e1cdc3] succeeded in 0.0010263880249112844s: None +2025-09-08 14:31:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04c51963-b5a7-4303-ad89-adef17200717] received +2025-09-08 14:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04c51963-b5a7-4303-ad89-adef17200717] succeeded in 0.00385199801530689s: None +2025-09-08 14:31:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b338bfb-5a81-4dd8-8b94-b075f45b1457] received +2025-09-08 14:31:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b338bfb-5a81-4dd8-8b94-b075f45b1457] succeeded in 0.0019047510577365756s: None +2025-09-08 14:31:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da157c73-ecda-4483-a52a-749211ed5db3] received +2025-09-08 14:31:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da157c73-ecda-4483-a52a-749211ed5db3] succeeded in 0.002080615027807653s: None +2025-09-08 14:31:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b835140-6da0-42b1-9e83-433a6e2d24a9] received +2025-09-08 14:31:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b835140-6da0-42b1-9e83-433a6e2d24a9] succeeded in 0.0023621340515092015s: None +2025-09-08 14:31:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a03b89a-73b0-4496-a265-b1f824fdd158] received +2025-09-08 14:31:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a03b89a-73b0-4496-a265-b1f824fdd158] succeeded in 0.002645040978677571s: None +2025-09-08 14:31:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01a0d646-0753-4256-b943-850075044aa9] received +2025-09-08 14:31:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01a0d646-0753-4256-b943-850075044aa9] succeeded in 0.002281639026477933s: None +2025-09-08 14:31:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68db8b6c-ff80-4680-86fc-12fbf6cff2e6] received +2025-09-08 14:31:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68db8b6c-ff80-4680-86fc-12fbf6cff2e6] succeeded in 0.002654772950336337s: None +2025-09-08 14:31:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b116045-f329-493e-a2e5-43e7334b0370] received +2025-09-08 14:31:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b116045-f329-493e-a2e5-43e7334b0370] succeeded in 0.0025274230865761638s: None +2025-09-08 14:31:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebd07f26-27b1-41c8-ab1d-575cd47f8f30] received +2025-09-08 14:31:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebd07f26-27b1-41c8-ab1d-575cd47f8f30] succeeded in 0.002609172952361405s: None +2025-09-08 14:31:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[231a0122-7f26-4769-9afc-220ab2d36fe3] received +2025-09-08 14:31:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[231a0122-7f26-4769-9afc-220ab2d36fe3] succeeded in 0.002600778010673821s: None +2025-09-08 14:31:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a3f7c51-9e32-4513-86fc-e2e46f8b157c] received +2025-09-08 14:31:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a3f7c51-9e32-4513-86fc-e2e46f8b157c] succeeded in 0.002175313071347773s: None +2025-09-08 14:31:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a365b42e-5128-4b53-bbcc-6fede57db55c] received +2025-09-08 14:31:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a365b42e-5128-4b53-bbcc-6fede57db55c] succeeded in 0.0020367580000311136s: None +2025-09-08 14:31:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c15dc1e-2c3c-4fdd-bdb6-746cdb407b72] received +2025-09-08 14:31:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c15dc1e-2c3c-4fdd-bdb6-746cdb407b72] succeeded in 0.0021376500371843576s: None +2025-09-08 14:31:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eab39874-6df4-4eb7-a2e7-50ae8f1e1b01] received +2025-09-08 14:31:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eab39874-6df4-4eb7-a2e7-50ae8f1e1b01] succeeded in 0.002830380923114717s: None +2025-09-08 14:31:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b343b394-77b5-4c58-9a83-c7a6fb76dfb5] received +2025-09-08 14:31:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b343b394-77b5-4c58-9a83-c7a6fb76dfb5] succeeded in 0.0028505969094112515s: None +2025-09-08 14:31:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c5d1529-cbe6-49c8-a04e-e4d6e1758f2b] received +2025-09-08 14:31:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c5d1529-cbe6-49c8-a04e-e4d6e1758f2b] succeeded in 0.0018750319723039865s: None +2025-09-08 14:31:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c09cded-4c1a-44bb-8ca9-e012685ab257] received +2025-09-08 14:31:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c09cded-4c1a-44bb-8ca9-e012685ab257] succeeded in 0.002337123965844512s: None +2025-09-08 14:31:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:31:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:31:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78bfc2e6-ba4d-4b1d-835b-68c1830c9b6f] received +2025-09-08 14:31:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78bfc2e6-ba4d-4b1d-835b-68c1830c9b6f] succeeded in 0.002856326987966895s: None +2025-09-08 14:31:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fdbef8a-fbfd-49b3-917e-2ebcf8beb808] received +2025-09-08 14:32:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fdbef8a-fbfd-49b3-917e-2ebcf8beb808] succeeded in 0.002570134005509317s: None +2025-09-08 14:32:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eec90802-8b10-4224-89f8-7c5fca9c2634] received +2025-09-08 14:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eec90802-8b10-4224-89f8-7c5fca9c2634] succeeded in 0.00247972400393337s: None +2025-09-08 14:32:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5839e4b5-5334-4a14-82f8-12aee6b23564] received +2025-09-08 14:32:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5839e4b5-5334-4a14-82f8-12aee6b23564] succeeded in 0.003275959985330701s: None +2025-09-08 14:32:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36b3461a-d9f1-4f9d-af4b-f7ffcc986e8f] received +2025-09-08 14:32:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36b3461a-d9f1-4f9d-af4b-f7ffcc986e8f] succeeded in 0.002697372925467789s: None +2025-09-08 14:32:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a9284f6-9ba9-41d0-9acb-799c3dac437a] received +2025-09-08 14:32:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a9284f6-9ba9-41d0-9acb-799c3dac437a] succeeded in 0.0024557800497859716s: None +2025-09-08 14:32:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f942259-5cda-44af-8577-9dc87a9a7ad2] received +2025-09-08 14:32:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f942259-5cda-44af-8577-9dc87a9a7ad2] succeeded in 0.002657232922501862s: None +2025-09-08 14:32:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3d918cc-5a0f-46da-a3f3-3d3569432a3b] received +2025-09-08 14:32:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3d918cc-5a0f-46da-a3f3-3d3569432a3b] succeeded in 0.002133311005309224s: None +2025-09-08 14:32:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[135707e2-e6eb-4af5-adaa-cc04af2214a2] received +2025-09-08 14:32:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[135707e2-e6eb-4af5-adaa-cc04af2214a2] succeeded in 0.0025373249081894755s: None +2025-09-08 14:32:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[629f3433-9460-4149-94ea-4f158d4b95a6] received +2025-09-08 14:32:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[629f3433-9460-4149-94ea-4f158d4b95a6] succeeded in 0.002787263016216457s: None +2025-09-08 14:32:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[993e38c7-492e-4190-b6c2-9379e05be728] received +2025-09-08 14:32:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[993e38c7-492e-4190-b6c2-9379e05be728] succeeded in 0.0027470800559967756s: None +2025-09-08 14:32:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48be9a71-4096-49b3-906d-4dc27e70b6ed] received +2025-09-08 14:32:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48be9a71-4096-49b3-906d-4dc27e70b6ed] succeeded in 0.0026304329512640834s: None +2025-09-08 14:32:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[786a2229-74e9-4705-9896-01e88e261ce3] received +2025-09-08 14:32:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[786a2229-74e9-4705-9896-01e88e261ce3] succeeded in 0.002295259037055075s: None +2025-09-08 14:32:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df374b52-8873-4b32-8bfa-47e8b0065471] received +2025-09-08 14:32:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df374b52-8873-4b32-8bfa-47e8b0065471] succeeded in 0.0029594990191981196s: None +2025-09-08 14:32:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7036538f-d99e-4903-af23-3830c0e8a829] received +2025-09-08 14:32:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7036538f-d99e-4903-af23-3830c0e8a829] succeeded in 0.0026699199806898832s: None +2025-09-08 14:32:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45f470df-7894-44e6-8385-e8b003472092] received +2025-09-08 14:32:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45f470df-7894-44e6-8385-e8b003472092] succeeded in 0.002240978996269405s: None +2025-09-08 14:32:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19aad9a4-b2aa-4880-9a67-197df39de016] received +2025-09-08 14:32:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19aad9a4-b2aa-4880-9a67-197df39de016] succeeded in 0.0011103510623797774s: None +2025-09-08 14:32:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ac0949f-7138-4a74-ac4e-6038f3e3082c] received +2025-09-08 14:32:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ac0949f-7138-4a74-ac4e-6038f3e3082c] succeeded in 0.002640258986502886s: None +2025-09-08 14:32:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d10611cd-ba0d-4036-967f-6b9248542d79] received +2025-09-08 14:32:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d10611cd-ba0d-4036-967f-6b9248542d79] succeeded in 0.0025027020601555705s: None +2025-09-08 14:32:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f98d8c7e-0c0d-4306-ad91-18c4e94ae30e] received +2025-09-08 14:32:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f98d8c7e-0c0d-4306-ad91-18c4e94ae30e] succeeded in 0.0016420900356024504s: None +2025-09-08 14:32:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0a2cb1e-ce65-4523-b5fe-10bac9a925af] received +2025-09-08 14:32:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0a2cb1e-ce65-4523-b5fe-10bac9a925af] succeeded in 0.002656760043464601s: None +2025-09-08 14:32:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[955a908d-5ec8-4e8e-b043-f387f2cd2f48] received +2025-09-08 14:32:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[955a908d-5ec8-4e8e-b043-f387f2cd2f48] succeeded in 0.0021851250203326344s: None +2025-09-08 14:32:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9f6aef5-395d-40d2-b4c1-e20d1898430d] received +2025-09-08 14:32:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9f6aef5-395d-40d2-b4c1-e20d1898430d] succeeded in 0.002470829989761114s: None +2025-09-08 14:32:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8085878e-d012-43ba-97ec-c5ff1645e9c3] received +2025-09-08 14:32:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8085878e-d012-43ba-97ec-c5ff1645e9c3] succeeded in 0.00229722005315125s: None +2025-09-08 14:32:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f2a870c-d168-45e2-a4c0-6acd27906ba3] received +2025-09-08 14:32:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f2a870c-d168-45e2-a4c0-6acd27906ba3] succeeded in 0.002139727002941072s: None +2025-09-08 14:32:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51d46a5a-6300-46f1-b31d-aa5525348369] received +2025-09-08 14:32:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51d46a5a-6300-46f1-b31d-aa5525348369] succeeded in 0.0024221549974754453s: None +2025-09-08 14:32:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b4d6cc-f3e6-47ca-b735-cb9f58974413] received +2025-09-08 14:32:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b4d6cc-f3e6-47ca-b735-cb9f58974413] succeeded in 0.002561392029747367s: None +2025-09-08 14:32:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[259adf0d-1c80-45ec-87bd-6349b6d5b52a] received +2025-09-08 14:32:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[259adf0d-1c80-45ec-87bd-6349b6d5b52a] succeeded in 0.0023614009842276573s: None +2025-09-08 14:32:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67dcbe38-21d1-4462-8ea8-ba0523f08b7b] received +2025-09-08 14:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67dcbe38-21d1-4462-8ea8-ba0523f08b7b] succeeded in 0.00242631696164608s: None +2025-09-08 14:32:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5e3299e-a256-44b2-9dbc-4cd198b82cc5] received +2025-09-08 14:32:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5e3299e-a256-44b2-9dbc-4cd198b82cc5] succeeded in 0.0030652929563075304s: None +2025-09-08 14:32:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21516cf6-f100-44e2-bf11-3a227a70b55a] received +2025-09-08 14:32:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21516cf6-f100-44e2-bf11-3a227a70b55a] succeeded in 0.0026634209789335728s: None +2025-09-08 14:32:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c44980ac-905e-4399-8255-ccb354a9d3ab] received +2025-09-08 14:32:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c44980ac-905e-4399-8255-ccb354a9d3ab] succeeded in 0.0022873521083965898s: None +2025-09-08 14:32:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c759dbdf-50e4-47d7-a53a-f3e89a4c7c57] received +2025-09-08 14:32:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c759dbdf-50e4-47d7-a53a-f3e89a4c7c57] succeeded in 0.0023173210211098194s: None +2025-09-08 14:32:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb55cb8b-beca-4f83-8da8-477507751105] received +2025-09-08 14:32:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb55cb8b-beca-4f83-8da8-477507751105] succeeded in 0.002751733991317451s: None +2025-09-08 14:32:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:32:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:32:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7624816-452a-49b5-873e-71ab463ab8b2] received +2025-09-08 14:32:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7624816-452a-49b5-873e-71ab463ab8b2] succeeded in 0.002643364015966654s: None +2025-09-08 14:32:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dedef3e-88da-49f2-b061-2ca0de259158] received +2025-09-08 14:33:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dedef3e-88da-49f2-b061-2ca0de259158] succeeded in 0.002630361937917769s: None +2025-09-08 14:33:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1199dc0d-f1a2-40ca-9739-2be776598dc9] received +2025-09-08 14:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1199dc0d-f1a2-40ca-9739-2be776598dc9] succeeded in 0.0023865660186856985s: None +2025-09-08 14:33:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af2c6542-b32a-45f0-b47b-c1c907741687] received +2025-09-08 14:33:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af2c6542-b32a-45f0-b47b-c1c907741687] succeeded in 0.002914070966653526s: None +2025-09-08 14:33:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8097bbe-64ac-48c6-a81e-0385ce2a7185] received +2025-09-08 14:33:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8097bbe-64ac-48c6-a81e-0385ce2a7185] succeeded in 0.002198985079303384s: None +2025-09-08 14:33:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[032f3293-29ac-43ff-83fd-14402213ccc9] received +2025-09-08 14:33:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[032f3293-29ac-43ff-83fd-14402213ccc9] succeeded in 0.0021815180080011487s: None +2025-09-08 14:33:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00234dfc-15f7-4fbf-98c1-2bcd795d9050] received +2025-09-08 14:33:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00234dfc-15f7-4fbf-98c1-2bcd795d9050] succeeded in 0.002290902892127633s: None +2025-09-08 14:33:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af43efb5-ee1c-47c0-92e7-77c1c8bcfe73] received +2025-09-08 14:33:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af43efb5-ee1c-47c0-92e7-77c1c8bcfe73] succeeded in 0.002303707995451987s: None +2025-09-08 14:33:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc7c9e71-2144-4fac-becc-e5c457f6e5d1] received +2025-09-08 14:33:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc7c9e71-2144-4fac-becc-e5c457f6e5d1] succeeded in 0.002159886062145233s: None +2025-09-08 14:33:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f485658-6723-43e5-ac05-69ef739657ba] received +2025-09-08 14:33:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f485658-6723-43e5-ac05-69ef739657ba] succeeded in 0.002268456039018929s: None +2025-09-08 14:33:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b5efd70-3e43-4c4c-9533-590b657c878e] received +2025-09-08 14:33:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b5efd70-3e43-4c4c-9533-590b657c878e] succeeded in 0.0024306339910253882s: None +2025-09-08 14:33:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd596491-de5d-4cd0-b7ad-e5306574078a] received +2025-09-08 14:33:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd596491-de5d-4cd0-b7ad-e5306574078a] succeeded in 0.002655957010574639s: None +2025-09-08 14:33:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fcbc21d-8677-4666-8497-e00120be6682] received +2025-09-08 14:33:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fcbc21d-8677-4666-8497-e00120be6682] succeeded in 0.0021747909486293793s: None +2025-09-08 14:33:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0207899-0659-435d-b552-65e3194534ab] received +2025-09-08 14:33:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0207899-0659-435d-b552-65e3194534ab] succeeded in 0.0021564459893852472s: None +2025-09-08 14:33:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c81f095-89ea-4825-8b96-e69eef5c4100] received +2025-09-08 14:33:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c81f095-89ea-4825-8b96-e69eef5c4100] succeeded in 0.0023658389691263437s: None +2025-09-08 14:33:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8068dfa-d503-4b34-8b87-8f0f155169b0] received +2025-09-08 14:33:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8068dfa-d503-4b34-8b87-8f0f155169b0] succeeded in 0.0023399320198222995s: None +2025-09-08 14:33:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b9681f7-6ba4-49c2-8289-1818ef5d4492] received +2025-09-08 14:33:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b9681f7-6ba4-49c2-8289-1818ef5d4492] succeeded in 0.006546815042383969s: None +2025-09-08 14:33:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05680c7c-3d7d-4efa-b831-2e51c84b00cc] received +2025-09-08 14:33:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05680c7c-3d7d-4efa-b831-2e51c84b00cc] succeeded in 0.0027261010836809874s: None +2025-09-08 14:33:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d246847e-0b0a-424e-8480-8b339a3c1388] received +2025-09-08 14:33:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d246847e-0b0a-424e-8480-8b339a3c1388] succeeded in 0.002622131025418639s: None +2025-09-08 14:33:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6e94a75-97ba-4467-a161-a3aa26e6eb3b] received +2025-09-08 14:33:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6e94a75-97ba-4467-a161-a3aa26e6eb3b] succeeded in 0.002921449951827526s: None +2025-09-08 14:33:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d0bbc5d-ef63-4080-8899-ca239167374a] received +2025-09-08 14:33:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d0bbc5d-ef63-4080-8899-ca239167374a] succeeded in 0.002586693037301302s: None +2025-09-08 14:33:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2262a342-ef7c-41de-8d00-c1d4c08369bb] received +2025-09-08 14:33:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2262a342-ef7c-41de-8d00-c1d4c08369bb] succeeded in 0.003436214057728648s: None +2025-09-08 14:33:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ab94178-8501-41c2-870f-bdc60a723352] received +2025-09-08 14:33:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ab94178-8501-41c2-870f-bdc60a723352] succeeded in 0.0020642320159822702s: None +2025-09-08 14:33:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9e99955-3286-47e1-8e9c-6be8695ef800] received +2025-09-08 14:33:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9e99955-3286-47e1-8e9c-6be8695ef800] succeeded in 0.00251875096000731s: None +2025-09-08 14:33:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdba3cfb-0d01-43da-9d1f-6404e4fc01ce] received +2025-09-08 14:33:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdba3cfb-0d01-43da-9d1f-6404e4fc01ce] succeeded in 0.0027287969132885337s: None +2025-09-08 14:33:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19b01b51-c6aa-4976-b35a-f0e208cd369f] received +2025-09-08 14:33:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19b01b51-c6aa-4976-b35a-f0e208cd369f] succeeded in 0.0027974979020655155s: None +2025-09-08 14:33:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56e866b2-cfed-4856-a2dd-3049c04b7f05] received +2025-09-08 14:33:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56e866b2-cfed-4856-a2dd-3049c04b7f05] succeeded in 0.002904839930124581s: None +2025-09-08 14:33:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23547d33-7053-4fef-b253-ea402685f56b] received +2025-09-08 14:33:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23547d33-7053-4fef-b253-ea402685f56b] succeeded in 0.002319645951502025s: None +2025-09-08 14:33:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[394daaae-13ae-42e9-8175-9e66151e8c20] received +2025-09-08 14:33:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[394daaae-13ae-42e9-8175-9e66151e8c20] succeeded in 0.0026860099751502275s: None +2025-09-08 14:33:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c4acf6e-590e-44be-9799-71d39caa0746] received +2025-09-08 14:33:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c4acf6e-590e-44be-9799-71d39caa0746] succeeded in 0.002454415080137551s: None +2025-09-08 14:33:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77b2b2e5-de5d-47d2-ba02-02b75aa9f540] received +2025-09-08 14:33:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77b2b2e5-de5d-47d2-ba02-02b75aa9f540] succeeded in 0.002341100014746189s: None +2025-09-08 14:33:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fafe0895-0d23-4cb0-a3db-03a3830095e5] received +2025-09-08 14:33:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fafe0895-0d23-4cb0-a3db-03a3830095e5] succeeded in 0.0025673300260677934s: None +2025-09-08 14:33:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5772004f-a520-4914-9f93-d1066a27412c] received +2025-09-08 14:33:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5772004f-a520-4914-9f93-d1066a27412c] succeeded in 0.002347780973650515s: None +2025-09-08 14:33:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[631c738d-e8cc-4c4e-a3d6-660a5efe0310] received +2025-09-08 14:33:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[631c738d-e8cc-4c4e-a3d6-660a5efe0310] succeeded in 0.002338128979317844s: None +2025-09-08 14:33:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d661cafc-e9d1-478d-a8f9-2801aa63164f] received +2025-09-08 14:33:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d661cafc-e9d1-478d-a8f9-2801aa63164f] succeeded in 0.0022514619631692767s: None +2025-09-08 14:33:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:33:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:33:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440b54ba-c19c-4837-be5b-1c60c1ebb0b7] received +2025-09-08 14:33:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440b54ba-c19c-4837-be5b-1c60c1ebb0b7] succeeded in 0.0024092880776152015s: None +2025-09-08 14:33:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0e5af8-54dd-48aa-a9f0-21c79559ba6d] received +2025-09-08 14:34:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0e5af8-54dd-48aa-a9f0-21c79559ba6d] succeeded in 0.0023461260134354234s: None +2025-09-08 14:34:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[756d60ca-0fd1-4226-bf68-b5aa9feead7e] received +2025-09-08 14:34:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[756d60ca-0fd1-4226-bf68-b5aa9feead7e] succeeded in 0.0026750010438263416s: None +2025-09-08 14:34:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32792e79-ef88-4ccc-8ca5-06e3b61b5d17] received +2025-09-08 14:34:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32792e79-ef88-4ccc-8ca5-06e3b61b5d17] succeeded in 0.002464360906742513s: None +2025-09-08 14:34:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ed10cf8-a798-4be0-baf3-44dc8750679a] received +2025-09-08 14:34:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ed10cf8-a798-4be0-baf3-44dc8750679a] succeeded in 0.0026942630065605044s: None +2025-09-08 14:34:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aab7d47c-d9cb-44de-9d74-dde11ab2a90e] received +2025-09-08 14:34:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aab7d47c-d9cb-44de-9d74-dde11ab2a90e] succeeded in 0.0025800319854170084s: None +2025-09-08 14:34:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[557b2011-1d18-4426-ad02-7b6a7fbba03e] received +2025-09-08 14:34:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[557b2011-1d18-4426-ad02-7b6a7fbba03e] succeeded in 0.002382264006882906s: None +2025-09-08 14:34:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62279bf4-5d90-451d-b8e9-633cae504e3e] received +2025-09-08 14:34:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62279bf4-5d90-451d-b8e9-633cae504e3e] succeeded in 0.002617230056785047s: None +2025-09-08 14:34:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ea73c81-33c5-4ce2-80dd-9bf42068ddf7] received +2025-09-08 14:34:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ea73c81-33c5-4ce2-80dd-9bf42068ddf7] succeeded in 0.0026926440186798573s: None +2025-09-08 14:34:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3ce4cb4-1a28-450d-8c06-8055cb67e3c6] received +2025-09-08 14:34:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3ce4cb4-1a28-450d-8c06-8055cb67e3c6] succeeded in 0.002611942938528955s: None +2025-09-08 14:34:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:34:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c51ae6c-7f08-47db-a2bb-e958e9550c71] received +2025-09-08 14:34:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c51ae6c-7f08-47db-a2bb-e958e9550c71] succeeded in 0.00256491603795439s: None +2025-09-08 14:34:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:34:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:34:22 [INFO] Celery[DW-STDERR]: Storing track 'Too Late (with AJR)' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:34:22 [INFO] Celery[DW-STDERR]: Successfully stored track 'Too Late (with AJR)' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:34:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:34:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f88fe492-4490-4457-a50d-b27c263abecd] received +2025-09-08 14:34:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f88fe492-4490-4457-a50d-b27c263abecd] succeeded in 0.002259755041450262s: None +2025-09-08 14:34:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Storing track 'Touchy Feely Fool' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Successfully stored track 'Touchy Feely Fool' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e127025-3a58-432a-91f6-efcec19409ee] received +2025-09-08 14:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e127025-3a58-432a-91f6-efcec19409ee] succeeded in 0.0022145580733194947s: None +2025-09-08 14:35:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08da4809-9d91-46a9-949e-ed99c7e77b27] received +2025-09-08 14:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08da4809-9d91-46a9-949e-ed99c7e77b27] succeeded in 0.0016524899983778596s: None +2025-09-08 14:35:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26619f93-7095-44f5-a315-69e249d86c4a] received +2025-09-08 14:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26619f93-7095-44f5-a315-69e249d86c4a] succeeded in 0.0021966079948469996s: None +2025-09-08 14:35:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d940325a-185d-4281-a428-5eae15a6056b] received +2025-09-08 14:35:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d940325a-185d-4281-a428-5eae15a6056b] succeeded in 0.0027447789907455444s: None +2025-09-08 14:35:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db3c6274-6072-47cc-9d92-b7c3ed301338] received +2025-09-08 14:35:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db3c6274-6072-47cc-9d92-b7c3ed301338] succeeded in 0.0020664510084316134s: None +2025-09-08 14:35:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fe32add-346c-473e-b9b1-0b5a3f9c4666] received +2025-09-08 14:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fe32add-346c-473e-b9b1-0b5a3f9c4666] succeeded in 0.002452931017614901s: None +2025-09-08 14:35:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea2aa5b0-ae41-41ce-a1a1-03b23858fe11] received +2025-09-08 14:35:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea2aa5b0-ae41-41ce-a1a1-03b23858fe11] succeeded in 0.002826965064741671s: None +2025-09-08 14:35:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de2728d2-63da-47b5-91e9-8256b562948a] received +2025-09-08 14:35:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de2728d2-63da-47b5-91e9-8256b562948a] succeeded in 0.002313532051630318s: None +2025-09-08 14:35:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74b0bbe0-4147-4ddc-83ad-661d9dabd1af] received +2025-09-08 14:35:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74b0bbe0-4147-4ddc-83ad-661d9dabd1af] succeeded in 0.002827217918820679s: None +2025-09-08 14:35:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f797c37-beb4-423b-9267-fda72e1eea87] received +2025-09-08 14:35:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f797c37-beb4-423b-9267-fda72e1eea87] succeeded in 0.0022216549841687083s: None +2025-09-08 14:35:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6eda7ed-3b5f-4ced-ae84-017421687bc1] received +2025-09-08 14:35:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6eda7ed-3b5f-4ced-ae84-017421687bc1] succeeded in 0.0022652719635516405s: None +2025-09-08 14:35:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9f254ce-8712-42a5-aa28-aff5066f399d] received +2025-09-08 14:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9f254ce-8712-42a5-aa28-aff5066f399d] succeeded in 0.002179640927352011s: None +2025-09-08 14:35:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eced7e8c-a4f8-48ec-a80b-4fa5588960dc] received +2025-09-08 14:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eced7e8c-a4f8-48ec-a80b-4fa5588960dc] succeeded in 0.002497428096830845s: None +2025-09-08 14:35:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb5b7b4f-1e90-4ecd-be34-3b723a5bda59] received +2025-09-08 14:35:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb5b7b4f-1e90-4ecd-be34-3b723a5bda59] succeeded in 0.0026210970245301723s: None +2025-09-08 14:35:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e8a8436-b10f-48ee-a830-30178ed9d260] received +2025-09-08 14:35:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e8a8436-b10f-48ee-a830-30178ed9d260] succeeded in 0.002707812935113907s: None +2025-09-08 14:35:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c75fdfca-5205-4904-a49b-80cbccdb2f50] received +2025-09-08 14:35:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c75fdfca-5205-4904-a49b-80cbccdb2f50] succeeded in 0.002352336887270212s: None +2025-09-08 14:35:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5bd9abe-ee5f-41ac-a5d1-ea75f6af51cb] received +2025-09-08 14:35:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5bd9abe-ee5f-41ac-a5d1-ea75f6af51cb] succeeded in 0.003420055960305035s: None +2025-09-08 14:35:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6880ec36-625e-4f63-903a-3427946c5ed7] received +2025-09-08 14:35:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6880ec36-625e-4f63-903a-3427946c5ed7] succeeded in 0.002422732999548316s: None +2025-09-08 14:35:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f2d584b-fa6d-4851-9558-7b1f0660ceb3] received +2025-09-08 14:35:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f2d584b-fa6d-4851-9558-7b1f0660ceb3] succeeded in 0.0026082590920850635s: None +2025-09-08 14:35:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[052cfc2d-5724-487a-8fa0-95b9b1276a6e] received +2025-09-08 14:35:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[052cfc2d-5724-487a-8fa0-95b9b1276a6e] succeeded in 0.002533567021600902s: None +2025-09-08 14:35:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5712627f-f54b-4126-9e2e-83a730a1e4b6] received +2025-09-08 14:35:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5712627f-f54b-4126-9e2e-83a730a1e4b6] succeeded in 0.0028133030282333493s: None +2025-09-08 14:35:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[932fbfd8-990e-4b87-935f-8fdb9d55d7da] received +2025-09-08 14:35:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[932fbfd8-990e-4b87-935f-8fdb9d55d7da] succeeded in 0.002419451018795371s: None +2025-09-08 14:35:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4af33a22-3f87-465e-8951-7ff2e97a207f] received +2025-09-08 14:35:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4af33a22-3f87-465e-8951-7ff2e97a207f] succeeded in 0.002494493965059519s: None +2025-09-08 14:35:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8aec7cf-fd13-46ec-bf5c-785eac2668b1] received +2025-09-08 14:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8aec7cf-fd13-46ec-bf5c-785eac2668b1] succeeded in 0.0022902260534465313s: None +2025-09-08 14:35:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96b3c57b-00a9-443a-a558-3cbb02b2aeed] received +2025-09-08 14:35:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96b3c57b-00a9-443a-a558-3cbb02b2aeed] succeeded in 0.0024325010599568486s: None +2025-09-08 14:35:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:35:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f55cf9b2-410b-4355-aedf-447ba5d8bf52] received +2025-09-08 14:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f55cf9b2-410b-4355-aedf-447ba5d8bf52] succeeded in 0.002793691004626453s: None +2025-09-08 14:35:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1bcd092-c3bb-473b-a9d0-a247fb70e528] received +2025-09-08 14:36:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1bcd092-c3bb-473b-a9d0-a247fb70e528] succeeded in 0.003056965069845319s: None +2025-09-08 14:36:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6246f5f-7440-412f-a07f-1603d35c2465] received +2025-09-08 14:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6246f5f-7440-412f-a07f-1603d35c2465] succeeded in 0.0023751710541546345s: None +2025-09-08 14:36:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44eed1b4-9a1f-438d-81e0-04f618a7c431] received +2025-09-08 14:36:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44eed1b4-9a1f-438d-81e0-04f618a7c431] succeeded in 0.0025208679726347327s: None +2025-09-08 14:36:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88104f06-4749-4272-aa5e-4d420a1b72e3] received +2025-09-08 14:36:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88104f06-4749-4272-aa5e-4d420a1b72e3] succeeded in 0.0028834559489041567s: None +2025-09-08 14:36:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da70716-68c1-461b-b9be-835fbfc46e11] received +2025-09-08 14:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da70716-68c1-461b-b9be-835fbfc46e11] succeeded in 0.002595393918454647s: None +2025-09-08 14:36:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d2cfdda-221c-48e4-9194-a5e20eccadde] received +2025-09-08 14:36:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d2cfdda-221c-48e4-9194-a5e20eccadde] succeeded in 0.0025335430400446057s: None +2025-09-08 14:36:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[744217ec-d04c-4e3c-bc48-3d21a40bc791] received +2025-09-08 14:36:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[744217ec-d04c-4e3c-bc48-3d21a40bc791] succeeded in 0.0024844070430845022s: None +2025-09-08 14:36:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3643048-4d22-4f6f-8364-2c726593a6fb] received +2025-09-08 14:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3643048-4d22-4f6f-8364-2c726593a6fb] succeeded in 0.0027348760049790144s: None +2025-09-08 14:36:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30a12840-322e-4c47-a65a-c85a9300d21b] received +2025-09-08 14:36:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30a12840-322e-4c47-a65a-c85a9300d21b] succeeded in 0.0023055790225043893s: None +2025-09-08 14:36:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8631450-b4ad-42c8-a0ab-34afa14e44d7] received +2025-09-08 14:36:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8631450-b4ad-42c8-a0ab-34afa14e44d7] succeeded in 0.0027055239770561457s: None +2025-09-08 14:36:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[599493d9-5e6b-45f6-bc94-d27a23d733d1] received +2025-09-08 14:36:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[599493d9-5e6b-45f6-bc94-d27a23d733d1] succeeded in 0.002727754064835608s: None +2025-09-08 14:36:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54bd7abe-e757-43f3-aa56-f8691b758379] received +2025-09-08 14:36:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54bd7abe-e757-43f3-aa56-f8691b758379] succeeded in 0.002832554979249835s: None +2025-09-08 14:36:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99d80c8a-5758-468a-895e-3b616d0d418d] received +2025-09-08 14:36:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99d80c8a-5758-468a-895e-3b616d0d418d] succeeded in 0.0023380639031529427s: None +2025-09-08 14:36:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f1d46c4-8429-4ff9-af5d-dd0f3d6e9b2b] received +2025-09-08 14:36:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f1d46c4-8429-4ff9-af5d-dd0f3d6e9b2b] succeeded in 0.0025245280703529716s: None +2025-09-08 14:36:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0086356-6d88-444e-a4ff-4c2b13a32092] received +2025-09-08 14:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0086356-6d88-444e-a4ff-4c2b13a32092] succeeded in 0.0022205429850146174s: None +2025-09-08 14:36:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c15b8752-28fa-4655-9955-4fb3b29732e1] received +2025-09-08 14:36:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c15b8752-28fa-4655-9955-4fb3b29732e1] succeeded in 0.0027195250149816275s: None +2025-09-08 14:36:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfd6c93c-57fb-4a65-89d1-3e4a5bf3f2a4] received +2025-09-08 14:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfd6c93c-57fb-4a65-89d1-3e4a5bf3f2a4] succeeded in 0.0023027179995551705s: None +2025-09-08 14:36:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afbe8c3a-09ba-4bf9-8e0a-d06ed840a563] received +2025-09-08 14:36:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afbe8c3a-09ba-4bf9-8e0a-d06ed840a563] succeeded in 0.0030328420689329505s: None +2025-09-08 14:36:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[102d77f0-563c-405e-98ca-d08575d8d249] received +2025-09-08 14:36:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[102d77f0-563c-405e-98ca-d08575d8d249] succeeded in 0.002765675075352192s: None +2025-09-08 14:36:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a80393c-8add-4620-83fe-5c0cde47cdb4] received +2025-09-08 14:36:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a80393c-8add-4620-83fe-5c0cde47cdb4] succeeded in 0.002278647036291659s: None +2025-09-08 14:36:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d75a8cd9-ee26-4c1f-a770-da20b651b434] received +2025-09-08 14:36:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d75a8cd9-ee26-4c1f-a770-da20b651b434] succeeded in 0.0034215350169688463s: None +2025-09-08 14:36:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b00b9b47-fcd7-49e2-b70b-8e2a567b6110] received +2025-09-08 14:36:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b00b9b47-fcd7-49e2-b70b-8e2a567b6110] succeeded in 0.0025128399720415473s: None +2025-09-08 14:36:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b7a157a-63c7-49bd-a073-4dc7aaf9a5c1] received +2025-09-08 14:36:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b7a157a-63c7-49bd-a073-4dc7aaf9a5c1] succeeded in 0.0026169070042669773s: None +2025-09-08 14:36:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:36:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:36:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7bcd9e82-9b3b-4ca1-9623-ee087ae05d19] received +2025-09-08 14:36:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7bcd9e82-9b3b-4ca1-9623-ee087ae05d19] succeeded in 0.0023310900432989s: None +2025-09-08 14:36:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[079b7ce3-576e-4fa8-b772-ba93f3b7b47f] received +2025-09-08 14:37:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[079b7ce3-576e-4fa8-b772-ba93f3b7b47f] succeeded in 0.0024051249492913485s: None +2025-09-08 14:37:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab7cbf7a-6fc4-4fe3-9b78-0dc21cec8dd2] received +2025-09-08 14:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab7cbf7a-6fc4-4fe3-9b78-0dc21cec8dd2] succeeded in 0.002524586976505816s: None +2025-09-08 14:37:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[422ba059-c7ab-4094-9b03-25559ba72844] received +2025-09-08 14:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[422ba059-c7ab-4094-9b03-25559ba72844] succeeded in 0.0022483179345726967s: None +2025-09-08 14:37:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c690814-c12e-4f27-93a0-e16a0998897b] received +2025-09-08 14:37:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c690814-c12e-4f27-93a0-e16a0998897b] succeeded in 0.003314965055324137s: None +2025-09-08 14:37:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec636ebd-35b5-47b6-b8a6-6aba09d776e2] received +2025-09-08 14:37:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec636ebd-35b5-47b6-b8a6-6aba09d776e2] succeeded in 0.003678067005239427s: None +2025-09-08 14:37:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f69e2e0-6f57-466b-bd9d-32dce54d889d] received +2025-09-08 14:37:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f69e2e0-6f57-466b-bd9d-32dce54d889d] succeeded in 0.0033759669167920947s: None +2025-09-08 14:37:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9530125a-c22f-4d4e-bf67-81149ca882e2] received +2025-09-08 14:37:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9530125a-c22f-4d4e-bf67-81149ca882e2] succeeded in 0.0026141060516238213s: None +2025-09-08 14:37:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85b1eb49-c457-4769-b6b7-3ef4975e5e42] received +2025-09-08 14:37:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85b1eb49-c457-4769-b6b7-3ef4975e5e42] succeeded in 0.0026445708936080337s: None +2025-09-08 14:37:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acdd82df-29e3-496a-b133-a99918875a4e] received +2025-09-08 14:37:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acdd82df-29e3-496a-b133-a99918875a4e] succeeded in 0.0025711110793054104s: None +2025-09-08 14:37:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d4a662f-3af7-44c1-83cc-57ce49a24f89] received +2025-09-08 14:37:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d4a662f-3af7-44c1-83cc-57ce49a24f89] succeeded in 0.002320765983313322s: None +2025-09-08 14:37:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d687e13a-aa46-4823-a8eb-34f67765f780] received +2025-09-08 14:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d687e13a-aa46-4823-a8eb-34f67765f780] succeeded in 0.002400886034592986s: None +2025-09-08 14:37:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08f6f895-95f8-4047-87e2-4d40121e6e50] received +2025-09-08 14:37:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08f6f895-95f8-4047-87e2-4d40121e6e50] succeeded in 0.002603571047075093s: None +2025-09-08 14:37:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a200124b-48d2-4123-9bf6-cb4a6aaf70b9] received +2025-09-08 14:37:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a200124b-48d2-4123-9bf6-cb4a6aaf70b9] succeeded in 0.002437556046061218s: None +2025-09-08 14:37:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[638324c6-8dc3-4880-afc0-6b5efdbc4b98] received +2025-09-08 14:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[638324c6-8dc3-4880-afc0-6b5efdbc4b98] succeeded in 0.002241579000838101s: None +2025-09-08 14:37:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f091d0a6-a4f9-46c2-9565-109d7b267a46] received +2025-09-08 14:37:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f091d0a6-a4f9-46c2-9565-109d7b267a46] succeeded in 0.00276356702670455s: None +2025-09-08 14:37:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96cb1b9b-2419-4427-9a72-68149a022519] received +2025-09-08 14:37:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96cb1b9b-2419-4427-9a72-68149a022519] succeeded in 0.00254348898306489s: None +2025-09-08 14:37:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5635a9d-2377-4b27-9f4b-e268c4086b45] received +2025-09-08 14:37:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5635a9d-2377-4b27-9f4b-e268c4086b45] succeeded in 0.0024354980560019612s: None +2025-09-08 14:37:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ef70c11-6408-4861-b0f1-2ac3b6391158] received +2025-09-08 14:37:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ef70c11-6408-4861-b0f1-2ac3b6391158] succeeded in 0.0019997790222987533s: None +2025-09-08 14:37:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e91b18cb-9369-4137-847a-b5bf41d861ca] received +2025-09-08 14:37:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e91b18cb-9369-4137-847a-b5bf41d861ca] succeeded in 0.002524708048440516s: None +2025-09-08 14:37:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac11676e-abbc-470d-b948-9db9096df651] received +2025-09-08 14:37:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac11676e-abbc-470d-b948-9db9096df651] succeeded in 0.006437712931074202s: None +2025-09-08 14:37:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb7e8f70-53a8-4f76-8cc8-9d0f319e6938] received +2025-09-08 14:37:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb7e8f70-53a8-4f76-8cc8-9d0f319e6938] succeeded in 0.0026856180047616363s: None +2025-09-08 14:37:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[daf043ab-d788-4d68-8a1f-2efe90540761] received +2025-09-08 14:37:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[daf043ab-d788-4d68-8a1f-2efe90540761] succeeded in 0.002647334011271596s: None +2025-09-08 14:37:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1bfb5f-c242-43e4-a75b-7e39111bee50] received +2025-09-08 14:37:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1bfb5f-c242-43e4-a75b-7e39111bee50] succeeded in 0.002778701949864626s: None +2025-09-08 14:37:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:37:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:37:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8db43907-4704-4fa6-a61c-1ab8582f31ef] received +2025-09-08 14:37:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8db43907-4704-4fa6-a61c-1ab8582f31ef] succeeded in 0.0026297359727323055s: None +2025-09-08 14:37:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cbe55a8-a45e-4e19-b2c5-68cd6596a0c2] received +2025-09-08 14:38:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cbe55a8-a45e-4e19-b2c5-68cd6596a0c2] succeeded in 0.0027976370183750987s: None +2025-09-08 14:38:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccd2b4d9-b5c7-41c9-ad98-55d5a919044f] received +2025-09-08 14:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccd2b4d9-b5c7-41c9-ad98-55d5a919044f] succeeded in 0.002811160054989159s: None +2025-09-08 14:38:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee01f2e-9069-4c6d-aabe-56a94a94b18c] received +2025-09-08 14:38:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee01f2e-9069-4c6d-aabe-56a94a94b18c] succeeded in 0.0032042100792750716s: None +2025-09-08 14:38:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a25069e-54df-4de4-938d-2f522d10e9b9] received +2025-09-08 14:38:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a25069e-54df-4de4-938d-2f522d10e9b9] succeeded in 0.002542602946050465s: None +2025-09-08 14:38:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10f8e57f-1109-4612-9508-4824af5410c6] received +2025-09-08 14:38:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10f8e57f-1109-4612-9508-4824af5410c6] succeeded in 0.0029074919875711203s: None +2025-09-08 14:38:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ff60219-b64f-4db5-abcc-e38ada8628b4] received +2025-09-08 14:38:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ff60219-b64f-4db5-abcc-e38ada8628b4] succeeded in 0.0026262279134243727s: None +2025-09-08 14:38:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15bd47d5-8a8d-455a-afd3-a4bff03d05cd] received +2025-09-08 14:38:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15bd47d5-8a8d-455a-afd3-a4bff03d05cd] succeeded in 0.0024717350024729967s: None +2025-09-08 14:38:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71bf6116-9e95-4559-86b6-ae6c39de7ec1] received +2025-09-08 14:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71bf6116-9e95-4559-86b6-ae6c39de7ec1] succeeded in 0.004101137048564851s: None +2025-09-08 14:38:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07f2a403-3c15-4854-88dd-13956b257554] received +2025-09-08 14:38:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07f2a403-3c15-4854-88dd-13956b257554] succeeded in 0.002190931001678109s: None +2025-09-08 14:38:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d97aab8-ee07-4a13-b19b-873932eefd14] received +2025-09-08 14:38:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d97aab8-ee07-4a13-b19b-873932eefd14] succeeded in 0.0023718689335510135s: None +2025-09-08 14:38:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41268e61-5d1d-46bf-866e-5c6e77a659ad] received +2025-09-08 14:38:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41268e61-5d1d-46bf-866e-5c6e77a659ad] succeeded in 0.002628905000165105s: None +2025-09-08 14:38:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e73d2b51-3de1-416e-aabd-ab02064ea746] received +2025-09-08 14:38:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e73d2b51-3de1-416e-aabd-ab02064ea746] succeeded in 0.0029594809748232365s: None +2025-09-08 14:38:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5120aac8-2e99-4ae1-8144-d915c517afff] received +2025-09-08 14:38:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5120aac8-2e99-4ae1-8144-d915c517afff] succeeded in 0.0026925610145553946s: None +2025-09-08 14:38:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0115afe1-098d-4179-80ec-4c264887e9c8] received +2025-09-08 14:38:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0115afe1-098d-4179-80ec-4c264887e9c8] succeeded in 0.0026052009779959917s: None +2025-09-08 14:38:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[334b8713-f92b-4bb4-b1f8-26f757d4c59a] received +2025-09-08 14:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[334b8713-f92b-4bb4-b1f8-26f757d4c59a] succeeded in 0.002642631996423006s: None +2025-09-08 14:38:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1a0e945-a90d-4e08-9544-b68ae95f0f91] received +2025-09-08 14:38:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1a0e945-a90d-4e08-9544-b68ae95f0f91] succeeded in 0.002613221062347293s: None +2025-09-08 14:38:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8e83864-6d4d-4951-b266-c428779f1ad0] received +2025-09-08 14:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8e83864-6d4d-4951-b266-c428779f1ad0] succeeded in 0.0017619800055399537s: None +2025-09-08 14:38:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8338f49a-d36d-4e58-92e7-cd96100e9110] received +2025-09-08 14:38:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8338f49a-d36d-4e58-92e7-cd96100e9110] succeeded in 0.002713307971134782s: None +2025-09-08 14:38:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b81f55e1-efd6-4782-a59a-59cd04dc8f9a] received +2025-09-08 14:38:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b81f55e1-efd6-4782-a59a-59cd04dc8f9a] succeeded in 0.002848037052899599s: None +2025-09-08 14:38:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4681bc1-edac-4953-8286-cb3c8a96cc7d] received +2025-09-08 14:38:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4681bc1-edac-4953-8286-cb3c8a96cc7d] succeeded in 0.0020987429888918996s: None +2025-09-08 14:38:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40a21df6-cb22-49df-85cc-1b8c08d18890] received +2025-09-08 14:38:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40a21df6-cb22-49df-85cc-1b8c08d18890] succeeded in 0.0023179170675575733s: None +2025-09-08 14:38:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b276ca51-3085-4813-af4b-3535adf77452] received +2025-09-08 14:38:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b276ca51-3085-4813-af4b-3535adf77452] succeeded in 0.0022644849959760904s: None +2025-09-08 14:38:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81b05825-7e6a-4042-aff9-00ca0ff87339] received +2025-09-08 14:38:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81b05825-7e6a-4042-aff9-00ca0ff87339] succeeded in 0.002409895067103207s: None +2025-09-08 14:38:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:38:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:38:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c3e6788-5151-4e50-a2d1-5ccf3a11d3cc] received +2025-09-08 14:38:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c3e6788-5151-4e50-a2d1-5ccf3a11d3cc] succeeded in 0.00254809798207134s: None +2025-09-08 14:38:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:39:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:39:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1eb74bd5-0906-4b4b-83d7-0b8ab3d1ba5b] received +2025-09-08 14:39:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1eb74bd5-0906-4b4b-83d7-0b8ab3d1ba5b] succeeded in 0.0026891130255535245s: None +2025-09-08 14:39:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:39:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:39:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c1f6257-e225-4ae5-8ef4-5d4b446dda34] received +2025-09-08 14:39:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c1f6257-e225-4ae5-8ef4-5d4b446dda34] succeeded in 0.002650646958500147s: None +2025-09-08 14:39:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:39:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:39:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c87fcf4d-42c7-4ffd-ab4e-922314b5de78] received +2025-09-08 14:39:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c87fcf4d-42c7-4ffd-ab4e-922314b5de78] succeeded in 0.0026129840407520533s: None +2025-09-08 14:39:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:39:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:39:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a04f85d7-4213-48f4-9dcb-fda50518673b] received +2025-09-08 14:39:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a04f85d7-4213-48f4-9dcb-fda50518673b] succeeded in 0.0030124440090730786s: None +2025-09-08 14:39:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:39:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:39:15 [INFO] Celery[DW-STDERR]: Storing track 'Don't Throw Out My Legos' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:39:15 [INFO] Celery[DW-STDERR]: Successfully stored track 'Don't Throw Out My Legos' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:39:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:39:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92d6a92e-9740-485d-bb2c-b99c37e06e33] received +2025-09-08 14:39:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92d6a92e-9740-485d-bb2c-b99c37e06e33] succeeded in 0.002719879033975303s: None +2025-09-08 14:39:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:40:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[773febe7-e4ae-4d6e-ac9d-da0538765b86] received +2025-09-08 14:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[773febe7-e4ae-4d6e-ac9d-da0538765b86] succeeded in 0.002106074010953307s: None +2025-09-08 14:40:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69598620-f248-4cba-97af-d843c0b93a0c] received +2025-09-08 14:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69598620-f248-4cba-97af-d843c0b93a0c] succeeded in 0.002163618919439614s: None +2025-09-08 14:40:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06400b7b-5547-4431-a0eb-08d8a41cfe72] received +2025-09-08 14:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06400b7b-5547-4431-a0eb-08d8a41cfe72] succeeded in 0.00289049802813679s: None +2025-09-08 14:40:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c102f60-9104-4387-87b5-6438e418abb0] received +2025-09-08 14:40:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c102f60-9104-4387-87b5-6438e418abb0] succeeded in 0.0024046170292422175s: None +2025-09-08 14:40:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6b426f7-2d8b-4687-86ce-76df4ffe8110] received +2025-09-08 14:40:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6b426f7-2d8b-4687-86ce-76df4ffe8110] succeeded in 0.0024665220407769084s: None +2025-09-08 14:40:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd85a9e8-a996-4f2e-b8d7-58f40a1e706d] received +2025-09-08 14:40:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd85a9e8-a996-4f2e-b8d7-58f40a1e706d] succeeded in 0.0014769700355827808s: None +2025-09-08 14:40:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d60be686-b005-44a3-964c-5ae16e575076] received +2025-09-08 14:40:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d60be686-b005-44a3-964c-5ae16e575076] succeeded in 0.0026844050735235214s: None +2025-09-08 14:40:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75987e73-7f24-4ac5-aaef-4a9f2f41158e] received +2025-09-08 14:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75987e73-7f24-4ac5-aaef-4a9f2f41158e] succeeded in 0.002780550974421203s: None +2025-09-08 14:40:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[375e924b-d479-4532-9cd6-26f060f2f1a5] received +2025-09-08 14:40:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[375e924b-d479-4532-9cd6-26f060f2f1a5] succeeded in 0.0024873120710253716s: None +2025-09-08 14:40:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e6253fd-60b5-4800-8cee-879b63ad8b4c] received +2025-09-08 14:40:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e6253fd-60b5-4800-8cee-879b63ad8b4c] succeeded in 0.002428482985123992s: None +2025-09-08 14:40:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6e7008b-a9d2-45aa-97dc-721d16920713] received +2025-09-08 14:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6e7008b-a9d2-45aa-97dc-721d16920713] succeeded in 0.0026858400087803602s: None +2025-09-08 14:40:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d9cd2eb-8d6b-4170-9ccc-087ec166b061] received +2025-09-08 14:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d9cd2eb-8d6b-4170-9ccc-087ec166b061] succeeded in 0.0022874169517308474s: None +2025-09-08 14:40:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ced36431-6c6c-4ea1-8ffa-ba731e7206a9] received +2025-09-08 14:40:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ced36431-6c6c-4ea1-8ffa-ba731e7206a9] succeeded in 0.0024243940133601427s: None +2025-09-08 14:40:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afe24ef6-531f-40f5-b7eb-98fe7cd16083] received +2025-09-08 14:40:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afe24ef6-531f-40f5-b7eb-98fe7cd16083] succeeded in 0.002209726022556424s: None +2025-09-08 14:40:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b13a269-cec7-4f90-bf8a-5e98b92b9254] received +2025-09-08 14:40:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b13a269-cec7-4f90-bf8a-5e98b92b9254] succeeded in 0.0021370649337768555s: None +2025-09-08 14:40:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c4416d5-cf7f-4ebc-9495-d11bcb75954f] received +2025-09-08 14:40:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c4416d5-cf7f-4ebc-9495-d11bcb75954f] succeeded in 0.0022837379947304726s: None +2025-09-08 14:40:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c6b44af-c660-4ee3-a2b4-abaf45b4eebc] received +2025-09-08 14:40:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c6b44af-c660-4ee3-a2b4-abaf45b4eebc] succeeded in 0.002676337957382202s: None +2025-09-08 14:40:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8bc2858-f76a-44d3-b37e-839fa6f0c717] received +2025-09-08 14:40:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8bc2858-f76a-44d3-b37e-839fa6f0c717] succeeded in 0.002354734926484525s: None +2025-09-08 14:40:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1a42173-bdfb-4f4f-939d-9dd70440a663] received +2025-09-08 14:40:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1a42173-bdfb-4f4f-939d-9dd70440a663] succeeded in 0.002639180049300194s: None +2025-09-08 14:40:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7579be29-b3ac-47df-a754-1f816c1ee10d] received +2025-09-08 14:40:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7579be29-b3ac-47df-a754-1f816c1ee10d] succeeded in 0.0025765239261090755s: None +2025-09-08 14:40:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60fa1c9-0e00-430d-b80e-6cfa89f0d96b] received +2025-09-08 14:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60fa1c9-0e00-430d-b80e-6cfa89f0d96b] succeeded in 0.0022106519900262356s: None +2025-09-08 14:40:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f05d923-fb44-467a-9ce7-b27eea468337] received +2025-09-08 14:40:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f05d923-fb44-467a-9ce7-b27eea468337] succeeded in 0.0022428210359066725s: None +2025-09-08 14:40:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31404e84-82de-40b7-aec0-d6d1f69e3d26] received +2025-09-08 14:40:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31404e84-82de-40b7-aec0-d6d1f69e3d26] succeeded in 0.0025526550598442554s: None +2025-09-08 14:40:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b80ad032-882d-4ad8-8df3-9e2ca2bc7de9] received +2025-09-08 14:40:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b80ad032-882d-4ad8-8df3-9e2ca2bc7de9] succeeded in 0.0027441480197012424s: None +2025-09-08 14:40:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07b672ad-fc12-4e2c-be38-a812e58cea6a] received +2025-09-08 14:40:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07b672ad-fc12-4e2c-be38-a812e58cea6a] succeeded in 0.002491661929525435s: None +2025-09-08 14:40:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcb2f0c2-4b9c-4199-adcb-366c666b4aed] received +2025-09-08 14:40:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcb2f0c2-4b9c-4199-adcb-366c666b4aed] succeeded in 0.002230691956356168s: None +2025-09-08 14:40:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:40:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:40:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4d9d315-2a40-4ccb-8fe9-06a988453022] received +2025-09-08 14:40:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4d9d315-2a40-4ccb-8fe9-06a988453022] succeeded in 0.002774375956505537s: None +2025-09-08 14:40:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5274abe8-d850-4776-812f-5e2025856be7] received +2025-09-08 14:41:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5274abe8-d850-4776-812f-5e2025856be7] succeeded in 0.0023828420089557767s: None +2025-09-08 14:41:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd900e3-fa23-42a8-a46c-d2abbc794d35] received +2025-09-08 14:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd900e3-fa23-42a8-a46c-d2abbc794d35] succeeded in 0.0027056599501520395s: None +2025-09-08 14:41:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81b104dd-1e48-41bf-b5d3-e15e22873a71] received +2025-09-08 14:41:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81b104dd-1e48-41bf-b5d3-e15e22873a71] succeeded in 0.002780801965855062s: None +2025-09-08 14:41:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74037827-9c09-442c-916d-7b88c6a3ad0c] received +2025-09-08 14:41:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74037827-9c09-442c-916d-7b88c6a3ad0c] succeeded in 0.0023952180054038763s: None +2025-09-08 14:41:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dc187c0-df90-4843-93c7-fca65b639a43] received +2025-09-08 14:41:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dc187c0-df90-4843-93c7-fca65b639a43] succeeded in 0.0022139970678836107s: None +2025-09-08 14:41:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abdef1d9-e84e-43df-8bf6-973e14cf2bcc] received +2025-09-08 14:41:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abdef1d9-e84e-43df-8bf6-973e14cf2bcc] succeeded in 0.0024594470160081983s: None +2025-09-08 14:41:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afe98a6c-592e-4bb0-836c-73d70ee76b68] received +2025-09-08 14:41:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afe98a6c-592e-4bb0-836c-73d70ee76b68] succeeded in 0.002734992071054876s: None +2025-09-08 14:41:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0bfe44f-389a-4c03-bc1f-773cb82c3d5f] received +2025-09-08 14:41:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0bfe44f-389a-4c03-bc1f-773cb82c3d5f] succeeded in 0.00262637110427022s: None +2025-09-08 14:41:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b0ab298-b454-498d-9293-725906357c48] received +2025-09-08 14:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b0ab298-b454-498d-9293-725906357c48] succeeded in 0.0024000629782676697s: None +2025-09-08 14:41:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91ebb597-2c71-41fb-b473-25f7090c9f67] received +2025-09-08 14:41:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91ebb597-2c71-41fb-b473-25f7090c9f67] succeeded in 0.0027000000700354576s: None +2025-09-08 14:41:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03ae8dab-dd2c-4521-9280-7f197bc802e3] received +2025-09-08 14:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03ae8dab-dd2c-4521-9280-7f197bc802e3] succeeded in 0.002587712020613253s: None +2025-09-08 14:41:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d0372f9-aa53-4aff-9efa-9146c8b02d7b] received +2025-09-08 14:41:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d0372f9-aa53-4aff-9efa-9146c8b02d7b] succeeded in 0.0027157400036230683s: None +2025-09-08 14:41:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b2d397f-8f43-4e84-9b8e-ccac13f182c0] received +2025-09-08 14:41:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b2d397f-8f43-4e84-9b8e-ccac13f182c0] succeeded in 0.002816235995851457s: None +2025-09-08 14:41:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec94cea8-fa06-49ad-961e-10410d28da24] received +2025-09-08 14:41:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec94cea8-fa06-49ad-961e-10410d28da24] succeeded in 0.002519671921618283s: None +2025-09-08 14:41:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a73662de-ac69-41c9-86c3-29cc128e0769] received +2025-09-08 14:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a73662de-ac69-41c9-86c3-29cc128e0769] succeeded in 0.0022592860041186213s: None +2025-09-08 14:41:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bba31cf-1bbe-4fdf-a156-17f752b80045] received +2025-09-08 14:41:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bba31cf-1bbe-4fdf-a156-17f752b80045] succeeded in 0.0028993579326197505s: None +2025-09-08 14:41:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8271dd9a-7266-4a01-ac9c-b6ff2d92589e] received +2025-09-08 14:41:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8271dd9a-7266-4a01-ac9c-b6ff2d92589e] succeeded in 0.002687731059268117s: None +2025-09-08 14:41:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3dfa8379-72b8-48bb-9691-b3c34e6f2a93] received +2025-09-08 14:41:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3dfa8379-72b8-48bb-9691-b3c34e6f2a93] succeeded in 0.0024446130264550447s: None +2025-09-08 14:41:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b4139d4-0d99-479b-b16d-4647614b782e] received +2025-09-08 14:41:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b4139d4-0d99-479b-b16d-4647614b782e] succeeded in 0.0022810499649494886s: None +2025-09-08 14:41:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4603fbf-7ca1-4acb-9c70-a2ca844cfce2] received +2025-09-08 14:41:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4603fbf-7ca1-4acb-9c70-a2ca844cfce2] succeeded in 0.0026849269634112716s: None +2025-09-08 14:41:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e383e86-bbb1-42cf-b525-dd4e20015b76] received +2025-09-08 14:41:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e383e86-bbb1-42cf-b525-dd4e20015b76] succeeded in 0.002488593920134008s: None +2025-09-08 14:41:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be91fd68-a443-4708-af6b-bb49ffd0e532] received +2025-09-08 14:41:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be91fd68-a443-4708-af6b-bb49ffd0e532] succeeded in 0.0029305500211194158s: None +2025-09-08 14:41:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451b3982-a0dc-42ea-b1bc-41403c71f86e] received +2025-09-08 14:41:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451b3982-a0dc-42ea-b1bc-41403c71f86e] succeeded in 0.0028251230251044035s: None +2025-09-08 14:41:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[459b9b11-09e3-4df3-a76d-e26c6b6e2e24] received +2025-09-08 14:41:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[459b9b11-09e3-4df3-a76d-e26c6b6e2e24] succeeded in 0.002340235048905015s: None +2025-09-08 14:41:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40158898-73d6-4254-bb08-efed520fe087] received +2025-09-08 14:41:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40158898-73d6-4254-bb08-efed520fe087] succeeded in 0.0023707770742475986s: None +2025-09-08 14:41:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b66411b-af4a-499c-9e6a-d66a4206d0fd] received +2025-09-08 14:41:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b66411b-af4a-499c-9e6a-d66a4206d0fd] succeeded in 0.002252278965897858s: None +2025-09-08 14:41:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[493e5921-5a16-40fc-b1fa-56c7e21bb0ad] received +2025-09-08 14:41:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[493e5921-5a16-40fc-b1fa-56c7e21bb0ad] succeeded in 0.002411304973065853s: None +2025-09-08 14:41:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a3aeb7c-8c07-43bf-80cb-96b2e8f82b83] received +2025-09-08 14:41:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a3aeb7c-8c07-43bf-80cb-96b2e8f82b83] succeeded in 0.002419232972897589s: None +2025-09-08 14:41:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d4a509c-4dbd-44de-9639-3ef6cf5b9f60] received +2025-09-08 14:41:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d4a509c-4dbd-44de-9639-3ef6cf5b9f60] succeeded in 0.0026559799443930387s: None +2025-09-08 14:41:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f9c8bca-df8b-4128-a9e3-9cea93ff6687] received +2025-09-08 14:41:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f9c8bca-df8b-4128-a9e3-9cea93ff6687] succeeded in 0.0027712960727512836s: None +2025-09-08 14:41:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b47813f1-5665-494a-9293-082260264676] received +2025-09-08 14:41:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b47813f1-5665-494a-9293-082260264676] succeeded in 0.0026393920416012406s: None +2025-09-08 14:41:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:41:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:41:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04b4448a-6e1b-49ac-8570-47959c60f77f] received +2025-09-08 14:41:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04b4448a-6e1b-49ac-8570-47959c60f77f] succeeded in 0.0028792290249839425s: None +2025-09-08 14:41:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16520d0a-e8d1-4ad9-8390-eb4ec4e63146] received +2025-09-08 14:42:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16520d0a-e8d1-4ad9-8390-eb4ec4e63146] succeeded in 0.0023814199957996607s: None +2025-09-08 14:42:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f665edd-dee4-4b80-99b1-58529301a81c] received +2025-09-08 14:42:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f665edd-dee4-4b80-99b1-58529301a81c] succeeded in 0.0026979079702869058s: None +2025-09-08 14:42:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d2c430f-d9b3-4320-b9e6-016d7ef76a02] received +2025-09-08 14:42:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d2c430f-d9b3-4320-b9e6-016d7ef76a02] succeeded in 0.0027510880026966333s: None +2025-09-08 14:42:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[124d4e04-259f-4301-8363-e3dc13a94f66] received +2025-09-08 14:42:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[124d4e04-259f-4301-8363-e3dc13a94f66] succeeded in 0.002680246951058507s: None +2025-09-08 14:42:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb2102e1-a35d-4e65-90b7-aeb8d1424a07] received +2025-09-08 14:42:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb2102e1-a35d-4e65-90b7-aeb8d1424a07] succeeded in 0.002401625970378518s: None +2025-09-08 14:42:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37b547c5-2d7b-44c3-9ef4-6721bedbde52] received +2025-09-08 14:42:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37b547c5-2d7b-44c3-9ef4-6721bedbde52] succeeded in 0.002711059059947729s: None +2025-09-08 14:42:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c7bfcbd-6d13-42d1-bb5a-b6ffd88ee933] received +2025-09-08 14:42:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c7bfcbd-6d13-42d1-bb5a-b6ffd88ee933] succeeded in 0.0024578539887443185s: None +2025-09-08 14:42:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa3060e5-42d3-4b4b-89e2-95f62a55fbb6] received +2025-09-08 14:42:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa3060e5-42d3-4b4b-89e2-95f62a55fbb6] succeeded in 0.010601976071484387s: None +2025-09-08 14:42:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61dc437e-dc41-4136-9f22-d08f58da019d] received +2025-09-08 14:42:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61dc437e-dc41-4136-9f22-d08f58da019d] succeeded in 0.00444309099111706s: None +2025-09-08 14:42:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e257befa-73a9-4032-a9b4-a437f7ab66e2] received +2025-09-08 14:42:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e257befa-73a9-4032-a9b4-a437f7ab66e2] succeeded in 0.0025591420708224177s: None +2025-09-08 14:42:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67834293-20f3-4f6d-800f-5c3b05880786] received +2025-09-08 14:42:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67834293-20f3-4f6d-800f-5c3b05880786] succeeded in 0.002594426041468978s: None +2025-09-08 14:42:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efc7627f-0524-45b8-a0f7-76dc878fd28b] received +2025-09-08 14:42:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efc7627f-0524-45b8-a0f7-76dc878fd28b] succeeded in 0.0027596839936450124s: None +2025-09-08 14:42:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28eab4d5-66ee-42aa-8fc2-87466277e591] received +2025-09-08 14:42:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28eab4d5-66ee-42aa-8fc2-87466277e591] succeeded in 0.002524137031286955s: None +2025-09-08 14:42:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5159ada1-2797-43e8-a49b-da6decc160eb] received +2025-09-08 14:42:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5159ada1-2797-43e8-a49b-da6decc160eb] succeeded in 0.0020777310710400343s: None +2025-09-08 14:42:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b33d9f16-4d5a-4320-b98f-bb4a7bea9e47] received +2025-09-08 14:42:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b33d9f16-4d5a-4320-b98f-bb4a7bea9e47] succeeded in 0.002562804031185806s: None +2025-09-08 14:42:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4608e02-7e31-41a6-a3d1-c036d8413e15] received +2025-09-08 14:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4608e02-7e31-41a6-a3d1-c036d8413e15] succeeded in 0.002632902003824711s: None +2025-09-08 14:42:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ba01764-593b-4bde-a1b5-3b312f5e7830] received +2025-09-08 14:42:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ba01764-593b-4bde-a1b5-3b312f5e7830] succeeded in 0.0022076650056988s: None +2025-09-08 14:42:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a25ced5-f6c0-4a07-895d-9d3b1b8e1a54] received +2025-09-08 14:42:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a25ced5-f6c0-4a07-895d-9d3b1b8e1a54] succeeded in 0.0021437889663502574s: None +2025-09-08 14:42:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9227dad6-2170-4c3a-81b8-4dc7c6f98604] received +2025-09-08 14:42:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9227dad6-2170-4c3a-81b8-4dc7c6f98604] succeeded in 0.0025922959903255105s: None +2025-09-08 14:42:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a44787d8-b95b-4a49-a176-645787898895] received +2025-09-08 14:42:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a44787d8-b95b-4a49-a176-645787898895] succeeded in 0.002377790049649775s: None +2025-09-08 14:42:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92f2c33b-898d-4ec3-861f-5ae0d191387b] received +2025-09-08 14:42:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92f2c33b-898d-4ec3-861f-5ae0d191387b] succeeded in 0.002545016002841294s: None +2025-09-08 14:42:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e5bfb58-a114-4537-bf04-dc78bcfc4123] received +2025-09-08 14:42:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e5bfb58-a114-4537-bf04-dc78bcfc4123] succeeded in 0.002208844991400838s: None +2025-09-08 14:42:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31d2f917-5c65-45ec-9f61-ab826aff9391] received +2025-09-08 14:42:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31d2f917-5c65-45ec-9f61-ab826aff9391] succeeded in 0.0024598949821665883s: None +2025-09-08 14:42:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38e2d994-e10a-49c9-839d-dad0b68f31dd] received +2025-09-08 14:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38e2d994-e10a-49c9-839d-dad0b68f31dd] succeeded in 0.002659217920154333s: None +2025-09-08 14:42:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2372d87-d838-4c94-87e6-7e98725ea35b] received +2025-09-08 14:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2372d87-d838-4c94-87e6-7e98725ea35b] succeeded in 0.002550819073803723s: None +2025-09-08 14:42:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[996aec2f-7ab2-49d7-b8bf-65330f0487d8] received +2025-09-08 14:42:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[996aec2f-7ab2-49d7-b8bf-65330f0487d8] succeeded in 0.0024013740476220846s: None +2025-09-08 14:42:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[478b41f3-9045-4f7e-a8ef-afe5290d3055] received +2025-09-08 14:42:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[478b41f3-9045-4f7e-a8ef-afe5290d3055] succeeded in 0.0022573849419131875s: None +2025-09-08 14:42:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76e2239f-071e-4ba9-b8ad-2170b3903a38] received +2025-09-08 14:42:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76e2239f-071e-4ba9-b8ad-2170b3903a38] succeeded in 0.002782394993118942s: None +2025-09-08 14:42:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a79bdc-1ac5-493e-ad88-c54a2328bda9] received +2025-09-08 14:42:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a79bdc-1ac5-493e-ad88-c54a2328bda9] succeeded in 0.002742212964221835s: None +2025-09-08 14:42:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7665eed-c40a-4f10-841d-d2052a82a813] received +2025-09-08 14:42:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7665eed-c40a-4f10-841d-d2052a82a813] succeeded in 0.0027687499532476068s: None +2025-09-08 14:42:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b91eafc9-8a93-43ae-8958-bc7caa86a083] received +2025-09-08 14:42:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b91eafc9-8a93-43ae-8958-bc7caa86a083] succeeded in 0.002515056054107845s: None +2025-09-08 14:42:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:42:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:42:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[161d0ba4-4290-444e-b9d3-f312cf609403] received +2025-09-08 14:42:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[161d0ba4-4290-444e-b9d3-f312cf609403] succeeded in 0.0020284500205889344s: None +2025-09-08 14:42:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c592c4bc-a532-4e62-bbf3-74e69fd328b7] received +2025-09-08 14:43:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c592c4bc-a532-4e62-bbf3-74e69fd328b7] succeeded in 0.0016758439596742392s: None +2025-09-08 14:43:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b072ce60-be0f-408b-8db4-35688ee412eb] received +2025-09-08 14:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b072ce60-be0f-408b-8db4-35688ee412eb] succeeded in 0.0024229970294982195s: None +2025-09-08 14:43:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e38df9e2-a740-4ad8-9e46-64970545e17f] received +2025-09-08 14:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e38df9e2-a740-4ad8-9e46-64970545e17f] succeeded in 0.002461204072460532s: None +2025-09-08 14:43:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76575fbc-dbac-4a5c-a642-7898fbbfc48a] received +2025-09-08 14:43:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76575fbc-dbac-4a5c-a642-7898fbbfc48a] succeeded in 0.002810644917190075s: None +2025-09-08 14:43:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd6d3c21-b070-4dc4-846d-2f47783b22b7] received +2025-09-08 14:43:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd6d3c21-b070-4dc4-846d-2f47783b22b7] succeeded in 0.0024940790608525276s: None +2025-09-08 14:43:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44206fba-f46e-4bf1-a471-61d32bdcc7b6] received +2025-09-08 14:43:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44206fba-f46e-4bf1-a471-61d32bdcc7b6] succeeded in 0.0026903399266302586s: None +2025-09-08 14:43:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a69c8a6e-331c-4f81-91b1-19e7157ca6c9] received +2025-09-08 14:43:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a69c8a6e-331c-4f81-91b1-19e7157ca6c9] succeeded in 0.00264287693426013s: None +2025-09-08 14:43:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aec8348-c4a8-4f9f-b243-c9a8500c2182] received +2025-09-08 14:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aec8348-c4a8-4f9f-b243-c9a8500c2182] succeeded in 0.0023467689752578735s: None +2025-09-08 14:43:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e83a9b6-3cb7-43f8-94c7-e1d94c425b33] received +2025-09-08 14:43:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e83a9b6-3cb7-43f8-94c7-e1d94c425b33] succeeded in 0.002240331959910691s: None +2025-09-08 14:43:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9e4a1ec-47f3-4380-99fd-984dae3fe4ae] received +2025-09-08 14:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9e4a1ec-47f3-4380-99fd-984dae3fe4ae] succeeded in 0.0026048310101032257s: None +2025-09-08 14:43:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:43:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:43:24 [INFO] Celery[DW-STDERR]: Storing track 'Bummerland' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:43:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'Bummerland' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:43:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:43:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d059de04-6133-4c7a-9a43-1eb49e37f24a] received +2025-09-08 14:43:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d059de04-6133-4c7a-9a43-1eb49e37f24a] succeeded in 0.0035615669330582023s: None +2025-09-08 14:43:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:44:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:44:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5656d671-3511-41b8-a381-867be8520cd6] received +2025-09-08 14:44:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5656d671-3511-41b8-a381-867be8520cd6] succeeded in 0.002186371013522148s: None +2025-09-08 14:44:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8afc5a40-faa4-460f-9e4c-7c8b2f00d9f3] received +2025-09-08 14:44:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8afc5a40-faa4-460f-9e4c-7c8b2f00d9f3] succeeded in 0.0019537770422175527s: None +2025-09-08 14:44:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89fdf913-bdeb-415f-9e25-939fc3fbcd10] received +2025-09-08 14:44:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89fdf913-bdeb-415f-9e25-939fc3fbcd10] succeeded in 0.002153515932150185s: None +2025-09-08 14:44:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00e320a6-53e6-4a54-bca9-4ddefc307395] received +2025-09-08 14:44:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00e320a6-53e6-4a54-bca9-4ddefc307395] succeeded in 0.0024925320176407695s: None +2025-09-08 14:44:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2afae01-f54b-4d01-8f6f-68a852cda478] received +2025-09-08 14:44:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2afae01-f54b-4d01-8f6f-68a852cda478] succeeded in 0.0028989550191909075s: None +2025-09-08 14:44:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c683c908-58f5-4874-91b3-148c5e83d97f] received +2025-09-08 14:44:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c683c908-58f5-4874-91b3-148c5e83d97f] succeeded in 0.0024887139443308115s: None +2025-09-08 14:44:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66413bcf-65b7-4776-ab26-c554e2641c96] received +2025-09-08 14:44:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66413bcf-65b7-4776-ab26-c554e2641c96] succeeded in 0.0021442220313474536s: None +2025-09-08 14:44:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44194420-f3c2-4e2a-be2e-a987ccd3cf65] received +2025-09-08 14:44:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44194420-f3c2-4e2a-be2e-a987ccd3cf65] succeeded in 0.002338991966098547s: None +2025-09-08 14:44:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5e7bda3-a8c1-4680-bffc-83b9f158dea9] received +2025-09-08 14:44:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5e7bda3-a8c1-4680-bffc-83b9f158dea9] succeeded in 0.00278017099481076s: None +2025-09-08 14:44:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b729444b-e284-4722-97fa-80849aa181a2] received +2025-09-08 14:44:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b729444b-e284-4722-97fa-80849aa181a2] succeeded in 0.0023023539688438177s: None +2025-09-08 14:44:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bd43b4d-6db5-4166-be7c-e18da5a8e50c] received +2025-09-08 14:44:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bd43b4d-6db5-4166-be7c-e18da5a8e50c] succeeded in 0.0023178420960903168s: None +2025-09-08 14:44:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f28c654-d272-4726-bf16-b825ce9c6189] received +2025-09-08 14:44:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f28c654-d272-4726-bf16-b825ce9c6189] succeeded in 0.0022537250770255923s: None +2025-09-08 14:44:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2426a83e-ba1d-4514-94bd-d6affdd09f43] received +2025-09-08 14:44:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2426a83e-ba1d-4514-94bd-d6affdd09f43] succeeded in 0.0024428259348496795s: None +2025-09-08 14:44:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfaf0974-6963-484e-9049-a1ad5df9ede9] received +2025-09-08 14:44:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfaf0974-6963-484e-9049-a1ad5df9ede9] succeeded in 0.0035480919759720564s: None +2025-09-08 14:44:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98f01617-0452-4524-be4f-84b09c231efb] received +2025-09-08 14:44:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98f01617-0452-4524-be4f-84b09c231efb] succeeded in 0.0024056880502030253s: None +2025-09-08 14:44:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61a49d1a-eca7-4dbb-a5a6-b081e66f479c] received +2025-09-08 14:44:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61a49d1a-eca7-4dbb-a5a6-b081e66f479c] succeeded in 0.0012662418885156512s: None +2025-09-08 14:44:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:44:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:44:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a25535d-e2bc-4fc1-930e-35f0f97c3a34] received +2025-09-08 14:44:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a25535d-e2bc-4fc1-930e-35f0f97c3a34] succeeded in 0.002680336940102279s: None +2025-09-08 14:44:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dd4f987-794c-4ae5-9499-0fe291a1002e] received +2025-09-08 14:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dd4f987-794c-4ae5-9499-0fe291a1002e] succeeded in 0.0024420219706371427s: None +2025-09-08 14:45:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70a573e1-bd5b-4727-a12b-bab5b5c48841] received +2025-09-08 14:45:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70a573e1-bd5b-4727-a12b-bab5b5c48841] succeeded in 0.002670960035175085s: None +2025-09-08 14:45:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f77e355f-8a9a-4061-a6fd-f994fef55bc1] received +2025-09-08 14:45:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f77e355f-8a9a-4061-a6fd-f994fef55bc1] succeeded in 0.002217506989836693s: None +2025-09-08 14:45:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57941778-9602-4306-b9a3-2f502c956cae] received +2025-09-08 14:45:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57941778-9602-4306-b9a3-2f502c956cae] succeeded in 0.0018334609922021627s: None +2025-09-08 14:45:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36e7e62c-3e68-40d7-8b8f-6d230921da4b] received +2025-09-08 14:45:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36e7e62c-3e68-40d7-8b8f-6d230921da4b] succeeded in 0.002381703001447022s: None +2025-09-08 14:45:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e6a9f56-e518-4ec7-9aff-a063bdb5f28f] received +2025-09-08 14:45:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e6a9f56-e518-4ec7-9aff-a063bdb5f28f] succeeded in 0.0009774850914254785s: None +2025-09-08 14:45:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22cf9f2c-c501-4c44-92ff-2d7221b37bc7] received +2025-09-08 14:45:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22cf9f2c-c501-4c44-92ff-2d7221b37bc7] succeeded in 0.002397172967903316s: None +2025-09-08 14:45:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b4a182d-8b4e-4e1b-aafa-8f2838b0364b] received +2025-09-08 14:45:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b4a182d-8b4e-4e1b-aafa-8f2838b0364b] succeeded in 0.0019088990520685911s: None +2025-09-08 14:45:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7daf5ccb-f5d6-4504-9089-89e1b5bb35b7] received +2025-09-08 14:45:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7daf5ccb-f5d6-4504-9089-89e1b5bb35b7] succeeded in 0.002409445936791599s: None +2025-09-08 14:45:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84cf2a57-882e-4fd0-9290-503f05b2a255] received +2025-09-08 14:45:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84cf2a57-882e-4fd0-9290-503f05b2a255] succeeded in 0.002713083988055587s: None +2025-09-08 14:45:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f02ef53-d8db-4278-af8a-71ae0eab48bc] received +2025-09-08 14:45:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f02ef53-d8db-4278-af8a-71ae0eab48bc] succeeded in 0.0024423119612038136s: None +2025-09-08 14:45:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e865f33-a9e6-45f2-8c27-3be297bf3326] received +2025-09-08 14:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e865f33-a9e6-45f2-8c27-3be297bf3326] succeeded in 0.0029884139075875282s: None +2025-09-08 14:45:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee4b5846-e0e0-4d5b-a40a-4e2805bf64c0] received +2025-09-08 14:45:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee4b5846-e0e0-4d5b-a40a-4e2805bf64c0] succeeded in 0.002708779997192323s: None +2025-09-08 14:45:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcd403e5-327c-42f5-9633-57961d3d373b] received +2025-09-08 14:45:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcd403e5-327c-42f5-9633-57961d3d373b] succeeded in 0.0026083820266649127s: None +2025-09-08 14:45:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b76b7ba-8d9d-4d27-8de3-42707283818e] received +2025-09-08 14:45:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b76b7ba-8d9d-4d27-8de3-42707283818e] succeeded in 0.0023779639741405845s: None +2025-09-08 14:45:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca00c14c-c5f5-4f72-a84e-6a3356b6841c] received +2025-09-08 14:45:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca00c14c-c5f5-4f72-a84e-6a3356b6841c] succeeded in 0.0027295369654893875s: None +2025-09-08 14:45:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bf16e9a-3c10-4572-a24e-6b20b31c0181] received +2025-09-08 14:45:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bf16e9a-3c10-4572-a24e-6b20b31c0181] succeeded in 0.002275265986099839s: None +2025-09-08 14:45:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4db7ad12-17c6-4133-ba0e-4e020dcb3720] received +2025-09-08 14:45:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4db7ad12-17c6-4133-ba0e-4e020dcb3720] succeeded in 0.0024184490321204066s: None +2025-09-08 14:45:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1668c30e-a44d-4a7a-9236-bb34b842a5ec] received +2025-09-08 14:45:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1668c30e-a44d-4a7a-9236-bb34b842a5ec] succeeded in 0.0022930509876459837s: None +2025-09-08 14:45:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07fdc6c5-d73a-43b2-93fc-959e779785aa] received +2025-09-08 14:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07fdc6c5-d73a-43b2-93fc-959e779785aa] succeeded in 0.0022902690107002854s: None +2025-09-08 14:45:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b58c042-f9ab-46a7-af68-278eeaada0db] received +2025-09-08 14:45:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b58c042-f9ab-46a7-af68-278eeaada0db] succeeded in 0.0021085910266265273s: None +2025-09-08 14:45:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd4ea48b-6c5c-46df-b515-2eeb612bf416] received +2025-09-08 14:45:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd4ea48b-6c5c-46df-b515-2eeb612bf416] succeeded in 0.0021951700327917933s: None +2025-09-08 14:45:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9218614c-4719-4f87-9edd-21a8d48f8f9c] received +2025-09-08 14:45:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9218614c-4719-4f87-9edd-21a8d48f8f9c] succeeded in 0.002349747926928103s: None +2025-09-08 14:45:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d83ef0b-f3c9-4f23-8bc8-ebd951f84f1e] received +2025-09-08 14:45:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d83ef0b-f3c9-4f23-8bc8-ebd951f84f1e] succeeded in 0.002723097917623818s: None +2025-09-08 14:45:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42a4a314-80e2-4d15-a0cb-174a66c04c01] received +2025-09-08 14:45:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42a4a314-80e2-4d15-a0cb-174a66c04c01] succeeded in 0.0024431480560451746s: None +2025-09-08 14:45:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da6fe5bf-f45d-4c6e-b37f-9b017d9398ef] received +2025-09-08 14:45:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da6fe5bf-f45d-4c6e-b37f-9b017d9398ef] succeeded in 0.0027970110531896353s: None +2025-09-08 14:45:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8458543-704e-4ba6-b569-7d7647785ed0] received +2025-09-08 14:45:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8458543-704e-4ba6-b569-7d7647785ed0] succeeded in 0.0026822950458154082s: None +2025-09-08 14:45:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2321887-14f0-499e-ab22-f36476911d8b] received +2025-09-08 14:45:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2321887-14f0-499e-ab22-f36476911d8b] succeeded in 0.002333443029783666s: None +2025-09-08 14:45:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91655da3-a66a-4eff-baef-2dca9cc6d8ea] received +2025-09-08 14:45:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91655da3-a66a-4eff-baef-2dca9cc6d8ea] succeeded in 0.0026058199582621455s: None +2025-09-08 14:45:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91a183ba-7357-4d2b-b4b8-95b433bcacd9] received +2025-09-08 14:45:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91a183ba-7357-4d2b-b4b8-95b433bcacd9] succeeded in 0.002581003005616367s: None +2025-09-08 14:45:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:45:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:45:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[778d37f7-791d-4c83-8f35-9ab9eba2523e] received +2025-09-08 14:45:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[778d37f7-791d-4c83-8f35-9ab9eba2523e] succeeded in 0.0031271870248019695s: None +2025-09-08 14:45:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13ed2a11-1ca7-45cd-a0a3-9acea66fb0d0] received +2025-09-08 14:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13ed2a11-1ca7-45cd-a0a3-9acea66fb0d0] succeeded in 0.0019899129401892424s: None +2025-09-08 14:46:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfc471b6-1cf0-44ab-9e02-a1ee9280bfa1] received +2025-09-08 14:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfc471b6-1cf0-44ab-9e02-a1ee9280bfa1] succeeded in 0.0021801040275022388s: None +2025-09-08 14:46:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e49cb740-5398-473f-b6c7-874aa53e700d] received +2025-09-08 14:46:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e49cb740-5398-473f-b6c7-874aa53e700d] succeeded in 0.002542720059864223s: None +2025-09-08 14:46:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[856d8005-0b03-4e24-b41d-b5cf64a661ba] received +2025-09-08 14:46:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[856d8005-0b03-4e24-b41d-b5cf64a661ba] succeeded in 0.00252252200152725s: None +2025-09-08 14:46:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53ff1a3a-d8b9-42c6-aab1-8c39d8c5ebcd] received +2025-09-08 14:46:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53ff1a3a-d8b9-42c6-aab1-8c39d8c5ebcd] succeeded in 0.002963303937576711s: None +2025-09-08 14:46:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3fc11da-765b-49e5-aa8c-8b74d6afd258] received +2025-09-08 14:46:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3fc11da-765b-49e5-aa8c-8b74d6afd258] succeeded in 0.002324206056073308s: None +2025-09-08 14:46:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4e72263-9a29-4aaf-9b93-acbb42098ad9] received +2025-09-08 14:46:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4e72263-9a29-4aaf-9b93-acbb42098ad9] succeeded in 0.002387488028034568s: None +2025-09-08 14:46:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b0ec822-6f7c-4de3-af47-35b1652031eb] received +2025-09-08 14:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b0ec822-6f7c-4de3-af47-35b1652031eb] succeeded in 0.0023363149957731366s: None +2025-09-08 14:46:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[babcfbbd-d84b-4996-8f5a-c683ab759b48] received +2025-09-08 14:46:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[babcfbbd-d84b-4996-8f5a-c683ab759b48] succeeded in 0.002378941047936678s: None +2025-09-08 14:46:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35d39d5b-d4db-4f78-975c-b1940814d083] received +2025-09-08 14:46:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35d39d5b-d4db-4f78-975c-b1940814d083] succeeded in 0.0026277279248461127s: None +2025-09-08 14:46:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67edbb31-157c-406b-864b-3da8fac2a70a] received +2025-09-08 14:46:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67edbb31-157c-406b-864b-3da8fac2a70a] succeeded in 0.002931813010945916s: None +2025-09-08 14:46:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea80473-92b0-493c-8a74-de1b3221716b] received +2025-09-08 14:46:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea80473-92b0-493c-8a74-de1b3221716b] succeeded in 0.002547117997892201s: None +2025-09-08 14:46:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ab6879f-a455-4b5c-a571-b8a644a9e255] received +2025-09-08 14:46:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ab6879f-a455-4b5c-a571-b8a644a9e255] succeeded in 0.002423219964839518s: None +2025-09-08 14:46:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0337066-a151-4aaf-851e-a7e73708758c] received +2025-09-08 14:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0337066-a151-4aaf-851e-a7e73708758c] succeeded in 0.0020886079873889685s: None +2025-09-08 14:46:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be861f62-1796-417b-a6ce-39227146cafb] received +2025-09-08 14:46:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be861f62-1796-417b-a6ce-39227146cafb] succeeded in 0.002824472961947322s: None +2025-09-08 14:46:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02a52032-e0de-47d1-8d94-aaba745cb74f] received +2025-09-08 14:46:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02a52032-e0de-47d1-8d94-aaba745cb74f] succeeded in 0.0024788270238786936s: None +2025-09-08 14:46:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[963b7177-5987-4fcd-a01e-54b5b3e42abb] received +2025-09-08 14:46:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[963b7177-5987-4fcd-a01e-54b5b3e42abb] succeeded in 0.0024622040800750256s: None +2025-09-08 14:46:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f74bd94-45eb-4f75-b776-abdaa47e3bb9] received +2025-09-08 14:46:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f74bd94-45eb-4f75-b776-abdaa47e3bb9] succeeded in 0.007417406886816025s: None +2025-09-08 14:46:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd141868-51e6-4935-b0a0-8a84cdc8ecb3] received +2025-09-08 14:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd141868-51e6-4935-b0a0-8a84cdc8ecb3] succeeded in 0.0021512630628421903s: None +2025-09-08 14:46:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0ee45dd-a0b7-4876-b3c1-fedf8dda38d7] received +2025-09-08 14:46:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0ee45dd-a0b7-4876-b3c1-fedf8dda38d7] succeeded in 0.002645172062329948s: None +2025-09-08 14:46:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59c56a6e-885c-475e-ae15-deaeb2982490] received +2025-09-08 14:46:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59c56a6e-885c-475e-ae15-deaeb2982490] succeeded in 0.0010695250239223242s: None +2025-09-08 14:46:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef4ebac1-9175-4133-9248-9fc4b25a10be] received +2025-09-08 14:46:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef4ebac1-9175-4133-9248-9fc4b25a10be] succeeded in 0.0028718640096485615s: None +2025-09-08 14:46:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2774d7b1-1d21-4d96-bd0e-cff078b1a64b] received +2025-09-08 14:46:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2774d7b1-1d21-4d96-bd0e-cff078b1a64b] succeeded in 0.0024443420115858316s: None +2025-09-08 14:46:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abdc06f2-4313-4541-9397-05b49be8a37a] received +2025-09-08 14:46:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abdc06f2-4313-4541-9397-05b49be8a37a] succeeded in 0.0022717760875821114s: None +2025-09-08 14:46:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 14:46:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f5aed05-18d1-4b61-897f-5ac66603af6c] received +2025-09-08 14:46:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f5aed05-18d1-4b61-897f-5ac66603af6c] succeeded in 0.0030129640363156796s: None +2025-09-08 14:46:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d793207-b0b6-4299-802e-2ad3c254e3ac] received +2025-09-08 14:46:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d793207-b0b6-4299-802e-2ad3c254e3ac] succeeded in 0.0023842999944463372s: None +2025-09-08 14:46:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25631082-5e25-4fda-b362-28d19166fbdd] received +2025-09-08 14:46:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25631082-5e25-4fda-b362-28d19166fbdd] succeeded in 0.0020879529183730483s: None +2025-09-08 14:46:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ec56f73-baa2-4abc-8342-e824ccff3544] received +2025-09-08 14:46:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ec56f73-baa2-4abc-8342-e824ccff3544] succeeded in 0.0032529979944229126s: None +2025-09-08 14:46:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65520cc3-6728-44f4-85d4-8ecbf2afd421] received +2025-09-08 14:46:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65520cc3-6728-44f4-85d4-8ecbf2afd421] succeeded in 0.002875383011996746s: None +2025-09-08 14:46:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[725bd3e7-18cc-4ef7-b2b2-07469ad7b6e6] received +2025-09-08 14:46:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[725bd3e7-18cc-4ef7-b2b2-07469ad7b6e6] succeeded in 0.0024723249953240156s: None +2025-09-08 14:46:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:46:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:46:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82df4d20-b0a5-45e6-bb21-dcebb71a9508] received +2025-09-08 14:46:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82df4d20-b0a5-45e6-bb21-dcebb71a9508] succeeded in 0.0016698739491403103s: None +2025-09-08 14:46:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6830beba-99f6-4770-92df-b44f3829229a] received +2025-09-08 14:47:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6830beba-99f6-4770-92df-b44f3829229a] succeeded in 0.002392768976278603s: None +2025-09-08 14:47:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b080129-de70-42a9-85a0-47ede174921e] received +2025-09-08 14:47:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b080129-de70-42a9-85a0-47ede174921e] succeeded in 0.0032717189751565456s: None +2025-09-08 14:47:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[867d2540-472f-4371-abb7-1ab51f41b8a7] received +2025-09-08 14:47:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[867d2540-472f-4371-abb7-1ab51f41b8a7] succeeded in 0.0029097850201651454s: None +2025-09-08 14:47:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[781e4b3c-e2da-4871-ae9c-24569eae7830] received +2025-09-08 14:47:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[781e4b3c-e2da-4871-ae9c-24569eae7830] succeeded in 0.0026914309710264206s: None +2025-09-08 14:47:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b04c43e-b002-4421-80b0-3f0a147b9f5d] received +2025-09-08 14:47:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b04c43e-b002-4421-80b0-3f0a147b9f5d] succeeded in 0.00216383405495435s: None +2025-09-08 14:47:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae831332-90e3-4c7a-b959-667b4c33f6a1] received +2025-09-08 14:47:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae831332-90e3-4c7a-b959-667b4c33f6a1] succeeded in 0.0022988120326772332s: None +2025-09-08 14:47:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8b27558-050e-40fb-926e-4f60fbd577a9] received +2025-09-08 14:47:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8b27558-050e-40fb-926e-4f60fbd577a9] succeeded in 0.002272237907163799s: None +2025-09-08 14:47:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6e47721-c052-4d8e-8dd9-f6d8adb14ab7] received +2025-09-08 14:47:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6e47721-c052-4d8e-8dd9-f6d8adb14ab7] succeeded in 0.0022602819371968508s: None +2025-09-08 14:47:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5fca9a8-2033-4aec-b33f-d79e1a852557] received +2025-09-08 14:47:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5fca9a8-2033-4aec-b33f-d79e1a852557] succeeded in 0.0024203179636970162s: None +2025-09-08 14:47:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca2617ae-1df2-4077-a665-5db0ab64826a] received +2025-09-08 14:47:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca2617ae-1df2-4077-a665-5db0ab64826a] succeeded in 0.002381875994615257s: None +2025-09-08 14:47:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e75e9ef4-b449-44b6-8fa3-99c384715c09] received +2025-09-08 14:47:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e75e9ef4-b449-44b6-8fa3-99c384715c09] succeeded in 0.002087984001263976s: None +2025-09-08 14:47:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67a20fc7-ee7c-40eb-ad0c-cece8513b401] received +2025-09-08 14:47:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67a20fc7-ee7c-40eb-ad0c-cece8513b401] succeeded in 0.0025290580233559012s: None +2025-09-08 14:47:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74fa8a35-f619-4372-91fe-be5f340a5082] received +2025-09-08 14:47:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74fa8a35-f619-4372-91fe-be5f340a5082] succeeded in 0.0029129080940037966s: None +2025-09-08 14:47:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1ce70e-9a2f-4ce3-b6d0-c0c51678bd59] received +2025-09-08 14:47:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1ce70e-9a2f-4ce3-b6d0-c0c51678bd59] succeeded in 0.002219437970779836s: None +2025-09-08 14:47:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaea09a0-b5fe-44be-84f1-a150b5ef82c8] received +2025-09-08 14:47:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaea09a0-b5fe-44be-84f1-a150b5ef82c8] succeeded in 0.002720411983318627s: None +2025-09-08 14:47:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b91e063-3de5-48fd-a0a4-a4e93e16936d] received +2025-09-08 14:47:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b91e063-3de5-48fd-a0a4-a4e93e16936d] succeeded in 0.0019510230049490929s: None +2025-09-08 14:47:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3a141ef-611b-4e0e-b386-cfdcb22d656e] received +2025-09-08 14:47:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3a141ef-611b-4e0e-b386-cfdcb22d656e] succeeded in 0.0025956850731745362s: None +2025-09-08 14:47:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7f5d03e-500d-4b08-b582-8cd1f6ccc13f] received +2025-09-08 14:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7f5d03e-500d-4b08-b582-8cd1f6ccc13f] succeeded in 0.002343556028790772s: None +2025-09-08 14:47:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44b1d288-8d94-45f3-95cf-cf040eda5318] received +2025-09-08 14:47:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44b1d288-8d94-45f3-95cf-cf040eda5318] succeeded in 0.002042706008069217s: None +2025-09-08 14:47:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea4d7ec5-3e3c-4e95-85de-f2040dc69bb2] received +2025-09-08 14:47:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea4d7ec5-3e3c-4e95-85de-f2040dc69bb2] succeeded in 0.0013614760246127844s: None +2025-09-08 14:47:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[837d6ef0-4c1e-4912-8402-90ba1f0b508f] received +2025-09-08 14:47:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[837d6ef0-4c1e-4912-8402-90ba1f0b508f] succeeded in 0.0026336449664086103s: None +2025-09-08 14:47:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:47:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2516d85c-cbed-4639-a3ce-bc58ccc094f8] received +2025-09-08 14:47:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2516d85c-cbed-4639-a3ce-bc58ccc094f8] succeeded in 0.0022922679781913757s: None +2025-09-08 14:47:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:47:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:47:47 [INFO] Celery[DW-STDERR]: Storing track 'The Lotto' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:47:47 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Lotto' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:47:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:47:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d642cc2-8179-4aa8-bec2-379d06cdeeb8] received +2025-09-08 14:47:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d642cc2-8179-4aa8-bec2-379d06cdeeb8] succeeded in 0.002511771977879107s: None +2025-09-08 14:47:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:48:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:48:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8997fb34-ca36-4619-bd71-2ec95f66e9b7] received +2025-09-08 14:48:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8997fb34-ca36-4619-bd71-2ec95f66e9b7] succeeded in 0.002255361992865801s: None +2025-09-08 14:48:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[172bccd7-0cfa-4811-b80b-ece250b1dd6e] received +2025-09-08 14:48:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[172bccd7-0cfa-4811-b80b-ece250b1dd6e] succeeded in 0.0022883329074829817s: None +2025-09-08 14:48:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[101d343b-47b2-4e81-b3a4-a7e2c28da881] received +2025-09-08 14:48:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[101d343b-47b2-4e81-b3a4-a7e2c28da881] succeeded in 0.002579806954599917s: None +2025-09-08 14:48:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f943ac9e-2407-47d0-9f52-762a618441c0] received +2025-09-08 14:48:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f943ac9e-2407-47d0-9f52-762a618441c0] succeeded in 0.0027490269858390093s: None +2025-09-08 14:48:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de79f485-1c7c-4aac-9b33-b7631305dc37] received +2025-09-08 14:48:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de79f485-1c7c-4aac-9b33-b7631305dc37] succeeded in 0.0025879029417410493s: None +2025-09-08 14:48:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92a86efa-995f-4678-9d2c-fedc4055b68a] received +2025-09-08 14:48:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92a86efa-995f-4678-9d2c-fedc4055b68a] succeeded in 0.002606887952424586s: None +2025-09-08 14:48:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f723a5d-aafa-48d4-b7c5-9a83f35a7400] received +2025-09-08 14:48:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f723a5d-aafa-48d4-b7c5-9a83f35a7400] succeeded in 0.0024967240169644356s: None +2025-09-08 14:48:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bace9428-1a07-4a07-b3a4-14791c436d81] received +2025-09-08 14:48:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bace9428-1a07-4a07-b3a4-14791c436d81] succeeded in 0.0029692320385947824s: None +2025-09-08 14:48:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a305dc93-4f64-483b-a468-1d1c65216ae8] received +2025-09-08 14:48:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a305dc93-4f64-483b-a468-1d1c65216ae8] succeeded in 0.0029407269321382046s: None +2025-09-08 14:48:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2579e5c4-2b05-4e43-a71d-9aa670f2f707] received +2025-09-08 14:48:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2579e5c4-2b05-4e43-a71d-9aa670f2f707] succeeded in 0.002574340905994177s: None +2025-09-08 14:48:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce947d72-2d45-40a8-87f2-ef00c388be6a] received +2025-09-08 14:48:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce947d72-2d45-40a8-87f2-ef00c388be6a] succeeded in 0.0028085469966754317s: None +2025-09-08 14:48:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bbc6611-948f-4486-90f2-6788444739c3] received +2025-09-08 14:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bbc6611-948f-4486-90f2-6788444739c3] succeeded in 0.0025138920173048973s: None +2025-09-08 14:48:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe6fad0e-d784-4743-8602-8cc79de80a42] received +2025-09-08 14:48:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe6fad0e-d784-4743-8602-8cc79de80a42] succeeded in 0.0028168719727545977s: None +2025-09-08 14:48:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3e53ee4-abde-4acb-a2ad-4caf7c6a098b] received +2025-09-08 14:48:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3e53ee4-abde-4acb-a2ad-4caf7c6a098b] succeeded in 0.002572252997197211s: None +2025-09-08 14:48:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6b09868-c122-47cb-b402-dbb82342b3b7] received +2025-09-08 14:48:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6b09868-c122-47cb-b402-dbb82342b3b7] succeeded in 0.0026080450043082237s: None +2025-09-08 14:48:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c55c2f0c-0ef9-421c-b392-aceeb3cac65b] received +2025-09-08 14:48:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c55c2f0c-0ef9-421c-b392-aceeb3cac65b] succeeded in 0.0024101240560412407s: None +2025-09-08 14:48:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e4a82f6-6868-4020-a34d-6098676e65e4] received +2025-09-08 14:48:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e4a82f6-6868-4020-a34d-6098676e65e4] succeeded in 0.001582463039085269s: None +2025-09-08 14:48:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce435791-9e2c-4c9d-a084-209ea1a36fd2] received +2025-09-08 14:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce435791-9e2c-4c9d-a084-209ea1a36fd2] succeeded in 0.002719079959206283s: None +2025-09-08 14:48:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a762c1-6bec-4e95-892a-8fa34bcb9868] received +2025-09-08 14:48:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a762c1-6bec-4e95-892a-8fa34bcb9868] succeeded in 0.002652760944329202s: None +2025-09-08 14:48:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c8d8f5b-bc8e-43cb-b6ba-1cd38531f021] received +2025-09-08 14:48:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c8d8f5b-bc8e-43cb-b6ba-1cd38531f021] succeeded in 0.0014561780262738466s: None +2025-09-08 14:48:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35330e3d-a361-466d-9db8-cf21bf8d4a00] received +2025-09-08 14:48:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35330e3d-a361-466d-9db8-cf21bf8d4a00] succeeded in 0.002649008994922042s: None +2025-09-08 14:48:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfe669d3-3c78-4c04-92a1-77c76297987b] received +2025-09-08 14:48:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfe669d3-3c78-4c04-92a1-77c76297987b] succeeded in 0.0026989709585905075s: None +2025-09-08 14:48:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1e3ae5c-1998-47f0-83a7-8c8a58da9adc] received +2025-09-08 14:48:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1e3ae5c-1998-47f0-83a7-8c8a58da9adc] succeeded in 0.0028112150030210614s: None +2025-09-08 14:48:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2e1da7a-9cc1-4beb-bd95-fb45d27ea391] received +2025-09-08 14:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2e1da7a-9cc1-4beb-bd95-fb45d27ea391] succeeded in 0.002652609022334218s: None +2025-09-08 14:48:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bccaba71-32ac-4b2b-a938-56bc86229d52] received +2025-09-08 14:48:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bccaba71-32ac-4b2b-a938-56bc86229d52] succeeded in 0.0025541899958625436s: None +2025-09-08 14:48:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03353437-c436-423e-bbd9-53a16e23b82d] received +2025-09-08 14:48:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03353437-c436-423e-bbd9-53a16e23b82d] succeeded in 0.0025017920415848494s: None +2025-09-08 14:48:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1daf46-5e10-42bd-ad36-ed172fc4e2b2] received +2025-09-08 14:48:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1daf46-5e10-42bd-ad36-ed172fc4e2b2] succeeded in 0.00274671392980963s: None +2025-09-08 14:48:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:48:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:48:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd2336cb-d817-490a-8132-86b8ca0b8df4] received +2025-09-08 14:48:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd2336cb-d817-490a-8132-86b8ca0b8df4] succeeded in 0.00268742092885077s: None +2025-09-08 14:48:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c97d996f-9fa4-4394-b3f0-46759ac9ee12] received +2025-09-08 14:49:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c97d996f-9fa4-4394-b3f0-46759ac9ee12] succeeded in 0.0025691180489957333s: None +2025-09-08 14:49:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75814250-5233-4c6d-af61-aa483a9efc4d] received +2025-09-08 14:49:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75814250-5233-4c6d-af61-aa483a9efc4d] succeeded in 0.0028046899242326617s: None +2025-09-08 14:49:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f6f2b9c-7ddd-40cc-bc20-18adc609c9cd] received +2025-09-08 14:49:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f6f2b9c-7ddd-40cc-bc20-18adc609c9cd] succeeded in 0.0024029359919950366s: None +2025-09-08 14:49:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f324b146-3c1a-4291-9d6c-bbb4e21da155] received +2025-09-08 14:49:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f324b146-3c1a-4291-9d6c-bbb4e21da155] succeeded in 0.002742581069469452s: None +2025-09-08 14:49:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b3dd244-af31-461b-b180-562adf3e47cb] received +2025-09-08 14:49:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b3dd244-af31-461b-b180-562adf3e47cb] succeeded in 0.0025393100222572684s: None +2025-09-08 14:49:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dc89c76-6f21-43d2-b7f9-7b40b5200ef0] received +2025-09-08 14:49:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dc89c76-6f21-43d2-b7f9-7b40b5200ef0] succeeded in 0.0019617730285972357s: None +2025-09-08 14:49:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2a64b0e-8fc4-4d1b-8097-7aebbb980b60] received +2025-09-08 14:49:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2a64b0e-8fc4-4d1b-8097-7aebbb980b60] succeeded in 0.002473565051332116s: None +2025-09-08 14:49:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd1fc77-11cb-4937-933d-3fddc007945f] received +2025-09-08 14:49:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd1fc77-11cb-4937-933d-3fddc007945f] succeeded in 0.0028549900744110346s: None +2025-09-08 14:49:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fc320af-279b-4210-adee-b31d788d57c1] received +2025-09-08 14:49:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fc320af-279b-4210-adee-b31d788d57c1] succeeded in 0.002774253021925688s: None +2025-09-08 14:49:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fd7a84b-224b-4da3-8678-a94714352d44] received +2025-09-08 14:49:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fd7a84b-224b-4da3-8678-a94714352d44] succeeded in 0.0020339750917628407s: None +2025-09-08 14:49:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d1041ee-f997-40bf-b997-e49071728af8] received +2025-09-08 14:49:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d1041ee-f997-40bf-b997-e49071728af8] succeeded in 0.0025092930300161242s: None +2025-09-08 14:49:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64e7ff93-d62b-49b2-964a-2d6b4efea143] received +2025-09-08 14:49:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64e7ff93-d62b-49b2-964a-2d6b4efea143] succeeded in 0.002510424004867673s: None +2025-09-08 14:49:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f4941e1-2d7d-4dfc-810b-baa9f3da2aaa] received +2025-09-08 14:49:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f4941e1-2d7d-4dfc-810b-baa9f3da2aaa] succeeded in 0.002899997984059155s: None +2025-09-08 14:49:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fafe6d88-564d-4b84-99f4-b0f4944ff953] received +2025-09-08 14:49:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fafe6d88-564d-4b84-99f4-b0f4944ff953] succeeded in 0.002123703947290778s: None +2025-09-08 14:49:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a80068e-2790-4c4d-bd9f-5326736f9805] received +2025-09-08 14:49:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a80068e-2790-4c4d-bd9f-5326736f9805] succeeded in 0.002225192030891776s: None +2025-09-08 14:49:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f3d2a0b-9a39-420d-b3af-90b91ca5301a] received +2025-09-08 14:49:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f3d2a0b-9a39-420d-b3af-90b91ca5301a] succeeded in 0.002689854009076953s: None +2025-09-08 14:49:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6348121-8cdd-4378-b3a4-168f92ed7b3a] received +2025-09-08 14:49:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6348121-8cdd-4378-b3a4-168f92ed7b3a] succeeded in 0.002247700933367014s: None +2025-09-08 14:49:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1cc7d66-6536-460b-8371-6d78f29cafd7] received +2025-09-08 14:49:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1cc7d66-6536-460b-8371-6d78f29cafd7] succeeded in 0.0021645809756591916s: None +2025-09-08 14:49:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47484d68-88f2-4898-9f09-7c10a02606ab] received +2025-09-08 14:49:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47484d68-88f2-4898-9f09-7c10a02606ab] succeeded in 0.002428719075396657s: None +2025-09-08 14:49:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cec56aca-e98e-44b3-be16-ea8ddd5e1906] received +2025-09-08 14:49:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cec56aca-e98e-44b3-be16-ea8ddd5e1906] succeeded in 0.0023259110748767853s: None +2025-09-08 14:49:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d38cc943-a3e4-4134-94ce-b910f4ca5a5a] received +2025-09-08 14:49:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d38cc943-a3e4-4134-94ce-b910f4ca5a5a] succeeded in 0.002236168016679585s: None +2025-09-08 14:49:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44d0c92f-754f-4992-83cb-979d29ecf852] received +2025-09-08 14:49:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44d0c92f-754f-4992-83cb-979d29ecf852] succeeded in 0.002244993927888572s: None +2025-09-08 14:49:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eee14f79-7727-491f-84b6-c8df78c36133] received +2025-09-08 14:49:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eee14f79-7727-491f-84b6-c8df78c36133] succeeded in 0.0023365889210253954s: None +2025-09-08 14:49:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[436330ad-ee1e-470a-a327-db12fa5455c4] received +2025-09-08 14:49:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[436330ad-ee1e-470a-a327-db12fa5455c4] succeeded in 0.002406130894087255s: None +2025-09-08 14:49:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba5ebfc-824f-4187-b8d4-8399a4129621] received +2025-09-08 14:49:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba5ebfc-824f-4187-b8d4-8399a4129621] succeeded in 0.0022273570066317916s: None +2025-09-08 14:49:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[068e4771-bd46-4e12-84b2-c21466bbc040] received +2025-09-08 14:49:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[068e4771-bd46-4e12-84b2-c21466bbc040] succeeded in 0.0029974040808156133s: None +2025-09-08 14:49:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05902f10-3799-4519-828a-abd0d8411fb5] received +2025-09-08 14:49:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05902f10-3799-4519-828a-abd0d8411fb5] succeeded in 0.002730180975049734s: None +2025-09-08 14:49:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d287bd64-00f6-45a7-82c9-00ebb7bc5e42] received +2025-09-08 14:49:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d287bd64-00f6-45a7-82c9-00ebb7bc5e42] succeeded in 0.0026578670367598534s: None +2025-09-08 14:49:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[535b3bf1-85f1-4d8a-95f8-5f70fc8249a5] received +2025-09-08 14:49:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[535b3bf1-85f1-4d8a-95f8-5f70fc8249a5] succeeded in 0.0023227230412885547s: None +2025-09-08 14:49:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d211669a-81c8-4526-841e-5a43fda96902] received +2025-09-08 14:49:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d211669a-81c8-4526-841e-5a43fda96902] succeeded in 0.002488433034159243s: None +2025-09-08 14:49:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81386063-43ff-499c-bb5c-08cfea8450cc] received +2025-09-08 14:49:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81386063-43ff-499c-bb5c-08cfea8450cc] succeeded in 0.0025560540379956365s: None +2025-09-08 14:49:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebc7956c-949b-48fd-941d-cca891e2655b] received +2025-09-08 14:49:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebc7956c-949b-48fd-941d-cca891e2655b] succeeded in 0.002722020959481597s: None +2025-09-08 14:49:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ace19110-aa6e-4f4c-b60a-60bb1ce78c88] received +2025-09-08 14:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ace19110-aa6e-4f4c-b60a-60bb1ce78c88] succeeded in 0.0025199329247698188s: None +2025-09-08 14:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[850c36a0-2289-4cb6-8330-137bf4cb47bc] received +2025-09-08 14:49:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[850c36a0-2289-4cb6-8330-137bf4cb47bc] succeeded in 0.002299449988640845s: None +2025-09-08 14:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6d591ee-fce6-42f0-bdc1-761a768c11c4] received +2025-09-08 14:49:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6d591ee-fce6-42f0-bdc1-761a768c11c4] succeeded in 0.002651505987159908s: None +2025-09-08 14:49:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:49:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:49:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42333177-fc7b-4aec-b4eb-6f4aeeb7d21b] received +2025-09-08 14:49:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42333177-fc7b-4aec-b4eb-6f4aeeb7d21b] succeeded in 0.006832353072240949s: None +2025-09-08 14:49:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5d91399-2037-498f-98d0-f5e2dbe30adc] received +2025-09-08 14:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5d91399-2037-498f-98d0-f5e2dbe30adc] succeeded in 0.0027352370088919997s: None +2025-09-08 14:50:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f205a64-a70e-478a-8c61-464e5beb0a20] received +2025-09-08 14:50:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f205a64-a70e-478a-8c61-464e5beb0a20] succeeded in 0.002230987069196999s: None +2025-09-08 14:50:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebc6b579-2357-4230-95f8-b6999ec0de63] received +2025-09-08 14:50:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebc6b579-2357-4230-95f8-b6999ec0de63] succeeded in 0.0026482760440558195s: None +2025-09-08 14:50:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e1f73d7-523e-415b-8781-36c1fe37d33b] received +2025-09-08 14:50:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e1f73d7-523e-415b-8781-36c1fe37d33b] succeeded in 0.0023927500005811453s: None +2025-09-08 14:50:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[663d11d4-b07f-4752-bd76-2dc9ca823840] received +2025-09-08 14:50:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[663d11d4-b07f-4752-bd76-2dc9ca823840] succeeded in 0.002433274989016354s: None +2025-09-08 14:50:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4db6c44-0286-4668-ba75-84b1ab6f74be] received +2025-09-08 14:50:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4db6c44-0286-4668-ba75-84b1ab6f74be] succeeded in 0.002291106036864221s: None +2025-09-08 14:50:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e931aa98-961a-4cbd-9e13-e3b827aeb3ee] received +2025-09-08 14:50:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e931aa98-961a-4cbd-9e13-e3b827aeb3ee] succeeded in 0.0030885080341249704s: None +2025-09-08 14:50:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ffdbd28-310f-4a02-a4e2-e6061b077191] received +2025-09-08 14:50:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ffdbd28-310f-4a02-a4e2-e6061b077191] succeeded in 0.002606110996566713s: None +2025-09-08 14:50:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07295308-b18f-425f-90d9-c7b9c3fa06bd] received +2025-09-08 14:50:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07295308-b18f-425f-90d9-c7b9c3fa06bd] succeeded in 0.002279332955367863s: None +2025-09-08 14:50:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2019654-c00f-4189-89cf-859e36b396d1] received +2025-09-08 14:50:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2019654-c00f-4189-89cf-859e36b396d1] succeeded in 0.002588875009678304s: None +2025-09-08 14:50:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24afc0c9-7689-47e4-8f93-4ad202407b06] received +2025-09-08 14:50:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24afc0c9-7689-47e4-8f93-4ad202407b06] succeeded in 0.0034943410428240895s: None +2025-09-08 14:50:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b57705d0-0bcf-4dc6-8047-b7cd6de9c126] received +2025-09-08 14:50:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b57705d0-0bcf-4dc6-8047-b7cd6de9c126] succeeded in 0.002651760936714709s: None +2025-09-08 14:50:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3256a32f-56c5-4732-83bb-3e43be0ce262] received +2025-09-08 14:50:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3256a32f-56c5-4732-83bb-3e43be0ce262] succeeded in 0.0028586890548467636s: None +2025-09-08 14:50:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63282ba3-835c-4966-b2a5-62be36420c1f] received +2025-09-08 14:50:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63282ba3-835c-4966-b2a5-62be36420c1f] succeeded in 0.0029194930102676153s: None +2025-09-08 14:50:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f43af6cf-3b9c-45b8-bc0e-691a70b38170] received +2025-09-08 14:50:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f43af6cf-3b9c-45b8-bc0e-691a70b38170] succeeded in 0.0027789040468633175s: None +2025-09-08 14:50:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e8f4145-20e4-4ea7-b09e-c0783ed82eaf] received +2025-09-08 14:50:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e8f4145-20e4-4ea7-b09e-c0783ed82eaf] succeeded in 0.0026398920454084873s: None +2025-09-08 14:50:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d6e5a62-e082-4845-acf4-91edab959dc1] received +2025-09-08 14:50:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d6e5a62-e082-4845-acf4-91edab959dc1] succeeded in 0.0029112319462001324s: None +2025-09-08 14:50:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[699698d1-3696-4579-a13a-dc3b9320c2a9] received +2025-09-08 14:50:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[699698d1-3696-4579-a13a-dc3b9320c2a9] succeeded in 0.002857450977899134s: None +2025-09-08 14:50:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3b7768c-ab81-4765-aaed-8b88958ec09d] received +2025-09-08 14:50:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3b7768c-ab81-4765-aaed-8b88958ec09d] succeeded in 0.002316431957297027s: None +2025-09-08 14:50:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b691b291-7119-4052-aa3f-8ee26de2d4ce] received +2025-09-08 14:50:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b691b291-7119-4052-aa3f-8ee26de2d4ce] succeeded in 0.0024328220169991255s: None +2025-09-08 14:50:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[505e8c7b-6b4f-42ca-a48d-4aa7300eea9e] received +2025-09-08 14:50:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[505e8c7b-6b4f-42ca-a48d-4aa7300eea9e] succeeded in 0.0027068749768659472s: None +2025-09-08 14:50:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9caf6cb-7ec4-4fde-8ead-fa58e67d922c] received +2025-09-08 14:50:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9caf6cb-7ec4-4fde-8ead-fa58e67d922c] succeeded in 0.0029047129210084677s: None +2025-09-08 14:50:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[178c5da3-d8e8-41fe-a345-bb174af4bf54] received +2025-09-08 14:50:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[178c5da3-d8e8-41fe-a345-bb174af4bf54] succeeded in 0.0027826399309560657s: None +2025-09-08 14:50:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd743489-78f1-4915-8560-5ed1785e8938] received +2025-09-08 14:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd743489-78f1-4915-8560-5ed1785e8938] succeeded in 0.002644703956320882s: None +2025-09-08 14:50:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[552390fe-ba1b-41a1-97c6-191b3c614dff] received +2025-09-08 14:50:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[552390fe-ba1b-41a1-97c6-191b3c614dff] succeeded in 0.0023788739927113056s: None +2025-09-08 14:50:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce696193-3224-4576-b619-fae87bfeee19] received +2025-09-08 14:50:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce696193-3224-4576-b619-fae87bfeee19] succeeded in 0.00163360801525414s: None +2025-09-08 14:50:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfbffed3-4f4d-4a6a-8651-8c67027cdb20] received +2025-09-08 14:50:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfbffed3-4f4d-4a6a-8651-8c67027cdb20] succeeded in 0.002602649969048798s: None +2025-09-08 14:50:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3db611f-5348-475c-aca6-f75fa07bae81] received +2025-09-08 14:50:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3db611f-5348-475c-aca6-f75fa07bae81] succeeded in 0.0023062829859554768s: None +2025-09-08 14:50:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18fb79d7-90b1-437e-9901-15ddf0dde041] received +2025-09-08 14:50:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18fb79d7-90b1-437e-9901-15ddf0dde041] succeeded in 0.0022762150038033724s: None +2025-09-08 14:50:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82683e0a-22fe-4ef6-bcc3-2a20ed703428] received +2025-09-08 14:50:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82683e0a-22fe-4ef6-bcc3-2a20ed703428] succeeded in 0.001116138999350369s: None +2025-09-08 14:50:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67803cbe-c075-4011-b1e7-28da4655973d] received +2025-09-08 14:50:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67803cbe-c075-4011-b1e7-28da4655973d] succeeded in 0.002426711027510464s: None +2025-09-08 14:50:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c776cb4-7b73-4d2f-8085-9fafad668dcc] received +2025-09-08 14:50:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c776cb4-7b73-4d2f-8085-9fafad668dcc] succeeded in 0.0025328570045530796s: None +2025-09-08 14:50:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b7e33ac-d77b-45b3-aaa0-e98ed51c3e2e] received +2025-09-08 14:50:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b7e33ac-d77b-45b3-aaa0-e98ed51c3e2e] succeeded in 0.001909805927425623s: None +2025-09-08 14:50:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1170b98-bde3-4ea6-873c-b1779684db1a] received +2025-09-08 14:50:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1170b98-bde3-4ea6-873c-b1779684db1a] succeeded in 0.002601973945274949s: None +2025-09-08 14:50:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9aa73573-ebf2-473c-a81c-36991be53ffc] received +2025-09-08 14:50:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9aa73573-ebf2-473c-a81c-36991be53ffc] succeeded in 0.002739773946814239s: None +2025-09-08 14:50:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:50:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:50:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[088db46c-351a-403e-b01e-809eab828180] received +2025-09-08 14:50:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[088db46c-351a-403e-b01e-809eab828180] succeeded in 0.0025782689917832613s: None +2025-09-08 14:50:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:51:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:51:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9255c80e-d7f8-4eca-b7f7-33cddc87a823] received +2025-09-08 14:51:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9255c80e-d7f8-4eca-b7f7-33cddc87a823] succeeded in 0.0022597179049625993s: None +2025-09-08 14:51:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:51:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:51:06 [INFO] Celery[DW-STDERR]: Storing track 'I Won't' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:51:06 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Won't' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:51:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:51:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5a87340-b93f-4039-a7e9-8491eb2cde17] received +2025-09-08 14:51:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5a87340-b93f-4039-a7e9-8491eb2cde17] succeeded in 0.0021790339378640056s: None +2025-09-08 14:51:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Storing track 'I'm Ready' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Successfully stored track 'I'm Ready' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:51:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd55613-ce9e-45fe-9e9b-2e50f7cd676f] received +2025-09-08 14:51:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd55613-ce9e-45fe-9e9b-2e50f7cd676f] succeeded in 0.0018750129966065288s: None +2025-09-08 14:51:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:51:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb039f5f-f786-4f4d-874b-a0fea8f83773] received +2025-09-08 14:51:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb039f5f-f786-4f4d-874b-a0fea8f83773] succeeded in 0.0017931259935721755s: None +2025-09-08 14:51:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:51:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:51:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46414aec-c099-474f-9829-6f2e4e9bfe84] received +2025-09-08 14:51:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46414aec-c099-474f-9829-6f2e4e9bfe84] succeeded in 0.002101948019117117s: None +2025-09-08 14:51:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99a5832b-f935-47e3-96af-dceff78d08dd] received +2025-09-08 14:52:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99a5832b-f935-47e3-96af-dceff78d08dd] succeeded in 0.0027839610120281577s: None +2025-09-08 14:52:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a816d21-8484-4633-a813-aa001bdd8948] received +2025-09-08 14:52:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a816d21-8484-4633-a813-aa001bdd8948] succeeded in 0.0025826760102063417s: None +2025-09-08 14:52:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71d6e45f-4e02-4767-b241-24e253b692d4] received +2025-09-08 14:52:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71d6e45f-4e02-4767-b241-24e253b692d4] succeeded in 0.002863965928554535s: None +2025-09-08 14:52:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[031fc49e-f973-4fb9-a101-d872c4e01789] received +2025-09-08 14:52:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[031fc49e-f973-4fb9-a101-d872c4e01789] succeeded in 0.002252207021228969s: None +2025-09-08 14:52:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e8cbf8f-3d9b-4353-a495-2909c5353f3a] received +2025-09-08 14:52:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e8cbf8f-3d9b-4353-a495-2909c5353f3a] succeeded in 0.002411609049886465s: None +2025-09-08 14:52:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80209605-92bf-4940-a5c8-7285916300f9] received +2025-09-08 14:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80209605-92bf-4940-a5c8-7285916300f9] succeeded in 0.002454867004416883s: None +2025-09-08 14:52:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cd4f57a-0b47-4ded-80bc-bfa40aa89bfe] received +2025-09-08 14:52:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cd4f57a-0b47-4ded-80bc-bfa40aa89bfe] succeeded in 0.001993819954805076s: None +2025-09-08 14:52:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9aae204-6789-422b-9a90-d644a0f9cfa8] received +2025-09-08 14:52:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9aae204-6789-422b-9a90-d644a0f9cfa8] succeeded in 0.0027968320064246655s: None +2025-09-08 14:52:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da898ce-5aef-4e04-9606-37ad0881763a] received +2025-09-08 14:52:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1da898ce-5aef-4e04-9606-37ad0881763a] succeeded in 0.0029668769566342235s: None +2025-09-08 14:52:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e500a9b2-edb9-4616-bea4-b9cbcb731fd3] received +2025-09-08 14:52:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e500a9b2-edb9-4616-bea4-b9cbcb731fd3] succeeded in 0.002376873977482319s: None +2025-09-08 14:52:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6bef9db-7698-437a-9d9d-7ec1b397addd] received +2025-09-08 14:52:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6bef9db-7698-437a-9d9d-7ec1b397addd] succeeded in 0.002662808052264154s: None +2025-09-08 14:52:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0e0965b-aa9d-408f-a662-f7f678704378] received +2025-09-08 14:52:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0e0965b-aa9d-408f-a662-f7f678704378] succeeded in 0.0028340390417724848s: None +2025-09-08 14:52:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c6792a9-89f9-4f42-a2e3-d1a0d298f194] received +2025-09-08 14:52:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c6792a9-89f9-4f42-a2e3-d1a0d298f194] succeeded in 0.0026890700682997704s: None +2025-09-08 14:52:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1936afe1-08cc-4306-aa03-35abf1d5451d] received +2025-09-08 14:52:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1936afe1-08cc-4306-aa03-35abf1d5451d] succeeded in 0.0026305889477953315s: None +2025-09-08 14:52:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ae245c4-72f9-4181-81cd-ab16895b32d8] received +2025-09-08 14:52:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ae245c4-72f9-4181-81cd-ab16895b32d8] succeeded in 0.0023091849870979786s: None +2025-09-08 14:52:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cab1793b-49f2-47de-9ea9-6d87f1cad8e3] received +2025-09-08 14:52:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cab1793b-49f2-47de-9ea9-6d87f1cad8e3] succeeded in 0.002801125985570252s: None +2025-09-08 14:52:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e220eea3-d061-492c-942a-1dc65453bb8b] received +2025-09-08 14:52:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e220eea3-d061-492c-942a-1dc65453bb8b] succeeded in 0.002480295952409506s: None +2025-09-08 14:52:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3272908b-dfd4-4de0-a82e-cc829b055f09] received +2025-09-08 14:52:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3272908b-dfd4-4de0-a82e-cc829b055f09] succeeded in 0.002818131004460156s: None +2025-09-08 14:52:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4c082ae-951c-465c-bdb3-339da593e4cd] received +2025-09-08 14:52:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4c082ae-951c-465c-bdb3-339da593e4cd] succeeded in 0.002637121011503041s: None +2025-09-08 14:52:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3c39078-d4ed-4303-a9ff-322d4b9ec00a] received +2025-09-08 14:52:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3c39078-d4ed-4303-a9ff-322d4b9ec00a] succeeded in 0.0026022240053862333s: None +2025-09-08 14:52:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23320857-1ef3-48c3-a9bd-6fa5f3bddb2d] received +2025-09-08 14:52:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23320857-1ef3-48c3-a9bd-6fa5f3bddb2d] succeeded in 0.002752638072706759s: None +2025-09-08 14:52:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[062e7795-08c4-4787-9fa0-0aed1f610194] received +2025-09-08 14:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[062e7795-08c4-4787-9fa0-0aed1f610194] succeeded in 0.0024528229841962457s: None +2025-09-08 14:52:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba2435a6-03cf-4419-8b3b-6e2f267f893f] received +2025-09-08 14:52:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba2435a6-03cf-4419-8b3b-6e2f267f893f] succeeded in 0.0025430170353502035s: None +2025-09-08 14:52:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbfebcdb-ff49-42ab-a294-5bacd8348eca] received +2025-09-08 14:52:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbfebcdb-ff49-42ab-a294-5bacd8348eca] succeeded in 0.002356876968406141s: None +2025-09-08 14:52:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2acd37ca-8bde-4367-ab0d-2b72d43b6f1f] received +2025-09-08 14:52:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2acd37ca-8bde-4367-ab0d-2b72d43b6f1f] succeeded in 0.0023989059263840318s: None +2025-09-08 14:52:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81a20c83-1644-44b3-9f94-5d5fbfaadc73] received +2025-09-08 14:52:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81a20c83-1644-44b3-9f94-5d5fbfaadc73] succeeded in 0.0027538739377632737s: None +2025-09-08 14:52:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:52:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:52:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20f6b620-2baf-46cb-a74b-0df0589bca4b] received +2025-09-08 14:52:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20f6b620-2baf-46cb-a74b-0df0589bca4b] succeeded in 0.0025731910718604922s: None +2025-09-08 14:52:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5f0dc45-6da1-423d-944c-a92a251d4bd0] received +2025-09-08 14:53:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5f0dc45-6da1-423d-944c-a92a251d4bd0] succeeded in 0.002870196010917425s: None +2025-09-08 14:53:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f727b2d-6499-40c3-ae58-22e0e19388e7] received +2025-09-08 14:53:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f727b2d-6499-40c3-ae58-22e0e19388e7] succeeded in 0.00247649394441396s: None +2025-09-08 14:53:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92ce270a-1078-4bb5-821d-8e752644af32] received +2025-09-08 14:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92ce270a-1078-4bb5-821d-8e752644af32] succeeded in 0.0025663679698482156s: None +2025-09-08 14:53:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc3c22b5-bd55-4d80-b32a-6cbdbd854e9b] received +2025-09-08 14:53:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc3c22b5-bd55-4d80-b32a-6cbdbd854e9b] succeeded in 0.002613730961456895s: None +2025-09-08 14:53:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[939ea69e-a8b2-4be6-990a-936e97fd0d7f] received +2025-09-08 14:53:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[939ea69e-a8b2-4be6-990a-936e97fd0d7f] succeeded in 0.0022951660212129354s: None +2025-09-08 14:53:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dd92bf3-24b7-4a29-80bc-9c2cdd991ef7] received +2025-09-08 14:53:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dd92bf3-24b7-4a29-80bc-9c2cdd991ef7] succeeded in 0.0025797559646889567s: None +2025-09-08 14:53:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbb3fd52-0174-47df-8305-a8279fede5d2] received +2025-09-08 14:53:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbb3fd52-0174-47df-8305-a8279fede5d2] succeeded in 0.0015935770934447646s: None +2025-09-08 14:53:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d56472f-98f0-4335-8974-ac411bbd82ae] received +2025-09-08 14:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d56472f-98f0-4335-8974-ac411bbd82ae] succeeded in 0.0025817350251600146s: None +2025-09-08 14:53:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5823e41c-7ce8-4f47-98a3-1309bb95ac1d] received +2025-09-08 14:53:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5823e41c-7ce8-4f47-98a3-1309bb95ac1d] succeeded in 0.002438367926515639s: None +2025-09-08 14:53:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b81ad878-3f04-41de-975d-28b940e3318e] received +2025-09-08 14:53:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b81ad878-3f04-41de-975d-28b940e3318e] succeeded in 0.0023269050288945436s: None +2025-09-08 14:53:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c6032b7-d186-4d16-9ddb-d86efc3e3d27] received +2025-09-08 14:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c6032b7-d186-4d16-9ddb-d86efc3e3d27] succeeded in 0.002543641021475196s: None +2025-09-08 14:53:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd0a2ed4-e7e4-49c1-b719-95c5e95553e0] received +2025-09-08 14:53:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd0a2ed4-e7e4-49c1-b719-95c5e95553e0] succeeded in 0.0022572230082005262s: None +2025-09-08 14:53:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46b4955f-ab57-4516-ba72-daae22093a0d] received +2025-09-08 14:53:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46b4955f-ab57-4516-ba72-daae22093a0d] succeeded in 0.0021203610813245177s: None +2025-09-08 14:53:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bc35f09-5ba5-4f38-93a6-49343717171d] received +2025-09-08 14:53:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bc35f09-5ba5-4f38-93a6-49343717171d] succeeded in 0.002234327024780214s: None +2025-09-08 14:53:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddc12bf4-ccda-43bc-8774-39f9ac00b4ff] received +2025-09-08 14:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddc12bf4-ccda-43bc-8774-39f9ac00b4ff] succeeded in 0.0023069760063663125s: None +2025-09-08 14:53:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2020109-d002-498f-aba9-ec7c780f19a7] received +2025-09-08 14:53:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2020109-d002-498f-aba9-ec7c780f19a7] succeeded in 0.0026047779247164726s: None +2025-09-08 14:53:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0340b627-8d33-4460-ac42-9d6d6d6a7887] received +2025-09-08 14:53:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0340b627-8d33-4460-ac42-9d6d6d6a7887] succeeded in 0.002984003978781402s: None +2025-09-08 14:53:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2330306-5278-411d-a34c-2e0f91795317] received +2025-09-08 14:53:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2330306-5278-411d-a34c-2e0f91795317] succeeded in 0.0026958739617839456s: None +2025-09-08 14:53:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c59beba-3895-4a8d-a78c-7a2c541c2b6d] received +2025-09-08 14:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c59beba-3895-4a8d-a78c-7a2c541c2b6d] succeeded in 0.00209809304215014s: None +2025-09-08 14:53:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62cf8864-79a5-4f4b-926e-4ce3036011cb] received +2025-09-08 14:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62cf8864-79a5-4f4b-926e-4ce3036011cb] succeeded in 0.002709371969103813s: None +2025-09-08 14:53:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f04d882-db74-4d8e-8f2d-cd4718d710c6] received +2025-09-08 14:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f04d882-db74-4d8e-8f2d-cd4718d710c6] succeeded in 0.0025975460885092616s: None +2025-09-08 14:53:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bb2280a-ca89-47b4-a6bb-99cc66853a37] received +2025-09-08 14:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bb2280a-ca89-47b4-a6bb-99cc66853a37] succeeded in 0.0023785539669916034s: None +2025-09-08 14:53:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9884e8f4-0c4b-40d5-b9d5-76396e5c3f5c] received +2025-09-08 14:53:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9884e8f4-0c4b-40d5-b9d5-76396e5c3f5c] succeeded in 0.0027301579248160124s: None +2025-09-08 14:53:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f2c2d82-a3fd-4b2d-b185-2313ff87d614] received +2025-09-08 14:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f2c2d82-a3fd-4b2d-b185-2313ff87d614] succeeded in 0.002430924098007381s: None +2025-09-08 14:53:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a49b715-3d01-49e4-9b76-db6775289b02] received +2025-09-08 14:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a49b715-3d01-49e4-9b76-db6775289b02] succeeded in 0.0024864720180630684s: None +2025-09-08 14:53:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4cebe6d-536e-4d0b-bd82-d5d2578e2dad] received +2025-09-08 14:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4cebe6d-536e-4d0b-bd82-d5d2578e2dad] succeeded in 0.0023999980185180902s: None +2025-09-08 14:53:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaa7480d-3803-4828-9ce3-51813fdfa1f5] received +2025-09-08 14:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaa7480d-3803-4828-9ce3-51813fdfa1f5] succeeded in 0.002860506996512413s: None +2025-09-08 14:53:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:53:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47a17ab3-59be-4598-bd48-42dd85e5dad2] received +2025-09-08 14:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47a17ab3-59be-4598-bd48-42dd85e5dad2] succeeded in 0.0025438880547881126s: None +2025-09-08 14:54:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f97877b1-cfdf-4c0d-867b-1c2ec0719d4f] received +2025-09-08 14:54:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f97877b1-cfdf-4c0d-867b-1c2ec0719d4f] succeeded in 0.002157987910322845s: None +2025-09-08 14:54:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b12ef015-bc88-4fd4-a320-4de8260777b9] received +2025-09-08 14:54:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b12ef015-bc88-4fd4-a320-4de8260777b9] succeeded in 0.0023409989662468433s: None +2025-09-08 14:54:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[309f7a2e-ae19-4d4a-92c7-31e746099c81] received +2025-09-08 14:54:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[309f7a2e-ae19-4d4a-92c7-31e746099c81] succeeded in 0.003279272001236677s: None +2025-09-08 14:54:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b3ca384-e110-4e4e-bace-504f9fd8205f] received +2025-09-08 14:54:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b3ca384-e110-4e4e-bace-504f9fd8205f] succeeded in 0.006532880011945963s: None +2025-09-08 14:54:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dd796f1-38a8-4d43-ab2b-0393b3fc12d4] received +2025-09-08 14:54:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dd796f1-38a8-4d43-ab2b-0393b3fc12d4] succeeded in 0.0028270280454307795s: None +2025-09-08 14:54:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10c26f7a-313c-42c6-9413-a295bca9ff40] received +2025-09-08 14:54:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10c26f7a-313c-42c6-9413-a295bca9ff40] succeeded in 0.0028475100407376885s: None +2025-09-08 14:54:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30f1e704-09f3-4f1d-b8e3-ff41e65acf03] received +2025-09-08 14:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30f1e704-09f3-4f1d-b8e3-ff41e65acf03] succeeded in 0.0028743119910359383s: None +2025-09-08 14:54:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[746afdbe-049c-43ae-9cdf-de835b081428] received +2025-09-08 14:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[746afdbe-049c-43ae-9cdf-de835b081428] succeeded in 0.0023250830126926303s: None +2025-09-08 14:54:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab86dcca-44db-4166-933c-f968712281b8] received +2025-09-08 14:54:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab86dcca-44db-4166-933c-f968712281b8] succeeded in 0.0024672989966347814s: None +2025-09-08 14:54:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3edd07d0-110f-46a0-8859-d6ae14975f41] received +2025-09-08 14:54:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3edd07d0-110f-46a0-8859-d6ae14975f41] succeeded in 0.0023696189746260643s: None +2025-09-08 14:54:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18b46a4a-b2f9-4d94-b4a0-3a114d6ed3d0] received +2025-09-08 14:54:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18b46a4a-b2f9-4d94-b4a0-3a114d6ed3d0] succeeded in 0.0020979070104658604s: None +2025-09-08 14:54:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9cb9e8f-2d0a-4ae9-9d3e-89441ac2f5c8] received +2025-09-08 14:54:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9cb9e8f-2d0a-4ae9-9d3e-89441ac2f5c8] succeeded in 0.0025894419522956014s: None +2025-09-08 14:54:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5479e4d-78fe-459c-bcc5-3fdefbe4149a] received +2025-09-08 14:54:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5479e4d-78fe-459c-bcc5-3fdefbe4149a] succeeded in 0.00196075695566833s: None +2025-09-08 14:54:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0cf83869-3e2a-46e6-9c54-47be8c2ccbb0] received +2025-09-08 14:54:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0cf83869-3e2a-46e6-9c54-47be8c2ccbb0] succeeded in 0.002276148064993322s: None +2025-09-08 14:54:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ff1bc23-d449-4420-8e31-a3008af33f3c] received +2025-09-08 14:54:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ff1bc23-d449-4420-8e31-a3008af33f3c] succeeded in 0.0021902440348640084s: None +2025-09-08 14:54:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69f096c3-f249-41a8-8e68-6b4a4b35d110] received +2025-09-08 14:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69f096c3-f249-41a8-8e68-6b4a4b35d110] succeeded in 0.0023183950688689947s: None +2025-09-08 14:54:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc2da218-41ef-4a97-a912-0d5bdd6e923f] received +2025-09-08 14:54:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc2da218-41ef-4a97-a912-0d5bdd6e923f] succeeded in 0.002218180918134749s: None +2025-09-08 14:54:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45f6fd38-2719-493f-925c-d101bad9936a] received +2025-09-08 14:54:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45f6fd38-2719-493f-925c-d101bad9936a] succeeded in 0.0010926049435511231s: None +2025-09-08 14:54:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db0f947c-49e3-4b45-be6e-24eefbb6d49f] received +2025-09-08 14:54:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db0f947c-49e3-4b45-be6e-24eefbb6d49f] succeeded in 0.0010905589442700148s: None +2025-09-08 14:54:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e425c8fe-f658-40e4-9a45-9cceb27e7c7d] received +2025-09-08 14:54:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e425c8fe-f658-40e4-9a45-9cceb27e7c7d] succeeded in 0.0025737519608810544s: None +2025-09-08 14:54:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[577c7853-bb11-4ccf-af7a-50d6feefb507] received +2025-09-08 14:54:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[577c7853-bb11-4ccf-af7a-50d6feefb507] succeeded in 0.002441246062517166s: None +2025-09-08 14:54:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d8b29c2-cdcf-46e9-b25f-3b4812671c78] received +2025-09-08 14:54:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d8b29c2-cdcf-46e9-b25f-3b4812671c78] succeeded in 0.0022355099208652973s: None +2025-09-08 14:54:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dbe8379-b34d-4b7a-9dbc-2f79061a1a33] received +2025-09-08 14:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dbe8379-b34d-4b7a-9dbc-2f79061a1a33] succeeded in 0.0024485019966959953s: None +2025-09-08 14:54:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81235140-8054-4e2b-a6e7-d466f6b1793a] received +2025-09-08 14:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81235140-8054-4e2b-a6e7-d466f6b1793a] succeeded in 0.0026895670453086495s: None +2025-09-08 14:54:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68f83833-bc8a-4ef1-bc91-3c1a3f67c0c0] received +2025-09-08 14:54:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68f83833-bc8a-4ef1-bc91-3c1a3f67c0c0] succeeded in 0.002604856970719993s: None +2025-09-08 14:54:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f7ba637-2bdb-45c0-b420-afe4ee020e67] received +2025-09-08 14:54:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f7ba637-2bdb-45c0-b420-afe4ee020e67] succeeded in 0.0020997179672122s: None +2025-09-08 14:54:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:54:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:54:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[213d0e50-52de-45ba-9e1e-8045eb4debef] received +2025-09-08 14:54:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[213d0e50-52de-45ba-9e1e-8045eb4debef] succeeded in 0.0024121280293911695s: None +2025-09-08 14:54:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8a50c2b-d62a-4557-bb49-dafbbed11bd9] received +2025-09-08 14:55:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8a50c2b-d62a-4557-bb49-dafbbed11bd9] succeeded in 0.002488342928700149s: None +2025-09-08 14:55:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5ffd4e4-0055-4e19-ae17-38d9d8cb3f55] received +2025-09-08 14:55:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5ffd4e4-0055-4e19-ae17-38d9d8cb3f55] succeeded in 0.0028616830240935087s: None +2025-09-08 14:55:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2ea3238-75bc-47aa-aa09-a68716245675] received +2025-09-08 14:55:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2ea3238-75bc-47aa-aa09-a68716245675] succeeded in 0.0023359060287475586s: None +2025-09-08 14:55:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69826a01-ae00-4e04-aaa7-4ebc0918880d] received +2025-09-08 14:55:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69826a01-ae00-4e04-aaa7-4ebc0918880d] succeeded in 0.00241972494404763s: None +2025-09-08 14:55:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5827b3d0-b3c3-410b-a33d-fad244d6c902] received +2025-09-08 14:55:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5827b3d0-b3c3-410b-a33d-fad244d6c902] succeeded in 0.0035271230153739452s: None +2025-09-08 14:55:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e389334-fd5c-4372-af13-69189944213e] received +2025-09-08 14:55:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e389334-fd5c-4372-af13-69189944213e] succeeded in 0.0026319579919800162s: None +2025-09-08 14:55:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[664d55b8-ff1e-4bf8-a138-cd0650e1de12] received +2025-09-08 14:55:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[664d55b8-ff1e-4bf8-a138-cd0650e1de12] succeeded in 0.0027851680060848594s: None +2025-09-08 14:55:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f05d0e00-d47a-4ff1-8df8-bb6bd54e72e6] received +2025-09-08 14:55:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f05d0e00-d47a-4ff1-8df8-bb6bd54e72e6] succeeded in 0.0026476139901205897s: None +2025-09-08 14:55:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f5ec43c-4bf1-487e-b778-0e52c39b5a7f] received +2025-09-08 14:55:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f5ec43c-4bf1-487e-b778-0e52c39b5a7f] succeeded in 0.002739607007242739s: None +2025-09-08 14:55:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a73ea15-90bd-45ef-8a76-4d702a7c5861] received +2025-09-08 14:55:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a73ea15-90bd-45ef-8a76-4d702a7c5861] succeeded in 0.0021932459203526378s: None +2025-09-08 14:55:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3219f2d1-4f93-44e8-a2ec-2fd5cc68e240] received +2025-09-08 14:55:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3219f2d1-4f93-44e8-a2ec-2fd5cc68e240] succeeded in 0.0010868610115721822s: None +2025-09-08 14:55:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da3428ae-2816-440d-8346-4ad060ae843e] received +2025-09-08 14:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da3428ae-2816-440d-8346-4ad060ae843e] succeeded in 0.002654678071849048s: None +2025-09-08 14:55:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c475282-5634-44d7-b456-b2ce7bdbc663] received +2025-09-08 14:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c475282-5634-44d7-b456-b2ce7bdbc663] succeeded in 0.0027226870879530907s: None +2025-09-08 14:55:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[365a5dbe-0783-43fa-8c2b-c6534badaff1] received +2025-09-08 14:55:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[365a5dbe-0783-43fa-8c2b-c6534badaff1] succeeded in 0.002800873015075922s: None +2025-09-08 14:55:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90b720e7-6970-4966-983d-608049ed5381] received +2025-09-08 14:55:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90b720e7-6970-4966-983d-608049ed5381] succeeded in 0.002862647990696132s: None +2025-09-08 14:55:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e33e4592-0355-4458-8f7f-e40e33137c9e] received +2025-09-08 14:55:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e33e4592-0355-4458-8f7f-e40e33137c9e] succeeded in 0.0024176870938390493s: None +2025-09-08 14:55:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:55:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd92538-f412-45f0-a70d-fb91aa956d7f] received +2025-09-08 14:55:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd92538-f412-45f0-a70d-fb91aa956d7f] succeeded in 0.0027165720239281654s: None +2025-09-08 14:55:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:55:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:55:42 [INFO] Celery[DW-STDERR]: Storing track 'Ordinaryish People - feat. Blue Man Group' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:55:42 [INFO] Celery[DW-STDERR]: Successfully stored track 'Ordinaryish People - feat. Blue Man Group' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:55:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 14:55:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[048db648-548a-4d9c-a32c-8de3a780600c] received +2025-09-08 14:55:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[048db648-548a-4d9c-a32c-8de3a780600c] succeeded in 0.0021640079794451594s: None +2025-09-08 14:55:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:56:48 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 14:56:50 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Storing track 'Wow, I'm Not Crazy' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'Wow, I'm Not Crazy' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 14:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92201504-6de5-4141-b630-4c233383d02e] received +2025-09-08 14:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92201504-6de5-4141-b630-4c233383d02e] succeeded in 0.001990978023968637s: None +2025-09-08 14:56:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 14:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adda201a-63e9-4e0a-b795-b1a1fbec1dae] received +2025-09-08 14:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adda201a-63e9-4e0a-b795-b1a1fbec1dae] succeeded in 0.0011686990037560463s: None +2025-09-08 14:56:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:56:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90d2e07f-4d2e-4aaf-9909-0e695f847d38] received +2025-09-08 14:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90d2e07f-4d2e-4aaf-9909-0e695f847d38] succeeded in 0.001610563020221889s: None +2025-09-08 14:56:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:56:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[170db3ba-e114-4688-b90e-a07f36da76ae] received +2025-09-08 14:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[170db3ba-e114-4688-b90e-a07f36da76ae] succeeded in 0.0024650730192661285s: None +2025-09-08 14:56:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a951e640-e432-4f75-b0fe-15bc23f7b672] received +2025-09-08 14:57:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a951e640-e432-4f75-b0fe-15bc23f7b672] succeeded in 0.0028045939980074763s: None +2025-09-08 14:57:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[421edd2b-5932-4035-ae99-b1cd57a08f7b] received +2025-09-08 14:57:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[421edd2b-5932-4035-ae99-b1cd57a08f7b] succeeded in 0.002702192054130137s: None +2025-09-08 14:57:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe330b31-298a-4d66-a8af-647af250ff2c] received +2025-09-08 14:57:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe330b31-298a-4d66-a8af-647af250ff2c] succeeded in 0.0024194109719246626s: None +2025-09-08 14:57:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce2b8884-a93d-458c-a202-1bf27c9c6d44] received +2025-09-08 14:57:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce2b8884-a93d-458c-a202-1bf27c9c6d44] succeeded in 0.0025508690159767866s: None +2025-09-08 14:57:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fc18e40-7777-47c1-ae61-013b77ad8b40] received +2025-09-08 14:57:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fc18e40-7777-47c1-ae61-013b77ad8b40] succeeded in 0.0028885049978271127s: None +2025-09-08 14:57:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[090cb0d5-369e-4b56-be80-83f70f6763bd] received +2025-09-08 14:57:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[090cb0d5-369e-4b56-be80-83f70f6763bd] succeeded in 0.002743024961091578s: None +2025-09-08 14:57:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e223a3b6-da30-4d9e-908e-7e6b9dfb9df4] received +2025-09-08 14:57:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e223a3b6-da30-4d9e-908e-7e6b9dfb9df4] succeeded in 0.002849087934009731s: None +2025-09-08 14:57:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1144c119-ac9d-4636-b823-8cc445b84927] received +2025-09-08 14:57:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1144c119-ac9d-4636-b823-8cc445b84927] succeeded in 0.0024449420161545277s: None +2025-09-08 14:57:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b93d0ea-269a-4196-a496-bb599d099404] received +2025-09-08 14:57:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b93d0ea-269a-4196-a496-bb599d099404] succeeded in 0.0024934089742600918s: None +2025-09-08 14:57:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42b2a11a-d056-423e-aa42-22e36c5cc0f2] received +2025-09-08 14:57:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42b2a11a-d056-423e-aa42-22e36c5cc0f2] succeeded in 0.002675830968655646s: None +2025-09-08 14:57:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67fb2c91-8046-475a-b17a-9bc2f0658ed5] received +2025-09-08 14:57:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67fb2c91-8046-475a-b17a-9bc2f0658ed5] succeeded in 0.0025254960637539625s: None +2025-09-08 14:57:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48bf2083-6acf-4be5-84eb-7aa0e7664f4b] received +2025-09-08 14:57:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48bf2083-6acf-4be5-84eb-7aa0e7664f4b] succeeded in 0.0024438659893348813s: None +2025-09-08 14:57:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3c0f7a7-9cb5-4090-b2e1-7ec5f34af4f2] received +2025-09-08 14:57:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3c0f7a7-9cb5-4090-b2e1-7ec5f34af4f2] succeeded in 0.002643064013682306s: None +2025-09-08 14:57:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dffb90de-3cc1-4d84-b75c-2e630dfde505] received +2025-09-08 14:57:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dffb90de-3cc1-4d84-b75c-2e630dfde505] succeeded in 0.0026044140104204416s: None +2025-09-08 14:57:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3cfcfbb0-ccfa-432e-81d6-a1f236c80ff3] received +2025-09-08 14:57:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3cfcfbb0-ccfa-432e-81d6-a1f236c80ff3] succeeded in 0.005882558994926512s: None +2025-09-08 14:57:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2dd79fc-6ff0-4cb2-a43e-4605ff8291db] received +2025-09-08 14:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2dd79fc-6ff0-4cb2-a43e-4605ff8291db] succeeded in 0.0026323539204895496s: None +2025-09-08 14:57:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aab8c4c-1348-4a6f-848c-318817d4c074] received +2025-09-08 14:57:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aab8c4c-1348-4a6f-848c-318817d4c074] succeeded in 0.0028334049275144935s: None +2025-09-08 14:57:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed96ed88-2f86-4f94-8eaf-ac318c99c0ff] received +2025-09-08 14:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed96ed88-2f86-4f94-8eaf-ac318c99c0ff] succeeded in 0.0025070690317079425s: None +2025-09-08 14:57:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e17bc528-5af5-4bf7-aeaa-4f67dba4a2de] received +2025-09-08 14:57:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e17bc528-5af5-4bf7-aeaa-4f67dba4a2de] succeeded in 0.002895791083574295s: None +2025-09-08 14:57:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9e4c492-5f8c-4789-aabe-7defbd519fbd] received +2025-09-08 14:57:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9e4c492-5f8c-4789-aabe-7defbd519fbd] succeeded in 0.002760354080237448s: None +2025-09-08 14:57:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:57:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:57:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29fdaacd-b31f-4bc7-8e9d-7da26d2fb69e] received +2025-09-08 14:57:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29fdaacd-b31f-4bc7-8e9d-7da26d2fb69e] succeeded in 0.002642664941959083s: None +2025-09-08 14:57:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e98263c7-8ad2-4370-a2b3-1ed128339967] received +2025-09-08 14:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e98263c7-8ad2-4370-a2b3-1ed128339967] succeeded in 0.0029196430696174502s: None +2025-09-08 14:58:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60abde4-eace-4315-8bd9-6470ceadc4ca] received +2025-09-08 14:58:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60abde4-eace-4315-8bd9-6470ceadc4ca] succeeded in 0.00289393390994519s: None +2025-09-08 14:58:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f905a04c-1340-4340-9978-a5b112925f13] received +2025-09-08 14:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f905a04c-1340-4340-9978-a5b112925f13] succeeded in 0.0027390799950808287s: None +2025-09-08 14:58:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b14a94f1-6328-43ec-b36a-711f63a9e2c0] received +2025-09-08 14:58:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b14a94f1-6328-43ec-b36a-711f63a9e2c0] succeeded in 0.002543353009968996s: None +2025-09-08 14:58:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d780a568-5eb5-414c-b4a9-e6694232ad83] received +2025-09-08 14:58:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d780a568-5eb5-414c-b4a9-e6694232ad83] succeeded in 0.0024733749451115727s: None +2025-09-08 14:58:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0c483b4-7162-4963-a403-09ebabb8664e] received +2025-09-08 14:58:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0c483b4-7162-4963-a403-09ebabb8664e] succeeded in 0.002229306031949818s: None +2025-09-08 14:58:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71ff6fb6-4e86-481e-bff9-2a9831cb8edd] received +2025-09-08 14:58:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71ff6fb6-4e86-481e-bff9-2a9831cb8edd] succeeded in 0.0029828440165147185s: None +2025-09-08 14:58:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a34d528e-6782-4146-af70-e181fcd90e2e] received +2025-09-08 14:58:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a34d528e-6782-4146-af70-e181fcd90e2e] succeeded in 0.002679395955055952s: None +2025-09-08 14:58:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bb3f93c-5a72-49b3-ae37-9d805c469b54] received +2025-09-08 14:58:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bb3f93c-5a72-49b3-ae37-9d805c469b54] succeeded in 0.002592268050648272s: None +2025-09-08 14:58:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7610eb85-e552-475d-841d-9cadbfdceda2] received +2025-09-08 14:58:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7610eb85-e552-475d-841d-9cadbfdceda2] succeeded in 0.0024442230351269245s: None +2025-09-08 14:58:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cc78abc-397e-4e44-9c07-c396cce5bf71] received +2025-09-08 14:58:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cc78abc-397e-4e44-9c07-c396cce5bf71] succeeded in 0.002631905023008585s: None +2025-09-08 14:58:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77528514-c203-4c9d-b28b-4711f5643b62] received +2025-09-08 14:58:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77528514-c203-4c9d-b28b-4711f5643b62] succeeded in 0.0024611559929326177s: None +2025-09-08 14:58:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4a2f2c1-e9d6-452a-9018-33f47f7c6d02] received +2025-09-08 14:58:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4a2f2c1-e9d6-452a-9018-33f47f7c6d02] succeeded in 0.0024047179613262415s: None +2025-09-08 14:58:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86339a06-c192-4f63-99e3-9462093a54af] received +2025-09-08 14:58:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86339a06-c192-4f63-99e3-9462093a54af] succeeded in 0.002802541945129633s: None +2025-09-08 14:58:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7cbcc95-38f5-4933-a042-f048c50b6f3b] received +2025-09-08 14:58:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7cbcc95-38f5-4933-a042-f048c50b6f3b] succeeded in 0.0021913720993325114s: None +2025-09-08 14:58:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b86e35c8-2ce0-4600-8832-e9fe2ec8b65a] received +2025-09-08 14:58:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b86e35c8-2ce0-4600-8832-e9fe2ec8b65a] succeeded in 0.0022942819632589817s: None +2025-09-08 14:58:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb08d29f-8c6d-415e-afbe-b5f791830212] received +2025-09-08 14:58:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb08d29f-8c6d-415e-afbe-b5f791830212] succeeded in 0.0022938279435038567s: None +2025-09-08 14:58:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dafa81d-19d8-43e6-9354-d28d5bd1ac9a] received +2025-09-08 14:58:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dafa81d-19d8-43e6-9354-d28d5bd1ac9a] succeeded in 0.0021856059320271015s: None +2025-09-08 14:58:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dadfefad-55e4-4539-b1ca-83f2a185ba39] received +2025-09-08 14:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dadfefad-55e4-4539-b1ca-83f2a185ba39] succeeded in 0.0018985769711434841s: None +2025-09-08 14:58:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[005c6196-c54b-452d-82b4-15a1e9d09629] received +2025-09-08 14:58:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[005c6196-c54b-452d-82b4-15a1e9d09629] succeeded in 0.002838353975676s: None +2025-09-08 14:58:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:58:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fce727a-9b68-4019-beee-c95074d01bfa] received +2025-09-08 14:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fce727a-9b68-4019-beee-c95074d01bfa] succeeded in 0.0025612020399421453s: None +2025-09-08 14:58:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a5a4895-5074-4a27-b816-390be53b0bde] received +2025-09-08 14:59:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a5a4895-5074-4a27-b816-390be53b0bde] succeeded in 0.002661147969774902s: None +2025-09-08 14:59:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe01201a-a10a-4aa3-b10f-e3d4141af2cb] received +2025-09-08 14:59:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe01201a-a10a-4aa3-b10f-e3d4141af2cb] succeeded in 0.002418261021375656s: None +2025-09-08 14:59:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3378f29b-bccf-4124-8751-e26459e7f178] received +2025-09-08 14:59:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3378f29b-bccf-4124-8751-e26459e7f178] succeeded in 0.002558066975325346s: None +2025-09-08 14:59:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e50e442e-c650-4802-a13c-14395b2dff7b] received +2025-09-08 14:59:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e50e442e-c650-4802-a13c-14395b2dff7b] succeeded in 0.0021709100110456347s: None +2025-09-08 14:59:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d901efc6-d9c9-434d-92e6-89273b49060f] received +2025-09-08 14:59:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d901efc6-d9c9-434d-92e6-89273b49060f] succeeded in 0.002412726986221969s: None +2025-09-08 14:59:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20138868-bfa4-4a66-996d-5bcce21e7f02] received +2025-09-08 14:59:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20138868-bfa4-4a66-996d-5bcce21e7f02] succeeded in 0.002220995957031846s: None +2025-09-08 14:59:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17b549c4-32aa-4873-9baa-f827476eb69d] received +2025-09-08 14:59:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17b549c4-32aa-4873-9baa-f827476eb69d] succeeded in 0.0024580060271546245s: None +2025-09-08 14:59:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5de427b7-543f-457c-99c4-87dc5f10ab31] received +2025-09-08 14:59:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5de427b7-543f-457c-99c4-87dc5f10ab31] succeeded in 0.0029168009059503675s: None +2025-09-08 14:59:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e3f91ce-68d2-497f-8667-1fd2c7f75d5d] received +2025-09-08 14:59:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e3f91ce-68d2-497f-8667-1fd2c7f75d5d] succeeded in 0.002664934960193932s: None +2025-09-08 14:59:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1226152a-e12e-43a6-94a8-2988cf45d0ca] received +2025-09-08 14:59:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1226152a-e12e-43a6-94a8-2988cf45d0ca] succeeded in 0.0024925980251282454s: None +2025-09-08 14:59:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fea6dace-a97b-4dc3-88b5-02d3976675f5] received +2025-09-08 14:59:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fea6dace-a97b-4dc3-88b5-02d3976675f5] succeeded in 0.0026705890195444226s: None +2025-09-08 14:59:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b05f7448-adae-4f02-8305-92842313229f] received +2025-09-08 14:59:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b05f7448-adae-4f02-8305-92842313229f] succeeded in 0.0025567339034751058s: None +2025-09-08 14:59:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd248180-3a12-4771-81f5-199f1f71f520] received +2025-09-08 14:59:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd248180-3a12-4771-81f5-199f1f71f520] succeeded in 0.0018916080007329583s: None +2025-09-08 14:59:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a71c07eb-c239-48b1-aa0a-0693aa041b44] received +2025-09-08 14:59:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a71c07eb-c239-48b1-aa0a-0693aa041b44] succeeded in 0.006938460050150752s: None +2025-09-08 14:59:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2eb3ac3-f372-4493-b6a0-d66cc1c1719d] received +2025-09-08 14:59:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2eb3ac3-f372-4493-b6a0-d66cc1c1719d] succeeded in 0.003067957004532218s: None +2025-09-08 14:59:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e34e0eec-3cde-440b-a577-0c633e05bfe9] received +2025-09-08 14:59:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e34e0eec-3cde-440b-a577-0c633e05bfe9] succeeded in 0.0026899289805442095s: None +2025-09-08 14:59:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[094dce2e-5948-444c-a75b-b9478f080ef0] received +2025-09-08 14:59:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[094dce2e-5948-444c-a75b-b9478f080ef0] succeeded in 0.0024343120167031884s: None +2025-09-08 14:59:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16dbeb02-e5b5-4e8b-8198-8af907544143] received +2025-09-08 14:59:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16dbeb02-e5b5-4e8b-8198-8af907544143] succeeded in 0.0017548289615660906s: None +2025-09-08 14:59:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51096bf5-e650-49c7-98fd-d7d8140aa188] received +2025-09-08 14:59:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51096bf5-e650-49c7-98fd-d7d8140aa188] succeeded in 0.0027786720311269164s: None +2025-09-08 14:59:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d9fa65f-27ff-42e7-8cff-4f777923658e] received +2025-09-08 14:59:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d9fa65f-27ff-42e7-8cff-4f777923658e] succeeded in 0.002660559955984354s: None +2025-09-08 14:59:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 14:59:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 14:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd800c48-17da-443a-be1e-f84a4c65b46d] received +2025-09-08 14:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd800c48-17da-443a-be1e-f84a4c65b46d] succeeded in 0.0024828669847920537s: None +2025-09-08 14:59:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6584cd90-10b2-4560-b6be-af23ec1cc8c2] received +2025-09-08 15:00:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6584cd90-10b2-4560-b6be-af23ec1cc8c2] succeeded in 0.002505397074855864s: None +2025-09-08 15:00:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41f3cdb-17f4-4e17-92ae-84dde1336b7b] received +2025-09-08 15:00:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41f3cdb-17f4-4e17-92ae-84dde1336b7b] succeeded in 0.00202517700381577s: None +2025-09-08 15:00:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3bec0e-e739-4d7f-a44d-73c340c83e99] received +2025-09-08 15:00:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3bec0e-e739-4d7f-a44d-73c340c83e99] succeeded in 0.003023094031959772s: None +2025-09-08 15:00:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea345912-08d6-4682-a786-5fde0e4054f1] received +2025-09-08 15:00:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea345912-08d6-4682-a786-5fde0e4054f1] succeeded in 0.002669336972758174s: None +2025-09-08 15:00:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[beba5519-2e12-4d44-9e4b-5abf30db1fc2] received +2025-09-08 15:00:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[beba5519-2e12-4d44-9e4b-5abf30db1fc2] succeeded in 0.0027668559923768044s: None +2025-09-08 15:00:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d587b286-60e0-4941-939b-dcc3c24dfd9a] received +2025-09-08 15:00:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d587b286-60e0-4941-939b-dcc3c24dfd9a] succeeded in 0.0023057879880070686s: None +2025-09-08 15:00:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eea82899-09ff-4f12-83d6-26f952345f98] received +2025-09-08 15:00:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eea82899-09ff-4f12-83d6-26f952345f98] succeeded in 0.0013648170279338956s: None +2025-09-08 15:00:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e009e53b-6c89-4f2b-9dfe-e95b7ea9f2e8] received +2025-09-08 15:00:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e009e53b-6c89-4f2b-9dfe-e95b7ea9f2e8] succeeded in 0.0027131970273330808s: None +2025-09-08 15:00:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5aa673c7-6e00-499f-bbe3-e7b2138564ce] received +2025-09-08 15:00:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5aa673c7-6e00-499f-bbe3-e7b2138564ce] succeeded in 0.0029856350738555193s: None +2025-09-08 15:00:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51b5dd99-a8b1-4824-86dd-781d600754cc] received +2025-09-08 15:00:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51b5dd99-a8b1-4824-86dd-781d600754cc] succeeded in 0.002892760094255209s: None +2025-09-08 15:00:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e21df655-18b5-49d5-9c23-c16caaf8f6c1] received +2025-09-08 15:00:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e21df655-18b5-49d5-9c23-c16caaf8f6c1] succeeded in 0.0024798079393804073s: None +2025-09-08 15:00:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1e21924-6d22-49ac-bc8d-0a90eef66f2e] received +2025-09-08 15:00:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1e21924-6d22-49ac-bc8d-0a90eef66f2e] succeeded in 0.002662351937033236s: None +2025-09-08 15:00:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57a7caf2-50c1-42a3-8981-c8009c1e679d] received +2025-09-08 15:00:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57a7caf2-50c1-42a3-8981-c8009c1e679d] succeeded in 0.002616623998619616s: None +2025-09-08 15:00:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9c1f40b-7e6b-4f3f-b942-54b7733e33d9] received +2025-09-08 15:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9c1f40b-7e6b-4f3f-b942-54b7733e33d9] succeeded in 0.0027338400250300765s: None +2025-09-08 15:00:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1baa343-7162-4883-bbb7-6f0ea0853942] received +2025-09-08 15:00:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1baa343-7162-4883-bbb7-6f0ea0853942] succeeded in 0.0028222440741956234s: None +2025-09-08 15:00:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbcd8ae8-7d4e-4d46-a0eb-5e220c2621cc] received +2025-09-08 15:00:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbcd8ae8-7d4e-4d46-a0eb-5e220c2621cc] succeeded in 0.002247013966552913s: None +2025-09-08 15:00:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b57556bc-37a1-4570-85c5-5390d8e6ee6c] received +2025-09-08 15:00:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b57556bc-37a1-4570-85c5-5390d8e6ee6c] succeeded in 0.0029021010268479586s: None +2025-09-08 15:00:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e3e642c-1df6-42ae-b231-a72b45cde8df] received +2025-09-08 15:00:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e3e642c-1df6-42ae-b231-a72b45cde8df] succeeded in 0.0024708309210836887s: None +2025-09-08 15:00:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f87cd1a7-3e19-4655-b037-5eda667572f8] received +2025-09-08 15:00:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f87cd1a7-3e19-4655-b037-5eda667572f8] succeeded in 0.002437910996377468s: None +2025-09-08 15:00:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49ccc66b-77c7-46e3-bff4-1d2fd9740e45] received +2025-09-08 15:00:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49ccc66b-77c7-46e3-bff4-1d2fd9740e45] succeeded in 0.0027068579802289605s: None +2025-09-08 15:00:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:00:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:00:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44656589-dfe2-4475-b9fa-4679415e0c1a] received +2025-09-08 15:00:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44656589-dfe2-4475-b9fa-4679415e0c1a] succeeded in 0.0013164349365979433s: None +2025-09-08 15:00:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8520324f-9dc8-44f6-9877-b39eab7b95e9] received +2025-09-08 15:01:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8520324f-9dc8-44f6-9877-b39eab7b95e9] succeeded in 0.0010106370318681002s: None +2025-09-08 15:01:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09895ef6-07ed-4712-b701-8db0b88d93ae] received +2025-09-08 15:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09895ef6-07ed-4712-b701-8db0b88d93ae] succeeded in 0.00244901399128139s: None +2025-09-08 15:01:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[242c9d1c-5099-48bf-b007-6a56ea24613e] received +2025-09-08 15:01:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[242c9d1c-5099-48bf-b007-6a56ea24613e] succeeded in 0.0027363779954612255s: None +2025-09-08 15:01:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[852d34c2-c619-4769-9de9-d748090e0536] received +2025-09-08 15:01:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[852d34c2-c619-4769-9de9-d748090e0536] succeeded in 0.0025384259643033147s: None +2025-09-08 15:01:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[491d8dfd-6456-4218-acbf-47c6f6338dd5] received +2025-09-08 15:01:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[491d8dfd-6456-4218-acbf-47c6f6338dd5] succeeded in 0.002106952015310526s: None +2025-09-08 15:01:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10f59474-8a29-44db-8b4e-e3332b9b2a89] received +2025-09-08 15:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10f59474-8a29-44db-8b4e-e3332b9b2a89] succeeded in 0.0022110219579190016s: None +2025-09-08 15:01:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe13859a-a075-4598-b6f4-db150b2e0830] received +2025-09-08 15:01:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe13859a-a075-4598-b6f4-db150b2e0830] succeeded in 0.0020147269824519753s: None +2025-09-08 15:01:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76ddf690-ab78-4ac9-bc79-c665d3dd2889] received +2025-09-08 15:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76ddf690-ab78-4ac9-bc79-c665d3dd2889] succeeded in 0.0022044979268684983s: None +2025-09-08 15:01:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[983490f2-f0d3-431a-a7fb-2b192eadc3f4] received +2025-09-08 15:01:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[983490f2-f0d3-431a-a7fb-2b192eadc3f4] succeeded in 0.0024187470553442836s: None +2025-09-08 15:01:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d30999e-a174-471e-b8a0-3844952981a8] received +2025-09-08 15:01:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d30999e-a174-471e-b8a0-3844952981a8] succeeded in 0.002550110104493797s: None +2025-09-08 15:01:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[461ca3f6-2067-48d4-9f9f-4b22d71de646] received +2025-09-08 15:01:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[461ca3f6-2067-48d4-9f9f-4b22d71de646] succeeded in 0.0028135930188000202s: None +2025-09-08 15:01:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6fe091b-3ff2-4258-86b2-c8c07f285286] received +2025-09-08 15:01:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6fe091b-3ff2-4258-86b2-c8c07f285286] succeeded in 0.0022389739751815796s: None +2025-09-08 15:01:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29a52bd1-415f-4fbb-9715-2769285cc3c1] received +2025-09-08 15:01:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29a52bd1-415f-4fbb-9715-2769285cc3c1] succeeded in 0.0027799030067399144s: None +2025-09-08 15:01:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:01:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0404ed-879c-4528-af44-d47406a4b9d2] received +2025-09-08 15:01:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0404ed-879c-4528-af44-d47406a4b9d2] succeeded in 0.0022022289922460914s: None +2025-09-08 15:01:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:01:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:01:48 [INFO] Celery[DW-STDERR]: Storing track 'Steve’s Going to London' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:01:48 [INFO] Celery[DW-STDERR]: Successfully stored track 'Steve’s Going to London' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:01:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:01:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5802a12-739d-46b9-9c89-003330704bd3] received +2025-09-08 15:01:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5802a12-739d-46b9-9c89-003330704bd3] succeeded in 0.002348672947846353s: None +2025-09-08 15:01:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:03:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:03:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de9176c7-949f-408a-b72c-c80154170c4e] received +2025-09-08 15:03:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de9176c7-949f-408a-b72c-c80154170c4e] succeeded in 0.0022346179466694593s: None +2025-09-08 15:03:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3734ff57-80ab-41ba-a87b-2e248a996474] received +2025-09-08 15:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3734ff57-80ab-41ba-a87b-2e248a996474] succeeded in 0.0018074200488626957s: None +2025-09-08 15:03:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[add8dc13-be60-4c24-ba16-2518b57fbcc3] received +2025-09-08 15:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[add8dc13-be60-4c24-ba16-2518b57fbcc3] succeeded in 0.002515189000405371s: None +2025-09-08 15:03:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9373a44f-67ba-4308-ae19-f949a517cd06] received +2025-09-08 15:03:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9373a44f-67ba-4308-ae19-f949a517cd06] succeeded in 0.002559922984801233s: None +2025-09-08 15:03:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7eb663eb-f9b9-4452-8c85-b729e591c48f] received +2025-09-08 15:03:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7eb663eb-f9b9-4452-8c85-b729e591c48f] succeeded in 0.0024380740942433476s: None +2025-09-08 15:03:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15ee8b0f-8773-474c-b83b-0584c35559b3] received +2025-09-08 15:03:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15ee8b0f-8773-474c-b83b-0584c35559b3] succeeded in 0.002831935998983681s: None +2025-09-08 15:03:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3413dd20-db86-4e78-a660-93d537efb559] received +2025-09-08 15:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3413dd20-db86-4e78-a660-93d537efb559] succeeded in 0.0023771420819684863s: None +2025-09-08 15:03:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01afe233-e3eb-47b6-ae4a-904679abccf6] received +2025-09-08 15:03:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01afe233-e3eb-47b6-ae4a-904679abccf6] succeeded in 0.0023473079781979322s: None +2025-09-08 15:03:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65e314a8-eb50-4453-a54f-d704c413df66] received +2025-09-08 15:03:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65e314a8-eb50-4453-a54f-d704c413df66] succeeded in 0.002905447967350483s: None +2025-09-08 15:03:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[caeb805c-e9b5-4fc0-be76-2b3cc88619ec] received +2025-09-08 15:03:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[caeb805c-e9b5-4fc0-be76-2b3cc88619ec] succeeded in 0.0027718020137399435s: None +2025-09-08 15:03:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb265473-c795-4bc6-a37c-35ac69086ed3] received +2025-09-08 15:03:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb265473-c795-4bc6-a37c-35ac69086ed3] succeeded in 0.0027125970227643847s: None +2025-09-08 15:03:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9874e808-c9ad-40f9-9eb1-48b3c45b8eae] received +2025-09-08 15:03:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9874e808-c9ad-40f9-9eb1-48b3c45b8eae] succeeded in 0.002582762041129172s: None +2025-09-08 15:03:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9752e6a7-11bc-48c6-b3bb-4eae90442955] received +2025-09-08 15:03:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9752e6a7-11bc-48c6-b3bb-4eae90442955] succeeded in 0.0028485010843724012s: None +2025-09-08 15:03:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4a0be0a-2ef8-4693-b272-f97b0198e33b] received +2025-09-08 15:03:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4a0be0a-2ef8-4693-b272-f97b0198e33b] succeeded in 0.0027477830881252885s: None +2025-09-08 15:03:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfac3948-10af-406c-b873-991937fa6e6d] received +2025-09-08 15:03:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfac3948-10af-406c-b873-991937fa6e6d] succeeded in 0.0028239809907972813s: None +2025-09-08 15:03:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d6d69fd-978e-402e-92a9-5fd6270788b4] received +2025-09-08 15:03:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d6d69fd-978e-402e-92a9-5fd6270788b4] succeeded in 0.002211078070104122s: None +2025-09-08 15:03:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78c1010c-a512-4cfe-a332-990d1096df19] received +2025-09-08 15:03:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78c1010c-a512-4cfe-a332-990d1096df19] succeeded in 0.0025512489955872297s: None +2025-09-08 15:03:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1551350c-0900-46f8-bdb9-21e65718035f] received +2025-09-08 15:03:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1551350c-0900-46f8-bdb9-21e65718035f] succeeded in 0.0025710929185152054s: None +2025-09-08 15:03:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3badd1b7-b70d-4354-84b0-cc739563b85f] received +2025-09-08 15:03:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3badd1b7-b70d-4354-84b0-cc739563b85f] succeeded in 0.0023579150438308716s: None +2025-09-08 15:03:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:03:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:03:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a162b2d9-071c-4eb0-a44a-6a1185312e5c] received +2025-09-08 15:03:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a162b2d9-071c-4eb0-a44a-6a1185312e5c] succeeded in 0.002211863058619201s: None +2025-09-08 15:03:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2156f092-e226-4df3-8d1a-e063ee68d823] received +2025-09-08 15:04:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2156f092-e226-4df3-8d1a-e063ee68d823] succeeded in 0.0023955979850143194s: None +2025-09-08 15:04:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[006551bc-e808-4a4f-8d20-57327d4056ec] received +2025-09-08 15:04:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[006551bc-e808-4a4f-8d20-57327d4056ec] succeeded in 0.0013242310378700495s: None +2025-09-08 15:04:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c18d0a8-b6b4-4008-bcdc-5e46a5803418] received +2025-09-08 15:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c18d0a8-b6b4-4008-bcdc-5e46a5803418] succeeded in 0.002463471028022468s: None +2025-09-08 15:04:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e9724cf-a1cd-4988-9ed5-aeb540ab84c9] received +2025-09-08 15:04:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e9724cf-a1cd-4988-9ed5-aeb540ab84c9] succeeded in 0.002702406025491655s: None +2025-09-08 15:04:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9899b161-ad6b-4b12-9aa9-b63a2f3f1c26] received +2025-09-08 15:04:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9899b161-ad6b-4b12-9aa9-b63a2f3f1c26] succeeded in 0.002662501996383071s: None +2025-09-08 15:04:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb1bf6cb-670e-45eb-b1d7-1f47fb48984f] received +2025-09-08 15:04:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb1bf6cb-670e-45eb-b1d7-1f47fb48984f] succeeded in 0.0023521679686382413s: None +2025-09-08 15:04:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e9ebc66-4b5e-4ead-92dd-cd2216010771] received +2025-09-08 15:04:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e9ebc66-4b5e-4ead-92dd-cd2216010771] succeeded in 0.002875259961001575s: None +2025-09-08 15:04:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4ffba99-7c3a-49b7-b3a9-251d408184a7] received +2025-09-08 15:04:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4ffba99-7c3a-49b7-b3a9-251d408184a7] succeeded in 0.0027644240763038397s: None +2025-09-08 15:04:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95bf77f7-20b6-4280-99c6-4ee00968d7a0] received +2025-09-08 15:04:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95bf77f7-20b6-4280-99c6-4ee00968d7a0] succeeded in 0.0027245620731264353s: None +2025-09-08 15:04:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb081d7d-c919-4ef7-a8d2-556d1ad9180b] received +2025-09-08 15:04:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb081d7d-c919-4ef7-a8d2-556d1ad9180b] succeeded in 0.0028945159865543246s: None +2025-09-08 15:04:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08587317-050c-42af-ae05-c8ba0e068ca5] received +2025-09-08 15:04:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08587317-050c-42af-ae05-c8ba0e068ca5] succeeded in 0.00273780501447618s: None +2025-09-08 15:04:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43c74086-2140-4ab0-bac7-12e8f4fdd449] received +2025-09-08 15:04:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43c74086-2140-4ab0-bac7-12e8f4fdd449] succeeded in 0.0027937970589846373s: None +2025-09-08 15:04:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b267663b-9dda-440d-8a0d-a30af95d1a6d] received +2025-09-08 15:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b267663b-9dda-440d-8a0d-a30af95d1a6d] succeeded in 0.002237302018329501s: None +2025-09-08 15:04:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b20aee5-c8b6-4a2b-8d28-afee951dc3da] received +2025-09-08 15:04:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b20aee5-c8b6-4a2b-8d28-afee951dc3da] succeeded in 0.002805799013003707s: None +2025-09-08 15:04:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[decfffbf-2078-47b2-b88d-cd9d1df64d3c] received +2025-09-08 15:04:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[decfffbf-2078-47b2-b88d-cd9d1df64d3c] succeeded in 0.002563726040534675s: None +2025-09-08 15:04:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8120b8a-74ae-452a-ae87-4b0ee318b64a] received +2025-09-08 15:04:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8120b8a-74ae-452a-ae87-4b0ee318b64a] succeeded in 0.0030053770169615746s: None +2025-09-08 15:04:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea082799-5bb3-4f17-acaa-3e301852cf0b] received +2025-09-08 15:04:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea082799-5bb3-4f17-acaa-3e301852cf0b] succeeded in 0.0023030309239402413s: None +2025-09-08 15:04:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[791db664-1b16-471d-9cb4-5dc4cf47f57a] received +2025-09-08 15:04:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[791db664-1b16-471d-9cb4-5dc4cf47f57a] succeeded in 0.0024196429876610637s: None +2025-09-08 15:04:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be11dfe9-1548-4ea5-8108-2199b68b1054] received +2025-09-08 15:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be11dfe9-1548-4ea5-8108-2199b68b1054] succeeded in 0.0029835279565304518s: None +2025-09-08 15:04:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[561adf68-4ecd-40c1-a5b8-cf83c49e946e] received +2025-09-08 15:04:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[561adf68-4ecd-40c1-a5b8-cf83c49e946e] succeeded in 0.0027488149935379624s: None +2025-09-08 15:04:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12fcb9aa-5913-4f14-b2fb-112f8720a415] received +2025-09-08 15:04:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12fcb9aa-5913-4f14-b2fb-112f8720a415] succeeded in 0.0027043219888582826s: None +2025-09-08 15:04:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:04:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:04:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96153ed1-b4a5-49d0-9ef3-1e775309cfdc] received +2025-09-08 15:04:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96153ed1-b4a5-49d0-9ef3-1e775309cfdc] succeeded in 0.0025711689377203584s: None +2025-09-08 15:04:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdad2177-aff2-45d3-8544-dc883d192c35] received +2025-09-08 15:05:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdad2177-aff2-45d3-8544-dc883d192c35] succeeded in 0.0024335149209946394s: None +2025-09-08 15:05:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6692eee0-0660-4938-8105-6892e253ebdf] received +2025-09-08 15:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6692eee0-0660-4938-8105-6892e253ebdf] succeeded in 0.002790080034174025s: None +2025-09-08 15:05:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbffc5fa-395e-4fef-98cc-902efcd8a69e] received +2025-09-08 15:05:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbffc5fa-395e-4fef-98cc-902efcd8a69e] succeeded in 0.0026307179359719157s: None +2025-09-08 15:05:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f479ba43-f7e2-48e9-ab86-315ac9033ad4] received +2025-09-08 15:05:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f479ba43-f7e2-48e9-ab86-315ac9033ad4] succeeded in 0.0027768820291385055s: None +2025-09-08 15:05:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45dbecc6-e70b-4f63-9c69-d6b36b8fbbd5] received +2025-09-08 15:05:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45dbecc6-e70b-4f63-9c69-d6b36b8fbbd5] succeeded in 0.0019597969949245453s: None +2025-09-08 15:05:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c78ad9f1-14b9-4017-93b3-1795ef1cca72] received +2025-09-08 15:05:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c78ad9f1-14b9-4017-93b3-1795ef1cca72] succeeded in 0.0028368510538712144s: None +2025-09-08 15:05:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dd8debd-e000-4ecc-beb3-02fdc90a5c58] received +2025-09-08 15:05:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dd8debd-e000-4ecc-beb3-02fdc90a5c58] succeeded in 0.0028151010628789663s: None +2025-09-08 15:05:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[764b4deb-46d3-4068-b528-0d3acf8be4ea] received +2025-09-08 15:05:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[764b4deb-46d3-4068-b528-0d3acf8be4ea] succeeded in 0.002771523897536099s: None +2025-09-08 15:05:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08fcf1f2-a8df-4996-afe4-145ebd260871] received +2025-09-08 15:05:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08fcf1f2-a8df-4996-afe4-145ebd260871] succeeded in 0.0023445120314136147s: None +2025-09-08 15:05:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d2c9aaf-486b-4581-bce6-94726a0bbcaf] received +2025-09-08 15:05:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d2c9aaf-486b-4581-bce6-94726a0bbcaf] succeeded in 0.0027053350349888206s: None +2025-09-08 15:05:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d1d8bee-640e-42ed-8afb-4a20db70e280] received +2025-09-08 15:05:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d1d8bee-640e-42ed-8afb-4a20db70e280] succeeded in 0.002495913067832589s: None +2025-09-08 15:05:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10325ba3-a709-4639-98e2-aae45cf025dc] received +2025-09-08 15:05:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10325ba3-a709-4639-98e2-aae45cf025dc] succeeded in 0.002477584988810122s: None +2025-09-08 15:05:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afeea8c8-05eb-4385-81c4-9b9c1bf85c30] received +2025-09-08 15:05:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afeea8c8-05eb-4385-81c4-9b9c1bf85c30] succeeded in 0.0025174180045723915s: None +2025-09-08 15:05:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61134044-f32d-4cb9-bd24-b50932cb8849] received +2025-09-08 15:05:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61134044-f32d-4cb9-bd24-b50932cb8849] succeeded in 0.0021317279897630215s: None +2025-09-08 15:05:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[770b9da0-5e90-4c6f-a9c5-dbfe5783dd8e] received +2025-09-08 15:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[770b9da0-5e90-4c6f-a9c5-dbfe5783dd8e] succeeded in 0.006736164912581444s: None +2025-09-08 15:05:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c549fb8d-06b6-4bf5-a74b-6144948dfb84] received +2025-09-08 15:05:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c549fb8d-06b6-4bf5-a74b-6144948dfb84] succeeded in 0.0029289460508152843s: None +2025-09-08 15:05:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99eb8890-4d14-47db-8489-410f3a39d010] received +2025-09-08 15:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99eb8890-4d14-47db-8489-410f3a39d010] succeeded in 0.0011237050639465451s: None +2025-09-08 15:05:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f2a9c94-60e7-4713-b32b-12326eeb234a] received +2025-09-08 15:05:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f2a9c94-60e7-4713-b32b-12326eeb234a] succeeded in 0.0027146529173478484s: None +2025-09-08 15:05:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d63553b-dec4-4420-9bee-d61dff07858e] received +2025-09-08 15:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d63553b-dec4-4420-9bee-d61dff07858e] succeeded in 0.0023221479495987296s: None +2025-09-08 15:05:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3799e645-6ba2-4de3-a89b-f6c7543c91f1] received +2025-09-08 15:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3799e645-6ba2-4de3-a89b-f6c7543c91f1] succeeded in 0.0024264040403068066s: None +2025-09-08 15:05:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ff7a6dd-1d76-4f8a-8f5e-eeaff95b4806] received +2025-09-08 15:05:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ff7a6dd-1d76-4f8a-8f5e-eeaff95b4806] succeeded in 0.002751589985564351s: None +2025-09-08 15:05:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ae5e720-085b-493c-b0c9-902874ff90c3] received +2025-09-08 15:05:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ae5e720-085b-493c-b0c9-902874ff90c3] succeeded in 0.002963450038805604s: None +2025-09-08 15:05:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:05:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:05:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7de38aa5-d008-45b0-b1aa-f6da1267111c] received +2025-09-08 15:05:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7de38aa5-d008-45b0-b1aa-f6da1267111c] succeeded in 0.002733389032073319s: None +2025-09-08 15:05:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbb8b6d8-5dda-415e-a44d-6635334246dd] received +2025-09-08 15:06:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbb8b6d8-5dda-415e-a44d-6635334246dd] succeeded in 0.002963560982607305s: None +2025-09-08 15:06:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6976c66-e127-41b8-acc5-96d50bbf6962] received +2025-09-08 15:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6976c66-e127-41b8-acc5-96d50bbf6962] succeeded in 0.002399827935732901s: None +2025-09-08 15:06:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aff1764c-bf4b-4ad6-b2db-1b96e02abd8b] received +2025-09-08 15:06:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aff1764c-bf4b-4ad6-b2db-1b96e02abd8b] succeeded in 0.002321935025975108s: None +2025-09-08 15:06:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bb67fe2-70a2-4988-b6c5-34e70df41d02] received +2025-09-08 15:06:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bb67fe2-70a2-4988-b6c5-34e70df41d02] succeeded in 0.0029671640368178487s: None +2025-09-08 15:06:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63e7e25d-8b09-46a9-809f-2a3fb1088a07] received +2025-09-08 15:06:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63e7e25d-8b09-46a9-809f-2a3fb1088a07] succeeded in 0.0021008519688621163s: None +2025-09-08 15:06:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8130b79b-1d32-46d1-93dd-c762c088f42c] received +2025-09-08 15:06:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8130b79b-1d32-46d1-93dd-c762c088f42c] succeeded in 0.002487743040546775s: None +2025-09-08 15:06:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10525297-433f-46fb-9b3e-372191944b18] received +2025-09-08 15:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10525297-433f-46fb-9b3e-372191944b18] succeeded in 0.00242482905741781s: None +2025-09-08 15:06:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b9639ee-2c1a-47c9-b9de-65780eebb622] received +2025-09-08 15:06:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b9639ee-2c1a-47c9-b9de-65780eebb622] succeeded in 0.002952584996819496s: None +2025-09-08 15:06:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f9e9f9d-4e29-4ce6-8c57-224f0a35da36] received +2025-09-08 15:06:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f9e9f9d-4e29-4ce6-8c57-224f0a35da36] succeeded in 0.0023937439545989037s: None +2025-09-08 15:06:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2c489a6-5200-4059-965f-d1740fc790e3] received +2025-09-08 15:06:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2c489a6-5200-4059-965f-d1740fc790e3] succeeded in 0.002350571914575994s: None +2025-09-08 15:06:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2452d74-d8f9-4951-b6e0-12df96280ca9] received +2025-09-08 15:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2452d74-d8f9-4951-b6e0-12df96280ca9] succeeded in 0.002830695011653006s: None +2025-09-08 15:06:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae8fc9f9-cdc4-4631-a58b-c764c5579c0c] received +2025-09-08 15:06:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae8fc9f9-cdc4-4631-a58b-c764c5579c0c] succeeded in 0.0025837989524006844s: None +2025-09-08 15:06:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44184f02-85e5-415f-95df-2ed98bcb2429] received +2025-09-08 15:06:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44184f02-85e5-415f-95df-2ed98bcb2429] succeeded in 0.00297760299872607s: None +2025-09-08 15:06:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8490ce76-9f2a-4ddb-9edc-df71cd86c703] received +2025-09-08 15:06:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8490ce76-9f2a-4ddb-9edc-df71cd86c703] succeeded in 0.0026042909594252706s: None +2025-09-08 15:06:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0590339-723b-4118-b943-cb77f2a930b2] received +2025-09-08 15:06:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0590339-723b-4118-b943-cb77f2a930b2] succeeded in 0.002644798019900918s: None +2025-09-08 15:06:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[beb6c54d-8a27-4fe4-85e1-9f9096cb44ab] received +2025-09-08 15:06:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[beb6c54d-8a27-4fe4-85e1-9f9096cb44ab] succeeded in 0.002148665953427553s: None +2025-09-08 15:06:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e44504a-0e58-42c3-92da-2fd37b934741] received +2025-09-08 15:06:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e44504a-0e58-42c3-92da-2fd37b934741] succeeded in 0.00269399699755013s: None +2025-09-08 15:06:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a59f0ab3-b689-4824-9cad-470759c58127] received +2025-09-08 15:06:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a59f0ab3-b689-4824-9cad-470759c58127] succeeded in 0.002470636973157525s: None +2025-09-08 15:06:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cba5a0bc-3bfd-4d7c-b156-15504fe7670c] received +2025-09-08 15:06:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cba5a0bc-3bfd-4d7c-b156-15504fe7670c] succeeded in 0.002768074977211654s: None +2025-09-08 15:06:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d437e3f-edad-426c-836b-16e71f7876a4] received +2025-09-08 15:06:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d437e3f-edad-426c-836b-16e71f7876a4] succeeded in 0.0023291449761018157s: None +2025-09-08 15:06:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c95ed077-e30e-45b4-87ad-227c696ba93b] received +2025-09-08 15:06:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c95ed077-e30e-45b4-87ad-227c696ba93b] succeeded in 0.002880362095311284s: None +2025-09-08 15:06:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:06:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:06:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d960fe1-029c-4b35-a6f4-aeda65c0d62a] received +2025-09-08 15:06:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d960fe1-029c-4b35-a6f4-aeda65c0d62a] succeeded in 0.0026654270477592945s: None +2025-09-08 15:06:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b870b9a-71c4-464a-9232-686b542b696c] received +2025-09-08 15:07:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b870b9a-71c4-464a-9232-686b542b696c] succeeded in 0.0027565991040319204s: None +2025-09-08 15:07:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20bf2336-2d24-4da6-8c4f-cd427190d32b] received +2025-09-08 15:07:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20bf2336-2d24-4da6-8c4f-cd427190d32b] succeeded in 0.002810853999108076s: None +2025-09-08 15:07:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[212ab0db-4ef7-474d-9b75-534361f72d52] received +2025-09-08 15:07:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[212ab0db-4ef7-474d-9b75-534361f72d52] succeeded in 0.0024318289943039417s: None +2025-09-08 15:07:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26713e2d-9458-41e1-9d0e-5e763af6cd73] received +2025-09-08 15:07:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26713e2d-9458-41e1-9d0e-5e763af6cd73] succeeded in 0.002731074928306043s: None +2025-09-08 15:07:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a927285c-efd2-4f84-99ec-8c81e0bd5ce8] received +2025-09-08 15:07:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a927285c-efd2-4f84-99ec-8c81e0bd5ce8] succeeded in 0.002545825904235244s: None +2025-09-08 15:07:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10c5b60c-f11d-439e-87fe-944d29c4bb4c] received +2025-09-08 15:07:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10c5b60c-f11d-439e-87fe-944d29c4bb4c] succeeded in 0.0017005709232762456s: None +2025-09-08 15:07:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39f3e163-10ce-47ce-8abe-ea30faf8c1c1] received +2025-09-08 15:07:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39f3e163-10ce-47ce-8abe-ea30faf8c1c1] succeeded in 0.001820140052586794s: None +2025-09-08 15:07:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87f1a79d-614b-4d3a-9939-1558698ed428] received +2025-09-08 15:07:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87f1a79d-614b-4d3a-9939-1558698ed428] succeeded in 0.002775506000034511s: None +2025-09-08 15:07:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7688ae5-6afd-403e-bde9-022ebcc0c333] received +2025-09-08 15:07:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7688ae5-6afd-403e-bde9-022ebcc0c333] succeeded in 0.0028198339277878404s: None +2025-09-08 15:07:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a60f720a-0b8c-4203-8d28-45bd3207d8b3] received +2025-09-08 15:07:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a60f720a-0b8c-4203-8d28-45bd3207d8b3] succeeded in 0.0029290489619597793s: None +2025-09-08 15:07:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8c99b23-25f7-4e35-a88d-28a89b09990d] received +2025-09-08 15:07:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8c99b23-25f7-4e35-a88d-28a89b09990d] succeeded in 0.003362990915775299s: None +2025-09-08 15:07:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fefba3f-0a74-41fa-9c79-0fe496ef2970] received +2025-09-08 15:07:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fefba3f-0a74-41fa-9c79-0fe496ef2970] succeeded in 0.002652819035574794s: None +2025-09-08 15:07:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61479e51-b90a-4179-9002-46a5505d3906] received +2025-09-08 15:07:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61479e51-b90a-4179-9002-46a5505d3906] succeeded in 0.002744600991718471s: None +2025-09-08 15:07:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:07:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[242c87c5-2a15-4472-a6ee-37a5190e2229] received +2025-09-08 15:07:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[242c87c5-2a15-4472-a6ee-37a5190e2229] succeeded in 0.002334049087949097s: None +2025-09-08 15:07:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:07:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:07:42 [INFO] Celery[DW-STDERR]: Storing track 'Come Hang Out' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:07:42 [INFO] Celery[DW-STDERR]: Successfully stored track 'Come Hang Out' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:07:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8155ee7-7c97-4706-9713-9e71363941d5] received +2025-09-08 15:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8155ee7-7c97-4706-9713-9e71363941d5] succeeded in 0.002069873968139291s: None +2025-09-08 15:07:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:08:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:08:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b394599c-33de-462c-94b5-f2d20c5f388d] received +2025-09-08 15:08:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b394599c-33de-462c-94b5-f2d20c5f388d] succeeded in 0.0012791958870366216s: None +2025-09-08 15:08:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6f3a4c2-151c-4a7c-9254-bc98c0c4fd7b] received +2025-09-08 15:08:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6f3a4c2-151c-4a7c-9254-bc98c0c4fd7b] succeeded in 0.001946707023307681s: None +2025-09-08 15:08:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a0852ce-e40e-42a3-b2fd-7f1eaa0fd4d4] received +2025-09-08 15:08:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a0852ce-e40e-42a3-b2fd-7f1eaa0fd4d4] succeeded in 0.0027711429866030812s: None +2025-09-08 15:08:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4044d72-b5c2-4f94-a16e-c588908a21c6] received +2025-09-08 15:08:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4044d72-b5c2-4f94-a16e-c588908a21c6] succeeded in 0.0025597020285204053s: None +2025-09-08 15:08:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfaaced0-054b-48c8-b062-b7779b348f9c] received +2025-09-08 15:08:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfaaced0-054b-48c8-b062-b7779b348f9c] succeeded in 0.0027556110871955752s: None +2025-09-08 15:08:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1f6c4a4-eefc-427c-a35f-296cf3f293a5] received +2025-09-08 15:08:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1f6c4a4-eefc-427c-a35f-296cf3f293a5] succeeded in 0.002662951941601932s: None +2025-09-08 15:08:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f5c22dd-9e0e-4c19-bda5-7b35d0b4fcf4] received +2025-09-08 15:08:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f5c22dd-9e0e-4c19-bda5-7b35d0b4fcf4] succeeded in 0.0028943370562046766s: None +2025-09-08 15:08:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76c38ad8-c1f2-4be8-839e-1a5f038ce2a4] received +2025-09-08 15:08:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76c38ad8-c1f2-4be8-839e-1a5f038ce2a4] succeeded in 0.0018296419875696301s: None +2025-09-08 15:08:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b27b3ae1-b878-4e44-9bbb-17dd2cdacc4e] received +2025-09-08 15:08:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b27b3ae1-b878-4e44-9bbb-17dd2cdacc4e] succeeded in 0.0025179210351780057s: None +2025-09-08 15:08:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b971ac26-5c07-4f71-aa73-0816ecbeeb7c] received +2025-09-08 15:08:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b971ac26-5c07-4f71-aa73-0816ecbeeb7c] succeeded in 0.00243355892598629s: None +2025-09-08 15:08:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99d48fa5-11de-442a-8818-1d45cdd2a8fd] received +2025-09-08 15:08:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99d48fa5-11de-442a-8818-1d45cdd2a8fd] succeeded in 0.0022918760078027844s: None +2025-09-08 15:08:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91215ebe-18be-45b5-b713-09c22e413f14] received +2025-09-08 15:08:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91215ebe-18be-45b5-b713-09c22e413f14] succeeded in 0.002761102980002761s: None +2025-09-08 15:08:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:08:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:08:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55b6d763-6002-46b5-a4e8-b67abf04e611] received +2025-09-08 15:08:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55b6d763-6002-46b5-a4e8-b67abf04e611] succeeded in 0.002626982983201742s: None +2025-09-08 15:08:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7473031-9fb9-4f25-91a0-50fd2728156f] received +2025-09-08 15:09:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7473031-9fb9-4f25-91a0-50fd2728156f] succeeded in 0.0026957469526678324s: None +2025-09-08 15:09:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40ba792d-75e3-4170-809e-1fe200f7411f] received +2025-09-08 15:09:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40ba792d-75e3-4170-809e-1fe200f7411f] succeeded in 0.002891815034672618s: None +2025-09-08 15:09:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1ccca8-0e9f-460b-99f1-07a42bc3dad1] received +2025-09-08 15:09:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1ccca8-0e9f-460b-99f1-07a42bc3dad1] succeeded in 0.0023467231076210737s: None +2025-09-08 15:09:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3afb676-da17-46eb-a27d-25739c62892c] received +2025-09-08 15:09:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3afb676-da17-46eb-a27d-25739c62892c] succeeded in 0.0028576769400388002s: None +2025-09-08 15:09:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76256228-9237-4def-bd80-438acaac29b8] received +2025-09-08 15:09:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76256228-9237-4def-bd80-438acaac29b8] succeeded in 0.0027484300080686808s: None +2025-09-08 15:09:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ce5cb37-2ad8-4f1e-89f8-d40dde7dda6f] received +2025-09-08 15:09:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ce5cb37-2ad8-4f1e-89f8-d40dde7dda6f] succeeded in 0.002552045974880457s: None +2025-09-08 15:09:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e72002ff-dc15-4921-b8b8-ba2154fcf0e8] received +2025-09-08 15:09:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e72002ff-dc15-4921-b8b8-ba2154fcf0e8] succeeded in 0.002902433043345809s: None +2025-09-08 15:09:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21e76f4c-6645-47d9-aeed-d5bb9657b8a1] received +2025-09-08 15:09:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21e76f4c-6645-47d9-aeed-d5bb9657b8a1] succeeded in 0.0028245310531929135s: None +2025-09-08 15:09:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a39e8047-a12f-4cba-92b8-a2879bd49d37] received +2025-09-08 15:09:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a39e8047-a12f-4cba-92b8-a2879bd49d37] succeeded in 0.002236808999441564s: None +2025-09-08 15:09:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abe2b378-25b0-4c47-b284-74d631180e67] received +2025-09-08 15:09:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abe2b378-25b0-4c47-b284-74d631180e67] succeeded in 0.0028609740547835827s: None +2025-09-08 15:09:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc836e48-86df-4039-ae19-8928f34f2d10] received +2025-09-08 15:09:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc836e48-86df-4039-ae19-8928f34f2d10] succeeded in 0.002098258933983743s: None +2025-09-08 15:09:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6c34d4d-0344-4366-9b00-86b356ee6210] received +2025-09-08 15:09:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6c34d4d-0344-4366-9b00-86b356ee6210] succeeded in 0.0028415360720828176s: None +2025-09-08 15:09:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[517f0251-3d1b-4a6e-b71e-65dc9ddffa47] received +2025-09-08 15:09:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[517f0251-3d1b-4a6e-b71e-65dc9ddffa47] succeeded in 0.0023931890027597547s: None +2025-09-08 15:09:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d23aba23-3296-4aac-89e5-195d95e53d9e] received +2025-09-08 15:09:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d23aba23-3296-4aac-89e5-195d95e53d9e] succeeded in 0.0024079260183498263s: None +2025-09-08 15:09:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a946c076-4524-4a93-99eb-ae5481c12f19] received +2025-09-08 15:09:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a946c076-4524-4a93-99eb-ae5481c12f19] succeeded in 0.00235039705876261s: None +2025-09-08 15:09:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82b8a3c2-b370-4afe-bf9b-cbfed05cf7e9] received +2025-09-08 15:09:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82b8a3c2-b370-4afe-bf9b-cbfed05cf7e9] succeeded in 0.0031629310688003898s: None +2025-09-08 15:09:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6108b47d-1180-4b70-91b3-cbed39bd5424] received +2025-09-08 15:09:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6108b47d-1180-4b70-91b3-cbed39bd5424] succeeded in 0.0024700749199837446s: None +2025-09-08 15:09:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ead2421-78b7-4ea1-9c3b-e0d2f85b1316] received +2025-09-08 15:09:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ead2421-78b7-4ea1-9c3b-e0d2f85b1316] succeeded in 0.002953368006274104s: None +2025-09-08 15:09:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[037eac68-f52d-4287-be49-6b2bb5a993b1] received +2025-09-08 15:09:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[037eac68-f52d-4287-be49-6b2bb5a993b1] succeeded in 0.0012073289835825562s: None +2025-09-08 15:09:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cda287d1-9478-4cfc-a9a8-0cc6a5f8cf06] received +2025-09-08 15:09:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cda287d1-9478-4cfc-a9a8-0cc6a5f8cf06] succeeded in 0.002421000972390175s: None +2025-09-08 15:09:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34cba2dc-fce4-4e44-8fb8-5f8b5d8a304b] received +2025-09-08 15:09:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34cba2dc-fce4-4e44-8fb8-5f8b5d8a304b] succeeded in 0.0021490560611709952s: None +2025-09-08 15:09:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e5c2384-062e-4eef-a4a0-b2d86bbd00cd] received +2025-09-08 15:09:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e5c2384-062e-4eef-a4a0-b2d86bbd00cd] succeeded in 0.002749447012320161s: None +2025-09-08 15:09:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf83413a-b8b6-40e1-910b-e5f4a986654e] received +2025-09-08 15:09:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf83413a-b8b6-40e1-910b-e5f4a986654e] succeeded in 0.0028448880184441805s: None +2025-09-08 15:09:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54d76cd7-61f1-4cf8-94a2-d7f2c9cf1e70] received +2025-09-08 15:09:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54d76cd7-61f1-4cf8-94a2-d7f2c9cf1e70] succeeded in 0.002721537952311337s: None +2025-09-08 15:09:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23730d68-7528-4da3-a619-432243437420] received +2025-09-08 15:09:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23730d68-7528-4da3-a619-432243437420] succeeded in 0.0029219910502433777s: None +2025-09-08 15:09:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eb73e2c-18c5-41ce-82c7-d93f5b3636bf] received +2025-09-08 15:09:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eb73e2c-18c5-41ce-82c7-d93f5b3636bf] succeeded in 0.0021231260616332293s: None +2025-09-08 15:09:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[799d703d-f98e-471e-8041-25b0a8e1cf5a] received +2025-09-08 15:09:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[799d703d-f98e-471e-8041-25b0a8e1cf5a] succeeded in 0.002589906915090978s: None +2025-09-08 15:09:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b0e4c8d-b758-423a-bed3-91c16634077d] received +2025-09-08 15:09:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b0e4c8d-b758-423a-bed3-91c16634077d] succeeded in 0.002635368029586971s: None +2025-09-08 15:09:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3b32891-0d5b-47ee-9c8f-344838a4199a] received +2025-09-08 15:09:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3b32891-0d5b-47ee-9c8f-344838a4199a] succeeded in 0.0026926210848614573s: None +2025-09-08 15:09:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a6b6f4c-d774-4d97-b5df-7af0c7bcaf8a] received +2025-09-08 15:09:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a6b6f4c-d774-4d97-b5df-7af0c7bcaf8a] succeeded in 0.002446854952722788s: None +2025-09-08 15:09:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77d45590-6883-41f7-9202-05933ff6b3cb] received +2025-09-08 15:09:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77d45590-6883-41f7-9202-05933ff6b3cb] succeeded in 0.0022849690867587924s: None +2025-09-08 15:09:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[588766b4-cec9-4582-8b85-0e1fcd3e5ae5] received +2025-09-08 15:09:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[588766b4-cec9-4582-8b85-0e1fcd3e5ae5] succeeded in 0.002667510067112744s: None +2025-09-08 15:09:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[589dbfb9-a591-4535-b289-2639facebea6] received +2025-09-08 15:09:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[589dbfb9-a591-4535-b289-2639facebea6] succeeded in 0.002762477961368859s: None +2025-09-08 15:09:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:09:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:09:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da0ecbb5-ab85-41eb-aae6-ccf9f107bbed] received +2025-09-08 15:09:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da0ecbb5-ab85-41eb-aae6-ccf9f107bbed] succeeded in 0.0013228390598669648s: None +2025-09-08 15:09:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46885578-1308-467b-bf61-c0e0363d0b9f] received +2025-09-08 15:10:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46885578-1308-467b-bf61-c0e0363d0b9f] succeeded in 0.0021528329234570265s: None +2025-09-08 15:10:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd932d7-e0c0-4d68-a242-ab890c4ff7a5] received +2025-09-08 15:10:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd932d7-e0c0-4d68-a242-ab890c4ff7a5] succeeded in 0.002321394975297153s: None +2025-09-08 15:10:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e17463f-23e4-40ec-b753-d14180f345e5] received +2025-09-08 15:10:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e17463f-23e4-40ec-b753-d14180f345e5] succeeded in 0.002393907983787358s: None +2025-09-08 15:10:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c508ce24-1b76-4d54-8e0b-adefaaf79b58] received +2025-09-08 15:10:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c508ce24-1b76-4d54-8e0b-adefaaf79b58] succeeded in 0.0026348140090703964s: None +2025-09-08 15:10:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea60d405-02e7-44e6-a2f6-229108a490e9] received +2025-09-08 15:10:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea60d405-02e7-44e6-a2f6-229108a490e9] succeeded in 0.0025106261018663645s: None +2025-09-08 15:10:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9680a978-c603-4367-929b-428c7b672a62] received +2025-09-08 15:10:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9680a978-c603-4367-929b-428c7b672a62] succeeded in 0.0026570740155875683s: None +2025-09-08 15:10:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55acf426-3311-4ede-b5d3-0a09754bfbb5] received +2025-09-08 15:10:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55acf426-3311-4ede-b5d3-0a09754bfbb5] succeeded in 0.0026932760374620557s: None +2025-09-08 15:10:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d91494c-a760-40c4-831a-142776f04aff] received +2025-09-08 15:10:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d91494c-a760-40c4-831a-142776f04aff] succeeded in 0.006873908103443682s: None +2025-09-08 15:10:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ac5519-7a41-460e-9f90-e59d779a2105] received +2025-09-08 15:10:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ac5519-7a41-460e-9f90-e59d779a2105] succeeded in 0.002813739003613591s: None +2025-09-08 15:10:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3e1e28e-9359-43b5-b95b-7029c4f542de] received +2025-09-08 15:10:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3e1e28e-9359-43b5-b95b-7029c4f542de] succeeded in 0.00296189496293664s: None +2025-09-08 15:10:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc75f442-c025-4a3b-a7cc-88482e508cbb] received +2025-09-08 15:10:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc75f442-c025-4a3b-a7cc-88482e508cbb] succeeded in 0.007066915975883603s: None +2025-09-08 15:10:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4559626-16c8-4f3b-ac85-652a975e3f25] received +2025-09-08 15:10:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4559626-16c8-4f3b-ac85-652a975e3f25] succeeded in 0.002469707978889346s: None +2025-09-08 15:10:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8074eedd-1a9c-41c3-8cac-02b73b95cf3a] received +2025-09-08 15:10:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8074eedd-1a9c-41c3-8cac-02b73b95cf3a] succeeded in 0.002325042965821922s: None +2025-09-08 15:10:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bf27c0f-abdf-42a2-bf78-4cdcc7567416] received +2025-09-08 15:10:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bf27c0f-abdf-42a2-bf78-4cdcc7567416] succeeded in 0.0026240970473736525s: None +2025-09-08 15:10:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ff816ad-ab0d-4294-bf35-4a3cbc0525ec] received +2025-09-08 15:10:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ff816ad-ab0d-4294-bf35-4a3cbc0525ec] succeeded in 0.0028489339165389538s: None +2025-09-08 15:10:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6bf87a6-ec6b-43b0-86d4-b5b7d9175349] received +2025-09-08 15:10:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6bf87a6-ec6b-43b0-86d4-b5b7d9175349] succeeded in 0.002655362943187356s: None +2025-09-08 15:10:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[912fd691-02fb-40fc-a815-acddb2cba284] received +2025-09-08 15:10:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[912fd691-02fb-40fc-a815-acddb2cba284] succeeded in 0.002470256993547082s: None +2025-09-08 15:10:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7453c198-ca3d-45fe-abbc-4c174b743d45] received +2025-09-08 15:10:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7453c198-ca3d-45fe-abbc-4c174b743d45] succeeded in 0.002527103992179036s: None +2025-09-08 15:10:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[269d8e84-9773-4ba0-a8ae-86ad419c6658] received +2025-09-08 15:10:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[269d8e84-9773-4ba0-a8ae-86ad419c6658] succeeded in 0.00248821300920099s: None +2025-09-08 15:10:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[065dcbfb-272c-43a8-9fad-a2722149a2e9] received +2025-09-08 15:10:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[065dcbfb-272c-43a8-9fad-a2722149a2e9] succeeded in 0.0015164489159360528s: None +2025-09-08 15:10:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9a00b34-a970-4342-a06c-07e3f3ea2d71] received +2025-09-08 15:10:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9a00b34-a970-4342-a06c-07e3f3ea2d71] succeeded in 0.0026622109580785036s: None +2025-09-08 15:10:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63a856b8-eee0-42a9-a984-bfcaed9cdebd] received +2025-09-08 15:10:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63a856b8-eee0-42a9-a984-bfcaed9cdebd] succeeded in 0.002606353024020791s: None +2025-09-08 15:10:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[762a44b9-cc60-4e67-98b4-a1bf1b7c76fd] received +2025-09-08 15:10:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[762a44b9-cc60-4e67-98b4-a1bf1b7c76fd] succeeded in 0.0026473220204934478s: None +2025-09-08 15:10:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a14dd97-07b4-4450-92fa-261c72b847e7] received +2025-09-08 15:10:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a14dd97-07b4-4450-92fa-261c72b847e7] succeeded in 0.0027974629774689674s: None +2025-09-08 15:10:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92558c25-9c25-42b7-82f3-ff2fea1ad18e] received +2025-09-08 15:10:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92558c25-9c25-42b7-82f3-ff2fea1ad18e] succeeded in 0.002588936942629516s: None +2025-09-08 15:10:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01ae6d16-a44d-4bfd-90c2-04c507df22bc] received +2025-09-08 15:10:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01ae6d16-a44d-4bfd-90c2-04c507df22bc] succeeded in 0.002835068036802113s: None +2025-09-08 15:10:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d27a5a39-c45b-4aaf-b0c9-8af18524f543] received +2025-09-08 15:10:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d27a5a39-c45b-4aaf-b0c9-8af18524f543] succeeded in 0.002575848950073123s: None +2025-09-08 15:10:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20dfa51f-b998-4f13-a777-2879a5bfd2a4] received +2025-09-08 15:10:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20dfa51f-b998-4f13-a777-2879a5bfd2a4] succeeded in 0.002671118942089379s: None +2025-09-08 15:10:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5dc6392-3fa8-4308-b15a-12e3d6d4e158] received +2025-09-08 15:10:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5dc6392-3fa8-4308-b15a-12e3d6d4e158] succeeded in 0.0023662380408495665s: None +2025-09-08 15:10:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0731509b-9260-43ba-ac0d-a98882bc01bb] received +2025-09-08 15:10:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0731509b-9260-43ba-ac0d-a98882bc01bb] succeeded in 0.00253599404823035s: None +2025-09-08 15:10:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83d8bb9c-2416-404e-b8af-fdbd78e4c704] received +2025-09-08 15:10:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83d8bb9c-2416-404e-b8af-fdbd78e4c704] succeeded in 0.002577097970061004s: None +2025-09-08 15:10:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2090703f-6c7e-46b3-ab52-514ca95a2be7] received +2025-09-08 15:10:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2090703f-6c7e-46b3-ab52-514ca95a2be7] succeeded in 0.0025606120470911264s: None +2025-09-08 15:10:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:10:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:10:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[044ec640-7be3-4133-a77c-55fc6386aef1] received +2025-09-08 15:10:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[044ec640-7be3-4133-a77c-55fc6386aef1] succeeded in 0.0022945799864828587s: None +2025-09-08 15:10:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c4724f3-4efe-40eb-b866-da9b907d6f4a] received +2025-09-08 15:11:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c4724f3-4efe-40eb-b866-da9b907d6f4a] succeeded in 0.0023967609740793705s: None +2025-09-08 15:11:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4225fc8-9cf0-4446-b380-77a89871bfca] received +2025-09-08 15:11:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4225fc8-9cf0-4446-b380-77a89871bfca] succeeded in 0.002433030982501805s: None +2025-09-08 15:11:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71dda11c-63ef-4e36-baa1-7ea325c504d0] received +2025-09-08 15:11:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71dda11c-63ef-4e36-baa1-7ea325c504d0] succeeded in 0.002382226986810565s: None +2025-09-08 15:11:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a49ddf31-d502-4c72-8a35-93bb075a5d8a] received +2025-09-08 15:11:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a49ddf31-d502-4c72-8a35-93bb075a5d8a] succeeded in 0.0026554729556664824s: None +2025-09-08 15:11:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91c4c67d-7c9f-495f-82ce-f43ed42a830b] received +2025-09-08 15:11:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91c4c67d-7c9f-495f-82ce-f43ed42a830b] succeeded in 0.002712651970796287s: None +2025-09-08 15:11:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58bef445-f8ff-4a1d-b3a2-69a231857f85] received +2025-09-08 15:11:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58bef445-f8ff-4a1d-b3a2-69a231857f85] succeeded in 0.0023397739278152585s: None +2025-09-08 15:11:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5921b94d-4cc6-4ef2-9bb2-3a24c6676a1e] received +2025-09-08 15:11:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5921b94d-4cc6-4ef2-9bb2-3a24c6676a1e] succeeded in 0.002146249054931104s: None +2025-09-08 15:11:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3913e5-eb16-4666-bce5-332eabffdbb3] received +2025-09-08 15:11:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3913e5-eb16-4666-bce5-332eabffdbb3] succeeded in 0.0023658249992877245s: None +2025-09-08 15:11:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b2a709a-5983-4a61-b25c-e1bcd36be28d] received +2025-09-08 15:11:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b2a709a-5983-4a61-b25c-e1bcd36be28d] succeeded in 0.0023174149682745337s: None +2025-09-08 15:11:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5131dc72-abb5-4ed5-adaf-9f2387fc50e2] received +2025-09-08 15:11:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5131dc72-abb5-4ed5-adaf-9f2387fc50e2] succeeded in 0.0027881450951099396s: None +2025-09-08 15:11:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ef1d01c-5ea5-4e39-a28b-dbe86e70424c] received +2025-09-08 15:11:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ef1d01c-5ea5-4e39-a28b-dbe86e70424c] succeeded in 0.0024120910093188286s: None +2025-09-08 15:11:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73308087-d01e-4c34-b048-e5e8b8f4ac05] received +2025-09-08 15:11:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73308087-d01e-4c34-b048-e5e8b8f4ac05] succeeded in 0.001175696961581707s: None +2025-09-08 15:11:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcedc7fd-fd49-4f18-ad4d-8c45ebd1548b] received +2025-09-08 15:11:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcedc7fd-fd49-4f18-ad4d-8c45ebd1548b] succeeded in 0.002338926075026393s: None +2025-09-08 15:11:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddea2e71-dba1-4afe-93be-bbffce936023] received +2025-09-08 15:11:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddea2e71-dba1-4afe-93be-bbffce936023] succeeded in 0.0021929580252617598s: None +2025-09-08 15:11:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5674e00c-3927-459f-8af1-d42d3c953fe2] received +2025-09-08 15:11:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5674e00c-3927-459f-8af1-d42d3c953fe2] succeeded in 0.0022416809806600213s: None +2025-09-08 15:11:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0baaa65-badb-47ed-b3da-dc55108229e8] received +2025-09-08 15:11:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0baaa65-badb-47ed-b3da-dc55108229e8] succeeded in 0.0024230340495705605s: None +2025-09-08 15:11:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edbcbe6f-6dab-4b7b-810b-a5f1b9718199] received +2025-09-08 15:11:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edbcbe6f-6dab-4b7b-810b-a5f1b9718199] succeeded in 0.0026713619008660316s: None +2025-09-08 15:11:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cab007e-7f35-4b50-95e9-fe648f881b0b] received +2025-09-08 15:11:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cab007e-7f35-4b50-95e9-fe648f881b0b] succeeded in 0.00247293000575155s: None +2025-09-08 15:11:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8deb87e4-52f9-4f8a-8512-a7a447fd604a] received +2025-09-08 15:11:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8deb87e4-52f9-4f8a-8512-a7a447fd604a] succeeded in 0.0023896180791780353s: None +2025-09-08 15:11:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c9f3fc5-fc31-4f82-872e-888f20029a93] received +2025-09-08 15:11:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c9f3fc5-fc31-4f82-872e-888f20029a93] succeeded in 0.0024101861054077744s: None +2025-09-08 15:11:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:11:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[352f02ee-4085-4deb-a8e6-3eacfd703309] received +2025-09-08 15:11:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[352f02ee-4085-4deb-a8e6-3eacfd703309] succeeded in 0.0025540500646457076s: None +2025-09-08 15:11:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:11:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:11:42 [INFO] Celery[DW-STDERR]: Storing track 'Pretender - Acoustic' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:11:42 [INFO] Celery[DW-STDERR]: Successfully stored track 'Pretender - Acoustic' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:11:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:11:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0024a5df-87a6-41b9-ba4c-0911319fa908] received +2025-09-08 15:11:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0024a5df-87a6-41b9-ba4c-0911319fa908] succeeded in 0.002487239078618586s: None +2025-09-08 15:11:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Storing track 'Birthday Party' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Successfully stored track 'Birthday Party' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 15:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6223b3d3-eea4-4166-b2dd-cf04af90b883] received +2025-09-08 15:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6223b3d3-eea4-4166-b2dd-cf04af90b883] succeeded in 0.002332529053092003s: None +2025-09-08 15:12:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[592a6ff0-87be-425d-8b5f-0402d831b54d] received +2025-09-08 15:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[592a6ff0-87be-425d-8b5f-0402d831b54d] succeeded in 0.0018849800108000636s: None +2025-09-08 15:12:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54e0d7f7-a46c-440c-9d92-f4e38ea57679] received +2025-09-08 15:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54e0d7f7-a46c-440c-9d92-f4e38ea57679] succeeded in 0.002527285018004477s: None +2025-09-08 15:12:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85e7b401-6dd1-4505-9db5-e924d0c9c5ea] received +2025-09-08 15:12:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85e7b401-6dd1-4505-9db5-e924d0c9c5ea] succeeded in 0.0025769990170374513s: None +2025-09-08 15:12:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b812a8e-ce30-4d34-a55a-4a67509c1b79] received +2025-09-08 15:12:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b812a8e-ce30-4d34-a55a-4a67509c1b79] succeeded in 0.002689235028810799s: None +2025-09-08 15:12:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27f8c3bf-f513-421e-a16f-f05d3c0ecb6e] received +2025-09-08 15:12:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27f8c3bf-f513-421e-a16f-f05d3c0ecb6e] succeeded in 0.0023423898965120316s: None +2025-09-08 15:12:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b78a685b-c9e3-4038-9464-a5d3df2282e7] received +2025-09-08 15:12:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b78a685b-c9e3-4038-9464-a5d3df2282e7] succeeded in 0.002565681003034115s: None +2025-09-08 15:12:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81779d75-e35c-4f1f-a064-df718ea65cb9] received +2025-09-08 15:12:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81779d75-e35c-4f1f-a064-df718ea65cb9] succeeded in 0.0024977599969133735s: None +2025-09-08 15:12:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90aba6b6-d683-4266-b32e-9c091c27e6cc] received +2025-09-08 15:12:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90aba6b6-d683-4266-b32e-9c091c27e6cc] succeeded in 0.0022231430048123s: None +2025-09-08 15:12:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9bad67d-cf41-45a8-b717-df9dfe7211da] received +2025-09-08 15:12:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9bad67d-cf41-45a8-b717-df9dfe7211da] succeeded in 0.0028255960205569863s: None +2025-09-08 15:12:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a356e54-232f-4772-a11a-cdd3ebccb39f] received +2025-09-08 15:12:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a356e54-232f-4772-a11a-cdd3ebccb39f] succeeded in 0.002097646938636899s: None +2025-09-08 15:12:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b5a567d-2739-4291-8dc7-d9b271fe103a] received +2025-09-08 15:12:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b5a567d-2739-4291-8dc7-d9b271fe103a] succeeded in 0.002302216016687453s: None +2025-09-08 15:12:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33287043-418f-4db3-932d-76edd5d16cf1] received +2025-09-08 15:12:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33287043-418f-4db3-932d-76edd5d16cf1] succeeded in 0.002252840087749064s: None +2025-09-08 15:12:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fee47db-f2ad-42ce-b433-074a5614e8fa] received +2025-09-08 15:12:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fee47db-f2ad-42ce-b433-074a5614e8fa] succeeded in 0.0024794068885967135s: None +2025-09-08 15:12:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[428cc481-46fc-4e63-9ef4-6c1fc74188b5] received +2025-09-08 15:12:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[428cc481-46fc-4e63-9ef4-6c1fc74188b5] succeeded in 0.002612874028272927s: None +2025-09-08 15:12:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33e61728-04f8-40e6-a90d-d752bdcad81d] received +2025-09-08 15:12:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33e61728-04f8-40e6-a90d-d752bdcad81d] succeeded in 0.0028128009289503098s: None +2025-09-08 15:12:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d9023c2-cc28-402e-ad4a-13dfbf8268ed] received +2025-09-08 15:12:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d9023c2-cc28-402e-ad4a-13dfbf8268ed] succeeded in 0.0026626361068338156s: None +2025-09-08 15:12:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83e995ac-7662-4ba4-a6bd-31cb10289812] received +2025-09-08 15:12:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83e995ac-7662-4ba4-a6bd-31cb10289812] succeeded in 0.0025544409872964025s: None +2025-09-08 15:12:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e461033-27e3-488b-997b-910e9f216ec7] received +2025-09-08 15:12:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e461033-27e3-488b-997b-910e9f216ec7] succeeded in 0.0021997219882905483s: None +2025-09-08 15:12:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba13502c-57d6-4341-a598-82ecf3adf963] received +2025-09-08 15:12:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba13502c-57d6-4341-a598-82ecf3adf963] succeeded in 0.003751598997041583s: None +2025-09-08 15:12:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73e7399c-be54-4c29-9ad8-e48bfe1bad52] received +2025-09-08 15:12:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73e7399c-be54-4c29-9ad8-e48bfe1bad52] succeeded in 0.0025185830891132355s: None +2025-09-08 15:12:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba788910-6012-446f-805a-052dfba3a46c] received +2025-09-08 15:12:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba788910-6012-446f-805a-052dfba3a46c] succeeded in 0.003213407937437296s: None +2025-09-08 15:12:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:12:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:12:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fde76c5-1cf8-4e64-a47f-fb44f426f25d] received +2025-09-08 15:12:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fde76c5-1cf8-4e64-a47f-fb44f426f25d] succeeded in 0.0022860190365463495s: None +2025-09-08 15:12:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52de41d5-7548-4352-9033-22f8fcc07e3f] received +2025-09-08 15:13:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52de41d5-7548-4352-9033-22f8fcc07e3f] succeeded in 0.002126798965036869s: None +2025-09-08 15:13:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10f47870-3a05-4fb1-b863-887cc09691c5] received +2025-09-08 15:13:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10f47870-3a05-4fb1-b863-887cc09691c5] succeeded in 0.0025385409826412797s: None +2025-09-08 15:13:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f054887e-8eb9-42ea-859e-59c362efccc4] received +2025-09-08 15:13:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f054887e-8eb9-42ea-859e-59c362efccc4] succeeded in 0.002319257939234376s: None +2025-09-08 15:13:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[baa4af3a-86a5-4324-bb16-4e2e3162c807] received +2025-09-08 15:13:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[baa4af3a-86a5-4324-bb16-4e2e3162c807] succeeded in 0.0027293080929666758s: None +2025-09-08 15:13:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3c21462-84dc-42f9-8c1d-b3cac4d61c0a] received +2025-09-08 15:13:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3c21462-84dc-42f9-8c1d-b3cac4d61c0a] succeeded in 0.0021409710170701146s: None +2025-09-08 15:13:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b88f934-3bb1-4440-8a2f-6cf83e8aef27] received +2025-09-08 15:13:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b88f934-3bb1-4440-8a2f-6cf83e8aef27] succeeded in 0.0024332519387826324s: None +2025-09-08 15:13:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21d9e2e7-ceae-462f-bd3b-f67c1c69eec3] received +2025-09-08 15:13:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21d9e2e7-ceae-462f-bd3b-f67c1c69eec3] succeeded in 0.0028609680011868477s: None +2025-09-08 15:13:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4be8f359-5f18-4e4b-8f57-84c9dc2a21a9] received +2025-09-08 15:13:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4be8f359-5f18-4e4b-8f57-84c9dc2a21a9] succeeded in 0.0027527330676093698s: None +2025-09-08 15:13:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32eaaa33-99ee-4286-bbc8-7b3660029cde] received +2025-09-08 15:13:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32eaaa33-99ee-4286-bbc8-7b3660029cde] succeeded in 0.0029065540293231606s: None +2025-09-08 15:13:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a591054-e3ee-45a1-ac36-707686e30d4e] received +2025-09-08 15:13:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a591054-e3ee-45a1-ac36-707686e30d4e] succeeded in 0.002504824078641832s: None +2025-09-08 15:13:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b9ec701-7406-4555-bba3-327a9f0ea74e] received +2025-09-08 15:13:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b9ec701-7406-4555-bba3-327a9f0ea74e] succeeded in 0.0026252929819747806s: None +2025-09-08 15:13:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ef6590c-bfb7-4455-ad8c-13164fb10fd5] received +2025-09-08 15:13:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ef6590c-bfb7-4455-ad8c-13164fb10fd5] succeeded in 0.0010517759947106242s: None +2025-09-08 15:13:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a23bbbf0-2b54-412d-87ec-62dae316e1a3] received +2025-09-08 15:13:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a23bbbf0-2b54-412d-87ec-62dae316e1a3] succeeded in 0.0025775820249691606s: None +2025-09-08 15:13:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61a6e9c1-ac9e-47bb-b009-ab42a2b927c4] received +2025-09-08 15:13:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61a6e9c1-ac9e-47bb-b009-ab42a2b927c4] succeeded in 0.0025158009957522154s: None +2025-09-08 15:13:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01a3b4ae-15e3-474e-8bac-7978e57dcdac] received +2025-09-08 15:13:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01a3b4ae-15e3-474e-8bac-7978e57dcdac] succeeded in 0.0028769379714503884s: None +2025-09-08 15:13:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64515211-cdef-47ae-ba2f-f15335e5f365] received +2025-09-08 15:13:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64515211-cdef-47ae-ba2f-f15335e5f365] succeeded in 0.00228849402628839s: None +2025-09-08 15:13:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d37c131-1fec-4f10-bf5e-b9ed032638e3] received +2025-09-08 15:13:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d37c131-1fec-4f10-bf5e-b9ed032638e3] succeeded in 0.0022628840524703264s: None +2025-09-08 15:13:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36707a29-57a0-4a40-9ef4-797f9da8b8f1] received +2025-09-08 15:13:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36707a29-57a0-4a40-9ef4-797f9da8b8f1] succeeded in 0.0028559709899127483s: None +2025-09-08 15:13:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4872f234-9760-4897-b221-140dffe2c6c8] received +2025-09-08 15:13:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4872f234-9760-4897-b221-140dffe2c6c8] succeeded in 0.002445360063575208s: None +2025-09-08 15:13:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7857ac4b-ef87-4ba7-b022-08dcee0f54ec] received +2025-09-08 15:13:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7857ac4b-ef87-4ba7-b022-08dcee0f54ec] succeeded in 0.002418068004772067s: None +2025-09-08 15:13:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aad15e36-ce20-48df-9dad-5791e570f59e] received +2025-09-08 15:13:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aad15e36-ce20-48df-9dad-5791e570f59e] succeeded in 0.007978181936778128s: None +2025-09-08 15:13:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69dd0257-6cc6-4a28-9399-8306e79c96ff] received +2025-09-08 15:13:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69dd0257-6cc6-4a28-9399-8306e79c96ff] succeeded in 0.002521212911233306s: None +2025-09-08 15:13:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59b835dc-7ac6-4809-a6c9-995905d5ab21] received +2025-09-08 15:13:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59b835dc-7ac6-4809-a6c9-995905d5ab21] succeeded in 0.0022157940547913313s: None +2025-09-08 15:13:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd3c5b0b-f703-4b6b-a377-56a69026ef70] received +2025-09-08 15:13:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd3c5b0b-f703-4b6b-a377-56a69026ef70] succeeded in 0.0023356459569185972s: None +2025-09-08 15:13:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00cca689-f63e-4542-851d-7cec262b4380] received +2025-09-08 15:13:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00cca689-f63e-4542-851d-7cec262b4380] succeeded in 0.0017118520336225629s: None +2025-09-08 15:13:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae4191a4-53a2-4fa0-9187-fbbf6457a7c1] received +2025-09-08 15:13:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae4191a4-53a2-4fa0-9187-fbbf6457a7c1] succeeded in 0.0026541060069575906s: None +2025-09-08 15:13:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30f7617a-2a52-44dc-b387-f02e8427683b] received +2025-09-08 15:13:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30f7617a-2a52-44dc-b387-f02e8427683b] succeeded in 0.002260041073895991s: None +2025-09-08 15:13:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[205d07f0-0d63-4fc9-b146-081e05557739] received +2025-09-08 15:13:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[205d07f0-0d63-4fc9-b146-081e05557739] succeeded in 0.0030297540361061692s: None +2025-09-08 15:13:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfce890c-51d4-4fd7-a144-9aa8f2ee0932] received +2025-09-08 15:13:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfce890c-51d4-4fd7-a144-9aa8f2ee0932] succeeded in 0.0024601840414106846s: None +2025-09-08 15:13:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:13:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:13:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94cab385-47f4-441f-ae8b-42bf52eb956f] received +2025-09-08 15:13:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94cab385-47f4-441f-ae8b-42bf52eb956f] succeeded in 0.006780214956961572s: None +2025-09-08 15:13:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abfdd7ca-671a-46ff-b2fc-f059778a84b8] received +2025-09-08 15:14:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abfdd7ca-671a-46ff-b2fc-f059778a84b8] succeeded in 0.0029282879550009966s: None +2025-09-08 15:14:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b352853-4f5d-45c1-8dca-2e8f8478094e] received +2025-09-08 15:14:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b352853-4f5d-45c1-8dca-2e8f8478094e] succeeded in 0.0023894140031188726s: None +2025-09-08 15:14:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc2edb7b-ae5a-4de2-9363-1258eba68e44] received +2025-09-08 15:14:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc2edb7b-ae5a-4de2-9363-1258eba68e44] succeeded in 0.003005007980391383s: None +2025-09-08 15:14:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[089099f8-bdd0-49d8-bbcc-0680e188e175] received +2025-09-08 15:14:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[089099f8-bdd0-49d8-bbcc-0680e188e175] succeeded in 0.002583098947070539s: None +2025-09-08 15:14:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a28512ac-f43b-471f-9922-d48e1f82b9a0] received +2025-09-08 15:14:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a28512ac-f43b-471f-9922-d48e1f82b9a0] succeeded in 0.0025567960692569613s: None +2025-09-08 15:14:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8308dc75-50d9-4f24-8502-8fbfdf02b7c2] received +2025-09-08 15:14:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8308dc75-50d9-4f24-8502-8fbfdf02b7c2] succeeded in 0.002801649970933795s: None +2025-09-08 15:14:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a92e395-06ae-445a-9675-7aa807f4b79a] received +2025-09-08 15:14:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a92e395-06ae-445a-9675-7aa807f4b79a] succeeded in 0.002807983080856502s: None +2025-09-08 15:14:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1e88b26-a2cc-45fe-a065-3198ef09dc75] received +2025-09-08 15:14:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1e88b26-a2cc-45fe-a065-3198ef09dc75] succeeded in 0.0024021209683269262s: None +2025-09-08 15:14:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[158e25dd-ca59-4501-9c3f-15b6bf1c0b95] received +2025-09-08 15:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[158e25dd-ca59-4501-9c3f-15b6bf1c0b95] succeeded in 0.0027105920016765594s: None +2025-09-08 15:14:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[380b22ee-cb7c-4021-ac04-74c1a08eba9c] received +2025-09-08 15:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[380b22ee-cb7c-4021-ac04-74c1a08eba9c] succeeded in 0.0024081600131466985s: None +2025-09-08 15:14:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d7291fd-00b5-4091-a997-02c30897b4bf] received +2025-09-08 15:14:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d7291fd-00b5-4091-a997-02c30897b4bf] succeeded in 0.002032337011769414s: None +2025-09-08 15:14:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c24bc894-da2a-476c-804c-47ce938c839c] received +2025-09-08 15:14:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c24bc894-da2a-476c-804c-47ce938c839c] succeeded in 0.002615851000882685s: None +2025-09-08 15:14:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23a5d4a0-2bee-4528-8bb3-36fc680acadf] received +2025-09-08 15:14:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23a5d4a0-2bee-4528-8bb3-36fc680acadf] succeeded in 0.0022987439297139645s: None +2025-09-08 15:14:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[015fcdaf-73d4-4bd3-a24b-3bc44db416b1] received +2025-09-08 15:14:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[015fcdaf-73d4-4bd3-a24b-3bc44db416b1] succeeded in 0.0027505269972607493s: None +2025-09-08 15:14:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b262ea0f-b42e-4eba-9586-9003ce280fa4] received +2025-09-08 15:14:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b262ea0f-b42e-4eba-9586-9003ce280fa4] succeeded in 0.0024389890022575855s: None +2025-09-08 15:14:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8849e8ca-5553-431c-a43d-38a14802b760] received +2025-09-08 15:14:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8849e8ca-5553-431c-a43d-38a14802b760] succeeded in 0.0024665140081197023s: None +2025-09-08 15:14:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5af70b8c-68b9-40a2-95f8-e6fbf7897e80] received +2025-09-08 15:14:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5af70b8c-68b9-40a2-95f8-e6fbf7897e80] succeeded in 0.002707533072680235s: None +2025-09-08 15:14:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d4cfe90-024f-4815-8369-04cd328ccee1] received +2025-09-08 15:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d4cfe90-024f-4815-8369-04cd328ccee1] succeeded in 0.002118681906722486s: None +2025-09-08 15:14:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9400fa0-599e-4aa3-88da-69c01ccaec6a] received +2025-09-08 15:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9400fa0-599e-4aa3-88da-69c01ccaec6a] succeeded in 0.0028490100521594286s: None +2025-09-08 15:14:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d957c23-2878-45fe-a4f7-c40ff5073515] received +2025-09-08 15:14:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d957c23-2878-45fe-a4f7-c40ff5073515] succeeded in 0.0025237149093300104s: None +2025-09-08 15:14:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44ae2f0d-a5b5-4e3c-98b5-911c09d8faf6] received +2025-09-08 15:14:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44ae2f0d-a5b5-4e3c-98b5-911c09d8faf6] succeeded in 0.00263289303984493s: None +2025-09-08 15:14:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e264610e-856f-4beb-a6d0-28f9260b87bc] received +2025-09-08 15:14:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e264610e-856f-4beb-a6d0-28f9260b87bc] succeeded in 0.0025970409624278545s: None +2025-09-08 15:14:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d78a0b5f-e71a-4456-9a86-9785db7f9c7e] received +2025-09-08 15:14:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d78a0b5f-e71a-4456-9a86-9785db7f9c7e] succeeded in 0.0027437080862000585s: None +2025-09-08 15:14:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce0f83f3-4613-45be-9d95-2f3c77bc7a87] received +2025-09-08 15:14:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce0f83f3-4613-45be-9d95-2f3c77bc7a87] succeeded in 0.0023129599867388606s: None +2025-09-08 15:14:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92d192ac-e93a-485f-8d6c-2a1874c584f1] received +2025-09-08 15:14:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92d192ac-e93a-485f-8d6c-2a1874c584f1] succeeded in 0.0023483349941670895s: None +2025-09-08 15:14:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[434fe9b3-cff4-41c9-a1c9-8f3e9397df74] received +2025-09-08 15:14:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[434fe9b3-cff4-41c9-a1c9-8f3e9397df74] succeeded in 0.0023156950483098626s: None +2025-09-08 15:14:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[619ab0ef-f72c-4f10-bc96-a0f0bf7725b2] received +2025-09-08 15:14:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[619ab0ef-f72c-4f10-bc96-a0f0bf7725b2] succeeded in 0.0024100010050460696s: None +2025-09-08 15:14:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a899e898-76b5-4353-9ea4-34410dc9c0f0] received +2025-09-08 15:14:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a899e898-76b5-4353-9ea4-34410dc9c0f0] succeeded in 0.002963548991829157s: None +2025-09-08 15:14:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7463f1e-25ce-4bdf-b4e2-b91e210ac86c] received +2025-09-08 15:14:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7463f1e-25ce-4bdf-b4e2-b91e210ac86c] succeeded in 0.002602581982500851s: None +2025-09-08 15:14:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:14:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:14:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c31e1b6e-68b5-4102-a4db-bb0e2f3002c3] received +2025-09-08 15:14:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c31e1b6e-68b5-4102-a4db-bb0e2f3002c3] succeeded in 0.002436863025650382s: None +2025-09-08 15:14:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe14013f-3e47-45ab-8f33-3f2a70872ffd] received +2025-09-08 15:15:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe14013f-3e47-45ab-8f33-3f2a70872ffd] succeeded in 0.0024162180488929152s: None +2025-09-08 15:15:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80da0770-23d4-4f8b-8ccd-a91553da289c] received +2025-09-08 15:15:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80da0770-23d4-4f8b-8ccd-a91553da289c] succeeded in 0.002405882114544511s: None +2025-09-08 15:15:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3231b56-45ee-4827-976d-16017bcf35bf] received +2025-09-08 15:15:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3231b56-45ee-4827-976d-16017bcf35bf] succeeded in 0.0030177299631759524s: None +2025-09-08 15:15:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fce2c453-e301-41d7-ba7a-c4f15f7469f5] received +2025-09-08 15:15:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fce2c453-e301-41d7-ba7a-c4f15f7469f5] succeeded in 0.0022093430161476135s: None +2025-09-08 15:15:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4db1a412-df25-4046-bca3-7dc636ce5551] received +2025-09-08 15:15:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4db1a412-df25-4046-bca3-7dc636ce5551] succeeded in 0.0020613130182027817s: None +2025-09-08 15:15:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ca07a24-c82f-4dbb-9aca-71f311602eb4] received +2025-09-08 15:15:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ca07a24-c82f-4dbb-9aca-71f311602eb4] succeeded in 0.002477367059327662s: None +2025-09-08 15:15:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[307b9d20-ba8d-45d9-8af6-daf60b3f57a2] received +2025-09-08 15:15:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[307b9d20-ba8d-45d9-8af6-daf60b3f57a2] succeeded in 0.0026726130163297057s: None +2025-09-08 15:15:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df14d784-1977-4cce-b87e-b97906acae63] received +2025-09-08 15:15:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df14d784-1977-4cce-b87e-b97906acae63] succeeded in 0.0028799549909308553s: None +2025-09-08 15:15:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[980d2b5a-ac23-433a-a35f-55d003d1cdc1] received +2025-09-08 15:15:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[980d2b5a-ac23-433a-a35f-55d003d1cdc1] succeeded in 0.002586059970781207s: None +2025-09-08 15:15:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dad91476-c0c9-4e1e-a587-1c7ecb547996] received +2025-09-08 15:15:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dad91476-c0c9-4e1e-a587-1c7ecb547996] succeeded in 0.0026644429890438914s: None +2025-09-08 15:15:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3db9c28-55c7-4062-839d-970aa1b4a43e] received +2025-09-08 15:15:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3db9c28-55c7-4062-839d-970aa1b4a43e] succeeded in 0.002790112979710102s: None +2025-09-08 15:15:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74417fab-9033-4828-ba2b-b9152c9f97b4] received +2025-09-08 15:15:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74417fab-9033-4828-ba2b-b9152c9f97b4] succeeded in 0.002553576952777803s: None +2025-09-08 15:15:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55293b67-ebcb-420b-80a2-d5cf68bbf721] received +2025-09-08 15:15:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55293b67-ebcb-420b-80a2-d5cf68bbf721] succeeded in 0.0028051260160282254s: None +2025-09-08 15:15:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[085a3bbb-458b-481a-a907-52941fed7cad] received +2025-09-08 15:15:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[085a3bbb-458b-481a-a907-52941fed7cad] succeeded in 0.002731217071413994s: None +2025-09-08 15:15:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77c547ca-c81d-4462-b434-01c9eaaadff1] received +2025-09-08 15:15:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77c547ca-c81d-4462-b434-01c9eaaadff1] succeeded in 0.002700529061257839s: None +2025-09-08 15:15:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf93c172-71c6-431e-ae4f-e1e60d9ac112] received +2025-09-08 15:15:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf93c172-71c6-431e-ae4f-e1e60d9ac112] succeeded in 0.002523393020965159s: None +2025-09-08 15:15:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67d9d7e9-3f00-4e73-b503-f875e9a81f26] received +2025-09-08 15:15:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67d9d7e9-3f00-4e73-b503-f875e9a81f26] succeeded in 0.002338196965865791s: None +2025-09-08 15:15:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88510171-529c-4672-ac90-ddf6c6121bb2] received +2025-09-08 15:15:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88510171-529c-4672-ac90-ddf6c6121bb2] succeeded in 0.002391307963989675s: None +2025-09-08 15:15:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:15:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98cdffad-88ce-408d-92a6-56e8cd1fe63e] received +2025-09-08 15:15:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98cdffad-88ce-408d-92a6-56e8cd1fe63e] succeeded in 0.0023959260433912277s: None +2025-09-08 15:15:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:15:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:15:43 [INFO] Celery[DW-STDERR]: Storing track 'Let The Games Begin' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:15:43 [INFO] Celery[DW-STDERR]: Successfully stored track 'Let The Games Begin' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:15:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:15:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9815d4f5-c5d4-422d-9c89-1007f3bf66ca] received +2025-09-08 15:15:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9815d4f5-c5d4-422d-9c89-1007f3bf66ca] succeeded in 0.0022131259320303798s: None +2025-09-08 15:15:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:16:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:16:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f70aa4fc-c611-45b0-bb32-5e7fe0d4a7fb] received +2025-09-08 15:16:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f70aa4fc-c611-45b0-bb32-5e7fe0d4a7fb] succeeded in 0.00161978998221457s: None +2025-09-08 15:16:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d999e681-c744-4747-854d-396d506d38a8] received +2025-09-08 15:16:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d999e681-c744-4747-854d-396d506d38a8] succeeded in 0.001681554946117103s: None +2025-09-08 15:16:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8634a41c-0152-4ffe-9ee6-de9b58b56072] received +2025-09-08 15:16:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8634a41c-0152-4ffe-9ee6-de9b58b56072] succeeded in 0.0022090720012784004s: None +2025-09-08 15:16:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e7c352f-1dab-433e-af48-e11cf250536f] received +2025-09-08 15:16:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e7c352f-1dab-433e-af48-e11cf250536f] succeeded in 0.0024537589633837342s: None +2025-09-08 15:16:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1843f707-d99b-4f04-9952-b722a7bde7e6] received +2025-09-08 15:16:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1843f707-d99b-4f04-9952-b722a7bde7e6] succeeded in 0.0022980530047789216s: None +2025-09-08 15:16:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70d0e3fb-124a-48ca-be31-1c53f307c744] received +2025-09-08 15:16:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70d0e3fb-124a-48ca-be31-1c53f307c744] succeeded in 0.0025395220145583153s: None +2025-09-08 15:16:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f66cfaa6-e76a-4ff2-b805-07d4edc69075] received +2025-09-08 15:16:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f66cfaa6-e76a-4ff2-b805-07d4edc69075] succeeded in 0.0023053489858284593s: None +2025-09-08 15:16:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cea73ba-0bbb-4680-8d5a-9951cc720b23] received +2025-09-08 15:16:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cea73ba-0bbb-4680-8d5a-9951cc720b23] succeeded in 0.0029413789743557572s: None +2025-09-08 15:16:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40f46c57-1026-4ce0-922c-4d753c36959d] received +2025-09-08 15:16:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40f46c57-1026-4ce0-922c-4d753c36959d] succeeded in 0.0020458679646253586s: None +2025-09-08 15:16:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41405849-60cd-4f7b-a2cd-a91d3ec9d344] received +2025-09-08 15:16:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41405849-60cd-4f7b-a2cd-a91d3ec9d344] succeeded in 0.0025068619288504124s: None +2025-09-08 15:16:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07ce300c-72a3-4181-b4a4-5bcb0da38512] received +2025-09-08 15:16:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07ce300c-72a3-4181-b4a4-5bcb0da38512] succeeded in 0.002787875011563301s: None +2025-09-08 15:16:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e900304-fd8e-482b-8146-605bfcfa4bb2] received +2025-09-08 15:16:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e900304-fd8e-482b-8146-605bfcfa4bb2] succeeded in 0.002711443929001689s: None +2025-09-08 15:16:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[495380f8-576f-4870-93f4-456e3381f93d] received +2025-09-08 15:16:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[495380f8-576f-4870-93f4-456e3381f93d] succeeded in 0.002700275043025613s: None +2025-09-08 15:16:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[229931db-2fad-487a-91ad-6ad0e45ba0ab] received +2025-09-08 15:16:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[229931db-2fad-487a-91ad-6ad0e45ba0ab] succeeded in 0.002803900046274066s: None +2025-09-08 15:16:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:16:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:16:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e044da3c-ff58-48e7-a4d6-dc4f6552f2cc] received +2025-09-08 15:16:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e044da3c-ff58-48e7-a4d6-dc4f6552f2cc] succeeded in 0.002579050953499973s: None +2025-09-08 15:16:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80735c06-eb68-4907-b48d-7f6a6fdc7a6c] received +2025-09-08 15:17:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80735c06-eb68-4907-b48d-7f6a6fdc7a6c] succeeded in 0.0026592538924887776s: None +2025-09-08 15:17:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a65db65-6fae-489c-8f54-e9d1e680e1f8] received +2025-09-08 15:17:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a65db65-6fae-489c-8f54-e9d1e680e1f8] succeeded in 0.0028209619922563434s: None +2025-09-08 15:17:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29d125fd-14cf-41d4-92c4-62a40b9300f2] received +2025-09-08 15:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29d125fd-14cf-41d4-92c4-62a40b9300f2] succeeded in 0.002856011036783457s: None +2025-09-08 15:17:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[666b5479-11e0-4ccc-9c5d-4291db0c0d0d] received +2025-09-08 15:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[666b5479-11e0-4ccc-9c5d-4291db0c0d0d] succeeded in 0.0026993859792128205s: None +2025-09-08 15:17:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44f0dcab-7613-4156-ba73-dad4f07cd877] received +2025-09-08 15:17:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44f0dcab-7613-4156-ba73-dad4f07cd877] succeeded in 0.0026581190759316087s: None +2025-09-08 15:17:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7016522-eabd-456b-9355-a5d589326090] received +2025-09-08 15:17:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7016522-eabd-456b-9355-a5d589326090] succeeded in 0.0025004539638757706s: None +2025-09-08 15:17:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61809148-0293-46a1-8483-d3ae490b3189] received +2025-09-08 15:17:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61809148-0293-46a1-8483-d3ae490b3189] succeeded in 0.0026599549455568194s: None +2025-09-08 15:17:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8bc09c6-b7ac-4a21-a4df-747c25c5741c] received +2025-09-08 15:17:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8bc09c6-b7ac-4a21-a4df-747c25c5741c] succeeded in 0.002988756983540952s: None +2025-09-08 15:17:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23a907c0-b91b-4532-ae67-5bad5cb42cac] received +2025-09-08 15:17:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23a907c0-b91b-4532-ae67-5bad5cb42cac] succeeded in 0.002527180011384189s: None +2025-09-08 15:17:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[995067f3-1ec2-4140-8c27-ea079b11495a] received +2025-09-08 15:17:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[995067f3-1ec2-4140-8c27-ea079b11495a] succeeded in 0.002315146033652127s: None +2025-09-08 15:17:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35ab8152-5f3f-4ee5-a7c3-9bbedacbdadc] received +2025-09-08 15:17:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35ab8152-5f3f-4ee5-a7c3-9bbedacbdadc] succeeded in 0.002176569076254964s: None +2025-09-08 15:17:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[974363a9-4464-4c8b-9470-44cbf380c29d] received +2025-09-08 15:17:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[974363a9-4464-4c8b-9470-44cbf380c29d] succeeded in 0.0022468039533123374s: None +2025-09-08 15:17:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9966370b-e97f-45ad-a8fa-38d7e6b74654] received +2025-09-08 15:17:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9966370b-e97f-45ad-a8fa-38d7e6b74654] succeeded in 0.002318392042070627s: None +2025-09-08 15:17:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23ca7ac5-3ec5-4386-a44a-ee6ef6a3189f] received +2025-09-08 15:17:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23ca7ac5-3ec5-4386-a44a-ee6ef6a3189f] succeeded in 0.002678981050848961s: None +2025-09-08 15:17:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa6b7ef3-da42-4fef-800a-3da2979e0b4d] received +2025-09-08 15:17:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa6b7ef3-da42-4fef-800a-3da2979e0b4d] succeeded in 0.002014926983974874s: None +2025-09-08 15:17:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d58ff5db-0297-4ce9-99af-6beb79c4672a] received +2025-09-08 15:17:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d58ff5db-0297-4ce9-99af-6beb79c4672a] succeeded in 0.0027916990220546722s: None +2025-09-08 15:17:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b968056-bcd1-48e1-bba6-0640544802cd] received +2025-09-08 15:17:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b968056-bcd1-48e1-bba6-0640544802cd] succeeded in 0.002326127956621349s: None +2025-09-08 15:17:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00469db7-207d-426d-8f78-52de5ac1c13a] received +2025-09-08 15:17:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00469db7-207d-426d-8f78-52de5ac1c13a] succeeded in 0.0028237280203029513s: None +2025-09-08 15:17:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5670a0f1-9154-44b4-b873-da40c7370f73] received +2025-09-08 15:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5670a0f1-9154-44b4-b873-da40c7370f73] succeeded in 0.00281722703948617s: None +2025-09-08 15:17:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2601c508-c7f8-481b-a9e2-d1a034a5add1] received +2025-09-08 15:17:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2601c508-c7f8-481b-a9e2-d1a034a5add1] succeeded in 0.0024899770505726337s: None +2025-09-08 15:17:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d00d354a-c93b-4999-b7f9-278a4946b3d4] received +2025-09-08 15:17:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d00d354a-c93b-4999-b7f9-278a4946b3d4] succeeded in 0.0019455800065770745s: None +2025-09-08 15:17:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37898e65-19be-4e39-9034-5e34c9851f9a] received +2025-09-08 15:17:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37898e65-19be-4e39-9034-5e34c9851f9a] succeeded in 0.0026933419285342097s: None +2025-09-08 15:17:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:17:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:17:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2137e70-e3d3-4146-b5bc-db189dfc23de] received +2025-09-08 15:17:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2137e70-e3d3-4146-b5bc-db189dfc23de] succeeded in 0.0029074810445308685s: None +2025-09-08 15:17:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19307b6c-8c7c-4d4a-974a-212fb069e310] received +2025-09-08 15:18:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19307b6c-8c7c-4d4a-974a-212fb069e310] succeeded in 0.0011448130244389176s: None +2025-09-08 15:18:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56cd8a99-ed39-457e-81c6-afae63ea2c2a] received +2025-09-08 15:18:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56cd8a99-ed39-457e-81c6-afae63ea2c2a] succeeded in 0.002831674995832145s: None +2025-09-08 15:18:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f6a7908-efeb-4ddf-ae6f-3c2097fe93a7] received +2025-09-08 15:18:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f6a7908-efeb-4ddf-ae6f-3c2097fe93a7] succeeded in 0.0025120009668171406s: None +2025-09-08 15:18:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d113334-d55d-480e-a440-370cf51195cd] received +2025-09-08 15:18:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d113334-d55d-480e-a440-370cf51195cd] succeeded in 0.002298592939041555s: None +2025-09-08 15:18:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[472ce5a9-cb1e-46b2-8106-d3c1d7f5b34e] received +2025-09-08 15:18:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[472ce5a9-cb1e-46b2-8106-d3c1d7f5b34e] succeeded in 0.002563450951129198s: None +2025-09-08 15:18:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e4ae978-0c2b-40ca-bb05-98e732f8b381] received +2025-09-08 15:18:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e4ae978-0c2b-40ca-bb05-98e732f8b381] succeeded in 0.002725466969422996s: None +2025-09-08 15:18:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c8818da-fc72-4a05-89ec-07cd7c116cd5] received +2025-09-08 15:18:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c8818da-fc72-4a05-89ec-07cd7c116cd5] succeeded in 0.0022985480027273297s: None +2025-09-08 15:18:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abf17d0a-668e-4b2f-b8a2-2b1c1b84a1e5] received +2025-09-08 15:18:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abf17d0a-668e-4b2f-b8a2-2b1c1b84a1e5] succeeded in 0.0026614590315148234s: None +2025-09-08 15:18:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c354004-095f-4ba7-9615-2569c4a2695b] received +2025-09-08 15:18:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c354004-095f-4ba7-9615-2569c4a2695b] succeeded in 0.0023448350839316845s: None +2025-09-08 15:18:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca26da5d-ceae-4ba8-a7f4-6a40fef13756] received +2025-09-08 15:18:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca26da5d-ceae-4ba8-a7f4-6a40fef13756] succeeded in 0.002629852038808167s: None +2025-09-08 15:18:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9f50a10-0599-42ff-8b2e-75a3205809b9] received +2025-09-08 15:18:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9f50a10-0599-42ff-8b2e-75a3205809b9] succeeded in 0.0024042100412771106s: None +2025-09-08 15:18:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b4301b-edc8-4c52-80f9-4ffe8531f652] received +2025-09-08 15:18:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b4301b-edc8-4c52-80f9-4ffe8531f652] succeeded in 0.006705231033265591s: None +2025-09-08 15:18:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdd1e226-bb8e-49ed-9da0-e3ae37726a96] received +2025-09-08 15:18:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdd1e226-bb8e-49ed-9da0-e3ae37726a96] succeeded in 0.0010963809909299016s: None +2025-09-08 15:18:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d36db6cd-2ee6-414c-a93f-de49fa03a08c] received +2025-09-08 15:18:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d36db6cd-2ee6-414c-a93f-de49fa03a08c] succeeded in 0.0024171299301087856s: None +2025-09-08 15:18:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3c43393-0ae2-4636-a1dc-0f7d41e16a2d] received +2025-09-08 15:18:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3c43393-0ae2-4636-a1dc-0f7d41e16a2d] succeeded in 0.003142504021525383s: None +2025-09-08 15:18:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[415124eb-2c3e-4be8-b904-43536de8219d] received +2025-09-08 15:18:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[415124eb-2c3e-4be8-b904-43536de8219d] succeeded in 0.002552026999182999s: None +2025-09-08 15:18:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f14c91c-2c7f-446f-9c0d-436783a69c7a] received +2025-09-08 15:18:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f14c91c-2c7f-446f-9c0d-436783a69c7a] succeeded in 0.0028278710087761283s: None +2025-09-08 15:18:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c52b4cfe-5131-437a-baa6-6bc504aec0a7] received +2025-09-08 15:18:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c52b4cfe-5131-437a-baa6-6bc504aec0a7] succeeded in 0.002611373900435865s: None +2025-09-08 15:18:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54782a15-75a4-408f-b4dd-42e61d3cfd02] received +2025-09-08 15:18:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54782a15-75a4-408f-b4dd-42e61d3cfd02] succeeded in 0.002728575957007706s: None +2025-09-08 15:18:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f637dd7a-56f9-454d-998e-40c1c767ac18] received +2025-09-08 15:18:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f637dd7a-56f9-454d-998e-40c1c767ac18] succeeded in 0.0025503680808469653s: None +2025-09-08 15:18:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[012f75a7-46e2-4d03-b61d-61c5aec0d390] received +2025-09-08 15:18:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[012f75a7-46e2-4d03-b61d-61c5aec0d390] succeeded in 0.0020018189679831266s: None +2025-09-08 15:18:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17799035-37f4-4a24-b30c-06426656fa88] received +2025-09-08 15:18:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17799035-37f4-4a24-b30c-06426656fa88] succeeded in 0.0028282039565965533s: None +2025-09-08 15:18:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:18:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:18:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b78bd272-1b35-45ca-8e04-9dfda828912b] received +2025-09-08 15:18:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b78bd272-1b35-45ca-8e04-9dfda828912b] succeeded in 0.0032506880816072226s: None +2025-09-08 15:18:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f34e805e-ce72-4176-990b-4eeceee24305] received +2025-09-08 15:19:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f34e805e-ce72-4176-990b-4eeceee24305] succeeded in 0.002330030081793666s: None +2025-09-08 15:19:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a51578f-8092-44e5-b4c1-07e6a68a368d] received +2025-09-08 15:19:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a51578f-8092-44e5-b4c1-07e6a68a368d] succeeded in 0.002282870002090931s: None +2025-09-08 15:19:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a932916-7e54-4676-afbb-db12f0f8a1e0] received +2025-09-08 15:19:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a932916-7e54-4676-afbb-db12f0f8a1e0] succeeded in 0.0023530059261247516s: None +2025-09-08 15:19:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dc85397-c965-4e69-a646-29a5ffe09d03] received +2025-09-08 15:19:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dc85397-c965-4e69-a646-29a5ffe09d03] succeeded in 0.002700629993341863s: None +2025-09-08 15:19:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ba5fcc8-d0c4-4e2f-8865-51f32ed31e4e] received +2025-09-08 15:19:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ba5fcc8-d0c4-4e2f-8865-51f32ed31e4e] succeeded in 0.002425041049718857s: None +2025-09-08 15:19:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53c8f648-b622-42b4-a0f9-de9399cc69ea] received +2025-09-08 15:19:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53c8f648-b622-42b4-a0f9-de9399cc69ea] succeeded in 0.0025867290096357465s: None +2025-09-08 15:19:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51e37c0c-7fe8-4adb-9162-01c649c7bb46] received +2025-09-08 15:19:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51e37c0c-7fe8-4adb-9162-01c649c7bb46] succeeded in 0.0028490190161392093s: None +2025-09-08 15:19:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fc37364-0cf5-4051-ab57-d110f1e3f012] received +2025-09-08 15:19:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4fc37364-0cf5-4051-ab57-d110f1e3f012] succeeded in 0.0021665970562025905s: None +2025-09-08 15:19:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59e2f1a7-3672-4f11-965b-d6b21928fd4a] received +2025-09-08 15:19:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59e2f1a7-3672-4f11-965b-d6b21928fd4a] succeeded in 0.00260723102837801s: None +2025-09-08 15:19:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd2ccec8-5f25-4d56-9d14-2e7e8eab4597] received +2025-09-08 15:19:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd2ccec8-5f25-4d56-9d14-2e7e8eab4597] succeeded in 0.002938019926659763s: None +2025-09-08 15:19:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f42efb2e-1112-4bdd-bb2e-b4e7b3f82afc] received +2025-09-08 15:19:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f42efb2e-1112-4bdd-bb2e-b4e7b3f82afc] succeeded in 0.002514073974452913s: None +2025-09-08 15:19:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3afe742-4fab-4407-b5bd-6b863c4c9683] received +2025-09-08 15:19:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3afe742-4fab-4407-b5bd-6b863c4c9683] succeeded in 0.002177953952923417s: None +2025-09-08 15:19:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1eb1034e-febe-4ff7-9d3c-cc89a0b073f5] received +2025-09-08 15:19:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1eb1034e-febe-4ff7-9d3c-cc89a0b073f5] succeeded in 0.002880727988667786s: None +2025-09-08 15:19:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f58cdcd0-6e51-4bc4-9eb8-726aff358f6c] received +2025-09-08 15:19:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f58cdcd0-6e51-4bc4-9eb8-726aff358f6c] succeeded in 0.0026806939858943224s: None +2025-09-08 15:19:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26c12070-59ff-48c9-8c07-dc70f32a30b4] received +2025-09-08 15:19:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26c12070-59ff-48c9-8c07-dc70f32a30b4] succeeded in 0.0024908550549298525s: None +2025-09-08 15:19:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[062ba473-835f-4d4f-aac8-d95a50acb02f] received +2025-09-08 15:19:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[062ba473-835f-4d4f-aac8-d95a50acb02f] succeeded in 0.0028353739762678742s: None +2025-09-08 15:19:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76cd9ed8-86f8-4905-9317-5a7325c033ab] received +2025-09-08 15:19:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76cd9ed8-86f8-4905-9317-5a7325c033ab] succeeded in 0.0050821329932659864s: None +2025-09-08 15:19:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a948c4b1-4245-46d2-8889-597d1f2c11e7] received +2025-09-08 15:19:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a948c4b1-4245-46d2-8889-597d1f2c11e7] succeeded in 0.002155193011276424s: None +2025-09-08 15:19:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77113bb8-9f20-4412-b650-037238d01759] received +2025-09-08 15:19:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77113bb8-9f20-4412-b650-037238d01759] succeeded in 0.0022353630047291517s: None +2025-09-08 15:19:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1937a97a-e20d-4177-8299-0071cf39ae00] received +2025-09-08 15:19:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1937a97a-e20d-4177-8299-0071cf39ae00] succeeded in 0.002173714921809733s: None +2025-09-08 15:19:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c223fe16-c9a7-4837-b90f-274eeb50de24] received +2025-09-08 15:19:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c223fe16-c9a7-4837-b90f-274eeb50de24] succeeded in 0.002489728038199246s: None +2025-09-08 15:19:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[023d037e-771c-40d8-873c-fafbb12f69e4] received +2025-09-08 15:19:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[023d037e-771c-40d8-873c-fafbb12f69e4] succeeded in 0.0023857569321990013s: None +2025-09-08 15:19:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:19:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:19:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d25013d-6927-4a4d-8855-9034da8c4c9f] received +2025-09-08 15:19:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d25013d-6927-4a4d-8855-9034da8c4c9f] succeeded in 0.00260347593575716s: None +2025-09-08 15:19:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ab7a57c-c4f7-434e-acdf-217c981aee8a] received +2025-09-08 15:20:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ab7a57c-c4f7-434e-acdf-217c981aee8a] succeeded in 0.002176449983380735s: None +2025-09-08 15:20:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[420be385-cc5a-46a0-9ad6-84974ade2b03] received +2025-09-08 15:20:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[420be385-cc5a-46a0-9ad6-84974ade2b03] succeeded in 0.0027938809944316745s: None +2025-09-08 15:20:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bb06587-66e7-42bd-892c-28eb16661df6] received +2025-09-08 15:20:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bb06587-66e7-42bd-892c-28eb16661df6] succeeded in 0.002737783011980355s: None +2025-09-08 15:20:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2eb73385-d1a8-460a-bffa-7bffc32102a6] received +2025-09-08 15:20:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2eb73385-d1a8-460a-bffa-7bffc32102a6] succeeded in 0.002977196010760963s: None +2025-09-08 15:20:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[860c8663-ae39-4933-bb59-8a640668ccca] received +2025-09-08 15:20:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[860c8663-ae39-4933-bb59-8a640668ccca] succeeded in 0.0027827220037579536s: None +2025-09-08 15:20:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea91536b-da3f-47f5-8552-a1208bd325f9] received +2025-09-08 15:20:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea91536b-da3f-47f5-8552-a1208bd325f9] succeeded in 0.0026652999222278595s: None +2025-09-08 15:20:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f8c3244-e6ef-4882-80c6-363e94adc7d5] received +2025-09-08 15:20:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f8c3244-e6ef-4882-80c6-363e94adc7d5] succeeded in 0.002737024915404618s: None +2025-09-08 15:20:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52a980e0-dcb0-44b2-8a57-f67efa20c7ec] received +2025-09-08 15:20:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52a980e0-dcb0-44b2-8a57-f67efa20c7ec] succeeded in 0.00275480595882982s: None +2025-09-08 15:20:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30d843d9-8af9-4488-80b1-c810178371af] received +2025-09-08 15:20:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30d843d9-8af9-4488-80b1-c810178371af] succeeded in 0.002807851997204125s: None +2025-09-08 15:20:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca83acb5-0373-4c8c-a217-2031120ace27] received +2025-09-08 15:20:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca83acb5-0373-4c8c-a217-2031120ace27] succeeded in 0.002379828947596252s: None +2025-09-08 15:20:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a224d2ef-f42b-4699-8732-9247475c003f] received +2025-09-08 15:20:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a224d2ef-f42b-4699-8732-9247475c003f] succeeded in 0.0028667759615927935s: None +2025-09-08 15:20:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c52aa84-615c-40d2-bc4a-b776dfc84766] received +2025-09-08 15:20:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c52aa84-615c-40d2-bc4a-b776dfc84766] succeeded in 0.0025582629023119807s: None +2025-09-08 15:20:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6c8492a-eb2e-4a05-a13b-f1b5f31da3c9] received +2025-09-08 15:20:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6c8492a-eb2e-4a05-a13b-f1b5f31da3c9] succeeded in 0.0025514460867270827s: None +2025-09-08 15:20:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b07f0f90-ef0b-4c05-b1c1-63ac8d0d07c3] received +2025-09-08 15:20:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b07f0f90-ef0b-4c05-b1c1-63ac8d0d07c3] succeeded in 0.0018386200536042452s: None +2025-09-08 15:20:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[229c707f-9d51-4fca-81fa-2b07f9e97e12] received +2025-09-08 15:20:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[229c707f-9d51-4fca-81fa-2b07f9e97e12] succeeded in 0.0022919740295037627s: None +2025-09-08 15:20:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3450965-648a-4931-a6f8-6ef77879a78c] received +2025-09-08 15:20:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3450965-648a-4931-a6f8-6ef77879a78c] succeeded in 0.002265196992084384s: None +2025-09-08 15:20:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:20:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b49a1ac0-adb8-4f8b-abfa-812e20447086] received +2025-09-08 15:20:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b49a1ac0-adb8-4f8b-abfa-812e20447086] succeeded in 0.002150861080735922s: None +2025-09-08 15:20:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:20:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:20:49 [INFO] Celery[DW-STDERR]: Storing track 'Turning Out' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:20:49 [INFO] Celery[DW-STDERR]: Successfully stored track 'Turning Out' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:20:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:20:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[065d8aa3-6465-410e-a4be-85504edddd68] received +2025-09-08 15:20:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[065d8aa3-6465-410e-a4be-85504edddd68] succeeded in 0.0022255689837038517s: None +2025-09-08 15:20:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:21:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:21:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4d117d4-8785-43da-a3ad-efd21dfd069d] received +2025-09-08 15:21:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4d117d4-8785-43da-a3ad-efd21dfd069d] succeeded in 0.0019346129847690463s: None +2025-09-08 15:21:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3a87d1f-e93f-4290-906a-94c6ef24d2d2] received +2025-09-08 15:21:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3a87d1f-e93f-4290-906a-94c6ef24d2d2] succeeded in 0.0022326729958876967s: None +2025-09-08 15:21:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ef18758-d17b-4733-a004-7c92031929b5] received +2025-09-08 15:21:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ef18758-d17b-4733-a004-7c92031929b5] succeeded in 0.0023243289906531572s: None +2025-09-08 15:21:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60c73d6-b823-46d5-836d-9c5c698dc89b] received +2025-09-08 15:21:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c60c73d6-b823-46d5-836d-9c5c698dc89b] succeeded in 0.0024514589458703995s: None +2025-09-08 15:21:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed3f1ec5-48c4-48b0-a7c5-a9f251ff41d7] received +2025-09-08 15:21:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed3f1ec5-48c4-48b0-a7c5-a9f251ff41d7] succeeded in 0.0023169589694589376s: None +2025-09-08 15:21:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a93b25b5-11c9-4286-b6e5-3a890e4c865a] received +2025-09-08 15:21:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a93b25b5-11c9-4286-b6e5-3a890e4c865a] succeeded in 0.002470085979439318s: None +2025-09-08 15:21:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9be3388-d9a0-442a-9997-a39fdf062329] received +2025-09-08 15:21:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9be3388-d9a0-442a-9997-a39fdf062329] succeeded in 0.0025375649565830827s: None +2025-09-08 15:21:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[702fec4c-c65c-4550-9e9f-a6ad608b3a2e] received +2025-09-08 15:21:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[702fec4c-c65c-4550-9e9f-a6ad608b3a2e] succeeded in 0.0022622840479016304s: None +2025-09-08 15:21:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[746ffe8a-2fdf-4819-8d2a-ca2fd62f874a] received +2025-09-08 15:21:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[746ffe8a-2fdf-4819-8d2a-ca2fd62f874a] succeeded in 0.0027247410034760833s: None +2025-09-08 15:21:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:21:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:21:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d4027c1-668c-4b5c-8561-1917cba00c84] received +2025-09-08 15:21:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d4027c1-668c-4b5c-8561-1917cba00c84] succeeded in 0.0024277049815282226s: None +2025-09-08 15:22:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba5b5d41-92e9-46da-8c9b-25a8dfc52419] received +2025-09-08 15:22:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba5b5d41-92e9-46da-8c9b-25a8dfc52419] succeeded in 0.002768583013676107s: None +2025-09-08 15:22:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8ecbb6b-6779-420b-a8b8-983dd6c207ec] received +2025-09-08 15:22:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8ecbb6b-6779-420b-a8b8-983dd6c207ec] succeeded in 0.0025915090227499604s: None +2025-09-08 15:22:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70253ff7-4601-4401-b210-19e84deea4b8] received +2025-09-08 15:22:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70253ff7-4601-4401-b210-19e84deea4b8] succeeded in 0.002446858095936477s: None +2025-09-08 15:22:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[045aff7d-3518-41e2-a212-a0a369d4dd19] received +2025-09-08 15:22:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[045aff7d-3518-41e2-a212-a0a369d4dd19] succeeded in 0.0023554700892418623s: None +2025-09-08 15:22:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5df93953-9136-47b5-ac26-7bb92a3c6c2a] received +2025-09-08 15:22:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5df93953-9136-47b5-ac26-7bb92a3c6c2a] succeeded in 0.0026049709413200617s: None +2025-09-08 15:22:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6a43014-f1fc-4eca-895e-0eb0b02c7342] received +2025-09-08 15:22:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6a43014-f1fc-4eca-895e-0eb0b02c7342] succeeded in 0.0027617720188573003s: None +2025-09-08 15:22:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0811a9b0-dd54-4bec-ae1c-7cd12ef25e0a] received +2025-09-08 15:22:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0811a9b0-dd54-4bec-ae1c-7cd12ef25e0a] succeeded in 0.0026882659876719117s: None +2025-09-08 15:22:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[746b060c-19ad-422f-84cb-ded210802bcc] received +2025-09-08 15:22:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[746b060c-19ad-422f-84cb-ded210802bcc] succeeded in 0.002618595026433468s: None +2025-09-08 15:22:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[836f46d7-8405-4bde-b16f-a36cf896ea96] received +2025-09-08 15:22:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[836f46d7-8405-4bde-b16f-a36cf896ea96] succeeded in 0.0026864829706028104s: None +2025-09-08 15:22:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6994c933-7359-4922-96b4-5ae14e1e2268] received +2025-09-08 15:22:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6994c933-7359-4922-96b4-5ae14e1e2268] succeeded in 0.002395748975686729s: None +2025-09-08 15:22:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc2c4c96-95e9-49c8-a641-a595de1f0adf] received +2025-09-08 15:22:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc2c4c96-95e9-49c8-a641-a595de1f0adf] succeeded in 0.0028738969704136252s: None +2025-09-08 15:22:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[398c689a-904e-48f5-9331-28ce263e18a2] received +2025-09-08 15:22:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[398c689a-904e-48f5-9331-28ce263e18a2] succeeded in 0.002667612978257239s: None +2025-09-08 15:22:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7030c9ce-77cb-4184-8d0a-695c990a6c0f] received +2025-09-08 15:22:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7030c9ce-77cb-4184-8d0a-695c990a6c0f] succeeded in 0.002229645964689553s: None +2025-09-08 15:22:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[226e284b-ed5e-4fde-9518-8e7ddcbf7204] received +2025-09-08 15:22:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[226e284b-ed5e-4fde-9518-8e7ddcbf7204] succeeded in 0.0030375929782167077s: None +2025-09-08 15:22:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2faac4e-76d8-482e-9ab6-39a9e256bdb5] received +2025-09-08 15:22:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2faac4e-76d8-482e-9ab6-39a9e256bdb5] succeeded in 0.0027643729699775577s: None +2025-09-08 15:22:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43e5d2a6-ea1e-41b0-a88b-a847c7419516] received +2025-09-08 15:22:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43e5d2a6-ea1e-41b0-a88b-a847c7419516] succeeded in 0.0021155040012672544s: None +2025-09-08 15:22:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[590493f3-c966-4839-9592-e61dcd979616] received +2025-09-08 15:22:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[590493f3-c966-4839-9592-e61dcd979616] succeeded in 0.0027379069942981005s: None +2025-09-08 15:22:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbfb380f-ff05-43bf-a27e-b997106490e3] received +2025-09-08 15:22:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbfb380f-ff05-43bf-a27e-b997106490e3] succeeded in 0.002291330019943416s: None +2025-09-08 15:22:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27de1457-4052-4f5d-817c-899aa09db3d0] received +2025-09-08 15:22:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27de1457-4052-4f5d-817c-899aa09db3d0] succeeded in 0.002153799985535443s: None +2025-09-08 15:22:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84c31530-ebe9-46af-96c9-c94feface225] received +2025-09-08 15:22:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84c31530-ebe9-46af-96c9-c94feface225] succeeded in 0.0024658850161358714s: None +2025-09-08 15:22:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed23eca3-27f5-47df-8f2c-7b5c527d0eb4] received +2025-09-08 15:22:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed23eca3-27f5-47df-8f2c-7b5c527d0eb4] succeeded in 0.002274219994433224s: None +2025-09-08 15:22:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27a58931-c6d7-435f-9486-436648e88598] received +2025-09-08 15:22:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27a58931-c6d7-435f-9486-436648e88598] succeeded in 0.002511631930246949s: None +2025-09-08 15:22:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc95ed02-601b-40e4-b85d-270fa1c7f30f] received +2025-09-08 15:22:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc95ed02-601b-40e4-b85d-270fa1c7f30f] succeeded in 0.0021747510181739926s: None +2025-09-08 15:22:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[614d2405-e6ba-41de-b1c9-940133f1d56d] received +2025-09-08 15:22:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[614d2405-e6ba-41de-b1c9-940133f1d56d] succeeded in 0.0026389380218461156s: None +2025-09-08 15:22:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65437f50-01d4-495c-93b4-cbb3b1bb12bd] received +2025-09-08 15:22:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65437f50-01d4-495c-93b4-cbb3b1bb12bd] succeeded in 0.0033304380485787988s: None +2025-09-08 15:22:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69cc3adb-f830-4754-b429-a19dfafaebed] received +2025-09-08 15:22:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69cc3adb-f830-4754-b429-a19dfafaebed] succeeded in 0.002304292982444167s: None +2025-09-08 15:22:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0f8af62-5a39-44d6-acc5-f04a4fa269e4] received +2025-09-08 15:22:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0f8af62-5a39-44d6-acc5-f04a4fa269e4] succeeded in 0.0023888839641585946s: None +2025-09-08 15:22:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:22:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:22:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[067c85ea-e27e-433b-952e-ae72bbd1e550] received +2025-09-08 15:22:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[067c85ea-e27e-433b-952e-ae72bbd1e550] succeeded in 0.002592389937490225s: None +2025-09-08 15:22:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa6b131a-4145-4549-96f7-7a162ba8fdac] received +2025-09-08 15:23:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa6b131a-4145-4549-96f7-7a162ba8fdac] succeeded in 0.0025405019987374544s: None +2025-09-08 15:23:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99f4eb6f-614b-4544-9d43-48b565550699] received +2025-09-08 15:23:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99f4eb6f-614b-4544-9d43-48b565550699] succeeded in 0.0023846999974921346s: None +2025-09-08 15:23:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36f4602b-0ae3-407a-85a8-e4ccac3b498a] received +2025-09-08 15:23:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36f4602b-0ae3-407a-85a8-e4ccac3b498a] succeeded in 0.002678027027286589s: None +2025-09-08 15:23:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e7a19b2-9156-4031-8b40-9e40b91e40e3] received +2025-09-08 15:23:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e7a19b2-9156-4031-8b40-9e40b91e40e3] succeeded in 0.002619435894303024s: None +2025-09-08 15:23:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91d23ac7-b0a3-4a1c-975b-945bcf927133] received +2025-09-08 15:23:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91d23ac7-b0a3-4a1c-975b-945bcf927133] succeeded in 0.0027464230079203844s: None +2025-09-08 15:23:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[220a9fb8-24c4-4366-9326-70ebcd1e8b9b] received +2025-09-08 15:23:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[220a9fb8-24c4-4366-9326-70ebcd1e8b9b] succeeded in 0.002370569040067494s: None +2025-09-08 15:23:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f6a99cf-9180-4482-b16b-8b0317f80c91] received +2025-09-08 15:23:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f6a99cf-9180-4482-b16b-8b0317f80c91] succeeded in 0.0022286850726231933s: None +2025-09-08 15:23:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a7ab41f-c425-4721-852f-27bec07eb11a] received +2025-09-08 15:23:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a7ab41f-c425-4721-852f-27bec07eb11a] succeeded in 0.0028438669396564364s: None +2025-09-08 15:23:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[416537d1-0590-4883-8294-04d066cb640d] received +2025-09-08 15:23:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[416537d1-0590-4883-8294-04d066cb640d] succeeded in 0.002421904937364161s: None +2025-09-08 15:23:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[539ec6ac-8b4a-4003-895f-011ade66d46c] received +2025-09-08 15:23:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[539ec6ac-8b4a-4003-895f-011ade66d46c] succeeded in 0.0019419390009716153s: None +2025-09-08 15:23:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5acd5f92-6481-440f-9c6f-af139e6bf595] received +2025-09-08 15:23:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5acd5f92-6481-440f-9c6f-af139e6bf595] succeeded in 0.006711149006150663s: None +2025-09-08 15:23:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1443518e-4c58-4ee3-9adb-e5e51c39df60] received +2025-09-08 15:23:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1443518e-4c58-4ee3-9adb-e5e51c39df60] succeeded in 0.002512793056666851s: None +2025-09-08 15:23:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ba73a27-a452-4a73-8b1f-8048dc735a25] received +2025-09-08 15:23:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ba73a27-a452-4a73-8b1f-8048dc735a25] succeeded in 0.0028084859950467944s: None +2025-09-08 15:23:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2b64912-bb0d-4172-94a3-92677bb53c85] received +2025-09-08 15:23:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b2b64912-bb0d-4172-94a3-92677bb53c85] succeeded in 0.002650051028467715s: None +2025-09-08 15:23:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d397472-be07-4301-a1ee-78db6e1cb718] received +2025-09-08 15:23:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d397472-be07-4301-a1ee-78db6e1cb718] succeeded in 0.0025299410335719585s: None +2025-09-08 15:23:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de7f13ef-6a22-4ac8-8a70-c33b9ff1a8ff] received +2025-09-08 15:23:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de7f13ef-6a22-4ac8-8a70-c33b9ff1a8ff] succeeded in 0.002140713040716946s: None +2025-09-08 15:23:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9ea7512-6b70-42c4-8828-49c4d42883dd] received +2025-09-08 15:23:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9ea7512-6b70-42c4-8828-49c4d42883dd] succeeded in 0.0014071620535105467s: None +2025-09-08 15:23:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[447b4b48-d6b4-491b-ad19-8b19a1a2f2e9] received +2025-09-08 15:23:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[447b4b48-d6b4-491b-ad19-8b19a1a2f2e9] succeeded in 0.002691355999559164s: None +2025-09-08 15:23:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52704fae-e42e-49c0-8bf1-7236eb3092b7] received +2025-09-08 15:23:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52704fae-e42e-49c0-8bf1-7236eb3092b7] succeeded in 0.00277863594237715s: None +2025-09-08 15:23:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc67a775-c67a-4977-b9aa-1bbb18b754de] received +2025-09-08 15:23:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc67a775-c67a-4977-b9aa-1bbb18b754de] succeeded in 0.00234123005066067s: None +2025-09-08 15:23:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c5e9123-72d9-42bb-a828-c8bb8590a1ca] received +2025-09-08 15:23:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c5e9123-72d9-42bb-a828-c8bb8590a1ca] succeeded in 0.002246738993562758s: None +2025-09-08 15:23:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fab2108-6675-47a0-a7cd-27eb18ed3fb6] received +2025-09-08 15:23:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fab2108-6675-47a0-a7cd-27eb18ed3fb6] succeeded in 0.0026318849995732307s: None +2025-09-08 15:23:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7bd6af6a-fcaa-460a-9b3c-cd6ccd374675] received +2025-09-08 15:23:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7bd6af6a-fcaa-460a-9b3c-cd6ccd374675] succeeded in 0.0022128730779513717s: None +2025-09-08 15:23:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[994b49bd-0660-4915-89cc-a3a3dabafd42] received +2025-09-08 15:23:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[994b49bd-0660-4915-89cc-a3a3dabafd42] succeeded in 0.002500958042219281s: None +2025-09-08 15:23:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2e62baa-9971-41b9-80b8-da2b5f5c67a7] received +2025-09-08 15:23:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2e62baa-9971-41b9-80b8-da2b5f5c67a7] succeeded in 0.0036406759172677994s: None +2025-09-08 15:23:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaeae3cf-0b4f-445c-ae27-127d6d7c4ccc] received +2025-09-08 15:23:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaeae3cf-0b4f-445c-ae27-127d6d7c4ccc] succeeded in 0.0024602250196039677s: None +2025-09-08 15:23:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f8768d2-b37b-43cc-be26-91e959080cce] received +2025-09-08 15:23:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f8768d2-b37b-43cc-be26-91e959080cce] succeeded in 0.002867600996978581s: None +2025-09-08 15:23:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:23:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:23:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa0a2d02-eb87-4a12-95db-82b4b22f0148] received +2025-09-08 15:23:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa0a2d02-eb87-4a12-95db-82b4b22f0148] succeeded in 0.002688670065253973s: None +2025-09-08 15:23:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f84509ec-6ef7-41d3-a545-f21504659557] received +2025-09-08 15:24:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f84509ec-6ef7-41d3-a545-f21504659557] succeeded in 0.0027721660444512963s: None +2025-09-08 15:24:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[452db475-58a8-485f-9618-f67884dc7d18] received +2025-09-08 15:24:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[452db475-58a8-485f-9618-f67884dc7d18] succeeded in 0.002672660048119724s: None +2025-09-08 15:24:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80dc2721-865b-4cc1-b9f3-f8723f71f080] received +2025-09-08 15:24:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80dc2721-865b-4cc1-b9f3-f8723f71f080] succeeded in 0.0026236879639327526s: None +2025-09-08 15:24:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f31949c-5111-4099-b024-f6f25309fd42] received +2025-09-08 15:24:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f31949c-5111-4099-b024-f6f25309fd42] succeeded in 0.002957418910227716s: None +2025-09-08 15:24:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd88f2d8-297e-4736-9369-5debf8607c80] received +2025-09-08 15:24:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd88f2d8-297e-4736-9369-5debf8607c80] succeeded in 0.0029031430603936315s: None +2025-09-08 15:24:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[accdf796-a6f0-4ea8-abed-5fc9e398783b] received +2025-09-08 15:24:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[accdf796-a6f0-4ea8-abed-5fc9e398783b] succeeded in 0.002559382002800703s: None +2025-09-08 15:24:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f685c816-1637-4ff4-a745-c13eed544bce] received +2025-09-08 15:24:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f685c816-1637-4ff4-a745-c13eed544bce] succeeded in 0.0026479779044166207s: None +2025-09-08 15:24:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfc2d1a2-3e13-4d94-8006-7ad5348c9ed1] received +2025-09-08 15:24:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfc2d1a2-3e13-4d94-8006-7ad5348c9ed1] succeeded in 0.0025504129007458687s: None +2025-09-08 15:24:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c099e9e4-ce23-414f-9d78-a33462eeb000] received +2025-09-08 15:24:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c099e9e4-ce23-414f-9d78-a33462eeb000] succeeded in 0.0022738990373909473s: None +2025-09-08 15:24:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9630ea8c-3acf-46e5-bca3-6f462dd9abe1] received +2025-09-08 15:24:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9630ea8c-3acf-46e5-bca3-6f462dd9abe1] succeeded in 0.002670450950972736s: None +2025-09-08 15:24:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da2348d8-d7b9-438d-b540-d77777c6585b] received +2025-09-08 15:24:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da2348d8-d7b9-438d-b540-d77777c6585b] succeeded in 0.002488149097189307s: None +2025-09-08 15:24:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[316adbe7-4e45-476b-8c27-31fc1d14934c] received +2025-09-08 15:24:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[316adbe7-4e45-476b-8c27-31fc1d14934c] succeeded in 0.0026623510057106614s: None +2025-09-08 15:24:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[628cd7e4-98a9-4bf5-970f-8c6cd0b90940] received +2025-09-08 15:24:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[628cd7e4-98a9-4bf5-970f-8c6cd0b90940] succeeded in 0.002773221000097692s: None +2025-09-08 15:24:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8f5c98b-3555-4e04-8f05-afbe90f4cb68] received +2025-09-08 15:24:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8f5c98b-3555-4e04-8f05-afbe90f4cb68] succeeded in 0.0024646890815347433s: None +2025-09-08 15:24:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebd81814-f8e3-4f42-a15f-1e587587bfba] received +2025-09-08 15:24:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebd81814-f8e3-4f42-a15f-1e587587bfba] succeeded in 0.002308274037204683s: None +2025-09-08 15:24:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6191142-326e-4072-9f26-efbe31e1d40c] received +2025-09-08 15:24:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6191142-326e-4072-9f26-efbe31e1d40c] succeeded in 0.0024939209688454866s: None +2025-09-08 15:24:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e54bfc08-d22e-4f8a-bccf-ae026e6f6838] received +2025-09-08 15:24:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e54bfc08-d22e-4f8a-bccf-ae026e6f6838] succeeded in 0.0020954080391675234s: None +2025-09-08 15:24:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45741c86-1d1a-4ea2-89c3-f104416eb37a] received +2025-09-08 15:24:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45741c86-1d1a-4ea2-89c3-f104416eb37a] succeeded in 0.0027187149971723557s: None +2025-09-08 15:24:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f286d27-c11c-494f-a26b-ff05ee71b329] received +2025-09-08 15:24:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f286d27-c11c-494f-a26b-ff05ee71b329] succeeded in 0.0024631160777062178s: None +2025-09-08 15:24:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61c903d1-55f9-42e1-b19c-9e9159400b0a] received +2025-09-08 15:24:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61c903d1-55f9-42e1-b19c-9e9159400b0a] succeeded in 0.002902346896007657s: None +2025-09-08 15:24:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da321c2b-bb73-4265-af08-06a3ed3055b8] received +2025-09-08 15:24:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da321c2b-bb73-4265-af08-06a3ed3055b8] succeeded in 0.0023329510586336255s: None +2025-09-08 15:24:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7486389f-de5b-4b1b-b53c-71ce8de32d80] received +2025-09-08 15:24:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7486389f-de5b-4b1b-b53c-71ce8de32d80] succeeded in 0.0025534109445288777s: None +2025-09-08 15:24:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b3d4404-fad0-446a-9643-6e11552a1858] received +2025-09-08 15:24:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b3d4404-fad0-446a-9643-6e11552a1858] succeeded in 0.0024547589709982276s: None +2025-09-08 15:24:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b8e6f34-f1e7-4350-8a2a-da7dbeb9a474] received +2025-09-08 15:24:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b8e6f34-f1e7-4350-8a2a-da7dbeb9a474] succeeded in 0.0019750710343942046s: None +2025-09-08 15:24:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dec51c2c-f376-4519-9362-ed8f5ebdfe1c] received +2025-09-08 15:24:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dec51c2c-f376-4519-9362-ed8f5ebdfe1c] succeeded in 0.002255270956084132s: None +2025-09-08 15:24:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c6e1fd9-a727-40dc-9308-e92e914fc99f] received +2025-09-08 15:24:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c6e1fd9-a727-40dc-9308-e92e914fc99f] succeeded in 0.0023411449510604143s: None +2025-09-08 15:24:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fc4ccda-a832-4b2e-b2b0-f5391574234f] received +2025-09-08 15:24:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fc4ccda-a832-4b2e-b2b0-f5391574234f] succeeded in 0.002518055960536003s: None +2025-09-08 15:24:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edae7fce-56f0-4709-9b6b-f31b8a9064bb] received +2025-09-08 15:24:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edae7fce-56f0-4709-9b6b-f31b8a9064bb] succeeded in 0.0025765870232135057s: None +2025-09-08 15:24:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:24:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:24:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35a7857d-8f00-45ab-9a74-618f79dc9454] received +2025-09-08 15:24:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35a7857d-8f00-45ab-9a74-618f79dc9454] succeeded in 0.002704265061765909s: None +2025-09-08 15:24:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62ec6701-c68f-4b5c-93e5-4c1bec63fca9] received +2025-09-08 15:25:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62ec6701-c68f-4b5c-93e5-4c1bec63fca9] succeeded in 0.00582619896158576s: None +2025-09-08 15:25:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7a28203-381c-4c71-aa81-08452d33716d] received +2025-09-08 15:25:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7a28203-381c-4c71-aa81-08452d33716d] succeeded in 0.0029128300957381725s: None +2025-09-08 15:25:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6e319b3-b263-4c51-b994-7b15c18445da] received +2025-09-08 15:25:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6e319b3-b263-4c51-b994-7b15c18445da] succeeded in 0.002306068898178637s: None +2025-09-08 15:25:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e49c18fd-9372-49ff-8d55-0bc0ecfe66f0] received +2025-09-08 15:25:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e49c18fd-9372-49ff-8d55-0bc0ecfe66f0] succeeded in 0.0025006969226524234s: None +2025-09-08 15:25:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46081c7a-4c30-42ac-8f24-9b10446e477f] received +2025-09-08 15:25:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46081c7a-4c30-42ac-8f24-9b10446e477f] succeeded in 0.0028395309345796704s: None +2025-09-08 15:25:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1216fe6b-f128-45d0-8646-7f7ad30a68da] received +2025-09-08 15:25:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1216fe6b-f128-45d0-8646-7f7ad30a68da] succeeded in 0.002552968100644648s: None +2025-09-08 15:25:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:25:18 [INFO] Celery[DW-STDERR]: Storing track 'Pitchfork Kids' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:25:18 [INFO] Celery[DW-STDERR]: Successfully stored track 'Pitchfork Kids' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:25:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:25:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71943281-3117-4d9a-9c4e-b7152beb77e0] received +2025-09-08 15:25:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71943281-3117-4d9a-9c4e-b7152beb77e0] succeeded in 0.002328792936168611s: None +2025-09-08 15:25:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:25:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:25:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17387a0b-6a54-4475-bbf0-44f714582e54] received +2025-09-08 15:25:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17387a0b-6a54-4475-bbf0-44f714582e54] succeeded in 0.002776769921183586s: None +2025-09-08 15:25:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c88aad8-3d88-47c2-914d-894a2d21b011] received +2025-09-08 15:25:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c88aad8-3d88-47c2-914d-894a2d21b011] succeeded in 0.0023413129383698106s: None +2025-09-08 15:25:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc1b3cbf-0d5f-4f86-9586-e703d4994b62] received +2025-09-08 15:25:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc1b3cbf-0d5f-4f86-9586-e703d4994b62] succeeded in 0.0011753049911931157s: None +2025-09-08 15:25:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:25:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:25:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[128d16e8-b189-4b35-bed5-3a6dd29a7b66] received +2025-09-08 15:25:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[128d16e8-b189-4b35-bed5-3a6dd29a7b66] succeeded in 0.0025549280690029263s: None +2025-09-08 15:25:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e55601c2-e0df-4c7c-b885-40d65484bcba] received +2025-09-08 15:26:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e55601c2-e0df-4c7c-b885-40d65484bcba] succeeded in 0.0022770920768380165s: None +2025-09-08 15:26:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a996c7-3f95-4905-b2ac-49cc69749ecf] received +2025-09-08 15:26:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a996c7-3f95-4905-b2ac-49cc69749ecf] succeeded in 0.002207510988228023s: None +2025-09-08 15:26:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26bfa2ed-d5c8-4883-a003-00ba7c8bddbf] received +2025-09-08 15:26:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26bfa2ed-d5c8-4883-a003-00ba7c8bddbf] succeeded in 0.002821402042172849s: None +2025-09-08 15:26:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14d254f1-27c8-40b6-8d4d-ee8bdc6eebdf] received +2025-09-08 15:26:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14d254f1-27c8-40b6-8d4d-ee8bdc6eebdf] succeeded in 0.0029758319724351168s: None +2025-09-08 15:26:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[daf3dc9c-63af-411e-9408-e72ca8ca5b3d] received +2025-09-08 15:26:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[daf3dc9c-63af-411e-9408-e72ca8ca5b3d] succeeded in 0.002663796069100499s: None +2025-09-08 15:26:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09864585-87ad-4c91-b59f-70bef4e18566] received +2025-09-08 15:26:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09864585-87ad-4c91-b59f-70bef4e18566] succeeded in 0.0024726970586925745s: None +2025-09-08 15:26:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b963445-78e1-488a-b1c9-1b2129833eed] received +2025-09-08 15:26:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b963445-78e1-488a-b1c9-1b2129833eed] succeeded in 0.002971559064462781s: None +2025-09-08 15:26:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cca2947a-7bfb-4957-b9e3-4374bd793bf3] received +2025-09-08 15:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cca2947a-7bfb-4957-b9e3-4374bd793bf3] succeeded in 0.0022460350301116705s: None +2025-09-08 15:26:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d818dc6-e656-4134-ba19-668fec78e5d7] received +2025-09-08 15:26:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d818dc6-e656-4134-ba19-668fec78e5d7] succeeded in 0.0028470379766076803s: None +2025-09-08 15:26:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88ad04c7-cf90-46c7-ab4b-c0887675d3a4] received +2025-09-08 15:26:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88ad04c7-cf90-46c7-ab4b-c0887675d3a4] succeeded in 0.0026373170549049973s: None +2025-09-08 15:26:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce86bd16-62a3-44cc-8452-5a866c9d6186] received +2025-09-08 15:26:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce86bd16-62a3-44cc-8452-5a866c9d6186] succeeded in 0.0026783819776028395s: None +2025-09-08 15:26:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3875a7a-9513-44c6-b361-7100ec9a4daa] received +2025-09-08 15:26:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3875a7a-9513-44c6-b361-7100ec9a4daa] succeeded in 0.0010340630542486906s: None +2025-09-08 15:26:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bc84f5e-39ea-4c12-b074-9b64e1c474e0] received +2025-09-08 15:26:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bc84f5e-39ea-4c12-b074-9b64e1c474e0] succeeded in 0.0028317440301179886s: None +2025-09-08 15:26:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06b0b76a-06d3-4417-8270-f9b82ddd6090] received +2025-09-08 15:26:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06b0b76a-06d3-4417-8270-f9b82ddd6090] succeeded in 0.002582667046226561s: None +2025-09-08 15:26:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff8743dd-1f5f-45db-a177-2dda46fa6d49] received +2025-09-08 15:26:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff8743dd-1f5f-45db-a177-2dda46fa6d49] succeeded in 0.0024127309443429112s: None +2025-09-08 15:26:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3c0f65a-4183-4d37-8c24-cad923f716f2] received +2025-09-08 15:26:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3c0f65a-4183-4d37-8c24-cad923f716f2] succeeded in 0.0021778299706056714s: None +2025-09-08 15:26:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fa9db68-df19-4f74-a876-ce7da79d1f1f] received +2025-09-08 15:26:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fa9db68-df19-4f74-a876-ce7da79d1f1f] succeeded in 0.002265285002067685s: None +2025-09-08 15:26:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b410fb47-280f-4e1e-870d-ebcd7a707f58] received +2025-09-08 15:26:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b410fb47-280f-4e1e-870d-ebcd7a707f58] succeeded in 0.0021521480521187186s: None +2025-09-08 15:26:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[930cab80-348f-4d47-a8f3-6579ea6d6243] received +2025-09-08 15:26:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[930cab80-348f-4d47-a8f3-6579ea6d6243] succeeded in 0.0024389090249314904s: None +2025-09-08 15:26:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c37b18d-a15e-4ccd-a6e2-5ed62ee5c48d] received +2025-09-08 15:26:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c37b18d-a15e-4ccd-a6e2-5ed62ee5c48d] succeeded in 0.0028980550123378634s: None +2025-09-08 15:26:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2f19c4e-8bff-429d-bad6-bef39e04437f] received +2025-09-08 15:26:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2f19c4e-8bff-429d-bad6-bef39e04437f] succeeded in 0.0024590170942246914s: None +2025-09-08 15:26:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20afab42-65a5-48e3-b460-92354714c655] received +2025-09-08 15:26:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20afab42-65a5-48e3-b460-92354714c655] succeeded in 0.0026189580094069242s: None +2025-09-08 15:26:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bf277ac-351d-45a8-9655-78328a6b8aee] received +2025-09-08 15:26:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bf277ac-351d-45a8-9655-78328a6b8aee] succeeded in 0.002706031082198024s: None +2025-09-08 15:26:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea10b873-5784-4391-8d23-32080162d16c] received +2025-09-08 15:26:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea10b873-5784-4391-8d23-32080162d16c] succeeded in 0.0026722439797595143s: None +2025-09-08 15:26:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afdc80d1-3c63-42be-85ab-09c3ebf93897] received +2025-09-08 15:26:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afdc80d1-3c63-42be-85ab-09c3ebf93897] succeeded in 0.0024531499948352575s: None +2025-09-08 15:26:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:26:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:26:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f74c17f2-f6d4-4fb9-829a-8fa6c18475b9] received +2025-09-08 15:26:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f74c17f2-f6d4-4fb9-829a-8fa6c18475b9] succeeded in 0.002716919989325106s: None +2025-09-08 15:26:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39ae0208-e497-4c38-b983-e6ff8a71387b] received +2025-09-08 15:27:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39ae0208-e497-4c38-b983-e6ff8a71387b] succeeded in 0.002752485917881131s: None +2025-09-08 15:27:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[016f44d2-cf94-486c-aadb-67355c53a481] received +2025-09-08 15:27:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[016f44d2-cf94-486c-aadb-67355c53a481] succeeded in 0.002429055981338024s: None +2025-09-08 15:27:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f983068-3e9a-4d03-a455-1cba8a52d0f1] received +2025-09-08 15:27:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f983068-3e9a-4d03-a455-1cba8a52d0f1] succeeded in 0.002175434958189726s: None +2025-09-08 15:27:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[267dda9c-5fd0-4491-9e91-e0e91a5970d8] received +2025-09-08 15:27:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[267dda9c-5fd0-4491-9e91-e0e91a5970d8] succeeded in 0.0024774749763309956s: None +2025-09-08 15:27:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d49ab3ed-97ff-4be0-a2fd-de15d31f6bdf] received +2025-09-08 15:27:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d49ab3ed-97ff-4be0-a2fd-de15d31f6bdf] succeeded in 0.002352992072701454s: None +2025-09-08 15:27:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[909fe92f-d7b1-4d8e-9315-ddd1a78a1a30] received +2025-09-08 15:27:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[909fe92f-d7b1-4d8e-9315-ddd1a78a1a30] succeeded in 0.002590190968476236s: None +2025-09-08 15:27:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a2c3dca-16fc-4542-b545-985dd4e3259c] received +2025-09-08 15:27:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a2c3dca-16fc-4542-b545-985dd4e3259c] succeeded in 0.0025291190249845386s: None +2025-09-08 15:27:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c2f72a8-0b24-44c9-a356-3e97b74d40c2] received +2025-09-08 15:27:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c2f72a8-0b24-44c9-a356-3e97b74d40c2] succeeded in 0.002433665911667049s: None +2025-09-08 15:27:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b105518e-f7fc-4e51-a7e8-0691e86d8325] received +2025-09-08 15:27:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b105518e-f7fc-4e51-a7e8-0691e86d8325] succeeded in 0.00251851009670645s: None +2025-09-08 15:27:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffeae379-4091-4514-8649-a395ed3910ed] received +2025-09-08 15:27:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffeae379-4091-4514-8649-a395ed3910ed] succeeded in 0.0023551509948447347s: None +2025-09-08 15:27:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3e06316-e93f-48d7-9f27-06d471175052] received +2025-09-08 15:27:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3e06316-e93f-48d7-9f27-06d471175052] succeeded in 0.0027579210000112653s: None +2025-09-08 15:27:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[044d1e6a-326a-4f8e-8340-46af6b81ac79] received +2025-09-08 15:27:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[044d1e6a-326a-4f8e-8340-46af6b81ac79] succeeded in 0.002962019992992282s: None +2025-09-08 15:27:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cebad0d-7404-43f0-961a-0006154ffdb4] received +2025-09-08 15:27:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cebad0d-7404-43f0-961a-0006154ffdb4] succeeded in 0.002704276004806161s: None +2025-09-08 15:27:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6d48006-52fd-439f-8e49-dbfffecf9b21] received +2025-09-08 15:27:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6d48006-52fd-439f-8e49-dbfffecf9b21] succeeded in 0.002290525007992983s: None +2025-09-08 15:27:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e79a052-23b7-4a15-898e-a151417fe694] received +2025-09-08 15:27:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e79a052-23b7-4a15-898e-a151417fe694] succeeded in 0.00221916101872921s: None +2025-09-08 15:27:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b93cefae-8342-4005-81d6-169a4d80390b] received +2025-09-08 15:27:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b93cefae-8342-4005-81d6-169a4d80390b] succeeded in 0.0015339850215241313s: None +2025-09-08 15:27:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[418f35ac-4ea3-44bc-b844-eeea6b22bc6b] received +2025-09-08 15:27:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[418f35ac-4ea3-44bc-b844-eeea6b22bc6b] succeeded in 0.006182704004459083s: None +2025-09-08 15:27:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60321a8c-55be-45a0-b596-90333cc0e750] received +2025-09-08 15:27:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60321a8c-55be-45a0-b596-90333cc0e750] succeeded in 0.002444211975671351s: None +2025-09-08 15:27:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5c6cdac-e17f-4569-8bbf-28a626dc9f0f] received +2025-09-08 15:27:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5c6cdac-e17f-4569-8bbf-28a626dc9f0f] succeeded in 0.002641586004756391s: None +2025-09-08 15:27:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[602c72a4-9000-455d-988c-a954da55241e] received +2025-09-08 15:27:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[602c72a4-9000-455d-988c-a954da55241e] succeeded in 0.002724717021919787s: None +2025-09-08 15:27:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd76a76-4453-4f43-a2e8-60c30479be3f] received +2025-09-08 15:27:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd76a76-4453-4f43-a2e8-60c30479be3f] succeeded in 0.0024473629891872406s: None +2025-09-08 15:27:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a8a5e25-c7da-4f30-856c-c17b48ccc9f6] received +2025-09-08 15:27:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a8a5e25-c7da-4f30-856c-c17b48ccc9f6] succeeded in 0.002334675984457135s: None +2025-09-08 15:27:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d079025a-145d-42f1-baf2-3dcbc666e5a5] received +2025-09-08 15:27:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d079025a-145d-42f1-baf2-3dcbc666e5a5] succeeded in 0.0024377310182899237s: None +2025-09-08 15:27:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04697848-4064-4f67-bde3-8208b460dec5] received +2025-09-08 15:27:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04697848-4064-4f67-bde3-8208b460dec5] succeeded in 0.0027633279096335173s: None +2025-09-08 15:27:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[243aadce-874a-47d9-8198-4cb0ad1483cc] received +2025-09-08 15:27:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[243aadce-874a-47d9-8198-4cb0ad1483cc] succeeded in 0.002279865904711187s: None +2025-09-08 15:27:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5816640a-32cc-4e8e-b31e-7f63ede5218f] received +2025-09-08 15:27:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5816640a-32cc-4e8e-b31e-7f63ede5218f] succeeded in 0.0013633229536935687s: None +2025-09-08 15:27:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:27:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:27:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eebf6eeb-5711-4fa7-8d44-f60bb7b21162] received +2025-09-08 15:27:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eebf6eeb-5711-4fa7-8d44-f60bb7b21162] succeeded in 0.0012882320443168283s: None +2025-09-08 15:27:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[321f346a-5f2d-418a-b808-cc41d23ddad8] received +2025-09-08 15:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[321f346a-5f2d-418a-b808-cc41d23ddad8] succeeded in 0.0023379639023914933s: None +2025-09-08 15:28:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[789e0369-d8d2-41d5-ba49-8b6a1e6677fe] received +2025-09-08 15:28:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[789e0369-d8d2-41d5-ba49-8b6a1e6677fe] succeeded in 0.0026790929259732366s: None +2025-09-08 15:28:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73cd72c5-4737-4888-a1f7-1010b36509a7] received +2025-09-08 15:28:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73cd72c5-4737-4888-a1f7-1010b36509a7] succeeded in 0.002851808094419539s: None +2025-09-08 15:28:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5ad7d6c-5f88-4997-985b-155e227ac30d] received +2025-09-08 15:28:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5ad7d6c-5f88-4997-985b-155e227ac30d] succeeded in 0.002777267014607787s: None +2025-09-08 15:28:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[684afab2-eb94-4d1d-95ce-9adeca08710c] received +2025-09-08 15:28:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[684afab2-eb94-4d1d-95ce-9adeca08710c] succeeded in 0.0025890559190884233s: None +2025-09-08 15:28:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ebebbcb-2a32-4ae1-8e40-4ac2823fc7d7] received +2025-09-08 15:28:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ebebbcb-2a32-4ae1-8e40-4ac2823fc7d7] succeeded in 0.0023190120700746775s: None +2025-09-08 15:28:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db62f0df-cf35-44eb-b09f-5a849220c5dd] received +2025-09-08 15:28:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db62f0df-cf35-44eb-b09f-5a849220c5dd] succeeded in 0.0020111800404265523s: None +2025-09-08 15:28:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93218608-d08d-4c8c-b7f7-3e378e40bbca] received +2025-09-08 15:28:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93218608-d08d-4c8c-b7f7-3e378e40bbca] succeeded in 0.002574587007984519s: None +2025-09-08 15:28:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2bccf21-2bbe-458d-85a5-694e8e6e568b] received +2025-09-08 15:28:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2bccf21-2bbe-458d-85a5-694e8e6e568b] succeeded in 0.0022495409939438105s: None +2025-09-08 15:28:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[956868cc-f64f-426d-9094-d632336fa08c] received +2025-09-08 15:28:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[956868cc-f64f-426d-9094-d632336fa08c] succeeded in 0.0027858089888468385s: None +2025-09-08 15:28:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28b3bfd2-c4bc-4fa0-bd81-409f4743286c] received +2025-09-08 15:28:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28b3bfd2-c4bc-4fa0-bd81-409f4743286c] succeeded in 0.0027154319686815143s: None +2025-09-08 15:28:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[135223ca-7a0a-4e4e-bd0d-6aaf468aa87b] received +2025-09-08 15:28:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[135223ca-7a0a-4e4e-bd0d-6aaf468aa87b] succeeded in 0.002520772977732122s: None +2025-09-08 15:28:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f2c4171-297b-4ae7-9b84-d67e6a5b1266] received +2025-09-08 15:28:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f2c4171-297b-4ae7-9b84-d67e6a5b1266] succeeded in 0.002190170926041901s: None +2025-09-08 15:28:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[643599a5-5f55-4e24-a331-c085d65ac273] received +2025-09-08 15:28:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[643599a5-5f55-4e24-a331-c085d65ac273] succeeded in 0.0024045220343396068s: None +2025-09-08 15:28:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32f31916-a1bd-4969-ac0f-5b670c70a47c] received +2025-09-08 15:28:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32f31916-a1bd-4969-ac0f-5b670c70a47c] succeeded in 0.002854455029591918s: None +2025-09-08 15:28:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[633fcffe-cb8f-463b-8824-f9f998e7c522] received +2025-09-08 15:28:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[633fcffe-cb8f-463b-8824-f9f998e7c522] succeeded in 0.0025499019538983703s: None +2025-09-08 15:28:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ef342b-67e9-4384-8799-c3352698672d] received +2025-09-08 15:28:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ef342b-67e9-4384-8799-c3352698672d] succeeded in 0.002690415014512837s: None +2025-09-08 15:28:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5274210-9f7e-43ed-89c2-71f08735e21f] received +2025-09-08 15:28:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5274210-9f7e-43ed-89c2-71f08735e21f] succeeded in 0.006576844956725836s: None +2025-09-08 15:28:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba6de3b-a6ce-43c8-8d4d-5ec4c7a4f8b5] received +2025-09-08 15:28:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba6de3b-a6ce-43c8-8d4d-5ec4c7a4f8b5] succeeded in 0.002341351006180048s: None +2025-09-08 15:28:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[808df451-9326-4eb6-9f28-5355c1283e95] received +2025-09-08 15:28:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[808df451-9326-4eb6-9f28-5355c1283e95] succeeded in 0.0023590070195496082s: None +2025-09-08 15:28:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5301951a-a7fd-41c8-881f-c90a928c4a67] received +2025-09-08 15:28:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5301951a-a7fd-41c8-881f-c90a928c4a67] succeeded in 0.0024266019463539124s: None +2025-09-08 15:28:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61f386c5-696a-4438-a443-3065597642a6] received +2025-09-08 15:28:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61f386c5-696a-4438-a443-3065597642a6] succeeded in 0.002896107966080308s: None +2025-09-08 15:28:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[697259fb-d0e5-41ff-aba0-64b1513dc2dc] received +2025-09-08 15:28:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[697259fb-d0e5-41ff-aba0-64b1513dc2dc] succeeded in 0.0027468129992485046s: None +2025-09-08 15:28:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acbffc0f-9aa2-48f8-8a69-4070154faa88] received +2025-09-08 15:28:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acbffc0f-9aa2-48f8-8a69-4070154faa88] succeeded in 0.0028461969923228025s: None +2025-09-08 15:28:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58e02061-6b79-493a-87ad-8f21365910a0] received +2025-09-08 15:28:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58e02061-6b79-493a-87ad-8f21365910a0] succeeded in 0.0025368990609422326s: None +2025-09-08 15:28:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:28:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:28:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0e25fe9-7382-4164-9322-0d48f7ba579c] received +2025-09-08 15:28:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0e25fe9-7382-4164-9322-0d48f7ba579c] succeeded in 0.001943261013366282s: None +2025-09-08 15:28:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d3d21cb-bfb9-48e2-9489-570a78de05de] received +2025-09-08 15:29:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d3d21cb-bfb9-48e2-9489-570a78de05de] succeeded in 0.0023460929514840245s: None +2025-09-08 15:29:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe30b2a2-265a-4235-b93d-bf2c1078cf23] received +2025-09-08 15:29:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe30b2a2-265a-4235-b93d-bf2c1078cf23] succeeded in 0.0023057250073179603s: None +2025-09-08 15:29:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d7d7405-16df-4da0-a7f2-99703d701971] received +2025-09-08 15:29:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d7d7405-16df-4da0-a7f2-99703d701971] succeeded in 0.0022954060696065426s: None +2025-09-08 15:29:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d035d37-214e-436b-95cb-832df33ad64e] received +2025-09-08 15:29:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d035d37-214e-436b-95cb-832df33ad64e] succeeded in 0.002696027047932148s: None +2025-09-08 15:29:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8d9eb98-0a91-464a-894c-7c13e07940a7] received +2025-09-08 15:29:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8d9eb98-0a91-464a-894c-7c13e07940a7] succeeded in 0.002736321068368852s: None +2025-09-08 15:29:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc08a9e8-860c-4bf5-a9dd-81871b973b47] received +2025-09-08 15:29:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc08a9e8-860c-4bf5-a9dd-81871b973b47] succeeded in 0.002283761976286769s: None +2025-09-08 15:29:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[691f06eb-298b-4014-a8f2-2df0d5f5ba7c] received +2025-09-08 15:29:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[691f06eb-298b-4014-a8f2-2df0d5f5ba7c] succeeded in 0.0023385429522022605s: None +2025-09-08 15:29:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c25927ec-f244-4685-b66f-bf4888f551be] received +2025-09-08 15:29:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c25927ec-f244-4685-b66f-bf4888f551be] succeeded in 0.0027510010404512286s: None +2025-09-08 15:29:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a49a4c3-b349-491c-ae36-e49e1f85bd1a] received +2025-09-08 15:29:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a49a4c3-b349-491c-ae36-e49e1f85bd1a] succeeded in 0.0024634579895064235s: None +2025-09-08 15:29:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d97d3b9d-fe81-47df-8020-cfba76c68cc4] received +2025-09-08 15:29:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d97d3b9d-fe81-47df-8020-cfba76c68cc4] succeeded in 0.0019594960613176227s: None +2025-09-08 15:29:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9642b190-57c4-4515-8841-3791b4af8c29] received +2025-09-08 15:29:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9642b190-57c4-4515-8841-3791b4af8c29] succeeded in 0.00224405899643898s: None +2025-09-08 15:29:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39388da3-d92c-48cf-a16c-b0093212d861] received +2025-09-08 15:29:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39388da3-d92c-48cf-a16c-b0093212d861] succeeded in 0.0025239120004698634s: None +2025-09-08 15:29:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68d35f0b-0747-4e60-b75f-917b7d824cd6] received +2025-09-08 15:29:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68d35f0b-0747-4e60-b75f-917b7d824cd6] succeeded in 0.0029420540668070316s: None +2025-09-08 15:29:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d77a7069-b8ef-43eb-bc80-80941b150bfb] received +2025-09-08 15:29:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d77a7069-b8ef-43eb-bc80-80941b150bfb] succeeded in 0.001031331019476056s: None +2025-09-08 15:29:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5552454b-6834-49a0-afc6-70577cb1847e] received +2025-09-08 15:29:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5552454b-6834-49a0-afc6-70577cb1847e] succeeded in 0.002518019056878984s: None +2025-09-08 15:29:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e19ccf20-3665-49c0-bafe-2e005a88cc6c] received +2025-09-08 15:29:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e19ccf20-3665-49c0-bafe-2e005a88cc6c] succeeded in 0.0029802570352330804s: None +2025-09-08 15:29:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98d5c0ab-7333-4405-83d8-028415f2c4ef] received +2025-09-08 15:29:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98d5c0ab-7333-4405-83d8-028415f2c4ef] succeeded in 0.0025870909448713064s: None +2025-09-08 15:29:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:29:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[689362c3-05b2-4e5c-b1ab-78ab4e60e69b] received +2025-09-08 15:29:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[689362c3-05b2-4e5c-b1ab-78ab4e60e69b] succeeded in 0.0023462389362975955s: None +2025-09-08 15:29:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:29:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:29:45 [INFO] Celery[DW-STDERR]: Storing track 'Break My Face' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:29:45 [INFO] Celery[DW-STDERR]: Successfully stored track 'Break My Face' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:29:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:29:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7d0270c-cd83-4dae-bb1d-6deca4ad952f] received +2025-09-08 15:29:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7d0270c-cd83-4dae-bb1d-6deca4ad952f] succeeded in 0.0022135189501568675s: None +2025-09-08 15:29:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:30:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:30:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67c8b25e-fda4-40b9-ad75-70f5be9c0ee5] received +2025-09-08 15:30:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67c8b25e-fda4-40b9-ad75-70f5be9c0ee5] succeeded in 0.0019089099951088428s: None +2025-09-08 15:30:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55c5c199-9068-45f6-b591-a3e17af7a3cf] received +2025-09-08 15:30:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55c5c199-9068-45f6-b591-a3e17af7a3cf] succeeded in 0.0016770859947428107s: None +2025-09-08 15:30:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f31398d6-1a29-4849-acd4-1e88198e4c46] received +2025-09-08 15:30:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f31398d6-1a29-4849-acd4-1e88198e4c46] succeeded in 0.0025942609645426273s: None +2025-09-08 15:30:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49ec65de-d719-4fd7-9c4b-29ddcead6e4e] received +2025-09-08 15:30:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49ec65de-d719-4fd7-9c4b-29ddcead6e4e] succeeded in 0.0023070150054991245s: None +2025-09-08 15:30:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da093e62-6e7e-4e7e-ad42-8c3893c094d7] received +2025-09-08 15:30:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da093e62-6e7e-4e7e-ad42-8c3893c094d7] succeeded in 0.0023690779926255345s: None +2025-09-08 15:30:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f30c655d-055f-4ed8-8287-821306f2cfc7] received +2025-09-08 15:30:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f30c655d-055f-4ed8-8287-821306f2cfc7] succeeded in 0.002589825075119734s: None +2025-09-08 15:30:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fada7586-fa58-41a6-9f0d-e50eab1d68a6] received +2025-09-08 15:30:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fada7586-fa58-41a6-9f0d-e50eab1d68a6] succeeded in 0.002535209059715271s: None +2025-09-08 15:30:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea929be6-46ac-498a-8596-6512b4d21cd5] received +2025-09-08 15:30:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea929be6-46ac-498a-8596-6512b4d21cd5] succeeded in 0.0023854150203987956s: None +2025-09-08 15:30:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c849de2d-03a8-4276-8f05-53708d8e744b] received +2025-09-08 15:30:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c849de2d-03a8-4276-8f05-53708d8e744b] succeeded in 0.0022642980329692364s: None +2025-09-08 15:30:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8a25ac1-d95e-4ba8-84e7-20fe95febae8] received +2025-09-08 15:30:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8a25ac1-d95e-4ba8-84e7-20fe95febae8] succeeded in 0.002497592009603977s: None +2025-09-08 15:30:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc483a15-5eb3-4402-af72-d2e4a67bde4b] received +2025-09-08 15:30:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc483a15-5eb3-4402-af72-d2e4a67bde4b] succeeded in 0.0010214849608018994s: None +2025-09-08 15:30:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[450ad8b7-65db-4ffa-920c-0639cf394dda] received +2025-09-08 15:30:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[450ad8b7-65db-4ffa-920c-0639cf394dda] succeeded in 0.0024129420053213835s: None +2025-09-08 15:30:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aae2d0e8-1220-4b48-a4c7-918b72a24d80] received +2025-09-08 15:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aae2d0e8-1220-4b48-a4c7-918b72a24d80] succeeded in 0.0012667030096054077s: None +2025-09-08 15:30:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae9e3924-5460-41bf-93db-e76d8a334a8e] received +2025-09-08 15:30:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae9e3924-5460-41bf-93db-e76d8a334a8e] succeeded in 0.0024681289214640856s: None +2025-09-08 15:30:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:30:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:30:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbb702b6-f0fd-4528-9edb-ac589a998443] received +2025-09-08 15:30:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbb702b6-f0fd-4528-9edb-ac589a998443] succeeded in 0.0023506329162046313s: None +2025-09-08 15:30:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6da2b86-0ae2-4dd9-bed3-5b2a79832942] received +2025-09-08 15:31:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6da2b86-0ae2-4dd9-bed3-5b2a79832942] succeeded in 0.002855206956155598s: None +2025-09-08 15:31:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ff092fa-9055-4bb8-8ace-92b8dfb7ea7d] received +2025-09-08 15:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ff092fa-9055-4bb8-8ace-92b8dfb7ea7d] succeeded in 0.0024591609835624695s: None +2025-09-08 15:31:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d66ea29c-843b-495d-8ae8-a66ea37d4737] received +2025-09-08 15:31:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d66ea29c-843b-495d-8ae8-a66ea37d4737] succeeded in 0.002541793044656515s: None +2025-09-08 15:31:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c01411d9-bf6d-460f-8f16-b39783cad50e] received +2025-09-08 15:31:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c01411d9-bf6d-460f-8f16-b39783cad50e] succeeded in 0.0028109049890190363s: None +2025-09-08 15:31:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[460ffc93-e2b4-4f7e-9693-0f9d643fc218] received +2025-09-08 15:31:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[460ffc93-e2b4-4f7e-9693-0f9d643fc218] succeeded in 0.0023181569995358586s: None +2025-09-08 15:31:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5884349d-1385-432b-866b-e111a25d2c29] received +2025-09-08 15:31:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5884349d-1385-432b-866b-e111a25d2c29] succeeded in 0.0028086190577596426s: None +2025-09-08 15:31:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09920524-f5c0-4987-8233-4b5cc8603a9c] received +2025-09-08 15:31:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09920524-f5c0-4987-8233-4b5cc8603a9c] succeeded in 0.002684915903955698s: None +2025-09-08 15:31:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c0731e6-c10b-4b43-b7b1-7eef4ab59506] received +2025-09-08 15:31:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c0731e6-c10b-4b43-b7b1-7eef4ab59506] succeeded in 0.002416720031760633s: None +2025-09-08 15:31:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b6788e0-cc0b-4d6b-b5ae-508d1fe61d54] received +2025-09-08 15:31:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b6788e0-cc0b-4d6b-b5ae-508d1fe61d54] succeeded in 0.002385042025707662s: None +2025-09-08 15:31:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97c4a7d3-8dae-4f64-9226-63bd5f5bc473] received +2025-09-08 15:31:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97c4a7d3-8dae-4f64-9226-63bd5f5bc473] succeeded in 0.0023413010640069842s: None +2025-09-08 15:31:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8158a412-e833-450a-9b05-1a3589e9e7a1] received +2025-09-08 15:31:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8158a412-e833-450a-9b05-1a3589e9e7a1] succeeded in 0.0025010770186781883s: None +2025-09-08 15:31:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cddb2ea1-d61b-48c4-a7b2-3a4db6bb6b6b] received +2025-09-08 15:31:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cddb2ea1-d61b-48c4-a7b2-3a4db6bb6b6b] succeeded in 0.0023244291078299284s: None +2025-09-08 15:31:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f85e8d8e-38fe-4c0f-bce5-05cc47a3ac01] received +2025-09-08 15:31:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f85e8d8e-38fe-4c0f-bce5-05cc47a3ac01] succeeded in 0.002664959989488125s: None +2025-09-08 15:31:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97501112-a91a-4550-902e-b898bb0d721a] received +2025-09-08 15:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97501112-a91a-4550-902e-b898bb0d721a] succeeded in 0.002628072048537433s: None +2025-09-08 15:31:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ea7ee86-5940-4a60-9d3e-45b865d55e0c] received +2025-09-08 15:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ea7ee86-5940-4a60-9d3e-45b865d55e0c] succeeded in 0.002446673926897347s: None +2025-09-08 15:31:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec61e346-94d1-4ca1-83da-333bb9e6d083] received +2025-09-08 15:31:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec61e346-94d1-4ca1-83da-333bb9e6d083] succeeded in 0.002373160095885396s: None +2025-09-08 15:31:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38036713-654a-462f-8f9f-eb2788f8ff0e] received +2025-09-08 15:31:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38036713-654a-462f-8f9f-eb2788f8ff0e] succeeded in 0.0028377099661156535s: None +2025-09-08 15:31:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79e46042-0c07-4f6a-b30b-2b144eabeccd] received +2025-09-08 15:31:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79e46042-0c07-4f6a-b30b-2b144eabeccd] succeeded in 0.0024960999144241214s: None +2025-09-08 15:31:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32912dc8-d75f-4171-a4e8-7969bea9c5db] received +2025-09-08 15:31:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32912dc8-d75f-4171-a4e8-7969bea9c5db] succeeded in 0.002214282052591443s: None +2025-09-08 15:31:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[241e6f75-380b-46ac-a966-dde188e69363] received +2025-09-08 15:31:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[241e6f75-380b-46ac-a966-dde188e69363] succeeded in 0.0022648710291832685s: None +2025-09-08 15:31:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf05928f-8d3f-4b5f-b63f-b4933e04bc91] received +2025-09-08 15:31:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf05928f-8d3f-4b5f-b63f-b4933e04bc91] succeeded in 0.0025457049487158656s: None +2025-09-08 15:31:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7438b7ae-2738-48eb-a927-0747ff12bf23] received +2025-09-08 15:31:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7438b7ae-2738-48eb-a927-0747ff12bf23] succeeded in 0.0028769599739462137s: None +2025-09-08 15:31:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a17228b6-e943-4532-83cc-6cf6be588248] received +2025-09-08 15:31:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a17228b6-e943-4532-83cc-6cf6be588248] succeeded in 0.0011084550060331821s: None +2025-09-08 15:31:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deed7c6f-23ea-49e9-988f-cfe464361b4a] received +2025-09-08 15:31:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deed7c6f-23ea-49e9-988f-cfe464361b4a] succeeded in 0.002669404959306121s: None +2025-09-08 15:31:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03291cd4-7f38-4518-bcfe-33b8ced7581e] received +2025-09-08 15:31:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03291cd4-7f38-4518-bcfe-33b8ced7581e] succeeded in 0.002339485101401806s: None +2025-09-08 15:31:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5195a419-448f-4efb-9236-cd9227b85368] received +2025-09-08 15:31:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5195a419-448f-4efb-9236-cd9227b85368] succeeded in 0.002766193007119s: None +2025-09-08 15:31:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b040dda3-4f97-4dd3-ab69-34bd479e2696] received +2025-09-08 15:31:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b040dda3-4f97-4dd3-ab69-34bd479e2696] succeeded in 0.0025368989445269108s: None +2025-09-08 15:31:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48ec29ee-4198-4b33-8537-207d5ca86b29] received +2025-09-08 15:31:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48ec29ee-4198-4b33-8537-207d5ca86b29] succeeded in 0.0024322759127244353s: None +2025-09-08 15:31:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aacdd9fd-4c66-4447-8d67-0ccf193bc592] received +2025-09-08 15:31:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aacdd9fd-4c66-4447-8d67-0ccf193bc592] succeeded in 0.0025838789297267795s: None +2025-09-08 15:31:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:31:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:31:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e06348a5-9fc2-46bb-9d4c-02e8ad0ddcf4] received +2025-09-08 15:32:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9e0cc7b-c85a-4b63-b4fb-af48a8b4a689] received +2025-09-08 15:32:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9e0cc7b-c85a-4b63-b4fb-af48a8b4a689] succeeded in 0.0012674919562414289s: None +2025-09-08 15:32:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e06348a5-9fc2-46bb-9d4c-02e8ad0ddcf4] succeeded in 0.009830503026023507s: None +2025-09-08 15:32:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91bc68d2-e0a6-41e4-be50-4c773f811180] received +2025-09-08 15:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91bc68d2-e0a6-41e4-be50-4c773f811180] succeeded in 0.006728495005518198s: None +2025-09-08 15:32:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f2cfc2b-1e91-4121-a4cb-cdc700317018] received +2025-09-08 15:32:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f2cfc2b-1e91-4121-a4cb-cdc700317018] succeeded in 0.00265486107673496s: None +2025-09-08 15:32:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45c70d27-bfd2-4865-81cd-e2c015cb8355] received +2025-09-08 15:32:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45c70d27-bfd2-4865-81cd-e2c015cb8355] succeeded in 0.0028147579869255424s: None +2025-09-08 15:32:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfdb39f3-302a-4ad6-961a-61768c103eaf] received +2025-09-08 15:32:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfdb39f3-302a-4ad6-961a-61768c103eaf] succeeded in 0.002493147039785981s: None +2025-09-08 15:32:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a4ff5a7-255e-460a-ad51-133828d33ebf] received +2025-09-08 15:32:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a4ff5a7-255e-460a-ad51-133828d33ebf] succeeded in 0.0021282800007611513s: None +2025-09-08 15:32:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1a739ba-705e-4059-a7e8-24e84c50ae74] received +2025-09-08 15:32:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1a739ba-705e-4059-a7e8-24e84c50ae74] succeeded in 0.002713770023547113s: None +2025-09-08 15:32:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d26f3f0c-8fe0-4ce5-a66d-163b7bcfbbf4] received +2025-09-08 15:32:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d26f3f0c-8fe0-4ce5-a66d-163b7bcfbbf4] succeeded in 0.0011753470171242952s: None +2025-09-08 15:32:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eca5c482-583c-460a-85a5-fa8ce2228cb1] received +2025-09-08 15:32:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eca5c482-583c-460a-85a5-fa8ce2228cb1] succeeded in 0.0021208979887887836s: None +2025-09-08 15:32:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53d79367-3d53-406d-8539-3c7b4c6cc368] received +2025-09-08 15:32:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53d79367-3d53-406d-8539-3c7b4c6cc368] succeeded in 0.0018472300143912435s: None +2025-09-08 15:32:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[917ee9ce-1681-4d16-9ec8-203195d75d59] received +2025-09-08 15:32:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[917ee9ce-1681-4d16-9ec8-203195d75d59] succeeded in 0.00243689795024693s: None +2025-09-08 15:32:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc45a255-8b19-4ea3-bce2-55a12659cafc] received +2025-09-08 15:32:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc45a255-8b19-4ea3-bce2-55a12659cafc] succeeded in 0.0022314649540930986s: None +2025-09-08 15:32:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f243e55e-0c57-4ed7-bdd7-0f36e2ac234c] received +2025-09-08 15:32:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f243e55e-0c57-4ed7-bdd7-0f36e2ac234c] succeeded in 0.0009517789585515857s: None +2025-09-08 15:32:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bffe0c5b-f291-4084-9962-b235e48102d2] received +2025-09-08 15:32:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bffe0c5b-f291-4084-9962-b235e48102d2] succeeded in 0.0011757920728996396s: None +2025-09-08 15:32:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1964562-b5d3-470c-aa33-750950e79a32] received +2025-09-08 15:32:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1964562-b5d3-470c-aa33-750950e79a32] succeeded in 0.002265147981233895s: None +2025-09-08 15:32:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa7cfd03-fc62-4fc3-8360-4bc1f03c2b05] received +2025-09-08 15:32:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa7cfd03-fc62-4fc3-8360-4bc1f03c2b05] succeeded in 0.002689137007109821s: None +2025-09-08 15:32:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1841605e-7313-4aa0-9d22-61979b2ba7c9] received +2025-09-08 15:32:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1841605e-7313-4aa0-9d22-61979b2ba7c9] succeeded in 0.0025628579314798117s: None +2025-09-08 15:32:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb55647d-8977-4fd5-9cfc-f6a48fb515c3] received +2025-09-08 15:32:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb55647d-8977-4fd5-9cfc-f6a48fb515c3] succeeded in 0.0035260861041024327s: None +2025-09-08 15:32:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9a02fe8-4312-443a-97c8-f42bd9ffd863] received +2025-09-08 15:32:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9a02fe8-4312-443a-97c8-f42bd9ffd863] succeeded in 0.0027065470349043608s: None +2025-09-08 15:32:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f706e3b2-dfdb-4b65-8c7d-72ed4e678921] received +2025-09-08 15:32:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f706e3b2-dfdb-4b65-8c7d-72ed4e678921] succeeded in 0.002414529910311103s: None +2025-09-08 15:32:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[453641a7-2178-4a39-9a70-1aa1e5f2aa31] received +2025-09-08 15:32:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[453641a7-2178-4a39-9a70-1aa1e5f2aa31] succeeded in 0.0026291949907317758s: None +2025-09-08 15:32:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4926aeac-5fe0-4e2f-b8ca-307eaacdc16f] received +2025-09-08 15:32:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4926aeac-5fe0-4e2f-b8ca-307eaacdc16f] succeeded in 0.0018932989332824945s: None +2025-09-08 15:32:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffeb1d27-c62b-47a1-8e71-d87ee9c85e6b] received +2025-09-08 15:32:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffeb1d27-c62b-47a1-8e71-d87ee9c85e6b] succeeded in 0.0020087750162929296s: None +2025-09-08 15:32:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f4b88ce-7f84-4713-9a80-cb740416488f] received +2025-09-08 15:32:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f4b88ce-7f84-4713-9a80-cb740416488f] succeeded in 0.002246628049761057s: None +2025-09-08 15:32:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7093b64-c98c-454a-817c-65668296c835] received +2025-09-08 15:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7093b64-c98c-454a-817c-65668296c835] succeeded in 0.002508778008632362s: None +2025-09-08 15:32:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9016908c-2890-4aac-b0c8-ae80750084bd] received +2025-09-08 15:32:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9016908c-2890-4aac-b0c8-ae80750084bd] succeeded in 0.002912042895331979s: None +2025-09-08 15:32:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[224f7b6f-3eae-452f-93f7-08b95eae7a04] received +2025-09-08 15:32:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[224f7b6f-3eae-452f-93f7-08b95eae7a04] succeeded in 0.002264808979816735s: None +2025-09-08 15:32:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d68f0547-bfa0-4302-8f85-8d51bdc4a19b] received +2025-09-08 15:32:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d68f0547-bfa0-4302-8f85-8d51bdc4a19b] succeeded in 0.0026939200470224023s: None +2025-09-08 15:32:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[432aa756-a296-4b03-abd6-a40fd9bbbffb] received +2025-09-08 15:32:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[432aa756-a296-4b03-abd6-a40fd9bbbffb] succeeded in 0.0028423010371625423s: None +2025-09-08 15:32:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:32:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:32:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c920fec4-e0e7-4b9a-a956-e7528f271667] received +2025-09-08 15:32:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c920fec4-e0e7-4b9a-a956-e7528f271667] succeeded in 0.002283441019244492s: None +2025-09-08 15:32:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6aab12eb-75bf-4186-9c78-746dcfbacd43] received +2025-09-08 15:33:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6aab12eb-75bf-4186-9c78-746dcfbacd43] succeeded in 0.002328607952222228s: None +2025-09-08 15:33:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0ff8b7b-258a-4a44-9b11-8a7edfd2095a] received +2025-09-08 15:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0ff8b7b-258a-4a44-9b11-8a7edfd2095a] succeeded in 0.0024388949386775494s: None +2025-09-08 15:33:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c5b3b21-4618-4198-b2d1-27142fa67fcd] received +2025-09-08 15:33:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c5b3b21-4618-4198-b2d1-27142fa67fcd] succeeded in 0.002795875072479248s: None +2025-09-08 15:33:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[782c169a-e29c-4192-abec-dc03ef7ab86e] received +2025-09-08 15:33:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[782c169a-e29c-4192-abec-dc03ef7ab86e] succeeded in 0.00280590308830142s: None +2025-09-08 15:33:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b5bd709-51bf-44bd-a4f0-fbf466f1d554] received +2025-09-08 15:33:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b5bd709-51bf-44bd-a4f0-fbf466f1d554] succeeded in 0.002340457052923739s: None +2025-09-08 15:33:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca28374e-6dae-43ff-87e7-1a7669c95828] received +2025-09-08 15:33:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca28374e-6dae-43ff-87e7-1a7669c95828] succeeded in 0.002449334948323667s: None +2025-09-08 15:33:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04af0461-e28e-451b-b1b4-b502abfe1301] received +2025-09-08 15:33:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04af0461-e28e-451b-b1b4-b502abfe1301] succeeded in 0.0012127889785915613s: None +2025-09-08 15:33:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1447562-6168-45fe-8691-96f522c82ba8] received +2025-09-08 15:33:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1447562-6168-45fe-8691-96f522c82ba8] succeeded in 0.0025777010014280677s: None +2025-09-08 15:33:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16576317-99ab-4bc6-96fe-e7fe1937ab96] received +2025-09-08 15:33:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16576317-99ab-4bc6-96fe-e7fe1937ab96] succeeded in 0.0021665600361302495s: None +2025-09-08 15:33:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[082b2c31-70f0-4a0d-89e9-1df5c024cf24] received +2025-09-08 15:33:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[082b2c31-70f0-4a0d-89e9-1df5c024cf24] succeeded in 0.0021208779653534293s: None +2025-09-08 15:33:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23d53353-4ef0-48ab-96f0-045a826e4e7b] received +2025-09-08 15:33:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23d53353-4ef0-48ab-96f0-045a826e4e7b] succeeded in 0.0021707359701395035s: None +2025-09-08 15:33:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6b07c90-7731-435d-9199-f4433ab3e2f9] received +2025-09-08 15:33:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6b07c90-7731-435d-9199-f4433ab3e2f9] succeeded in 0.0022876369766891003s: None +2025-09-08 15:33:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7170eff0-f622-42da-bd5e-b6de94581b58] received +2025-09-08 15:33:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7170eff0-f622-42da-bd5e-b6de94581b58] succeeded in 0.0023651489755138755s: None +2025-09-08 15:33:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6fc62ab-8674-4b9d-a9b1-34a6dd9289ad] received +2025-09-08 15:33:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6fc62ab-8674-4b9d-a9b1-34a6dd9289ad] succeeded in 0.0012678889324888587s: None +2025-09-08 15:33:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[752221fd-5ea2-4e1f-bf4a-0088c3c924a2] received +2025-09-08 15:33:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[752221fd-5ea2-4e1f-bf4a-0088c3c924a2] succeeded in 0.002265310031361878s: None +2025-09-08 15:33:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9832a68a-a9a8-49d3-96a2-fde4fb82cc8f] received +2025-09-08 15:33:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9832a68a-a9a8-49d3-96a2-fde4fb82cc8f] succeeded in 0.0022066680248826742s: None +2025-09-08 15:33:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b8c7a9c-62a2-473a-8437-cfa590f184d8] received +2025-09-08 15:33:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b8c7a9c-62a2-473a-8437-cfa590f184d8] succeeded in 0.0027166110230609775s: None +2025-09-08 15:33:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29d94d90-9cbd-4233-b729-077c2e93fccf] received +2025-09-08 15:33:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29d94d90-9cbd-4233-b729-077c2e93fccf] succeeded in 0.0026212800294160843s: None +2025-09-08 15:33:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78cb8139-0fc1-4a87-91aa-bad838bafe21] received +2025-09-08 15:33:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78cb8139-0fc1-4a87-91aa-bad838bafe21] succeeded in 0.0021305630216374993s: None +2025-09-08 15:33:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fa85f97-5aaa-4e99-9572-0474b310da7b] received +2025-09-08 15:33:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fa85f97-5aaa-4e99-9572-0474b310da7b] succeeded in 0.0026783060748130083s: None +2025-09-08 15:33:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ea6ac09-23cf-4eb1-8c7b-fc77b4fd02ea] received +2025-09-08 15:33:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ea6ac09-23cf-4eb1-8c7b-fc77b4fd02ea] succeeded in 0.0010205740109086037s: None +2025-09-08 15:33:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70a63b71-bc79-4fc2-aecd-0c35f4166137] received +2025-09-08 15:33:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70a63b71-bc79-4fc2-aecd-0c35f4166137] succeeded in 0.002428526058793068s: None +2025-09-08 15:33:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84b0585d-80ec-4e99-8d91-34e8667fb282] received +2025-09-08 15:33:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84b0585d-80ec-4e99-8d91-34e8667fb282] succeeded in 0.002315839985385537s: None +2025-09-08 15:33:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4505fb1a-886d-41aa-8efa-d511937e46a3] received +2025-09-08 15:33:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4505fb1a-886d-41aa-8efa-d511937e46a3] succeeded in 0.0025698740500956774s: None +2025-09-08 15:33:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ff7126f-e885-4b20-8872-e896a17d1d80] received +2025-09-08 15:33:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ff7126f-e885-4b20-8872-e896a17d1d80] succeeded in 0.0024458449333906174s: None +2025-09-08 15:33:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:33:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[377fe4d9-9726-40c8-808c-3a83cf4ae961] received +2025-09-08 15:33:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[377fe4d9-9726-40c8-808c-3a83cf4ae961] succeeded in 0.0022459360770881176s: None +2025-09-08 15:33:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:33:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:33:55 [INFO] Celery[DW-STDERR]: Storing track 'Celebrate' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:33:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'Celebrate' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:33:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:33:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[094e3a72-3cb8-41a3-aebb-4f285145cb1e] received +2025-09-08 15:33:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[094e3a72-3cb8-41a3-aebb-4f285145cb1e] succeeded in 0.0023120789555832744s: None +2025-09-08 15:33:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Storing track 'I'm Not Famous' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Successfully stored track 'I'm Not Famous' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 15:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3033d9c-1113-4ed8-adb4-3ea6c6553e27] received +2025-09-08 15:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3033d9c-1113-4ed8-adb4-3ea6c6553e27] succeeded in 0.001985216047614813s: None +2025-09-08 15:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e03a6f74-2878-4d6b-b4d7-46f23ebf4efc] received +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e03a6f74-2878-4d6b-b4d7-46f23ebf4efc] succeeded in 0.0010557390050962567s: None +2025-09-08 15:34:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c251e19f-2894-4bc0-99d3-5b9a0c649428] received +2025-09-08 15:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c251e19f-2894-4bc0-99d3-5b9a0c649428] succeeded in 0.0017888599541038275s: None +2025-09-08 15:34:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[796a7b7e-3898-41d1-9c73-c5e823900e6f] received +2025-09-08 15:34:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[796a7b7e-3898-41d1-9c73-c5e823900e6f] succeeded in 0.00213456095661968s: None +2025-09-08 15:34:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2a27dda-1ecd-4317-beed-ac800a339f4e] received +2025-09-08 15:34:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2a27dda-1ecd-4317-beed-ac800a339f4e] succeeded in 0.002528997021727264s: None +2025-09-08 15:34:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b7f16f5-7ed2-4772-a7e4-9dfcaade34ed] received +2025-09-08 15:34:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b7f16f5-7ed2-4772-a7e4-9dfcaade34ed] succeeded in 0.0024468550691381097s: None +2025-09-08 15:34:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db1b62ce-b28d-4809-ad3c-7317cea76058] received +2025-09-08 15:34:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db1b62ce-b28d-4809-ad3c-7317cea76058] succeeded in 0.001488099922426045s: None +2025-09-08 15:34:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b62712e-9b0e-445f-a9d5-f91f8e909944] received +2025-09-08 15:34:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b62712e-9b0e-445f-a9d5-f91f8e909944] succeeded in 0.0021295120241120458s: None +2025-09-08 15:34:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f42209a5-abdf-4d20-97e2-3195e4482384] received +2025-09-08 15:34:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f42209a5-abdf-4d20-97e2-3195e4482384] succeeded in 0.0026410629507154226s: None +2025-09-08 15:34:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[820739ad-938d-43a7-a688-2022c650eca3] received +2025-09-08 15:34:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[820739ad-938d-43a7-a688-2022c650eca3] succeeded in 0.0027380019892007113s: None +2025-09-08 15:34:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c41184d-dd55-488f-b7d3-38cf24cc23f4] received +2025-09-08 15:34:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c41184d-dd55-488f-b7d3-38cf24cc23f4] succeeded in 0.0024868190521374345s: None +2025-09-08 15:34:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44c8e34e-897a-498a-a6df-9025174c36ac] received +2025-09-08 15:34:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44c8e34e-897a-498a-a6df-9025174c36ac] succeeded in 0.0025685670552775264s: None +2025-09-08 15:34:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f298295-0f5c-4088-a9a6-303190d65f29] received +2025-09-08 15:34:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f298295-0f5c-4088-a9a6-303190d65f29] succeeded in 0.0027603539638221264s: None +2025-09-08 15:34:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a56a2bee-1d63-418e-8f29-18714d61a1ed] received +2025-09-08 15:34:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a56a2bee-1d63-418e-8f29-18714d61a1ed] succeeded in 0.0023849339922890067s: None +2025-09-08 15:34:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d739f91-b3ab-4db5-b800-675cf95129ce] received +2025-09-08 15:34:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d739f91-b3ab-4db5-b800-675cf95129ce] succeeded in 0.00338901299983263s: None +2025-09-08 15:34:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bf90674-1398-4391-8761-094acbc10559] received +2025-09-08 15:34:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bf90674-1398-4391-8761-094acbc10559] succeeded in 0.0024035220267251134s: None +2025-09-08 15:34:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1301e8cb-2b2e-4949-aab0-edd376024f90] received +2025-09-08 15:34:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1301e8cb-2b2e-4949-aab0-edd376024f90] succeeded in 0.0027149469824507833s: None +2025-09-08 15:34:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5c07454-50a1-4303-8eaf-5991e5a5d68f] received +2025-09-08 15:34:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5c07454-50a1-4303-8eaf-5991e5a5d68f] succeeded in 0.002351348055526614s: None +2025-09-08 15:34:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b54aded8-4db9-43ba-906d-fc35cb9977d7] received +2025-09-08 15:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b54aded8-4db9-43ba-906d-fc35cb9977d7] succeeded in 0.0022477260790765285s: None +2025-09-08 15:34:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3631a661-6d3a-46dd-823c-bb5f7eceeff5] received +2025-09-08 15:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3631a661-6d3a-46dd-823c-bb5f7eceeff5] succeeded in 0.002191301085986197s: None +2025-09-08 15:34:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6361da0-25b1-4ae7-a240-35ea09fae7e9] received +2025-09-08 15:34:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6361da0-25b1-4ae7-a240-35ea09fae7e9] succeeded in 0.002439957926981151s: None +2025-09-08 15:34:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f35ec0f7-41b1-4813-89ea-c86f5abaf9b2] received +2025-09-08 15:34:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f35ec0f7-41b1-4813-89ea-c86f5abaf9b2] succeeded in 0.003613544045947492s: None +2025-09-08 15:34:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:34:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:34:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[335b1126-be09-4d95-8ebd-e97ccc4f2496] received +2025-09-08 15:34:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[335b1126-be09-4d95-8ebd-e97ccc4f2496] succeeded in 0.0023440240183845162s: None +2025-09-08 15:34:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e81d924c-77e6-4745-9935-121a8cddbf99] received +2025-09-08 15:35:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e81d924c-77e6-4745-9935-121a8cddbf99] succeeded in 0.0027051829965785146s: None +2025-09-08 15:35:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfd4d960-4070-414b-a390-696e8bb2b906] received +2025-09-08 15:35:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfd4d960-4070-414b-a390-696e8bb2b906] succeeded in 0.002528968034312129s: None +2025-09-08 15:35:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e222765-b130-45d8-b4af-2471fdb2eebd] received +2025-09-08 15:35:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e222765-b130-45d8-b4af-2471fdb2eebd] succeeded in 0.00278045900631696s: None +2025-09-08 15:35:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7ce1902-d0d8-4a2f-8ad7-61cd96367628] received +2025-09-08 15:35:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7ce1902-d0d8-4a2f-8ad7-61cd96367628] succeeded in 0.0025114099262282252s: None +2025-09-08 15:35:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1076f4fa-d142-4890-b4b4-049a431ed748] received +2025-09-08 15:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1076f4fa-d142-4890-b4b4-049a431ed748] succeeded in 0.002385283005423844s: None +2025-09-08 15:35:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdf92654-8d4e-4a2f-8190-cdfb435f9e47] received +2025-09-08 15:35:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdf92654-8d4e-4a2f-8190-cdfb435f9e47] succeeded in 0.002493690000846982s: None +2025-09-08 15:35:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b0f93c-d10d-465d-a621-9b8b0661bd3f] received +2025-09-08 15:35:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b0f93c-d10d-465d-a621-9b8b0661bd3f] succeeded in 0.0021770659368485212s: None +2025-09-08 15:35:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be203980-2354-4160-a282-293a74932c3c] received +2025-09-08 15:35:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be203980-2354-4160-a282-293a74932c3c] succeeded in 0.0024425770388916135s: None +2025-09-08 15:35:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e553c372-44dc-46f5-afcd-5df8e0671a03] received +2025-09-08 15:35:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e553c372-44dc-46f5-afcd-5df8e0671a03] succeeded in 0.002558327978476882s: None +2025-09-08 15:35:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ada2164b-824c-4917-a49c-9eb3d28830ed] received +2025-09-08 15:35:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ada2164b-824c-4917-a49c-9eb3d28830ed] succeeded in 0.0036473619984462857s: None +2025-09-08 15:35:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f0c3cd1-1a76-438b-9ec1-18f37342fce6] received +2025-09-08 15:35:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f0c3cd1-1a76-438b-9ec1-18f37342fce6] succeeded in 0.0025335969403386116s: None +2025-09-08 15:35:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed07a186-7965-47d8-a843-8c1c51922a12] received +2025-09-08 15:35:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed07a186-7965-47d8-a843-8c1c51922a12] succeeded in 0.002499149995855987s: None +2025-09-08 15:35:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51e800c0-b6f8-40f9-ba25-9987b1331abe] received +2025-09-08 15:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51e800c0-b6f8-40f9-ba25-9987b1331abe] succeeded in 0.002406716928817332s: None +2025-09-08 15:35:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[369cd1d5-804f-44d4-b6fe-7e5ee5e02b10] received +2025-09-08 15:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[369cd1d5-804f-44d4-b6fe-7e5ee5e02b10] succeeded in 0.0023824110394343734s: None +2025-09-08 15:35:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6825035-5190-4635-bd9b-eacbdf0626bb] received +2025-09-08 15:35:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6825035-5190-4635-bd9b-eacbdf0626bb] succeeded in 0.0023775739828124642s: None +2025-09-08 15:35:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2138dd17-8386-4556-81c4-2a71e944f9d4] received +2025-09-08 15:35:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2138dd17-8386-4556-81c4-2a71e944f9d4] succeeded in 0.002205676049925387s: None +2025-09-08 15:35:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f15f6c5-53fc-400c-82d3-c182d86472bf] received +2025-09-08 15:35:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f15f6c5-53fc-400c-82d3-c182d86472bf] succeeded in 0.0025488160317763686s: None +2025-09-08 15:35:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa48ac0a-0d02-486d-a108-b9d9a113e607] received +2025-09-08 15:35:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa48ac0a-0d02-486d-a108-b9d9a113e607] succeeded in 0.0026714650448411703s: None +2025-09-08 15:35:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe02b819-5e53-4595-a942-206be4d8c269] received +2025-09-08 15:35:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe02b819-5e53-4595-a942-206be4d8c269] succeeded in 0.002485003904439509s: None +2025-09-08 15:35:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7dc693-f16f-4886-b5de-58e749cc2859] received +2025-09-08 15:35:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7dc693-f16f-4886-b5de-58e749cc2859] succeeded in 0.0027556709246709943s: None +2025-09-08 15:35:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef7e085f-d597-413e-aece-e8de48b4982e] received +2025-09-08 15:35:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef7e085f-d597-413e-aece-e8de48b4982e] succeeded in 0.002335369004867971s: None +2025-09-08 15:35:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[200ffb4f-25de-4e45-8167-e4058d00eea1] received +2025-09-08 15:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[200ffb4f-25de-4e45-8167-e4058d00eea1] succeeded in 0.00987953192088753s: None +2025-09-08 15:35:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00e85678-7d74-464e-b5dd-963718a7a1e9] received +2025-09-08 15:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00e85678-7d74-464e-b5dd-963718a7a1e9] succeeded in 0.005261258105747402s: None +2025-09-08 15:35:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b4ae8b9-9e97-4887-a039-b67f970f5651] received +2025-09-08 15:35:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b4ae8b9-9e97-4887-a039-b67f970f5651] succeeded in 0.0032507400028407574s: None +2025-09-08 15:35:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6818c52-4c36-48e3-93b6-db6ff7070a24] received +2025-09-08 15:35:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6818c52-4c36-48e3-93b6-db6ff7070a24] succeeded in 0.0026251189410686493s: None +2025-09-08 15:35:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5f2e42e-1d2d-439d-abed-426b095d84e2] received +2025-09-08 15:35:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5f2e42e-1d2d-439d-abed-426b095d84e2] succeeded in 0.0024738770443946123s: None +2025-09-08 15:35:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7380bee0-f4ee-43f0-abec-eb413a6509e8] received +2025-09-08 15:35:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7380bee0-f4ee-43f0-abec-eb413a6509e8] succeeded in 0.002572861034423113s: None +2025-09-08 15:35:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdfc0db5-d1e0-400d-ae26-cd6ae6d67cd4] received +2025-09-08 15:35:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdfc0db5-d1e0-400d-ae26-cd6ae6d67cd4] succeeded in 0.002579152933321893s: None +2025-09-08 15:35:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4af7ba6-2d07-4fa0-a89d-70e5cc839033] received +2025-09-08 15:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4af7ba6-2d07-4fa0-a89d-70e5cc839033] succeeded in 0.002841454930603504s: None +2025-09-08 15:35:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d39502e9-ef52-44fd-a31e-ef0ecaa3b59b] received +2025-09-08 15:35:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d39502e9-ef52-44fd-a31e-ef0ecaa3b59b] succeeded in 0.002964416053146124s: None +2025-09-08 15:35:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b88d6333-efcb-4d56-9205-335d45c20ba9] received +2025-09-08 15:35:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b88d6333-efcb-4d56-9205-335d45c20ba9] succeeded in 0.0026323989732190967s: None +2025-09-08 15:35:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:35:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:35:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[608836b5-bc16-444d-9d70-11a07e6cd888] received +2025-09-08 15:35:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[608836b5-bc16-444d-9d70-11a07e6cd888] succeeded in 0.0025612330064177513s: None +2025-09-08 15:35:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b32331b-5577-4570-9fa3-0fc1ab17efdd] received +2025-09-08 15:36:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b32331b-5577-4570-9fa3-0fc1ab17efdd] succeeded in 0.002309400006197393s: None +2025-09-08 15:36:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f86dd038-dc17-4f47-bf78-49e9ecce8be5] received +2025-09-08 15:36:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f86dd038-dc17-4f47-bf78-49e9ecce8be5] succeeded in 0.002171383937820792s: None +2025-09-08 15:36:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[724c5088-c094-4092-bf59-106303d68b01] received +2025-09-08 15:36:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[724c5088-c094-4092-bf59-106303d68b01] succeeded in 0.002413124078884721s: None +2025-09-08 15:36:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44b7e21c-9f1f-4576-b773-35b9fdf20cbc] received +2025-09-08 15:36:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44b7e21c-9f1f-4576-b773-35b9fdf20cbc] succeeded in 0.002528257085941732s: None +2025-09-08 15:36:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5add217c-c158-4cb2-b2ef-f65d9d545d43] received +2025-09-08 15:36:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5add217c-c158-4cb2-b2ef-f65d9d545d43] succeeded in 0.002937069977633655s: None +2025-09-08 15:36:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06e28347-5bed-4107-af07-f9f36415b112] received +2025-09-08 15:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06e28347-5bed-4107-af07-f9f36415b112] succeeded in 0.0021940969163551927s: None +2025-09-08 15:36:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b883565-dd55-41df-b69b-424fb243e882] received +2025-09-08 15:36:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b883565-dd55-41df-b69b-424fb243e882] succeeded in 0.002293539931997657s: None +2025-09-08 15:36:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b288e1c4-fd38-49fd-be39-ccbda8af35ec] received +2025-09-08 15:36:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b288e1c4-fd38-49fd-be39-ccbda8af35ec] succeeded in 0.00258698093239218s: None +2025-09-08 15:36:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[510043fc-58e8-481f-bbf0-6e27ab736a7e] received +2025-09-08 15:36:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[510043fc-58e8-481f-bbf0-6e27ab736a7e] succeeded in 0.0029614910017699003s: None +2025-09-08 15:36:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aeccd74-1a3d-41d7-97bb-f2a5ae909aa8] received +2025-09-08 15:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aeccd74-1a3d-41d7-97bb-f2a5ae909aa8] succeeded in 0.002338486025109887s: None +2025-09-08 15:36:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d53dda3-c4b7-4259-aa21-75ef7905c969] received +2025-09-08 15:36:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d53dda3-c4b7-4259-aa21-75ef7905c969] succeeded in 0.002137784962542355s: None +2025-09-08 15:36:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1bfca43-c53d-4d44-8fda-66e172028207] received +2025-09-08 15:36:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1bfca43-c53d-4d44-8fda-66e172028207] succeeded in 0.0021694900933653116s: None +2025-09-08 15:36:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4838c47f-64c0-42e8-91ef-e58d3502eb49] received +2025-09-08 15:36:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4838c47f-64c0-42e8-91ef-e58d3502eb49] succeeded in 0.002514809020794928s: None +2025-09-08 15:36:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dd321d6-f883-495b-b9cf-6b3c83a62dcb] received +2025-09-08 15:36:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dd321d6-f883-495b-b9cf-6b3c83a62dcb] succeeded in 0.0024832639610394835s: None +2025-09-08 15:36:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f66e79-6870-4ff1-8d1a-514375e7b536] received +2025-09-08 15:36:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f66e79-6870-4ff1-8d1a-514375e7b536] succeeded in 0.0027966019697487354s: None +2025-09-08 15:36:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d91e5f4e-ec83-4d3d-a137-d5b9d697b966] received +2025-09-08 15:36:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d91e5f4e-ec83-4d3d-a137-d5b9d697b966] succeeded in 0.002265893970616162s: None +2025-09-08 15:36:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[235cfd11-54f4-44b2-bd2a-5e3b28c5f65a] received +2025-09-08 15:36:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[235cfd11-54f4-44b2-bd2a-5e3b28c5f65a] succeeded in 0.002656939090229571s: None +2025-09-08 15:36:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ebedb8f-713b-40e3-928e-3a8e23e357c4] received +2025-09-08 15:36:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ebedb8f-713b-40e3-928e-3a8e23e357c4] succeeded in 0.0027329770382493734s: None +2025-09-08 15:36:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ee31dc3-10e3-43af-81a7-016626f6018d] received +2025-09-08 15:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ee31dc3-10e3-43af-81a7-016626f6018d] succeeded in 0.0025864100316539407s: None +2025-09-08 15:36:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c07e6018-6b58-403f-b71a-7ce76f4cde5c] received +2025-09-08 15:36:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c07e6018-6b58-403f-b71a-7ce76f4cde5c] succeeded in 0.0025247969897463918s: None +2025-09-08 15:36:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83659ac4-eb8b-429b-a48e-a012fbd68039] received +2025-09-08 15:36:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83659ac4-eb8b-429b-a48e-a012fbd68039] succeeded in 0.0026883609825745225s: None +2025-09-08 15:36:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[334e2847-7fa6-4fbd-9a07-aa95c10caf97] received +2025-09-08 15:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[334e2847-7fa6-4fbd-9a07-aa95c10caf97] succeeded in 0.002389061963185668s: None +2025-09-08 15:36:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b91b0d65-713e-4ef4-b450-e20291f12ca6] received +2025-09-08 15:36:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b91b0d65-713e-4ef4-b450-e20291f12ca6] succeeded in 0.0025642799446359277s: None +2025-09-08 15:36:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[354f6b4e-b40c-410e-af32-ca3becc9a62a] received +2025-09-08 15:36:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[354f6b4e-b40c-410e-af32-ca3becc9a62a] succeeded in 0.0026294399285688996s: None +2025-09-08 15:36:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcb9ad67-d6bd-43aa-a352-d9ee9f41338c] received +2025-09-08 15:36:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcb9ad67-d6bd-43aa-a352-d9ee9f41338c] succeeded in 0.002543262089602649s: None +2025-09-08 15:36:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75663699-0976-42f8-ae99-de1c66fb524b] received +2025-09-08 15:36:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75663699-0976-42f8-ae99-de1c66fb524b] succeeded in 0.004287491086870432s: None +2025-09-08 15:36:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[595a257a-c5df-45fa-b472-1f19176e7c51] received +2025-09-08 15:36:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[595a257a-c5df-45fa-b472-1f19176e7c51] succeeded in 0.0023932750336825848s: None +2025-09-08 15:36:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a03b224d-4ebf-4312-8fbe-bbd66b066e77] received +2025-09-08 15:36:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a03b224d-4ebf-4312-8fbe-bbd66b066e77] succeeded in 0.0023448809515684843s: None +2025-09-08 15:36:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd188ed0-8a00-41fa-82b9-6306a69a731a] received +2025-09-08 15:36:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd188ed0-8a00-41fa-82b9-6306a69a731a] succeeded in 0.0027815200155600905s: None +2025-09-08 15:36:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ff563d1-7dac-4384-8cc3-222d9f57c845] received +2025-09-08 15:36:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ff563d1-7dac-4384-8cc3-222d9f57c845] succeeded in 0.003002509940415621s: None +2025-09-08 15:36:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d81f825-8c64-4199-8451-df0de2ad7324] received +2025-09-08 15:36:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d81f825-8c64-4199-8451-df0de2ad7324] succeeded in 0.002619195031002164s: None +2025-09-08 15:36:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:36:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:36:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fd067db-a17d-4497-954e-7b9de6e75968] received +2025-09-08 15:36:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fd067db-a17d-4497-954e-7b9de6e75968] succeeded in 0.002064435975626111s: None +2025-09-08 15:36:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcd58a79-a982-42fd-814a-8250160c46ff] received +2025-09-08 15:37:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcd58a79-a982-42fd-814a-8250160c46ff] succeeded in 0.0024059771094471216s: None +2025-09-08 15:37:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[142b78c3-f3b3-4521-ba91-cd7c3992d4d6] received +2025-09-08 15:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[142b78c3-f3b3-4521-ba91-cd7c3992d4d6] succeeded in 0.0027959540020674467s: None +2025-09-08 15:37:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7196cd74-66e0-43b5-a4bf-0eb0b4d7c42f] received +2025-09-08 15:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7196cd74-66e0-43b5-a4bf-0eb0b4d7c42f] succeeded in 0.002603138913400471s: None +2025-09-08 15:37:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e2358fa-56f9-453d-9aeb-a872b5babff6] received +2025-09-08 15:37:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e2358fa-56f9-453d-9aeb-a872b5babff6] succeeded in 0.0021853799698874354s: None +2025-09-08 15:37:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d932fb50-40cf-445b-a519-1ff85a5518f2] received +2025-09-08 15:37:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d932fb50-40cf-445b-a519-1ff85a5518f2] succeeded in 0.0025216209469363093s: None +2025-09-08 15:37:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69021ff1-3465-42dd-ae4e-c6ac579f5196] received +2025-09-08 15:37:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69021ff1-3465-42dd-ae4e-c6ac579f5196] succeeded in 0.0012121619656682014s: None +2025-09-08 15:37:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaa62067-269e-4c89-a45c-d8699fa1fc58] received +2025-09-08 15:37:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaa62067-269e-4c89-a45c-d8699fa1fc58] succeeded in 0.0012212219880893826s: None +2025-09-08 15:37:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f188ae5-dbd0-4f6c-9357-a6140174549a] received +2025-09-08 15:37:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f188ae5-dbd0-4f6c-9357-a6140174549a] succeeded in 0.0011291609844192863s: None +2025-09-08 15:37:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23fa72f5-c36b-46bd-a05e-b1d43fd6f31b] received +2025-09-08 15:37:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23fa72f5-c36b-46bd-a05e-b1d43fd6f31b] succeeded in 0.0012019200948998332s: None +2025-09-08 15:37:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc33d94e-2316-46e8-b832-43bae1fccb72] received +2025-09-08 15:37:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc33d94e-2316-46e8-b832-43bae1fccb72] succeeded in 0.0011393970344215631s: None +2025-09-08 15:37:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79b3ba0c-9cb5-41c4-8839-e6cd6938dd5a] received +2025-09-08 15:37:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79b3ba0c-9cb5-41c4-8839-e6cd6938dd5a] succeeded in 0.001452373107895255s: None +2025-09-08 15:37:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1355f4dc-743f-4efa-be11-d73ae549f81a] received +2025-09-08 15:37:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1355f4dc-743f-4efa-be11-d73ae549f81a] succeeded in 0.0011226310161873698s: None +2025-09-08 15:37:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ca8ed10-6962-457a-b292-d57c9ef8dae4] received +2025-09-08 15:37:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ca8ed10-6962-457a-b292-d57c9ef8dae4] succeeded in 0.0011345869861543179s: None +2025-09-08 15:37:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[656726be-d5db-4f7d-85be-6d5c931d30b0] received +2025-09-08 15:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[656726be-d5db-4f7d-85be-6d5c931d30b0] succeeded in 0.0010976350167766213s: None +2025-09-08 15:37:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:37:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d8f586a-9fe7-44f6-8b87-63b71edcaefe] received +2025-09-08 15:37:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d8f586a-9fe7-44f6-8b87-63b71edcaefe] succeeded in 0.002092246082611382s: None +2025-09-08 15:37:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:37:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:37:33 [INFO] Celery[DW-STDERR]: Storing track 'Pretender (feat. Lil Yachty & AJR)' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:37:33 [INFO] Celery[DW-STDERR]: Successfully stored track 'Pretender (feat. Lil Yachty & AJR)' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:37:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[357164f2-9feb-4017-969a-88f15f070330] received +2025-09-08 15:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[357164f2-9feb-4017-969a-88f15f070330] succeeded in 0.0015947790816426277s: None +2025-09-08 15:37:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Storing track 'Role Models' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Successfully stored track 'Role Models' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 15:38:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e954a1a1-4d4c-4135-bb10-556915e75489] received +2025-09-08 15:38:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e954a1a1-4d4c-4135-bb10-556915e75489] succeeded in 0.002083109924569726s: None +2025-09-08 15:38:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:38:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4af44d6c-60ed-4b19-9e9c-bb12020a43bf] received +2025-09-08 15:38:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4af44d6c-60ed-4b19-9e9c-bb12020a43bf] succeeded in 0.0017082960112020373s: None +2025-09-08 15:38:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24278b66-c5e4-476e-8b39-fd23bc1ec028] received +2025-09-08 15:38:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24278b66-c5e4-476e-8b39-fd23bc1ec028] succeeded in 0.0019321360159665346s: None +2025-09-08 15:38:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d57132c6-2e75-4d38-a386-e82cdbbcbfe6] received +2025-09-08 15:38:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d57132c6-2e75-4d38-a386-e82cdbbcbfe6] succeeded in 0.0026839050697162747s: None +2025-09-08 15:38:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[559df76a-dd2e-4a18-b1a4-275ff4dd23d3] received +2025-09-08 15:38:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[559df76a-dd2e-4a18-b1a4-275ff4dd23d3] succeeded in 0.002480515046045184s: None +2025-09-08 15:38:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff5d5d1a-f526-4565-b993-737c36008ede] received +2025-09-08 15:38:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff5d5d1a-f526-4565-b993-737c36008ede] succeeded in 0.002338996040634811s: None +2025-09-08 15:38:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ab4fce9-b3d6-49ef-9718-70c5f4aa4cc4] received +2025-09-08 15:38:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ab4fce9-b3d6-49ef-9718-70c5f4aa4cc4] succeeded in 0.0027056349208578467s: None +2025-09-08 15:38:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a680fbc-7fb3-45ae-ba9b-56f7880afe86] received +2025-09-08 15:38:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a680fbc-7fb3-45ae-ba9b-56f7880afe86] succeeded in 0.0026670299703255296s: None +2025-09-08 15:38:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb8a7a27-a3c5-4ee7-8bd3-0f57a2dd311a] received +2025-09-08 15:38:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb8a7a27-a3c5-4ee7-8bd3-0f57a2dd311a] succeeded in 0.0027041799621656537s: None +2025-09-08 15:38:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8f3342f-3b22-4ca9-919e-4db5b2ed89b5] received +2025-09-08 15:38:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8f3342f-3b22-4ca9-919e-4db5b2ed89b5] succeeded in 0.0024510069051757455s: None +2025-09-08 15:38:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9b46169-c15d-46bd-8de6-690e0cf19c01] received +2025-09-08 15:38:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9b46169-c15d-46bd-8de6-690e0cf19c01] succeeded in 0.0023859459906816483s: None +2025-09-08 15:38:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86f41549-e8e7-4870-ad8e-b1784a34944c] received +2025-09-08 15:38:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86f41549-e8e7-4870-ad8e-b1784a34944c] succeeded in 0.0028508950490504503s: None +2025-09-08 15:38:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3cf35a8-82d9-402f-9bc5-077872aab3ed] received +2025-09-08 15:38:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3cf35a8-82d9-402f-9bc5-077872aab3ed] succeeded in 0.0027785380370914936s: None +2025-09-08 15:38:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[369b8661-fb97-4624-a6ce-4f9016ca64b0] received +2025-09-08 15:38:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[369b8661-fb97-4624-a6ce-4f9016ca64b0] succeeded in 0.0016037030145525932s: None +2025-09-08 15:38:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1e729e5-37d2-4aa0-a603-cd1f98a7aab4] received +2025-09-08 15:38:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1e729e5-37d2-4aa0-a603-cd1f98a7aab4] succeeded in 0.0027477809926494956s: None +2025-09-08 15:38:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afb605fc-ef25-436a-8347-0c33be9ea6b2] received +2025-09-08 15:38:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afb605fc-ef25-436a-8347-0c33be9ea6b2] succeeded in 0.0025145300896838307s: None +2025-09-08 15:38:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbeeb809-f82e-494f-a900-2ae1f04449d6] received +2025-09-08 15:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbeeb809-f82e-494f-a900-2ae1f04449d6] succeeded in 0.0023197869304567575s: None +2025-09-08 15:38:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ca085f2-3166-4916-a913-7b47bb17b966] received +2025-09-08 15:38:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ca085f2-3166-4916-a913-7b47bb17b966] succeeded in 0.0025519359624013305s: None +2025-09-08 15:38:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53dcf83c-2ee8-4bda-a687-171d563dbbf8] received +2025-09-08 15:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53dcf83c-2ee8-4bda-a687-171d563dbbf8] succeeded in 0.0030356000643223524s: None +2025-09-08 15:38:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[499342f7-51c2-4528-a263-647bcc555400] received +2025-09-08 15:38:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[499342f7-51c2-4528-a263-647bcc555400] succeeded in 0.002340108039788902s: None +2025-09-08 15:38:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e671c28e-911a-40d1-a6a2-494bf8842a8c] received +2025-09-08 15:38:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e671c28e-911a-40d1-a6a2-494bf8842a8c] succeeded in 0.0023966679582372308s: None +2025-09-08 15:38:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33e56ac8-372a-455e-a10d-f415955a6608] received +2025-09-08 15:38:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33e56ac8-372a-455e-a10d-f415955a6608] succeeded in 0.002529564080759883s: None +2025-09-08 15:38:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1d99457-ff31-48ad-8010-b619dcdb0c11] received +2025-09-08 15:38:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1d99457-ff31-48ad-8010-b619dcdb0c11] succeeded in 0.002386008040048182s: None +2025-09-08 15:38:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44c0b248-adf3-449b-a799-807fb47975f2] received +2025-09-08 15:38:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44c0b248-adf3-449b-a799-807fb47975f2] succeeded in 0.002380240010097623s: None +2025-09-08 15:38:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35d679e5-e423-4356-a853-08841677c2c9] received +2025-09-08 15:38:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35d679e5-e423-4356-a853-08841677c2c9] succeeded in 0.0025089209666475654s: None +2025-09-08 15:38:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffc4bdf0-b11d-4170-a2d9-da93f187080c] received +2025-09-08 15:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffc4bdf0-b11d-4170-a2d9-da93f187080c] succeeded in 0.0022378290304914117s: None +2025-09-08 15:38:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:38:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:38:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a62c05c-7ec7-4703-a72d-d2f8b95fd40e] received +2025-09-08 15:38:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a62c05c-7ec7-4703-a72d-d2f8b95fd40e] succeeded in 0.0029389410046860576s: None +2025-09-08 15:38:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3109f774-c449-4abe-984e-cf618f9f9cb6] received +2025-09-08 15:39:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3109f774-c449-4abe-984e-cf618f9f9cb6] succeeded in 0.003502837964333594s: None +2025-09-08 15:39:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04af4852-d535-450c-8d5b-3181b6eea50b] received +2025-09-08 15:39:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04af4852-d535-450c-8d5b-3181b6eea50b] succeeded in 0.0024442820576950908s: None +2025-09-08 15:39:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4f65dba-468b-4d19-9e14-f4fe41a361e4] received +2025-09-08 15:39:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4f65dba-468b-4d19-9e14-f4fe41a361e4] succeeded in 0.0023978810058906674s: None +2025-09-08 15:39:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce2ec683-6670-4652-a57f-50f571c6f25d] received +2025-09-08 15:39:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce2ec683-6670-4652-a57f-50f571c6f25d] succeeded in 0.00223993300460279s: None +2025-09-08 15:39:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0df82e3-a3a0-4b13-b6c0-eef73d87e63f] received +2025-09-08 15:39:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0df82e3-a3a0-4b13-b6c0-eef73d87e63f] succeeded in 0.0014535400550812483s: None +2025-09-08 15:39:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cbba4a3-0952-4de5-a052-3b78db22aa0a] received +2025-09-08 15:39:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cbba4a3-0952-4de5-a052-3b78db22aa0a] succeeded in 0.0020874200854450464s: None +2025-09-08 15:39:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b481de24-c8ba-4939-abdb-17ab31b1183b] received +2025-09-08 15:39:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b481de24-c8ba-4939-abdb-17ab31b1183b] succeeded in 0.0022696079686284065s: None +2025-09-08 15:39:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c00d5301-4d46-4ee4-8959-c19535babd6b] received +2025-09-08 15:39:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c00d5301-4d46-4ee4-8959-c19535babd6b] succeeded in 0.0024437190731987357s: None +2025-09-08 15:39:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f82334da-db47-4d0c-81df-14c830ec958f] received +2025-09-08 15:39:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f82334da-db47-4d0c-81df-14c830ec958f] succeeded in 0.0028283350402489305s: None +2025-09-08 15:39:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf3e6ff6-ddb7-419a-a4b2-f443702d0496] received +2025-09-08 15:39:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf3e6ff6-ddb7-419a-a4b2-f443702d0496] succeeded in 0.002392577938735485s: None +2025-09-08 15:39:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcd69367-5d4d-4880-a1f7-7f232e1dfbbe] received +2025-09-08 15:39:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcd69367-5d4d-4880-a1f7-7f232e1dfbbe] succeeded in 0.0025568739511072636s: None +2025-09-08 15:39:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efea1448-8538-49e5-8db9-cb568ada5508] received +2025-09-08 15:39:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efea1448-8538-49e5-8db9-cb568ada5508] succeeded in 0.002432475099340081s: None +2025-09-08 15:39:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74f22c8f-d1bb-461c-8bdc-28ffb277ab0d] received +2025-09-08 15:39:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74f22c8f-d1bb-461c-8bdc-28ffb277ab0d] succeeded in 0.0026228919159621s: None +2025-09-08 15:39:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d0c1909-4a42-47c9-a798-67dfe46e52df] received +2025-09-08 15:39:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d0c1909-4a42-47c9-a798-67dfe46e52df] succeeded in 0.0022583389654755592s: None +2025-09-08 15:39:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03cd3fd7-7916-4a4e-bdc1-faf9ddc0df9c] received +2025-09-08 15:39:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03cd3fd7-7916-4a4e-bdc1-faf9ddc0df9c] succeeded in 0.002319040009751916s: None +2025-09-08 15:39:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0ca7458-9435-4899-b338-f61a7d58f970] received +2025-09-08 15:39:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0ca7458-9435-4899-b338-f61a7d58f970] succeeded in 0.007532857940532267s: None +2025-09-08 15:39:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92584c43-41b1-4e7a-a13d-4fca47b44961] received +2025-09-08 15:39:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92584c43-41b1-4e7a-a13d-4fca47b44961] succeeded in 0.002654650015756488s: None +2025-09-08 15:39:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[671325df-0e4b-40d2-9560-9c7c3834336a] received +2025-09-08 15:39:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[671325df-0e4b-40d2-9560-9c7c3834336a] succeeded in 0.002841289038769901s: None +2025-09-08 15:39:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab227199-e0d6-49bf-8f37-bc1cd08a303b] received +2025-09-08 15:39:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab227199-e0d6-49bf-8f37-bc1cd08a303b] succeeded in 0.003018102957867086s: None +2025-09-08 15:39:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42f01a9a-0b12-4cd1-9e33-0f251fc35b88] received +2025-09-08 15:39:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42f01a9a-0b12-4cd1-9e33-0f251fc35b88] succeeded in 0.0022035420406609774s: None +2025-09-08 15:39:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[386f2b1d-f0f9-445e-86fd-3d502ccb7009] received +2025-09-08 15:39:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[386f2b1d-f0f9-445e-86fd-3d502ccb7009] succeeded in 0.0028141229413449764s: None +2025-09-08 15:39:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2768004-8da4-41f8-be8b-862952be2177] received +2025-09-08 15:39:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2768004-8da4-41f8-be8b-862952be2177] succeeded in 0.0028905459912493825s: None +2025-09-08 15:39:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f6dbbc4-b538-4a34-b975-572991fcfbdd] received +2025-09-08 15:39:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f6dbbc4-b538-4a34-b975-572991fcfbdd] succeeded in 0.002568825031630695s: None +2025-09-08 15:39:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19aaa26e-0dff-48fc-bca3-40fe28ef6ab7] received +2025-09-08 15:39:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19aaa26e-0dff-48fc-bca3-40fe28ef6ab7] succeeded in 0.002459506969898939s: None +2025-09-08 15:39:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:39:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:39:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ce3702f-8a88-44c3-801e-eb201a8af535] received +2025-09-08 15:39:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ce3702f-8a88-44c3-801e-eb201a8af535] succeeded in 0.00282050808891654s: None +2025-09-08 15:39:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cba47052-d868-4d61-9025-2404929b36fa] received +2025-09-08 15:40:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cba47052-d868-4d61-9025-2404929b36fa] succeeded in 0.0025742780417203903s: None +2025-09-08 15:40:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fc8e126-464c-4877-ab1d-374d7bc436d3] received +2025-09-08 15:40:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fc8e126-464c-4877-ab1d-374d7bc436d3] succeeded in 0.002434512018226087s: None +2025-09-08 15:40:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87c0b6a6-88e1-461a-bebc-b16f7355df8f] received +2025-09-08 15:40:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87c0b6a6-88e1-461a-bebc-b16f7355df8f] succeeded in 0.0025190720334649086s: None +2025-09-08 15:40:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb590125-d5c8-47c8-b55f-98111f5bd457] received +2025-09-08 15:40:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb590125-d5c8-47c8-b55f-98111f5bd457] succeeded in 0.0024688789853826165s: None +2025-09-08 15:40:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1f426d6-9487-4688-8447-dc420142cea1] received +2025-09-08 15:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1f426d6-9487-4688-8447-dc420142cea1] succeeded in 0.002464628894813359s: None +2025-09-08 15:40:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42885389-fef8-4ea8-b670-e3d9b051ea00] received +2025-09-08 15:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42885389-fef8-4ea8-b670-e3d9b051ea00] succeeded in 0.0024793430930003524s: None +2025-09-08 15:40:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[541df437-bea7-4888-beb1-db6334ce6662] received +2025-09-08 15:40:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[541df437-bea7-4888-beb1-db6334ce6662] succeeded in 0.0026412949664518237s: None +2025-09-08 15:40:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edc27cee-8133-4882-9e08-7a2b4ffb6fea] received +2025-09-08 15:40:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edc27cee-8133-4882-9e08-7a2b4ffb6fea] succeeded in 0.002148056053556502s: None +2025-09-08 15:40:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[154ed924-61c5-4180-a281-6cb1ba1e5a04] received +2025-09-08 15:40:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[154ed924-61c5-4180-a281-6cb1ba1e5a04] succeeded in 0.002431238070130348s: None +2025-09-08 15:40:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60704d3f-d34d-421b-b651-9f753248bf67] received +2025-09-08 15:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60704d3f-d34d-421b-b651-9f753248bf67] succeeded in 0.002444560988806188s: None +2025-09-08 15:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e12286de-333c-477b-a5fd-4ad84103fc7c] received +2025-09-08 15:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e12286de-333c-477b-a5fd-4ad84103fc7c] succeeded in 0.002874425961636007s: None +2025-09-08 15:40:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69ab1829-8235-46af-92c4-412c2bcfd7a9] received +2025-09-08 15:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69ab1829-8235-46af-92c4-412c2bcfd7a9] succeeded in 0.002318659098818898s: None +2025-09-08 15:40:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0cdd575-1919-47d1-b296-66019997d5ce] received +2025-09-08 15:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0cdd575-1919-47d1-b296-66019997d5ce] succeeded in 0.002655604970641434s: None +2025-09-08 15:40:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9383fe96-5d57-4ffe-b779-d1ae9eacdb29] received +2025-09-08 15:40:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9383fe96-5d57-4ffe-b779-d1ae9eacdb29] succeeded in 0.0023499049711972475s: None +2025-09-08 15:40:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c015f8a4-9b54-4e7f-a2be-82101d609163] received +2025-09-08 15:40:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c015f8a4-9b54-4e7f-a2be-82101d609163] succeeded in 0.0024002930149435997s: None +2025-09-08 15:40:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25a50a8b-b279-4f81-a53d-ef7f166ab256] received +2025-09-08 15:40:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25a50a8b-b279-4f81-a53d-ef7f166ab256] succeeded in 0.002422329969704151s: None +2025-09-08 15:40:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ba3e98e-99a8-45e9-9e5a-81ba1c9c050d] received +2025-09-08 15:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ba3e98e-99a8-45e9-9e5a-81ba1c9c050d] succeeded in 0.0023734079441055655s: None +2025-09-08 15:40:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49c563f4-fe07-4745-a4a5-6db8f24fefb7] received +2025-09-08 15:40:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49c563f4-fe07-4745-a4a5-6db8f24fefb7] succeeded in 0.002300202031619847s: None +2025-09-08 15:40:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fa41a22-81b2-4098-9fa9-e6cb8ca9948e] received +2025-09-08 15:40:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fa41a22-81b2-4098-9fa9-e6cb8ca9948e] succeeded in 0.002320492989383638s: None +2025-09-08 15:40:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0afcd086-95f2-4693-8bed-1065e40ceb05] received +2025-09-08 15:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0afcd086-95f2-4693-8bed-1065e40ceb05] succeeded in 0.0027671330608427525s: None +2025-09-08 15:40:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[043215a0-15a2-4729-afb4-7dbd00afa624] received +2025-09-08 15:40:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[043215a0-15a2-4729-afb4-7dbd00afa624] succeeded in 0.001232424983754754s: None +2025-09-08 15:40:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ade90930-2a82-413d-8ac6-449078969723] received +2025-09-08 15:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ade90930-2a82-413d-8ac6-449078969723] succeeded in 0.002478086040355265s: None +2025-09-08 15:40:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c98121b5-c6f3-4f6c-9ae2-d711691529f1] received +2025-09-08 15:40:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c98121b5-c6f3-4f6c-9ae2-d711691529f1] succeeded in 0.002758926013484597s: None +2025-09-08 15:40:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1bf1940-8a10-406e-b7d8-14f3bdf7b49c] received +2025-09-08 15:40:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1bf1940-8a10-406e-b7d8-14f3bdf7b49c] succeeded in 0.002385788015089929s: None +2025-09-08 15:40:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:40:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:40:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce330085-a93f-4c8c-9620-f1dc3b18b4d0] received +2025-09-08 15:40:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce330085-a93f-4c8c-9620-f1dc3b18b4d0] succeeded in 0.0025325899478048086s: None +2025-09-08 15:40:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0834b953-7785-4db8-82ed-73cb3f321946] received +2025-09-08 15:41:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0834b953-7785-4db8-82ed-73cb3f321946] succeeded in 0.002367057022638619s: None +2025-09-08 15:41:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46ede0bd-c616-43fd-ba28-c82a2bddb73a] received +2025-09-08 15:41:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46ede0bd-c616-43fd-ba28-c82a2bddb73a] succeeded in 0.0022526580141857266s: None +2025-09-08 15:41:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3851d1c6-330d-49b8-a3f9-85f705bc81e1] received +2025-09-08 15:41:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3851d1c6-330d-49b8-a3f9-85f705bc81e1] succeeded in 0.002114798058755696s: None +2025-09-08 15:41:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13200d6f-ba79-44c0-aaef-7da813c2c786] received +2025-09-08 15:41:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13200d6f-ba79-44c0-aaef-7da813c2c786] succeeded in 0.002474435023032129s: None +2025-09-08 15:41:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3824157f-cd31-4b57-8273-4be3e2b08c80] received +2025-09-08 15:41:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3824157f-cd31-4b57-8273-4be3e2b08c80] succeeded in 0.0021789359161630273s: None +2025-09-08 15:41:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce76df32-64fc-43ec-80d7-e73c6f53ff20] received +2025-09-08 15:41:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce76df32-64fc-43ec-80d7-e73c6f53ff20] succeeded in 0.002775413100607693s: None +2025-09-08 15:41:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d031321f-d73c-4361-85ce-4d383690d931] received +2025-09-08 15:41:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d031321f-d73c-4361-85ce-4d383690d931] succeeded in 0.0031069450778886676s: None +2025-09-08 15:41:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d075be1c-7528-4b75-a212-997c2c9fb8d2] received +2025-09-08 15:41:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d075be1c-7528-4b75-a212-997c2c9fb8d2] succeeded in 0.002537498949095607s: None +2025-09-08 15:41:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c378259-b632-4d4b-b359-4fb2070afe2e] received +2025-09-08 15:41:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c378259-b632-4d4b-b359-4fb2070afe2e] succeeded in 0.0022642320254817605s: None +2025-09-08 15:41:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc3d8065-cc23-4025-a72e-1d9a91745990] received +2025-09-08 15:41:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc3d8065-cc23-4025-a72e-1d9a91745990] succeeded in 0.0026579450350254774s: None +2025-09-08 15:41:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a3e4741-11e9-4143-af85-029dc0e81cc4] received +2025-09-08 15:41:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a3e4741-11e9-4143-af85-029dc0e81cc4] succeeded in 0.002497882000170648s: None +2025-09-08 15:41:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b00b84e8-0824-4889-881f-57dcbdf25b0f] received +2025-09-08 15:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b00b84e8-0824-4889-881f-57dcbdf25b0f] succeeded in 0.0013658769894391298s: None +2025-09-08 15:41:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3e2aa91-560f-4c1c-ab9d-4edbbcbfa0eb] received +2025-09-08 15:41:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3e2aa91-560f-4c1c-ab9d-4edbbcbfa0eb] succeeded in 0.0021556969732046127s: None +2025-09-08 15:41:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39e3a95d-d3cf-4561-9dca-ff007b9e8695] received +2025-09-08 15:41:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39e3a95d-d3cf-4561-9dca-ff007b9e8695] succeeded in 0.0028923118952661753s: None +2025-09-08 15:41:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19f2d5b8-c9b0-4611-95a7-481a5e9d78ef] received +2025-09-08 15:41:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19f2d5b8-c9b0-4611-95a7-481a5e9d78ef] succeeded in 0.0024669780395925045s: None +2025-09-08 15:41:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32eccd06-441a-4042-a16c-b44cd243f8df] received +2025-09-08 15:41:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32eccd06-441a-4042-a16c-b44cd243f8df] succeeded in 0.002458736998960376s: None +2025-09-08 15:41:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca076825-e837-4325-ae35-0c56cacf08be] received +2025-09-08 15:41:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca076825-e837-4325-ae35-0c56cacf08be] succeeded in 0.0022584220860153437s: None +2025-09-08 15:41:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[258bedda-3173-40ba-b810-aad33b4226c5] received +2025-09-08 15:41:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[258bedda-3173-40ba-b810-aad33b4226c5] succeeded in 0.0026573239592835307s: None +2025-09-08 15:41:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e493673-80dc-4e12-8500-db6d638a8476] received +2025-09-08 15:41:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e493673-80dc-4e12-8500-db6d638a8476] succeeded in 0.002450725995004177s: None +2025-09-08 15:41:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d828d6e3-899b-4864-ab2b-2a2970a83f45] received +2025-09-08 15:41:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d828d6e3-899b-4864-ab2b-2a2970a83f45] succeeded in 0.0027190480614081025s: None +2025-09-08 15:41:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c400beb-e87e-4119-8dc8-f978a6435ac6] received +2025-09-08 15:41:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c400beb-e87e-4119-8dc8-f978a6435ac6] succeeded in 0.0024433459620922804s: None +2025-09-08 15:41:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4eeac06-e0db-42ad-8508-2032f44060b5] received +2025-09-08 15:41:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4eeac06-e0db-42ad-8508-2032f44060b5] succeeded in 0.002337759011425078s: None +2025-09-08 15:41:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97b0067a-4eca-4d9f-a284-acc9a794405c] received +2025-09-08 15:41:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97b0067a-4eca-4d9f-a284-acc9a794405c] succeeded in 0.002259196015074849s: None +2025-09-08 15:41:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c0e6f79-54b6-4bea-8193-7c762d4e1e95] received +2025-09-08 15:41:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c0e6f79-54b6-4bea-8193-7c762d4e1e95] succeeded in 0.002326986053958535s: None +2025-09-08 15:41:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:41:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac476679-ca24-44bc-b92c-7840d9af3cd9] received +2025-09-08 15:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac476679-ca24-44bc-b92c-7840d9af3cd9] succeeded in 0.0025246579898521304s: None +2025-09-08 15:41:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:42:06 [INFO] Celery[DW-STDERR]: Storing track 'Infinity' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:42:06 [INFO] Celery[DW-STDERR]: Successfully stored track 'Infinity' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:42:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:42:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6281ccd0-7a4d-4c78-b575-1441ca346cba] received +2025-09-08 15:42:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6281ccd0-7a4d-4c78-b575-1441ca346cba] succeeded in 0.0015034640673547983s: None +2025-09-08 15:42:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing skipped track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:42:45 [INFO] Celery[DW-STDERR]: Storing track 'It's On Us (Benefiting the "It's On Us" Campaign)' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:42:45 [INFO] Celery[DW-STDERR]: Successfully stored track 'It's On Us (Benefiting the "It's On Us" Campaign)' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:42:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d skipped: Unknown - Unknown +2025-09-08 15:42:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d8bfa14-458e-48ae-a59c-a7317dc1a0ff] received +2025-09-08 15:42:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d8bfa14-458e-48ae-a59c-a7317dc1a0ff] succeeded in 0.00130366999655962s: None +2025-09-08 15:42:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:42:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4e02bbb-9127-4438-a784-bce9f8c1b35b] received +2025-09-08 15:42:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:42:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4e02bbb-9127-4438-a784-bce9f8c1b35b] succeeded in 0.0011363050434738398s: None +2025-09-08 15:42:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac4e5a3c-1cd1-4c29-a010-d1489e3f9666] received +2025-09-08 15:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac4e5a3c-1cd1-4c29-a010-d1489e3f9666] succeeded in 0.0021973189432173967s: None +2025-09-08 15:42:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e43cd747-ff20-4e2b-b989-003691a75c81] received +2025-09-08 15:42:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e43cd747-ff20-4e2b-b989-003691a75c81] succeeded in 0.0024538710713386536s: None +2025-09-08 15:42:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f09be412-f6c1-4b3c-8fd5-a8c3e84ea7df] received +2025-09-08 15:42:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f09be412-f6c1-4b3c-8fd5-a8c3e84ea7df] succeeded in 0.0023155389353632927s: None +2025-09-08 15:42:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d59b2f5-0591-449c-a369-ef23cbd8ca37] received +2025-09-08 15:42:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d59b2f5-0591-449c-a369-ef23cbd8ca37] succeeded in 0.002215608023107052s: None +2025-09-08 15:42:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a0ce014-dca7-4a59-a9dc-747b8be5422b] received +2025-09-08 15:42:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a0ce014-dca7-4a59-a9dc-747b8be5422b] succeeded in 0.002262753085233271s: None +2025-09-08 15:42:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3ed5ab6-50ca-4b0b-9998-f0294ff565a2] received +2025-09-08 15:42:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3ed5ab6-50ca-4b0b-9998-f0294ff565a2] succeeded in 0.002418138086795807s: None +2025-09-08 15:42:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f05b7e50-c765-4535-aafa-5bf6a0b67856] received +2025-09-08 15:42:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f05b7e50-c765-4535-aafa-5bf6a0b67856] succeeded in 0.0026488449657335877s: None +2025-09-08 15:42:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:42:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:42:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cbcaeca4-a271-4fbf-a0d0-74007e3de6eb] received +2025-09-08 15:42:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cbcaeca4-a271-4fbf-a0d0-74007e3de6eb] succeeded in 0.0029759169556200504s: None +2025-09-08 15:42:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[563a8c66-6616-4172-8019-cc306e079c6e] received +2025-09-08 15:43:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[563a8c66-6616-4172-8019-cc306e079c6e] succeeded in 0.0025492770364508033s: None +2025-09-08 15:43:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff9f3a23-822c-45b2-b5f0-d5bc696dde94] received +2025-09-08 15:43:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff9f3a23-822c-45b2-b5f0-d5bc696dde94] succeeded in 0.0028163010720163584s: None +2025-09-08 15:43:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aec764e7-f5be-473d-9324-ac9dd03b868b] received +2025-09-08 15:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aec764e7-f5be-473d-9324-ac9dd03b868b] succeeded in 0.002927361987531185s: None +2025-09-08 15:43:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf3fbf0a-4665-4c90-b2a0-b37582a7ce82] received +2025-09-08 15:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf3fbf0a-4665-4c90-b2a0-b37582a7ce82] succeeded in 0.0013412300031632185s: None +2025-09-08 15:43:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66474358-7b1d-43a0-885d-bea0a61191cb] received +2025-09-08 15:43:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66474358-7b1d-43a0-885d-bea0a61191cb] succeeded in 0.002702779951505363s: None +2025-09-08 15:43:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ca87ecb-87c1-4591-b1c8-dd81d88edd3d] received +2025-09-08 15:43:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ca87ecb-87c1-4591-b1c8-dd81d88edd3d] succeeded in 0.0025601449888199568s: None +2025-09-08 15:43:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92b91d53-ed18-49bd-b244-5fa2494fb37d] received +2025-09-08 15:43:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92b91d53-ed18-49bd-b244-5fa2494fb37d] succeeded in 0.0025293759535998106s: None +2025-09-08 15:43:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5beb8c27-6fc2-4ac3-8bc2-31c73b0f9706] received +2025-09-08 15:43:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5beb8c27-6fc2-4ac3-8bc2-31c73b0f9706] succeeded in 0.0027989919763058424s: None +2025-09-08 15:43:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ed41889-e059-452f-9653-f80797f296f5] received +2025-09-08 15:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ed41889-e059-452f-9653-f80797f296f5] succeeded in 0.0011676899157464504s: None +2025-09-08 15:43:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96761e1d-e67b-409c-99e1-4524364e697e] received +2025-09-08 15:43:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96761e1d-e67b-409c-99e1-4524364e697e] succeeded in 0.0022830310044810176s: None +2025-09-08 15:43:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b48905f-c691-49ae-9764-4f4ad27dae1e] received +2025-09-08 15:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b48905f-c691-49ae-9764-4f4ad27dae1e] succeeded in 0.003152696997858584s: None +2025-09-08 15:43:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdbc6507-9989-4b30-bb0d-4b9174d84518] received +2025-09-08 15:43:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdbc6507-9989-4b30-bb0d-4b9174d84518] succeeded in 0.0024294379400089383s: None +2025-09-08 15:43:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:20 [INFO] SSE Stream: New client connecting... +2025-09-08 15:43:20 [INFO] SSE: Client connected (total: 2) +2025-09-08 15:43:20 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 15:43:20 [INFO] SSE Stream: Sent replay callback for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:43:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f131207-6ddf-4320-8da9-6623acbf934b] received +2025-09-08 15:43:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f131207-6ddf-4320-8da9-6623acbf934b] succeeded in 0.002347318921238184s: None +2025-09-08 15:43:21 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d88900d-d807-497c-a62d-d5e675f77954] received +2025-09-08 15:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d88900d-d807-497c-a62d-d5e675f77954] succeeded in 0.002585598034784198s: None +2025-09-08 15:43:23 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[272e9b7a-f523-457a-8da3-9223a359d1c7] received +2025-09-08 15:43:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[272e9b7a-f523-457a-8da3-9223a359d1c7] succeeded in 0.002853209967724979s: None +2025-09-08 15:43:25 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb2bbba1-2ece-4ee2-9907-5ea8f5919b93] received +2025-09-08 15:43:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb2bbba1-2ece-4ee2-9907-5ea8f5919b93] succeeded in 0.0025576349580660462s: None +2025-09-08 15:43:27 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9710dbaf-b51f-423c-953a-24772fda3b72] received +2025-09-08 15:43:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9710dbaf-b51f-423c-953a-24772fda3b72] succeeded in 0.0022564560640603304s: None +2025-09-08 15:43:28 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b18c882-6984-4fc1-8c71-09116f8017ef] received +2025-09-08 15:43:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b18c882-6984-4fc1-8c71-09116f8017ef] succeeded in 0.00248390797059983s: None +2025-09-08 15:43:30 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:31 [INFO] SSE client disconnected +2025-09-08 15:43:31 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 15:43:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aaec7ea-53ee-4493-b8a3-23b4635bcf3b] received +2025-09-08 15:43:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aaec7ea-53ee-4493-b8a3-23b4635bcf3b] succeeded in 0.0021868610056117177s: None +2025-09-08 15:43:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1489ed06-2a13-45f5-892b-e91ac1c1fc5e] received +2025-09-08 15:43:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1489ed06-2a13-45f5-892b-e91ac1c1fc5e] succeeded in 0.0021193289430812s: None +2025-09-08 15:43:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8f1778e-e49d-4deb-88d5-97f128202d8c] received +2025-09-08 15:43:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8f1778e-e49d-4deb-88d5-97f128202d8c] succeeded in 0.00254439702257514s: None +2025-09-08 15:43:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e9902ed-974a-42ac-be07-064124bc5e40] received +2025-09-08 15:43:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e9902ed-974a-42ac-be07-064124bc5e40] succeeded in 0.00260549399536103s: None +2025-09-08 15:43:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[443b584d-cb31-408b-a36d-d6f3dc95ff18] received +2025-09-08 15:43:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[443b584d-cb31-408b-a36d-d6f3dc95ff18] succeeded in 0.002518940018489957s: None +2025-09-08 15:43:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8b2bb95-3e27-4ceb-be04-69b2457e9c5c] received +2025-09-08 15:43:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8b2bb95-3e27-4ceb-be04-69b2457e9c5c] succeeded in 0.0024651740677654743s: None +2025-09-08 15:43:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9ad7e18-91d4-4601-a3f6-a51a8a285577] received +2025-09-08 15:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9ad7e18-91d4-4601-a3f6-a51a8a285577] succeeded in 0.002349089947529137s: None +2025-09-08 15:43:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43daf9f4-c63c-4b14-8ec3-86673a98fc1a] received +2025-09-08 15:43:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43daf9f4-c63c-4b14-8ec3-86673a98fc1a] succeeded in 0.0020825560204684734s: None +2025-09-08 15:43:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0f6191d-9d94-477c-9496-2342c59a5163] received +2025-09-08 15:43:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0f6191d-9d94-477c-9496-2342c59a5163] succeeded in 0.00234040804207325s: None +2025-09-08 15:43:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7537b5f2-0396-4820-a53b-bc8b62c5399d] received +2025-09-08 15:43:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7537b5f2-0396-4820-a53b-bc8b62c5399d] succeeded in 0.00341164693236351s: None +2025-09-08 15:43:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:43:49 [INFO] SSE Stream: New client connecting... +2025-09-08 15:43:49 [INFO] SSE: Client connected (total: 2) +2025-09-08 15:43:49 [INFO] SSE Stream: Client registered successfully, total clients: 2 +2025-09-08 15:43:49 [INFO] SSE Stream: Sent replay callback for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:43:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95574b81-f1f5-433a-ac1e-840fe7c10163] received +2025-09-08 15:43:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95574b81-f1f5-433a-ac1e-840fe7c10163] succeeded in 0.002658525947481394s: None +2025-09-08 15:43:50 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d402167f-547c-4b13-9ba7-05bf5baee241] received +2025-09-08 15:43:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d402167f-547c-4b13-9ba7-05bf5baee241] succeeded in 0.0017500080866739154s: None +2025-09-08 15:43:52 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a698782a-b774-4a1d-b606-4aab11bc4e4b] received +2025-09-08 15:43:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a698782a-b774-4a1d-b606-4aab11bc4e4b] succeeded in 0.004697939031757414s: None +2025-09-08 15:43:53 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dee79c9d-da29-47c1-a8d8-c26136c41dda] received +2025-09-08 15:43:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dee79c9d-da29-47c1-a8d8-c26136c41dda] succeeded in 0.002612704993225634s: None +2025-09-08 15:43:55 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4884d4f8-ba3d-45b4-ba8e-9401648dd85c] received +2025-09-08 15:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4884d4f8-ba3d-45b4-ba8e-9401648dd85c] succeeded in 0.002503196941688657s: None +2025-09-08 15:43:57 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:43:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:43:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ff19a7d-9024-4c60-bd6b-8b1e31bb621b] received +2025-09-08 15:43:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ff19a7d-9024-4c60-bd6b-8b1e31bb621b] succeeded in 0.0026901259552687407s: None +2025-09-08 15:43:59 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4febe11-c774-4dcc-887a-5d8e46c7dad9] received +2025-09-08 15:44:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4febe11-c774-4dcc-887a-5d8e46c7dad9] succeeded in 0.0012716539204120636s: None +2025-09-08 15:44:00 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69a82d86-f70b-458c-a2be-e9d13bcb6b79] received +2025-09-08 15:44:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69a82d86-f70b-458c-a2be-e9d13bcb6b79] succeeded in 0.0029111820040270686s: None +2025-09-08 15:44:02 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d726e09b-374c-421b-b1d9-bf002db4b2af] received +2025-09-08 15:44:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d726e09b-374c-421b-b1d9-bf002db4b2af] succeeded in 0.0035050410078838468s: None +2025-09-08 15:44:04 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acb534f9-3a77-4de5-8247-f969dbd89612] received +2025-09-08 15:44:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acb534f9-3a77-4de5-8247-f969dbd89612] succeeded in 0.0023358429316431284s: None +2025-09-08 15:44:06 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af6fe2b0-d14f-4849-bbe8-de897ba56553] received +2025-09-08 15:44:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af6fe2b0-d14f-4849-bbe8-de897ba56553] succeeded in 0.0028527360409498215s: None +2025-09-08 15:44:08 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d781c9f9-9dc5-4fd1-b622-43f6aa96b6c3] received +2025-09-08 15:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d781c9f9-9dc5-4fd1-b622-43f6aa96b6c3] succeeded in 0.0025483870413154364s: None +2025-09-08 15:44:09 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[369e829b-8408-49f2-992d-627f4bf8cbc7] received +2025-09-08 15:44:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[369e829b-8408-49f2-992d-627f4bf8cbc7] succeeded in 0.002677922951988876s: None +2025-09-08 15:44:11 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1ee3ea1-0813-4228-8bcb-9f46d397ab57] received +2025-09-08 15:44:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1ee3ea1-0813-4228-8bcb-9f46d397ab57] succeeded in 0.002875960082747042s: None +2025-09-08 15:44:13 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd12473-50dc-4434-8922-749b5bc761b3] received +2025-09-08 15:44:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd12473-50dc-4434-8922-749b5bc761b3] succeeded in 0.0024244659580290318s: None +2025-09-08 15:44:15 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bb6744f-78e3-4625-9ca0-a5ec813a844d] received +2025-09-08 15:44:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bb6744f-78e3-4625-9ca0-a5ec813a844d] succeeded in 0.0026002880185842514s: None +2025-09-08 15:44:16 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[524b1f61-f85c-4e34-94f4-be5492e8db38] received +2025-09-08 15:44:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[524b1f61-f85c-4e34-94f4-be5492e8db38] succeeded in 0.0022498720791190863s: None +2025-09-08 15:44:18 [INFO] SSE Broadcaster: Successfully sent to 2 clients, removed 0 disconnected clients +2025-09-08 15:44:19 [INFO] SSE client disconnected +2025-09-08 15:44:19 [INFO] SSE: Client disconnected (total: 1) +2025-09-08 15:44:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ae1ef44-be64-474d-8f8f-758cf75b8673] received +2025-09-08 15:44:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ae1ef44-be64-474d-8f8f-758cf75b8673] succeeded in 0.002588112954981625s: None +2025-09-08 15:44:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a95e98d8-2d58-4b7c-a3a4-e1df2f0b298e] received +2025-09-08 15:44:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a95e98d8-2d58-4b7c-a3a4-e1df2f0b298e] succeeded in 0.0027092399541288614s: None +2025-09-08 15:44:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50ea50d2-99ab-489a-9bac-7e2811017207] received +2025-09-08 15:44:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50ea50d2-99ab-489a-9bac-7e2811017207] succeeded in 0.002561402041465044s: None +2025-09-08 15:44:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[949fafb9-e5c0-4584-bc2c-47875334280a] received +2025-09-08 15:44:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[949fafb9-e5c0-4584-bc2c-47875334280a] succeeded in 0.002523057977668941s: None +2025-09-08 15:44:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a95b6c1-704f-42ee-a894-880b4a59d56f] received +2025-09-08 15:44:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a95b6c1-704f-42ee-a894-880b4a59d56f] succeeded in 0.001987441093660891s: None +2025-09-08 15:44:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83794324-8e41-49f7-a04c-3c9b5ed45816] received +2025-09-08 15:44:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83794324-8e41-49f7-a04c-3c9b5ed45816] succeeded in 0.002248719916678965s: None +2025-09-08 15:44:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9806c39-2dd1-429f-86e2-7e9f301beac6] received +2025-09-08 15:44:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9806c39-2dd1-429f-86e2-7e9f301beac6] succeeded in 0.002560319029726088s: None +2025-09-08 15:44:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28d7e614-d294-4ed0-ba83-6341e500e94d] received +2025-09-08 15:44:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28d7e614-d294-4ed0-ba83-6341e500e94d] succeeded in 0.002166670048609376s: None +2025-09-08 15:44:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b60a9e15-5768-4cbf-8a4b-f952ed6af56c] received +2025-09-08 15:44:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b60a9e15-5768-4cbf-8a4b-f952ed6af56c] succeeded in 0.0024335519410669804s: None +2025-09-08 15:44:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60fc22c3-9253-46fe-8dd2-347555304ab3] received +2025-09-08 15:44:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60fc22c3-9253-46fe-8dd2-347555304ab3] succeeded in 0.003015466034412384s: None +2025-09-08 15:44:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de58744c-1251-40b5-b1c0-cfd6ae8fd0ab] received +2025-09-08 15:44:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de58744c-1251-40b5-b1c0-cfd6ae8fd0ab] succeeded in 0.0027669810224324465s: None +2025-09-08 15:44:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76b10f71-eb37-4dcc-a661-a3161270fd2c] received +2025-09-08 15:44:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76b10f71-eb37-4dcc-a661-a3161270fd2c] succeeded in 0.0023604960879310966s: None +2025-09-08 15:44:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c38c1f3-1ac5-46f1-b93a-e59793d8c05b] received +2025-09-08 15:44:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c38c1f3-1ac5-46f1-b93a-e59793d8c05b] succeeded in 0.002495740889571607s: None +2025-09-08 15:44:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3ad26f7-2122-4947-a052-1ed882d93e17] received +2025-09-08 15:44:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3ad26f7-2122-4947-a052-1ed882d93e17] succeeded in 0.0022572639863938093s: None +2025-09-08 15:44:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f76d24b-20de-467f-94ec-b2233c2c8911] received +2025-09-08 15:44:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f76d24b-20de-467f-94ec-b2233c2c8911] succeeded in 0.0023859880166128278s: None +2025-09-08 15:44:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea9647e8-93d4-44fc-9e1f-f94f2efe6591] received +2025-09-08 15:44:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea9647e8-93d4-44fc-9e1f-f94f2efe6591] succeeded in 0.002646238077431917s: None +2025-09-08 15:44:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[653c0425-2bcd-44fb-b57f-f2ec364c243f] received +2025-09-08 15:44:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[653c0425-2bcd-44fb-b57f-f2ec364c243f] succeeded in 0.0025787230115383863s: None +2025-09-08 15:44:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8c95d2a-db83-469c-ac22-a70ce1b5991c] received +2025-09-08 15:44:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8c95d2a-db83-469c-ac22-a70ce1b5991c] succeeded in 0.0021991749526932836s: None +2025-09-08 15:44:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a14bf9a7-1854-4a90-ae02-15602e8c7786] received +2025-09-08 15:44:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a14bf9a7-1854-4a90-ae02-15602e8c7786] succeeded in 0.0027964829932898283s: None +2025-09-08 15:44:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c979a1a-46d2-4040-a6e2-8d5dd2d38937] received +2025-09-08 15:44:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c979a1a-46d2-4040-a6e2-8d5dd2d38937] succeeded in 0.002931089955382049s: None +2025-09-08 15:44:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4758714-64b4-4fb8-88bc-99ff46bc0b6c] received +2025-09-08 15:44:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4758714-64b4-4fb8-88bc-99ff46bc0b6c] succeeded in 0.002924347994849086s: None +2025-09-08 15:44:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdb62040-7f4d-4270-847a-a0d861620c0f] received +2025-09-08 15:44:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdb62040-7f4d-4270-847a-a0d861620c0f] succeeded in 0.002227134071290493s: None +2025-09-08 15:44:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:44:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:44:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef8af170-8ed1-4cdd-9054-22bc6c593b73] received +2025-09-08 15:44:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef8af170-8ed1-4cdd-9054-22bc6c593b73] succeeded in 0.002562828012742102s: None +2025-09-08 15:44:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8a60570-2437-4f81-bb0a-280a9957b436] received +2025-09-08 15:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8a60570-2437-4f81-bb0a-280a9957b436] succeeded in 0.002688365988433361s: None +2025-09-08 15:45:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76a63608-f1b5-40bf-8ce0-f94c4fae9a49] received +2025-09-08 15:45:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76a63608-f1b5-40bf-8ce0-f94c4fae9a49] succeeded in 0.0025255570653826s: None +2025-09-08 15:45:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90bc8ec5-8bce-4b0c-b7ae-fa3ea37ecc75] received +2025-09-08 15:45:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90bc8ec5-8bce-4b0c-b7ae-fa3ea37ecc75] succeeded in 0.0024789380840957165s: None +2025-09-08 15:45:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1216aa8-dac2-4df9-8d5e-485444b7aa21] received +2025-09-08 15:45:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1216aa8-dac2-4df9-8d5e-485444b7aa21] succeeded in 0.0025640380335971713s: None +2025-09-08 15:45:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaca0f02-c4cc-4046-9f68-4869859f335f] received +2025-09-08 15:45:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaca0f02-c4cc-4046-9f68-4869859f335f] succeeded in 0.0025081810308620334s: None +2025-09-08 15:45:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f58cf87-0b8c-4f73-a011-9c32f05da23e] received +2025-09-08 15:45:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f58cf87-0b8c-4f73-a011-9c32f05da23e] succeeded in 0.0020740070613101125s: None +2025-09-08 15:45:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2574388c-8154-408f-b906-790bc514f09c] received +2025-09-08 15:45:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2574388c-8154-408f-b906-790bc514f09c] succeeded in 0.002245691022835672s: None +2025-09-08 15:45:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea0d568-dd98-4817-b536-54d3fe3d101a] received +2025-09-08 15:45:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea0d568-dd98-4817-b536-54d3fe3d101a] succeeded in 0.002221234026364982s: None +2025-09-08 15:45:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28c5f4e6-543a-4fb9-bc64-b386d44d460c] received +2025-09-08 15:45:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28c5f4e6-543a-4fb9-bc64-b386d44d460c] succeeded in 0.002683211932890117s: None +2025-09-08 15:45:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8b48b81-d554-4b93-942a-6778694f2a09] received +2025-09-08 15:45:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e8b48b81-d554-4b93-942a-6778694f2a09] succeeded in 0.0025944169610738754s: None +2025-09-08 15:45:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46ca9561-313a-4775-89ef-121cd3d883f3] received +2025-09-08 15:45:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46ca9561-313a-4775-89ef-121cd3d883f3] succeeded in 0.0025005339412018657s: None +2025-09-08 15:45:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ee2394c-a627-4341-93e7-59b09cefb5b4] received +2025-09-08 15:45:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ee2394c-a627-4341-93e7-59b09cefb5b4] succeeded in 0.002504747943021357s: None +2025-09-08 15:45:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8efd7746-ca53-424e-bf63-b0637c305dbe] received +2025-09-08 15:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8efd7746-ca53-424e-bf63-b0637c305dbe] succeeded in 0.00265142391435802s: None +2025-09-08 15:45:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79dfad5d-30c4-46ad-80da-7e2dfb6f7ef1] received +2025-09-08 15:45:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79dfad5d-30c4-46ad-80da-7e2dfb6f7ef1] succeeded in 0.0024425749434158206s: None +2025-09-08 15:45:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcd2c6fe-a8f5-411c-be69-ceee024fe451] received +2025-09-08 15:45:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcd2c6fe-a8f5-411c-be69-ceee024fe451] succeeded in 0.0023751549888402224s: None +2025-09-08 15:45:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[781beddd-d798-4e76-9afb-1b88d66366e5] received +2025-09-08 15:45:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[781beddd-d798-4e76-9afb-1b88d66366e5] succeeded in 0.0025144420797005296s: None +2025-09-08 15:45:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf2da883-bba9-4dd2-abf4-b9d35a93067b] received +2025-09-08 15:45:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf2da883-bba9-4dd2-abf4-b9d35a93067b] succeeded in 0.002140020951628685s: None +2025-09-08 15:45:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[717b0082-e227-4478-bd6d-b45184b91270] received +2025-09-08 15:45:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[717b0082-e227-4478-bd6d-b45184b91270] succeeded in 0.0023963649291545153s: None +2025-09-08 15:45:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec32bf2-51fc-4a9b-b4dd-6b6c8254acc9] received +2025-09-08 15:45:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec32bf2-51fc-4a9b-b4dd-6b6c8254acc9] succeeded in 0.0027798289665952325s: None +2025-09-08 15:45:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1a122ea-597b-4bd3-8be4-1f70b0cfca07] received +2025-09-08 15:45:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1a122ea-597b-4bd3-8be4-1f70b0cfca07] succeeded in 0.0026960530085489154s: None +2025-09-08 15:45:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d56a2cb3-c34a-47ee-b606-91da00d6753a] received +2025-09-08 15:45:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d56a2cb3-c34a-47ee-b606-91da00d6753a] succeeded in 0.002315556979738176s: None +2025-09-08 15:45:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e583faf9-fa8d-4662-9935-4effc677046f] received +2025-09-08 15:45:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e583faf9-fa8d-4662-9935-4effc677046f] succeeded in 0.003803853993304074s: None +2025-09-08 15:45:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e964772-2330-4500-af71-5ae233913cba] received +2025-09-08 15:45:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e964772-2330-4500-af71-5ae233913cba] succeeded in 0.002614647033624351s: None +2025-09-08 15:45:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:45:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f40419e-197d-426b-a42b-d9eac33ab7e8] received +2025-09-08 15:45:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f40419e-197d-426b-a42b-d9eac33ab7e8] succeeded in 0.002871240023523569s: None +2025-09-08 15:45:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:45:47 [INFO] Celery[DW-STDERR]: Storing track 'Location - Recorded at Spotify Studios NYC' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:45:47 [INFO] Celery[DW-STDERR]: Successfully stored track 'Location - Recorded at Spotify Studios NYC' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:45:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:45:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd28fb57-37d0-4ea0-b5dd-d75024e889d5] received +2025-09-08 15:45:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd28fb57-37d0-4ea0-b5dd-d75024e889d5] succeeded in 0.0024351489264518023s: None +2025-09-08 15:45:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:45:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d initializing... +2025-09-08 15:45:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Skipping track initialization storage (part of album/playlist, children table: playlist_0f5388e5e2) +2025-09-08 15:45:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1067f5cd-9680-4135-a090-ab12b999c7c3] received +2025-09-08 15:45:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1067f5cd-9680-4135-a090-ab12b999c7c3] succeeded in 0.0016497561009600759s: None +2025-09-08 15:45:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ead0c86-8958-4cb3-abbe-2b564de02e12] received +2025-09-08 15:46:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ead0c86-8958-4cb3-abbe-2b564de02e12] succeeded in 0.0022023520432412624s: None +2025-09-08 15:46:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[108b3d86-c76a-4be0-bf8e-c3c6686dd61f] received +2025-09-08 15:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[108b3d86-c76a-4be0-bf8e-c3c6686dd61f] succeeded in 0.0025155330076813698s: None +2025-09-08 15:46:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c93fb6-b16f-467d-bd8f-995c837b842d] received +2025-09-08 15:46:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c93fb6-b16f-467d-bd8f-995c837b842d] succeeded in 0.0027453680522739887s: None +2025-09-08 15:46:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4c73de4-2e67-44cd-b18c-b4ae6184df59] received +2025-09-08 15:46:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4c73de4-2e67-44cd-b18c-b4ae6184df59] succeeded in 0.0013198640663176775s: None +2025-09-08 15:46:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[373f2643-66fb-4963-b116-11e84f4237ce] received +2025-09-08 15:46:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[373f2643-66fb-4963-b116-11e84f4237ce] succeeded in 0.0029080009553581476s: None +2025-09-08 15:46:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d61eba6e-a302-4cc1-84dc-79eeea076070] received +2025-09-08 15:46:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d61eba6e-a302-4cc1-84dc-79eeea076070] succeeded in 0.0022634530905634165s: None +2025-09-08 15:46:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb0c9eb1-f42a-4e20-88b1-6161610c2e22] received +2025-09-08 15:46:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb0c9eb1-f42a-4e20-88b1-6161610c2e22] succeeded in 0.00288254301995039s: None +2025-09-08 15:46:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ebbcd28-1e9c-417d-a41c-9c3a2123ef9c] received +2025-09-08 15:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ebbcd28-1e9c-417d-a41c-9c3a2123ef9c] succeeded in 0.003213342046365142s: None +2025-09-08 15:46:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74ced1ce-b2c2-4a83-9433-302d1b71cffd] received +2025-09-08 15:46:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74ced1ce-b2c2-4a83-9433-302d1b71cffd] succeeded in 0.002810062956996262s: None +2025-09-08 15:46:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e26bf08-42fc-4376-920c-5ceeb50c3129] received +2025-09-08 15:46:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e26bf08-42fc-4376-920c-5ceeb50c3129] succeeded in 0.0029217859264463186s: None +2025-09-08 15:46:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44c717e6-3a62-4a3b-b437-407e639a5af2] received +2025-09-08 15:46:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44c717e6-3a62-4a3b-b437-407e639a5af2] succeeded in 0.0022608659928664565s: None +2025-09-08 15:46:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad04ae17-e2f4-4c41-bc26-f496bc948325] received +2025-09-08 15:46:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad04ae17-e2f4-4c41-bc26-f496bc948325] succeeded in 0.002522184979170561s: None +2025-09-08 15:46:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a56be5d3-a8b4-4986-bd6c-578a59f7595d] received +2025-09-08 15:46:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a56be5d3-a8b4-4986-bd6c-578a59f7595d] succeeded in 0.002237222041003406s: None +2025-09-08 15:46:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb4461c3-999d-4238-9df2-89017d645b56] received +2025-09-08 15:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb4461c3-999d-4238-9df2-89017d645b56] succeeded in 0.0023973589995875955s: None +2025-09-08 15:46:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc9341be-01f5-4e82-8c2f-64db0e9e6e46] received +2025-09-08 15:46:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc9341be-01f5-4e82-8c2f-64db0e9e6e46] succeeded in 0.002824398106895387s: None +2025-09-08 15:46:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2618d002-df58-45e3-bb88-c14011e87ce0] received +2025-09-08 15:46:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2618d002-df58-45e3-bb88-c14011e87ce0] succeeded in 0.002201457042247057s: None +2025-09-08 15:46:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[560d0a22-d1dd-42c0-8f77-b931ee72c165] received +2025-09-08 15:46:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[560d0a22-d1dd-42c0-8f77-b931ee72c165] succeeded in 0.0025082119973376393s: None +2025-09-08 15:46:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[237c072f-c413-4253-a335-a33179acc21a] received +2025-09-08 15:46:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[237c072f-c413-4253-a335-a33179acc21a] succeeded in 0.00236929499078542s: None +2025-09-08 15:46:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef44feae-6357-42f8-a499-3b8b87f10bd6] received +2025-09-08 15:46:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef44feae-6357-42f8-a499-3b8b87f10bd6] succeeded in 0.0022966989781707525s: None +2025-09-08 15:46:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[256cb91d-647c-495d-83de-dd1efc108bff] received +2025-09-08 15:46:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[256cb91d-647c-495d-83de-dd1efc108bff] succeeded in 0.0024280439829453826s: None +2025-09-08 15:46:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a40708-19f3-4b4a-a8bd-bd8d61e9fe53] received +2025-09-08 15:46:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a40708-19f3-4b4a-a8bd-bd8d61e9fe53] succeeded in 0.0023104649735614657s: None +2025-09-08 15:46:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04302e83-2033-4223-8c01-12fedfc55159] received +2025-09-08 15:46:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04302e83-2033-4223-8c01-12fedfc55159] succeeded in 0.0027702570660039783s: None +2025-09-08 15:46:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd3906c-45c1-4057-8c19-afddd6debfee] received +2025-09-08 15:46:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd3906c-45c1-4057-8c19-afddd6debfee] succeeded in 0.0026431999867781997s: None +2025-09-08 15:46:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 15:46:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8858cc3b-47b3-4f52-a012-6aa561e1cfef] received +2025-09-08 15:46:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8858cc3b-47b3-4f52-a012-6aa561e1cfef] succeeded in 0.0022907520178705454s: None +2025-09-08 15:46:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[619936b4-3aeb-4262-9715-e1bcdf90ff2f] received +2025-09-08 15:46:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[619936b4-3aeb-4262-9715-e1bcdf90ff2f] succeeded in 0.002170515013858676s: None +2025-09-08 15:46:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a96fa6-db95-4983-a777-73b0b429caa5] received +2025-09-08 15:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a96fa6-db95-4983-a777-73b0b429caa5] succeeded in 0.0025946180103346705s: None +2025-09-08 15:46:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ebaf8c3-2390-49ea-bd3a-ec12e865affd] received +2025-09-08 15:46:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ebaf8c3-2390-49ea-bd3a-ec12e865affd] succeeded in 0.002730541047640145s: None +2025-09-08 15:46:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35d14a70-d9ca-4011-aaf5-77c2cd878fff] received +2025-09-08 15:46:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35d14a70-d9ca-4011-aaf5-77c2cd878fff] succeeded in 0.0024860859848558903s: None +2025-09-08 15:46:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6af6a50-b1e6-457e-be2f-da8db276e276] received +2025-09-08 15:46:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6af6a50-b1e6-457e-be2f-da8db276e276] succeeded in 0.0026527600130066276s: None +2025-09-08 15:46:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:46:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:46:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c68f1510-068d-4281-b42d-a6ffae228f69] received +2025-09-08 15:46:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c68f1510-068d-4281-b42d-a6ffae228f69] succeeded in 0.0028189499862492085s: None +2025-09-08 15:46:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9449dca5-da3b-4ac9-a3dd-f62e84409de8] received +2025-09-08 15:47:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9449dca5-da3b-4ac9-a3dd-f62e84409de8] succeeded in 0.0028051530243828893s: None +2025-09-08 15:47:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fffca41-4108-4ded-a675-020c3dc8865f] received +2025-09-08 15:47:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fffca41-4108-4ded-a675-020c3dc8865f] succeeded in 0.002309679053723812s: None +2025-09-08 15:47:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef639bbc-ab9d-4b4a-9e4d-8f85edc724de] received +2025-09-08 15:47:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef639bbc-ab9d-4b4a-9e4d-8f85edc724de] succeeded in 0.0026993360370397568s: None +2025-09-08 15:47:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec46db2d-8e73-419d-ae68-d59ac495e356] received +2025-09-08 15:47:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec46db2d-8e73-419d-ae68-d59ac495e356] succeeded in 0.0028664370765909553s: None +2025-09-08 15:47:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:09 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8fad02b-c843-4ed2-bf5d-88bf04927eb1] received +2025-09-08 15:47:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8fad02b-c843-4ed2-bf5d-88bf04927eb1] succeeded in 0.0025944190565496683s: None +2025-09-08 15:47:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:11 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b22f7dc-ab58-4ec7-9762-5ab2fe7c85df] received +2025-09-08 15:47:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b22f7dc-ab58-4ec7-9762-5ab2fe7c85df] succeeded in 0.00246857397723943s: None +2025-09-08 15:47:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fbe58e3-624b-461c-a4a6-c6bbd12292f3] received +2025-09-08 15:47:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fbe58e3-624b-461c-a4a6-c6bbd12292f3] succeeded in 0.006635382073000073s: None +2025-09-08 15:47:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:15 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[760e6783-1a94-4eef-9438-00bcfbdc6ce6] received +2025-09-08 15:47:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[760e6783-1a94-4eef-9438-00bcfbdc6ce6] succeeded in 0.002399199060164392s: None +2025-09-08 15:47:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:17 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81dba4cd-3259-4500-b415-f3eeab76e19f] received +2025-09-08 15:47:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81dba4cd-3259-4500-b415-f3eeab76e19f] succeeded in 0.0026787659153342247s: None +2025-09-08 15:47:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2c0ab35-b676-4f5e-b67f-4feead931b08] received +2025-09-08 15:47:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2c0ab35-b676-4f5e-b67f-4feead931b08] succeeded in 0.0024820989929139614s: None +2025-09-08 15:47:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ccbd457-9113-40d3-bc91-c950682dd452] received +2025-09-08 15:47:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ccbd457-9113-40d3-bc91-c950682dd452] succeeded in 0.002464373945258558s: None +2025-09-08 15:47:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:23 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4a6309d-ff8e-4a6a-b14a-5674cdf54474] received +2025-09-08 15:47:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4a6309d-ff8e-4a6a-b14a-5674cdf54474] succeeded in 0.002708347048610449s: None +2025-09-08 15:47:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:25 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63b134d7-d7cc-4883-852a-4162d72c491f] received +2025-09-08 15:47:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63b134d7-d7cc-4883-852a-4162d72c491f] succeeded in 0.0027556009590625763s: None +2025-09-08 15:47:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b38a852-f250-4378-b12c-f048b53c4b65] received +2025-09-08 15:47:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b38a852-f250-4378-b12c-f048b53c4b65] succeeded in 0.0029908320866525173s: None +2025-09-08 15:47:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:29 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7574e8de-c048-4c45-be78-be991d4183fc] received +2025-09-08 15:47:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7574e8de-c048-4c45-be78-be991d4183fc] succeeded in 0.0027697220211848617s: None +2025-09-08 15:47:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:31 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05266dd1-614b-4518-be3b-62a84f04f94e] received +2025-09-08 15:47:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05266dd1-614b-4518-be3b-62a84f04f94e] succeeded in 0.0024181989720091224s: None +2025-09-08 15:47:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:33 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0442386a-ef9d-4f6b-8fc1-f650cd6d3dc3] received +2025-09-08 15:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0442386a-ef9d-4f6b-8fc1-f650cd6d3dc3] succeeded in 0.0022415120620280504s: None +2025-09-08 15:47:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:35 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a20b48fe-c93e-47ca-8083-762008e6f961] received +2025-09-08 15:47:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a20b48fe-c93e-47ca-8083-762008e6f961] succeeded in 0.0022672269260510802s: None +2025-09-08 15:47:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:37 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1376b810-965a-4a44-872d-442f520bc231] received +2025-09-08 15:47:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1376b810-965a-4a44-872d-442f520bc231] succeeded in 0.0023987930035218596s: None +2025-09-08 15:47:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:39 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[971899ad-466a-456b-8a63-ad3121bc80f4] received +2025-09-08 15:47:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[971899ad-466a-456b-8a63-ad3121bc80f4] succeeded in 0.0027953829849138856s: None +2025-09-08 15:47:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:41 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f51594fe-6924-46a8-a3d6-f016a3029998] received +2025-09-08 15:47:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f51594fe-6924-46a8-a3d6-f016a3029998] succeeded in 0.0023546169977635145s: None +2025-09-08 15:47:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:43 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98c22dc7-4eae-4eb9-8d42-ff16b3826598] received +2025-09-08 15:47:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98c22dc7-4eae-4eb9-8d42-ff16b3826598] succeeded in 0.0021185079822316766s: None +2025-09-08 15:47:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:45 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[966b3f8c-2378-471f-a481-cda84d6416a4] received +2025-09-08 15:47:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[966b3f8c-2378-471f-a481-cda84d6416a4] succeeded in 0.0027196569135412574s: None +2025-09-08 15:47:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:47 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96d89ae9-d6a5-4019-8e03-793262e82ada] received +2025-09-08 15:47:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96d89ae9-d6a5-4019-8e03-793262e82ada] succeeded in 0.0024036510149016976s: None +2025-09-08 15:47:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:49 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da9867a6-02f6-486b-ba44-22614781bd4e] received +2025-09-08 15:47:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da9867a6-02f6-486b-ba44-22614781bd4e] succeeded in 0.002401617937721312s: None +2025-09-08 15:47:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:51 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d43a45e7-b7eb-4910-8c8d-0d4aa37c5787] received +2025-09-08 15:47:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d43a45e7-b7eb-4910-8c8d-0d4aa37c5787] succeeded in 0.002326212008483708s: None +2025-09-08 15:47:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:53 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07876651-7605-408a-a790-ffb600d07f55] received +2025-09-08 15:47:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07876651-7605-408a-a790-ffb600d07f55] succeeded in 0.0028485649963840842s: None +2025-09-08 15:47:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:55 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e39cf78-9cc3-4730-b847-786a92126ddb] received +2025-09-08 15:47:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e39cf78-9cc3-4730-b847-786a92126ddb] succeeded in 0.0015805299626663327s: None +2025-09-08 15:47:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:57 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35286e61-3d2f-41ba-8d9a-934f4398b9f0] received +2025-09-08 15:47:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35286e61-3d2f-41ba-8d9a-934f4398b9f0] succeeded in 0.002429116051644087s: None +2025-09-08 15:47:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:47:59 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:47:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bae782bc-a91c-4aee-a8b8-46ad14ed3561] received +2025-09-08 15:47:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bae782bc-a91c-4aee-a8b8-46ad14ed3561] succeeded in 0.0024368329904973507s: None +2025-09-08 15:48:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98954242-5d0b-4fd3-bd48-e0bf9ade5e1f] received +2025-09-08 15:48:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98954242-5d0b-4fd3-bd48-e0bf9ade5e1f] succeeded in 0.0026603880105540156s: None +2025-09-08 15:48:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:03 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae582230-a41a-4361-bb05-a10c74dfe7e5] received +2025-09-08 15:48:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae582230-a41a-4361-bb05-a10c74dfe7e5] succeeded in 0.0027360270032659173s: None +2025-09-08 15:48:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:05 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6225fb9c-f922-495a-8ee8-39a5935f364f] received +2025-09-08 15:48:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6225fb9c-f922-495a-8ee8-39a5935f364f] succeeded in 0.002155644935555756s: None +2025-09-08 15:48:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:07 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[252cbec7-98df-4409-998b-4a960c776a13] received +2025-09-08 15:48:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[252cbec7-98df-4409-998b-4a960c776a13] succeeded in 0.0029690589290112257s: None +2025-09-08 15:48:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11fc342b-bd5c-47ae-aefc-bc5bd96c5e1f] received +2025-09-08 15:48:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11fc342b-bd5c-47ae-aefc-bc5bd96c5e1f] succeeded in 0.0026242799358442426s: None +2025-09-08 15:48:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:12 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6ad74c2-ff2a-4c64-bc1d-2e78eeaf66d4] received +2025-09-08 15:48:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6ad74c2-ff2a-4c64-bc1d-2e78eeaf66d4] succeeded in 0.00199760589748621s: None +2025-09-08 15:48:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2930c75-cac1-49cb-b3e9-3cebeb821148] received +2025-09-08 15:48:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2930c75-cac1-49cb-b3e9-3cebeb821148] succeeded in 0.0015787300653755665s: None +2025-09-08 15:48:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37275edc-c98c-42b1-b090-933519cdef80] received +2025-09-08 15:48:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37275edc-c98c-42b1-b090-933519cdef80] succeeded in 0.0025712009519338608s: None +2025-09-08 15:48:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:18 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e1cd824-9137-4d98-9216-c102c519392c] received +2025-09-08 15:48:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e1cd824-9137-4d98-9216-c102c519392c] succeeded in 0.0027952989330515265s: None +2025-09-08 15:48:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:20 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a963d6e-96bc-4310-aca4-50d293ed4f99] received +2025-09-08 15:48:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a963d6e-96bc-4310-aca4-50d293ed4f99] succeeded in 0.002397210104390979s: None +2025-09-08 15:48:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:22 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69f01451-ee39-4a73-b9d6-12d1e5824796] received +2025-09-08 15:48:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69f01451-ee39-4a73-b9d6-12d1e5824796] succeeded in 0.002609099028632045s: None +2025-09-08 15:48:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:24 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4806be6-574b-45de-bed6-3fa2bd60a9b7] received +2025-09-08 15:48:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4806be6-574b-45de-bed6-3fa2bd60a9b7] succeeded in 0.0024067519698292017s: None +2025-09-08 15:48:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:26 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3d707dd-5499-4174-9890-50e5211ddc2d] received +2025-09-08 15:48:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3d707dd-5499-4174-9890-50e5211ddc2d] succeeded in 0.002308888011611998s: None +2025-09-08 15:48:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:28 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23d5888a-5e65-445a-8e03-f09daaa63f75] received +2025-09-08 15:48:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23d5888a-5e65-445a-8e03-f09daaa63f75] succeeded in 0.002372217015363276s: None +2025-09-08 15:48:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:30 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[434c537c-30fc-40ea-8f81-124a6329dc5c] received +2025-09-08 15:48:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[434c537c-30fc-40ea-8f81-124a6329dc5c] succeeded in 0.00287435797508806s: None +2025-09-08 15:48:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:32 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a28b0d98-e99b-4d8d-b76d-1909057eb7f7] received +2025-09-08 15:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a28b0d98-e99b-4d8d-b76d-1909057eb7f7] succeeded in 0.0014622049639001489s: None +2025-09-08 15:48:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:34 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ef4104f-0ccb-47f3-8472-07413ac93760] received +2025-09-08 15:48:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ef4104f-0ccb-47f3-8472-07413ac93760] succeeded in 0.0025141630321741104s: None +2025-09-08 15:48:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:36 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38f941f5-ef66-42cb-86df-d4833ccaed2d] received +2025-09-08 15:48:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38f941f5-ef66-42cb-86df-d4833ccaed2d] succeeded in 0.0023756030714139342s: None +2025-09-08 15:48:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:38 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9df6e73e-92bb-4e29-a767-14f85be16d07] received +2025-09-08 15:48:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9df6e73e-92bb-4e29-a767-14f85be16d07] succeeded in 0.0024007809115573764s: None +2025-09-08 15:48:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:40 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fbb7306-ccb6-461e-9570-b131e3dc4b3b] received +2025-09-08 15:48:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fbb7306-ccb6-461e-9570-b131e3dc4b3b] succeeded in 0.0019089929992333055s: None +2025-09-08 15:48:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:42 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ca7cf30-6565-43a1-949c-e572d50c1d85] received +2025-09-08 15:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ca7cf30-6565-43a1-949c-e572d50c1d85] succeeded in 0.0023916299687698483s: None +2025-09-08 15:48:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:44 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c115a4b-30fd-4556-b1f2-f97a0c8151cb] received +2025-09-08 15:48:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c115a4b-30fd-4556-b1f2-f97a0c8151cb] succeeded in 0.0024183369241654873s: None +2025-09-08 15:48:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:46 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b924f1e-913c-450b-bcd2-f1a290115494] received +2025-09-08 15:48:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b924f1e-913c-450b-bcd2-f1a290115494] succeeded in 0.0024132849648594856s: None +2025-09-08 15:48:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:48 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8292bb73-a14d-4835-8505-1537c2069b5a] received +2025-09-08 15:48:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8292bb73-a14d-4835-8505-1537c2069b5a] succeeded in 0.0025225740391761065s: None +2025-09-08 15:48:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:50 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6260eaa4-796b-4d8a-85dd-bc528da539da] received +2025-09-08 15:48:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6260eaa4-796b-4d8a-85dd-bc528da539da] succeeded in 0.0026482309913262725s: None +2025-09-08 15:48:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:52 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3958d4c0-6607-475e-a8a6-10df94bbcc81] received +2025-09-08 15:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3958d4c0-6607-475e-a8a6-10df94bbcc81] succeeded in 0.0025441659381613135s: None +2025-09-08 15:48:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:54 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e4559fb-1c8f-40f3-9129-fd29972876ff] received +2025-09-08 15:48:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e4559fb-1c8f-40f3-9129-fd29972876ff] succeeded in 0.0011077659437432885s: None +2025-09-08 15:48:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:56 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4018aeed-2f56-43d2-8734-54df7dce8085] received +2025-09-08 15:48:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4018aeed-2f56-43d2-8734-54df7dce8085] succeeded in 0.002711515058763325s: None +2025-09-08 15:48:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:48:58 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:48:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c12e8e5-20e6-4525-816f-fc113faf0d73] received +2025-09-08 15:48:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c12e8e5-20e6-4525-816f-fc113faf0d73] succeeded in 0.002373637049458921s: None +2025-09-08 15:48:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:00 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[747e5ede-c2c7-429a-a4b5-4b604b3bbe66] received +2025-09-08 15:49:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[747e5ede-c2c7-429a-a4b5-4b604b3bbe66] succeeded in 0.0024067769991233945s: None +2025-09-08 15:49:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:02 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d53817e7-d95a-4010-8f24-c170bf4795a2] received +2025-09-08 15:49:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d53817e7-d95a-4010-8f24-c170bf4795a2] succeeded in 0.002349174930714071s: None +2025-09-08 15:49:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:04 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd0d7e7d-d94f-478d-8e64-a1ae7f2f3c72] received +2025-09-08 15:49:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd0d7e7d-d94f-478d-8e64-a1ae7f2f3c72] succeeded in 0.0019902640487998724s: None +2025-09-08 15:49:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:06 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ae7748e-9370-4403-b84c-16db75c6bb62] received +2025-09-08 15:49:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ae7748e-9370-4403-b84c-16db75c6bb62] succeeded in 0.0026284409686923027s: None +2025-09-08 15:49:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:08 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d32e604-e88f-4734-8106-30ae5c2deab7] received +2025-09-08 15:49:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d32e604-e88f-4734-8106-30ae5c2deab7] succeeded in 0.0022892459528520703s: None +2025-09-08 15:49:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:10 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f259c42-de2d-4531-845e-2b8fbaaef245] received +2025-09-08 15:49:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f259c42-de2d-4531-845e-2b8fbaaef245] succeeded in 0.002774999011307955s: None +2025-09-08 15:49:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:13 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34978d03-403d-45b9-a4f7-d796ea16ec8a] received +2025-09-08 15:49:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34978d03-403d-45b9-a4f7-d796ea16ec8a] succeeded in 0.002185550983995199s: None +2025-09-08 15:49:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:14 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b75cfeb4-4372-4924-87cf-52f7640b411c] received +2025-09-08 15:49:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b75cfeb4-4372-4924-87cf-52f7640b411c] succeeded in 0.0010863100178539753s: None +2025-09-08 15:49:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:16 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aca24a13-cf9e-450c-88c5-73dda18ae28b] received +2025-09-08 15:49:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aca24a13-cf9e-450c-88c5-73dda18ae28b] succeeded in 0.0022977590560913086s: None +2025-09-08 15:49:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:19 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff5d1237-5dba-4b33-9e5e-e09b9b76e27f] received +2025-09-08 15:49:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff5d1237-5dba-4b33-9e5e-e09b9b76e27f] succeeded in 0.0013012950075790286s: None +2025-09-08 15:49:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:21 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d real-time: No details +2025-09-08 15:49:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[693a5979-4c1e-4fd0-a659-296ab6e7a37b] received +2025-09-08 15:49:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[693a5979-4c1e-4fd0-a659-296ab6e7a37b] succeeded in 0.0027266830438748s: None +2025-09-08 15:49:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:49:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing completed track in children table 'playlist_0f5388e5e2' (progressive) +2025-09-08 15:49:27 [INFO] Celery[DW-STDERR]: Storing track 'Growing Old On Bleeker Street' in CHILDREN table 'playlist_0f5388e5e2' for task cb9ae08c-d510-4131-81e7-46745f47631d +2025-09-08 15:49:27 [INFO] Celery[DW-STDERR]: Successfully stored track 'Growing Old On Bleeker Street' in table 'playlist_0f5388e5e2' (task: cb9ae08c-d510-4131-81e7-46745f47631d) +2025-09-08 15:49:27 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:49:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff515cb6-9efe-4e24-9958-d73ae2333d33] received +2025-09-08 15:49:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff515cb6-9efe-4e24-9958-d73ae2333d33] succeeded in 0.0023146949242800474s: None +2025-09-08 15:49:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 15:50:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d: Storing playlist history (completed) +2025-09-08 15:50:01 [INFO] Celery[DW-STDERR]: Populated 41 tracks in children table playlist_0f5388e5e2 +2025-09-08 15:50:01 [INFO] Celery[DW-STDERR]: Stored playlist history for 'This Is AJR json' (task: cb9ae08c-d510-4131-81e7-46745f47631d, children: playlist_0f5388e5e2, status: partial) +2025-09-08 15:50:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed: +2025-09-08 15:50:01 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Direct Spotify download (account: json for blob) successful. +2025-09-08 15:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ac905f2-f2b6-4de4-8215-1d18c1113fa0] received +2025-09-08 15:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ac905f2-f2b6-4de4-8215-1d18c1113fa0] succeeded in 0.00232031405903399s: None +2025-09-08 15:50:01 [INFO] Celery[DW-STDERR]: Task download_playlist[cb9ae08c-d510-4131-81e7-46745f47631d] succeeded in 5896.13468319003s: {'status': 'success', 'message': 'Playlist download completed'} +2025-09-08 15:50:01 [INFO] Celery[DW-STDERR]: Task cb9ae08c-d510-4131-81e7-46745f47631d completed successfully: This Is AJR json +2025-09-08 15:50:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-09-08 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 17:42:50 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 17:42:51 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 18:21:48 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 18:21:49 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 18:38:51 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 18:38:52 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: self.run() +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1165, in reconnect +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: self.connect() +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1039, in connect +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: raise RuntimeError(failed) +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: RuntimeError: login_failed { +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: error_code: BadCredentials +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: } +2025-09-08 19:08:01 [INFO] Celery[DW-STDERR]: +2025-09-08 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 19:56:52 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 19:56:54 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 19:58:54 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 19:58:55 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 19:58:56 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 20:00:55 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 20:00:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 20:00:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 20:00:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 20:00:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 20:00:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 20:00:57 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 20:00:57 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 20:00:57 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 20:00:57 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 20:11:49 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 20:11:50 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 20:11:51 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 20:39:50 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 20:39:51 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 20:39:52 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 21:38:57 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 21:38:58 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 21:43:52 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 21:43:53 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 21:45:53 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 21:45:54 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: self.run() +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1163, in reconnect +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1864, in create +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2025-09-08 21:54:58 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2025-09-08 21:56:05 [INFO] SSE client disconnected +2025-09-08 21:56:05 [INFO] SSE: Client disconnected (total: 0) +2025-09-08 22:27:54 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-09-08 22:27:56 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-09-08 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-08 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 00:50:29 [INFO] SSE Stream: New client connecting... +2025-09-09 00:50:29 [INFO] SSE: Client connected (total: 1) +2025-09-09 00:50:29 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-09 00:50:45 [INFO] SSE client disconnected +2025-09-09 00:50:45 [INFO] SSE: Client disconnected (total: 0) +2025-09-09 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 11:55:36 [INFO] SSE Stream: New client connecting... +2025-09-09 11:55:36 [INFO] SSE: Client connected (total: 1) +2025-09-09 11:55:36 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-09 11:55:37 [INFO] SSE client disconnected +2025-09-09 11:55:37 [INFO] SSE: Client disconnected (total: 0) +2025-09-09 11:55:38 [INFO] SSE Stream: New client connecting... +2025-09-09 11:55:38 [INFO] SSE: Client connected (total: 1) +2025-09-09 11:55:38 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-09 11:55:39 [INFO] SSE client disconnected +2025-09-09 11:55:39 [INFO] SSE: Client disconnected (total: 0) +2025-09-09 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-09 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-10 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-11 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-12 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-13 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-14 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-15 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-16 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-17 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 13:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 14:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 15:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 16:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 17:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 18:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 19:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 20:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 21:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 22:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-18 23:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 00:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 01:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 02:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 03:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 04:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 05:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 06:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 07:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 08:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 09:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 10:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 11:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 12:46:46 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 13:22:36 [INFO] Watch Manager: Stopping background scheduler... +2025-09-19 13:22:36 [INFO] Watch Scheduler: Thread stopped. +2025-09-19 13:22:36 [INFO] Watch Manager: Background scheduler stopped. +2025-09-19 13:22:36 [INFO] Watch Manager stopped +2025-09-19 13:22:36 [INFO] CeleryManager: Stopping Celery workers... +2025-09-19 13:22:36 [INFO] Terminating Celery Download Worker (PID: 9)... +2025-09-19 13:22:36 [INFO] Celery[DW-STDOUT]: +2025-09-19 13:22:36 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-19 13:22:36 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: step.start(parent) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: next(loop) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: fail(error) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: raise error +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: return do() +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-19 13:22:36 [INFO] Celery[UW-STDERR]: +2025-09-19 13:22:37 [INFO] Celery[DW-STDERR] stream reader thread finished. +2025-09-19 13:22:37 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2025-09-19 13:22:37 [INFO] Celery Download Worker (PID: 9) terminated. +2025-09-19 13:22:37 [INFO] Terminating Celery Utility Worker (PID: 12)... +2025-09-19 13:22:37 [INFO] Celery[UW-STDOUT]: +2025-09-19 13:22:37 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-19 13:22:43 [INFO] Celery[UW-STDERR] stream reader thread finished. +2025-09-19 13:22:43 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2025-09-19 13:22:43 [INFO] Celery Utility Worker (PID: 12) terminated. +2025-09-19 13:22:43 [INFO] Joining log threads... +2025-09-19 13:22:43 [INFO] Joining config_monitor_thread... +2025-09-19 13:22:44 [INFO] CeleryManager: Config monitor thread stopped. +2025-09-19 13:22:44 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2025-09-19 13:22:44 [INFO] Celery workers stopped +2025-09-19 13:23:24 [INFO] Logging system initialized +2025-09-19 13:23:24 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-19 13:23:24 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-19 13:23:24 [INFO] Database migrations executed (if needed) early in startup. +2025-09-19 13:23:24 [INFO] Testing Redis connection to redis:6379... +2025-09-19 13:23:24 [INFO] Redis connection successful +2025-09-19 13:23:24 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-19 13:23:24 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-19 13:23:24 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-09-19 13:23:24 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-19 13:23:24 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-09-19 13:23:24 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-19 13:23:24 [INFO] CeleryManager: Config monitor thread started. +2025-09-19 13:23:24 [INFO] Celery workers started successfully +2025-09-19 13:23:24 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-19 13:23:24 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-19 13:23:24 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-19 13:23:24 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-19 13:23:24 [INFO] Watch Scheduler: Thread started. +2025-09-19 13:23:24 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-19 13:23:24 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-19 13:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-19 13:23:25 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-19 13:23:25 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-19 13:23:25 +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-19 13:23:25 +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f27240c57d0 +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f6406e131d0 +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-19 13:23:25 [INFO] Celery[UW-STDOUT]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-19 13:23:25 [INFO] Celery[DW-STDOUT]: +2025-09-19 13:23:26 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-19 13:23:26 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-19 13:23:26 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-19 13:23:26 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-19 13:23:27 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-19 13:23:27 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-19 13:23:27 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-19 13:23:27 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-19 13:23:27 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-19 13:23:27 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-19 13:23:27 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-19 13:23:27 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-19 14:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 15:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 16:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 17:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 18:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 19:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 20:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 21:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 22:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-19 23:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 00:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 01:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 02:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 03:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 04:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 05:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 06:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 07:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 08:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 09:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 10:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 11:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 11:56:02 [ERROR] Error getting all tasks: Timeout connecting to server +2025-09-20 11:56:02 [INFO] Search requested: query='Bea', type=track, limit=50, main_account_name=None +2025-09-20 11:56:02 [INFO] Spotify client initialized/reinitialized for search +2025-09-20 11:56:18 [ERROR] Error during Spotify search for query 'Bea': HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution)")) +Traceback (most recent call last): + File "/python/urllib3/connection.py", line 198, in _new_conn + sock = connection.create_connection( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/urllib3/util/connection.py", line 60, in create_connection + for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo + for res in _socket.getaddrinfo(host, port, family, type, proto, flags): + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +socket.gaierror: [Errno -3] Temporary failure in name resolution + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/python/urllib3/connectionpool.py", line 787, in urlopen + response = self._make_request( + ^^^^^^^^^^^^^^^^^^^ + File "/python/urllib3/connectionpool.py", line 488, in _make_request + raise new_e + File "/python/urllib3/connectionpool.py", line 464, in _make_request + self._validate_conn(conn) + File "/python/urllib3/connectionpool.py", line 1093, in _validate_conn + conn.connect() + File "/python/urllib3/connection.py", line 753, in connect + self.sock = sock = self._new_conn() + ^^^^^^^^^^^^^^^^ + File "/python/urllib3/connection.py", line 205, in _new_conn + raise NameResolutionError(self.host, self, e) from e +urllib3.exceptions.NameResolutionError: : Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution) + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/python/requests/adapters.py", line 667, in send + resp = conn.urlopen( + ^^^^^^^^^^^^^ + File "/python/urllib3/connectionpool.py", line 841, in urlopen + retries = retries.increment( + ^^^^^^^^^^^^^^^^^^ + File "/python/urllib3/util/retry.py", line 519, in increment + raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution)")) + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/app/routes/utils/search.py", line 92, in search + spotify_response = client.search( + ^^^^^^^^^^^^^^ + File "/python/spotipy/client.py", line 604, in search + return self._get( + ^^^^^^^^^^ + File "/python/spotipy/client.py", line 324, in _get + return self._internal_call("GET", url, payload, kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/client.py", line 250, in _internal_call + headers = self._auth_headers() + ^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/client.py", line 241, in _auth_headers + token = self.auth_manager.get_access_token(as_dict=False) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/oauth2.py", line 207, in get_access_token + token_info = self._request_access_token() + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/oauth2.py", line 224, in _request_access_token + response = self._session.post( + ^^^^^^^^^^^^^^^^^^^ + File "/python/requests/sessions.py", line 637, in post + return self.request("POST", url, data=data, json=json, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/requests/sessions.py", line 589, in request + resp = self.send(prep, **send_kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/requests/sessions.py", line 703, in send + r = adapter.send(request, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/requests/adapters.py", line 700, in send + raise ConnectionError(e, request=request) +requests.exceptions.ConnectionError: HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution)")) +2025-09-20 11:56:18 [ERROR] Error in search: {'error': 'HTTPSConnectionPool(host=\'accounts.spotify.com\', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)"))', 'traceback': 'Traceback (most recent call last):\n File "/python/urllib3/connection.py", line 198, in _new_conn\n sock = connection.create_connection(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/urllib3/util/connection.py", line 60, in create_connection\n for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo\n for res in _socket.getaddrinfo(host, port, family, type, proto, flags):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsocket.gaierror: [Errno -3] Temporary failure in name resolution\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File "/python/urllib3/connectionpool.py", line 787, in urlopen\n response = self._make_request(\n ^^^^^^^^^^^^^^^^^^^\n File "/python/urllib3/connectionpool.py", line 488, in _make_request\n raise new_e\n File "/python/urllib3/connectionpool.py", line 464, in _make_request\n self._validate_conn(conn)\n File "/python/urllib3/connectionpool.py", line 1093, in _validate_conn\n conn.connect()\n File "/python/urllib3/connection.py", line 753, in connect\n self.sock = sock = self._new_conn()\n ^^^^^^^^^^^^^^^^\n File "/python/urllib3/connection.py", line 205, in _new_conn\n raise NameResolutionError(self.host, self, e) from e\nurllib3.exceptions.NameResolutionError: : Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File "/python/requests/adapters.py", line 667, in send\n resp = conn.urlopen(\n ^^^^^^^^^^^^^\n File "/python/urllib3/connectionpool.py", line 841, in urlopen\n retries = retries.increment(\n ^^^^^^^^^^^^^^^^^^\n File "/python/urllib3/util/retry.py", line 519, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=\'accounts.spotify.com\', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)"))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/app/routes/core/search.py", line 37, in handle_search\n result = search(\n ^^^^^^^\n File "/app/routes/utils/search.py", line 92, in search\n spotify_response = client.search(\n ^^^^^^^^^^^^^^\n File "/python/spotipy/client.py", line 604, in search\n return self._get(\n ^^^^^^^^^^\n File "/python/spotipy/client.py", line 324, in _get\n return self._internal_call("GET", url, payload, kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/client.py", line 250, in _internal_call\n headers = self._auth_headers()\n ^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/client.py", line 241, in _auth_headers\n token = self.auth_manager.get_access_token(as_dict=False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/oauth2.py", line 207, in get_access_token\n token_info = self._request_access_token()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/oauth2.py", line 224, in _request_access_token\n response = self._session.post(\n ^^^^^^^^^^^^^^^^^^^\n File "/python/requests/sessions.py", line 637, in post\n return self.request("POST", url, data=data, json=json, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/requests/sessions.py", line 589, in request\n resp = self.send(prep, **send_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/requests/sessions.py", line 703, in send\n r = adapter.send(request, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/requests/adapters.py", line 700, in send\n raise ConnectionError(e, request=request)\nrequests.exceptions.ConnectionError: HTTPSConnectionPool(host=\'accounts.spotify.com\', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)"))\n'} +2025-09-20 11:56:18 [INFO] Search requested: query='Beaut', type=track, limit=50, main_account_name=None +2025-09-20 11:56:34 [ERROR] Error during Spotify search for query 'Beaut': HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution)")) +Traceback (most recent call last): + File "/python/urllib3/connection.py", line 198, in _new_conn + sock = connection.create_connection( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/urllib3/util/connection.py", line 60, in create_connection + for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo + for res in _socket.getaddrinfo(host, port, family, type, proto, flags): + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +socket.gaierror: [Errno -3] Temporary failure in name resolution + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/python/urllib3/connectionpool.py", line 787, in urlopen + response = self._make_request( + ^^^^^^^^^^^^^^^^^^^ + File "/python/urllib3/connectionpool.py", line 488, in _make_request + raise new_e + File "/python/urllib3/connectionpool.py", line 464, in _make_request + self._validate_conn(conn) + File "/python/urllib3/connectionpool.py", line 1093, in _validate_conn + conn.connect() + File "/python/urllib3/connection.py", line 753, in connect + self.sock = sock = self._new_conn() + ^^^^^^^^^^^^^^^^ + File "/python/urllib3/connection.py", line 205, in _new_conn + raise NameResolutionError(self.host, self, e) from e +urllib3.exceptions.NameResolutionError: : Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution) + +The above exception was the direct cause of the following exception: + +Traceback (most recent call last): + File "/python/requests/adapters.py", line 667, in send + resp = conn.urlopen( + ^^^^^^^^^^^^^ + File "/python/urllib3/connectionpool.py", line 841, in urlopen + retries = retries.increment( + ^^^^^^^^^^^^^^^^^^ + File "/python/urllib3/util/retry.py", line 519, in increment + raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution)")) + +During handling of the above exception, another exception occurred: + +Traceback (most recent call last): + File "/app/routes/utils/search.py", line 92, in search + spotify_response = client.search( + ^^^^^^^^^^^^^^ + File "/python/spotipy/client.py", line 604, in search + return self._get( + ^^^^^^^^^^ + File "/python/spotipy/client.py", line 324, in _get + return self._internal_call("GET", url, payload, kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/client.py", line 250, in _internal_call + headers = self._auth_headers() + ^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/client.py", line 241, in _auth_headers + token = self.auth_manager.get_access_token(as_dict=False) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/oauth2.py", line 207, in get_access_token + token_info = self._request_access_token() + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/spotipy/oauth2.py", line 224, in _request_access_token + response = self._session.post( + ^^^^^^^^^^^^^^^^^^^ + File "/python/requests/sessions.py", line 637, in post + return self.request("POST", url, data=data, json=json, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/requests/sessions.py", line 589, in request + resp = self.send(prep, **send_kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/requests/sessions.py", line 703, in send + r = adapter.send(request, **kwargs) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/requests/adapters.py", line 700, in send + raise ConnectionError(e, request=request) +requests.exceptions.ConnectionError: HTTPSConnectionPool(host='accounts.spotify.com', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve 'accounts.spotify.com' ([Errno -3] Temporary failure in name resolution)")) +2025-09-20 11:56:34 [ERROR] Error in search: {'error': 'HTTPSConnectionPool(host=\'accounts.spotify.com\', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)"))', 'traceback': 'Traceback (most recent call last):\n File "/python/urllib3/connection.py", line 198, in _new_conn\n sock = connection.create_connection(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/urllib3/util/connection.py", line 60, in create_connection\n for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/usr/lib/python3.11/socket.py", line 962, in getaddrinfo\n for res in _socket.getaddrinfo(host, port, family, type, proto, flags):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nsocket.gaierror: [Errno -3] Temporary failure in name resolution\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File "/python/urllib3/connectionpool.py", line 787, in urlopen\n response = self._make_request(\n ^^^^^^^^^^^^^^^^^^^\n File "/python/urllib3/connectionpool.py", line 488, in _make_request\n raise new_e\n File "/python/urllib3/connectionpool.py", line 464, in _make_request\n self._validate_conn(conn)\n File "/python/urllib3/connectionpool.py", line 1093, in _validate_conn\n conn.connect()\n File "/python/urllib3/connection.py", line 753, in connect\n self.sock = sock = self._new_conn()\n ^^^^^^^^^^^^^^^^\n File "/python/urllib3/connection.py", line 205, in _new_conn\n raise NameResolutionError(self.host, self, e) from e\nurllib3.exceptions.NameResolutionError: : Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n File "/python/requests/adapters.py", line 667, in send\n resp = conn.urlopen(\n ^^^^^^^^^^^^^\n File "/python/urllib3/connectionpool.py", line 841, in urlopen\n retries = retries.increment(\n ^^^^^^^^^^^^^^^^^^\n File "/python/urllib3/util/retry.py", line 519, in increment\n raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=\'accounts.spotify.com\', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)"))\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/app/routes/core/search.py", line 37, in handle_search\n result = search(\n ^^^^^^^\n File "/app/routes/utils/search.py", line 92, in search\n spotify_response = client.search(\n ^^^^^^^^^^^^^^\n File "/python/spotipy/client.py", line 604, in search\n return self._get(\n ^^^^^^^^^^\n File "/python/spotipy/client.py", line 324, in _get\n return self._internal_call("GET", url, payload, kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/client.py", line 250, in _internal_call\n headers = self._auth_headers()\n ^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/client.py", line 241, in _auth_headers\n token = self.auth_manager.get_access_token(as_dict=False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/oauth2.py", line 207, in get_access_token\n token_info = self._request_access_token()\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/spotipy/oauth2.py", line 224, in _request_access_token\n response = self._session.post(\n ^^^^^^^^^^^^^^^^^^^\n File "/python/requests/sessions.py", line 637, in post\n return self.request("POST", url, data=data, json=json, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/requests/sessions.py", line 589, in request\n resp = self.send(prep, **send_kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/requests/sessions.py", line 703, in send\n r = adapter.send(request, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/python/requests/adapters.py", line 700, in send\n raise ConnectionError(e, request=request)\nrequests.exceptions.ConnectionError: HTTPSConnectionPool(host=\'accounts.spotify.com\', port=443): Max retries exceeded with url: /api/token (Caused by NameResolutionError(": Failed to resolve \'accounts.spotify.com\' ([Errno -3] Temporary failure in name resolution)"))\n'} +2025-09-20 12:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 13:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 14:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 15:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 16:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 17:23:24 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 17:37:18 [ERROR] Error getting all tasks: Timeout connecting to server +2025-09-20 17:37:18 [INFO] SSE Stream: New client connecting... +2025-09-20 17:37:18 [INFO] SSE: Client connected (total: 1) +2025-09-20 17:37:18 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-09-20 17:39:29 [ERROR] Error getting all tasks: Timeout connecting to server +2025-09-20 17:41:40 [ERROR] Error getting all tasks: Timeout connecting to server +2025-09-20 17:43:12 [INFO] Logging system initialized +2025-09-20 17:43:12 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-20 17:43:12 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-20 17:43:12 [INFO] Database migrations executed (if needed) early in startup. +2025-09-20 17:43:12 [INFO] Testing Redis connection to redis:6379... +2025-09-20 17:43:12 [INFO] Redis connection successful +2025-09-20 17:43:12 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-20 17:43:12 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-20 17:43:12 [INFO] Celery Download Worker (PID: 8) started with concurrency 3. +2025-09-20 17:43:12 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-20 17:43:12 [INFO] Celery Utility Worker (PID: 11) started with concurrency 5. +2025-09-20 17:43:12 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-20 17:43:12 [INFO] CeleryManager: Config monitor thread started. +2025-09-20 17:43:12 [INFO] Celery workers started successfully +2025-09-20 17:43:12 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 17:43:12 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 17:43:12 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-20 17:43:12 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-20 17:43:12 [INFO] Watch Scheduler: Thread started. +2025-09-20 17:43:12 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-20 17:43:12 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-20 17:43:12 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 17:43:13 +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f12ca6dcad0 +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-20 17:43:13 [INFO] Celery[UW-STDOUT]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 17:43:13 +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7efd1a67e690 +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-20 17:43:13 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 17:43:13 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-20 17:43:14 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-20 17:43:14 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 17:43:14 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-20 17:43:14 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-20 17:43:14 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-20 17:43:15 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 17:43:15 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-20 17:43:15 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-20 17:46:13 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: step.start(parent) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: next(loop) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: fail(error) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: raise error +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: return do() +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: step.start(parent) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: next(loop) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: fail(error) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: raise error +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: return do() +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-20 17:46:13 [INFO] Celery[DW-STDERR]: +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-20 17:46:13 [INFO] Celery[UW-STDERR]: +2025-09-20 17:46:13 [INFO] Watch Manager: Stopping background scheduler... +2025-09-20 17:46:13 [INFO] Watch Scheduler: Thread stopped. +2025-09-20 17:46:13 [INFO] Watch Manager: Background scheduler stopped. +2025-09-20 17:46:13 [INFO] Watch Manager stopped +2025-09-20 17:46:13 [INFO] CeleryManager: Stopping Celery workers... +2025-09-20 17:46:13 [INFO] Terminating Celery Download Worker (PID: 8)... +2025-09-20 17:46:13 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:46:13 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 17:46:16 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2025-09-20 17:46:16 [INFO] Celery[DW-STDERR] stream reader thread finished. +2025-09-20 17:46:16 [INFO] Celery Download Worker (PID: 8) terminated. +2025-09-20 17:46:16 [INFO] Terminating Celery Utility Worker (PID: 11)... +2025-09-20 17:46:19 [INFO] Celery[UW-STDOUT]: +2025-09-20 17:46:19 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 17:46:21 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2025-09-20 17:46:21 [INFO] Celery[UW-STDERR] stream reader thread finished. +2025-09-20 17:46:21 [INFO] Celery Utility Worker (PID: 11) terminated. +2025-09-20 17:46:21 [INFO] Joining log threads... +2025-09-20 17:46:21 [INFO] Joining config_monitor_thread... +2025-09-20 17:46:21 [INFO] CeleryManager: Config monitor thread stopped. +2025-09-20 17:46:21 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2025-09-20 17:46:21 [INFO] Celery workers stopped +2025-09-20 17:48:37 [INFO] Logging system initialized +2025-09-20 17:48:37 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-20 17:48:37 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-20 17:48:37 [INFO] Database migrations executed (if needed) early in startup. +2025-09-20 17:48:37 [INFO] Testing Redis connection to redis:6379... +2025-09-20 17:48:37 [INFO] Redis connection successful +2025-09-20 17:48:37 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-20 17:48:37 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-20 17:48:37 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-09-20 17:48:37 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-20 17:48:37 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-09-20 17:48:37 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-20 17:48:37 [INFO] CeleryManager: Config monitor thread started. +2025-09-20 17:48:37 [INFO] Celery workers started successfully +2025-09-20 17:48:37 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 17:48:37 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 17:48:37 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-20 17:48:37 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-20 17:48:37 [INFO] Watch Scheduler: Thread started. +2025-09-20 17:48:37 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-20 17:48:37 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-20 17:48:37 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 17:48:39 +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f9d2e0c80d0 +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 17:48:39 +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fb5d5aaca10 +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-20 17:48:39 [INFO] Celery[UW-STDOUT]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-20 17:48:39 [INFO] Celery[DW-STDOUT]: +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 17:48:39 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-20 17:48:40 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-20 17:48:40 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 17:48:40 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-20 17:48:40 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-20 17:48:40 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-20 17:48:40 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 17:48:40 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-20 17:48:40 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-20 18:09:59 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: step.start(parent) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: next(loop) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: fail(error) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: raise error +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: return do() +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: step.start(parent) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: next(loop) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: fail(error) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: raise error +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: return do() +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-20 18:09:59 [INFO] Celery[UW-STDERR]: +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-20 18:09:59 [INFO] Celery[DW-STDERR]: +2025-09-20 18:09:59 [INFO] Watch Manager: Stopping background scheduler... +2025-09-20 18:09:59 [INFO] Watch Scheduler: Thread stopped. +2025-09-20 18:09:59 [INFO] Watch Manager: Background scheduler stopped. +2025-09-20 18:09:59 [INFO] Watch Manager stopped +2025-09-20 18:09:59 [INFO] CeleryManager: Stopping Celery workers... +2025-09-20 18:09:59 [INFO] Terminating Celery Download Worker (PID: 9)... +2025-09-20 18:09:59 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:09:59 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:10:01 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -3 connecting to redis:6379. Temporary failure in name resolution.. +2025-09-20 18:10:01 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2025-09-20 18:10:01 [INFO] Celery[UW-STDERR]: +2025-09-20 18:10:01 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2025-09-20 18:10:01 [INFO] Celery[DW-STDERR] stream reader thread finished. +2025-09-20 18:10:02 [INFO] Celery Download Worker (PID: 9) terminated. +2025-09-20 18:10:02 [INFO] Terminating Celery Utility Worker (PID: 12)... +2025-09-20 18:10:02 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:10:02 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:10:03 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2025-09-20 18:10:03 [INFO] Celery[UW-STDERR] stream reader thread finished. +2025-09-20 18:10:04 [INFO] Celery Utility Worker (PID: 12) terminated. +2025-09-20 18:10:04 [INFO] Joining log threads... +2025-09-20 18:10:04 [INFO] Joining config_monitor_thread... +2025-09-20 18:10:08 [INFO] CeleryManager: Config monitor thread stopped. +2025-09-20 18:10:08 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2025-09-20 18:10:08 [INFO] Celery workers stopped +2025-09-20 18:10:35 [INFO] Logging system initialized +2025-09-20 18:10:35 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-20 18:10:35 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-20 18:10:35 [INFO] Database migrations executed (if needed) early in startup. +2025-09-20 18:10:35 [INFO] Testing Redis connection to redis:6379... +2025-09-20 18:10:35 [INFO] Redis connection successful +2025-09-20 18:10:35 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-20 18:10:35 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-20 18:10:35 [INFO] Celery Download Worker (PID: 10) started with concurrency 3. +2025-09-20 18:10:35 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-20 18:10:35 [INFO] Celery Utility Worker (PID: 13) started with concurrency 5. +2025-09-20 18:10:35 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-20 18:10:35 [INFO] CeleryManager: Config monitor thread started. +2025-09-20 18:10:35 [INFO] Celery workers started successfully +2025-09-20 18:10:35 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:10:35 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:10:35 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-20 18:10:35 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-20 18:10:35 [INFO] Watch Scheduler: Thread started. +2025-09-20 18:10:35 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-20 18:10:35 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-20 18:10:35 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 18:10:36 +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 18:10:36 +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fc02f470510 +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f3aa24e46d0 +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:10:36 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-20 18:10:36 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 18:10:36 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-20 18:10:37 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-20 18:10:37 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 18:10:37 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-20 18:10:37 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-20 18:10:37 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-20 18:10:37 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 18:10:37 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-20 18:10:37 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-20 18:15:21 [INFO] Watch Manager: Stopping background scheduler... +2025-09-20 18:15:21 [INFO] Watch Scheduler: Thread stopped. +2025-09-20 18:15:21 [INFO] Watch Manager: Background scheduler stopped. +2025-09-20 18:15:21 [INFO] Watch Manager stopped +2025-09-20 18:15:21 [INFO] CeleryManager: Stopping Celery workers... +2025-09-20 18:15:21 [INFO] Terminating Celery Download Worker (PID: 10)... +2025-09-20 18:15:21 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:15:21 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:15:21 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:15:23 [INFO] Celery[DW-STDERR] stream reader thread finished. +2025-09-20 18:15:23 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2025-09-20 18:15:23 [INFO] Celery Download Worker (PID: 10) terminated. +2025-09-20 18:15:23 [INFO] Terminating Celery Utility Worker (PID: 13)... +2025-09-20 18:15:23 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:15:23 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:15:25 [INFO] CeleryManager: Config monitor thread stopped. +2025-09-20 18:16:07 [INFO] Logging system initialized +2025-09-20 18:16:07 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-20 18:16:07 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-20 18:16:07 [INFO] Database migrations executed (if needed) early in startup. +2025-09-20 18:16:07 [INFO] Testing Redis connection to redis:6379... +2025-09-20 18:16:07 [INFO] Redis connection successful +2025-09-20 18:16:07 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-20 18:16:07 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-20 18:16:07 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-09-20 18:16:07 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-20 18:16:07 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-09-20 18:16:07 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-20 18:16:07 [INFO] CeleryManager: Config monitor thread started. +2025-09-20 18:16:07 [INFO] Celery workers started successfully +2025-09-20 18:16:07 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:16:07 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:16:07 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-20 18:16:07 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-20 18:16:07 [INFO] Watch Scheduler: Thread started. +2025-09-20 18:16:07 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-20 18:16:07 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-20 18:16:07 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 18:16:08 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 18:16:08 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:16:08 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:16:08 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: +2025-09-20 18:16:08 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 18:16:09 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 18:16:09 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 18:16:09 +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f9cacebd5d0 +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-20 18:16:09 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 18:16:09 +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f6e3f428c50 +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-20 18:16:09 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:16:09 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 18:16:09 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-20 18:16:09 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-20 18:16:10 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-20 18:16:10 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-20 18:16:10 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 18:16:10 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-20 18:16:10 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-20 18:16:10 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 18:16:10 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-20 18:16:10 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-20 18:18:33 [INFO] Watch Manager: Stopping background scheduler... +2025-09-20 18:18:33 [INFO] Watch Scheduler: Thread stopped. +2025-09-20 18:18:33 [INFO] Watch Manager: Background scheduler stopped. +2025-09-20 18:18:33 [INFO] Watch Manager stopped +2025-09-20 18:18:33 [INFO] CeleryManager: Stopping Celery workers... +2025-09-20 18:18:33 [INFO] Terminating Celery Download Worker (PID: 9)... +2025-09-20 18:18:33 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:18:33 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:18:37 [INFO] CeleryManager: Config monitor thread stopped. +2025-09-20 18:19:03 [INFO] Logging system initialized +2025-09-20 18:19:03 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-09-20 18:19:03 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-09-20 18:19:03 [INFO] Database migrations executed (if needed) early in startup. +2025-09-20 18:19:03 [INFO] Testing Redis connection to redis:6379... +2025-09-20 18:19:03 [INFO] Redis connection successful +2025-09-20 18:19:03 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-09-20 18:19:03 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-09-20 18:19:03 [INFO] Celery Download Worker (PID: 10) started with concurrency 3. +2025-09-20 18:19:03 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-09-20 18:19:03 [INFO] Celery Utility Worker (PID: 13) started with concurrency 5. +2025-09-20 18:19:03 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-09-20 18:19:03 [INFO] CeleryManager: Config monitor thread started. +2025-09-20 18:19:03 [INFO] Celery workers started successfully +2025-09-20 18:19:03 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:19:03 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:19:03 [INFO] Successfully updated all existing tables schema in playlists database +2025-09-20 18:19:03 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-09-20 18:19:03 [INFO] Watch Scheduler: Thread started. +2025-09-20 18:19:03 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-09-20 18:19:03 [INFO] Watch Manager initialized and registered for shutdown. +2025-09-20 18:19:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@560a83801b4b v5.5.3 (immunity) +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 18:19:04 +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f0d3d534410 +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: [tasks] +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: . download_album +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: . download_track +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-09-20 18:19:04 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@560a83801b4b v5.5.3 (immunity) +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-09-20 18:19:04 +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f2f44319290 +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-09-20 18:19:04 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-09-20 18:19:04 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-09-20 18:19:05 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-09-20 18:19:05 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 18:19:05 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-09-20 18:19:05 [INFO] Celery[DW-STDERR]: worker_dlw@560a83801b4b ready. +2025-09-20 18:19:05 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-09-20 18:19:05 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-09-20 18:19:05 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-09-20 18:19:05 [INFO] Celery[UW-STDERR]: worker_utw@560a83801b4b ready. +2025-09-20 18:20:44 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: step.start(parent) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: next(loop) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: fail(error) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: raise error +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: return do() +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: step.start(parent) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: next(loop) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: fail(error) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: raise error +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: return do() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-20 18:20:44 [INFO] Celery[UW-STDERR]: +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2025-09-20 18:20:44 [INFO] Celery[DW-STDERR]: +2025-09-20 18:20:44 [INFO] Watch Manager: Stopping background scheduler... +2025-09-20 18:20:44 [INFO] Watch Scheduler: Thread stopped. +2025-09-20 18:20:44 [INFO] Watch Manager: Background scheduler stopped. +2025-09-20 18:20:44 [INFO] Watch Manager stopped +2025-09-20 18:20:44 [INFO] CeleryManager: Stopping Celery workers... +2025-09-20 18:20:44 [INFO] Terminating Celery Download Worker (PID: 10)... +2025-09-20 18:20:44 [INFO] Celery[DW-STDOUT]: +2025-09-20 18:20:44 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:20:46 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -3 connecting to redis:6379. Temporary failure in name resolution.. +2025-09-20 18:20:46 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2025-09-20 18:20:46 [INFO] Celery[UW-STDERR]: +2025-09-20 18:20:46 [INFO] Celery[DW-STDERR] stream reader thread finished. +2025-09-20 18:20:46 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2025-09-20 18:20:46 [INFO] Celery Download Worker (PID: 10) terminated. +2025-09-20 18:20:46 [INFO] Terminating Celery Utility Worker (PID: 13)... +2025-09-20 18:20:46 [INFO] Celery[UW-STDOUT]: +2025-09-20 18:20:46 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-09-20 18:20:48 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2025-09-20 18:20:48 [INFO] Celery[UW-STDERR] stream reader thread finished. +2025-09-20 18:20:48 [INFO] Celery Utility Worker (PID: 13) terminated. +2025-09-20 18:20:48 [INFO] Joining log threads... +2025-09-20 18:20:48 [INFO] Joining config_monitor_thread... +2025-09-20 18:20:53 [INFO] CeleryManager: Config monitor thread stopped. +2025-09-20 18:20:53 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2025-09-20 18:20:53 [INFO] Celery workers stopped +2025-10-03 11:57:54 [INFO] Logging system initialized +2025-10-03 11:57:54 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-10-03 11:57:54 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-10-03 11:57:54 [INFO] Database migrations executed (if needed) early in startup. +2025-10-03 11:57:54 [INFO] Testing Redis connection to redis:6379... +2025-10-03 11:57:54 [INFO] Redis connection successful +2025-10-03 11:57:54 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-10-03 11:57:54 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-10-03 11:57:54 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-10-03 11:57:54 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-10-03 11:57:54 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-10-03 11:57:54 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-10-03 11:57:54 [INFO] CeleryManager: Config monitor thread started. +2025-10-03 11:57:54 [INFO] Celery workers started successfully +2025-10-03 11:57:54 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-03 11:57:54 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-10-03 11:57:54 [INFO] Successfully updated all existing tables schema in playlists database +2025-10-03 11:57:54 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-10-03 11:57:54 [INFO] Watch Scheduler: Thread started. +2025-10-03 11:57:54 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-10-03 11:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 11:57:54 [INFO] Watch Manager initialized and registered for shutdown. +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-10-03 11:57:55 +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f44ddef1850 +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: [tasks] +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: . download_album +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: . download_track +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-10-03 11:57:55 [INFO] Celery[DW-STDOUT]: +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-153-generic-x86_64-with-glibc2.36 2025-10-03 11:57:55 +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fe0ae8a1290 +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-10-03 11:57:55 [INFO] Celery[UW-STDOUT]: +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-03 11:57:55 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-10-03 11:57:56 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-10-03 11:57:56 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-10-03 11:57:56 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-10-03 11:57:56 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2025-10-03 11:57:56 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-10-03 11:57:56 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-10-03 11:57:56 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-10-03 11:57:56 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2025-10-03 11:58:03 [INFO] SSE Stream: New client connecting... +2025-10-03 11:58:03 [INFO] SSE: Client connected (total: 1) +2025-10-03 11:58:03 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 11:58:31 [INFO] Spotify client initialized/reinitialized +2025-10-03 11:58:35 [INFO] Checking watch status for playlist 4S9DyCZ3Ts1GW3wFyGCpU3. +2025-10-03 11:58:35 [INFO] Checking watch status for playlist 4S9DyCZ3Ts1GW3wFyGCpU3. +2025-10-03 11:58:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ae9296e-a6ea-4e9e-a73c-1251ddbf4e5a] received +2025-10-03 11:58:37 [INFO] Added playlist download task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 to Celery queue. +2025-10-03 11:58:37 [INFO] Celery[DW-STDERR]: Task download_playlist[bc54611e-855b-4dcc-879b-ecceeb2d8aa1] received +2025-10-03 11:58:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ae9296e-a6ea-4e9e-a73c-1251ddbf4e5a] succeeded in 0.011643016943708062s: None +2025-10-03 11:58:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 started processing: Mid Aughts Date +2025-10-03 11:58:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba974a8a-795a-46fb-8207-b6905c5de9ed] received +2025-10-03 11:58:37 [INFO] Celery[DW-STDERR]: Processing playlist download task: Mid Aughts Date +2025-10-03 11:58:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba974a8a-795a-46fb-8207-b6905c5de9ed] succeeded in 0.0023654219694435596s: None +2025-10-03 11:58:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:38 [INFO] Celery[DW-STDOUT]: Celery Download Queue Manager initialized with max_concurrent=3 +2025-10-03 11:58:38 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2025-10-03 11:58:38 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-10-03 11:58:38 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-10-03 11:58:38 [INFO] Celery[DW-STDERR]: Created new session! device_id: 3d65694ad0a5d0c2f518d68574754d3dc41020af, ap: ap-gae2.spotify.com:4070 +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 11:58:39 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 11:58:40 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-10-03 11:58:40 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Creating playlist children table +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Created playlist children table playlist_8ac93f5ccd for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Playlist download started for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1, children table: playlist_8ac93f5ccd +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Created and stored children table 'playlist_8ac93f5ccd' in task info +2025-10-03 11:58:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9931cd9b-7f74-49c0-9c7b-8df69e821486] received +2025-10-03 11:58:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9931cd9b-7f74-49c0-9c7b-8df69e821486] succeeded in 0.0026752061676234007s: None +2025-10-03 11:58:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 11:58:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 11:58:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ebd3aa0-dd90-4660-ac7d-281c5bf26814] received +2025-10-03 11:58:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ebd3aa0-dd90-4660-ac7d-281c5bf26814] succeeded in 0.0029265019111335278s: None +2025-10-03 11:58:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440558db-54bf-45d3-a7a5-1d2fa98cf4bf] received +2025-10-03 11:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440558db-54bf-45d3-a7a5-1d2fa98cf4bf] succeeded in 0.002552940044552088s: None +2025-10-03 11:58:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:58:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6707d506-5707-4158-a772-fe3a148d4e39] received +2025-10-03 11:58:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6707d506-5707-4158-a772-fe3a148d4e39] succeeded in 0.002154732821509242s: None +2025-10-03 11:58:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:58:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e62d20bd-950a-4097-9a60-49863b5a991c] received +2025-10-03 11:58:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e62d20bd-950a-4097-9a60-49863b5a991c] succeeded in 0.002160714939236641s: None +2025-10-03 11:58:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:58:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58fb5644-254b-4ea8-86c4-90722f59a36e] received +2025-10-03 11:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58fb5644-254b-4ea8-86c4-90722f59a36e] succeeded in 0.0021372230257838964s: None +2025-10-03 11:58:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1abaa401-0316-47c4-8a98-76377c7b87b9] received +2025-10-03 11:59:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1abaa401-0316-47c4-8a98-76377c7b87b9] succeeded in 0.0023018037900328636s: None +2025-10-03 11:59:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd075e31-75c9-4645-9f6f-7e6719d98bea] received +2025-10-03 11:59:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd075e31-75c9-4645-9f6f-7e6719d98bea] succeeded in 0.0022184380795806646s: None +2025-10-03 11:59:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d037bd60-0e3d-46cb-a4a0-dbb449839a94] received +2025-10-03 11:59:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d037bd60-0e3d-46cb-a4a0-dbb449839a94] succeeded in 0.0030232949648052454s: None +2025-10-03 11:59:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46f805b5-f52c-4643-b0a8-be44c051c445] received +2025-10-03 11:59:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46f805b5-f52c-4643-b0a8-be44c051c445] succeeded in 0.0021637410391122103s: None +2025-10-03 11:59:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e5fd495-acec-4113-84cd-aa0ca7a04723] received +2025-10-03 11:59:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e5fd495-acec-4113-84cd-aa0ca7a04723] succeeded in 0.0024801278486847878s: None +2025-10-03 11:59:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[139094af-f4ee-4292-b9dd-0f49f383d061] received +2025-10-03 11:59:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[139094af-f4ee-4292-b9dd-0f49f383d061] succeeded in 0.0011542378924787045s: None +2025-10-03 11:59:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[922baa4f-e475-4885-be06-91c5f315ea4e] received +2025-10-03 11:59:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[922baa4f-e475-4885-be06-91c5f315ea4e] succeeded in 0.0024756849743425846s: None +2025-10-03 11:59:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8743df36-a184-4488-ade5-06ba7fc390cb] received +2025-10-03 11:59:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8743df36-a184-4488-ade5-06ba7fc390cb] succeeded in 0.002723922021687031s: None +2025-10-03 11:59:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c16fc07d-0199-4e7e-91e4-728ab59d3620] received +2025-10-03 11:59:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c16fc07d-0199-4e7e-91e4-728ab59d3620] succeeded in 0.002077822107821703s: None +2025-10-03 11:59:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d5f7d8b-aa91-4520-a24b-e385ce5c36d2] received +2025-10-03 11:59:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d5f7d8b-aa91-4520-a24b-e385ce5c36d2] succeeded in 0.0024474740494042635s: None +2025-10-03 11:59:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7082574b-fc9e-40aa-a82b-56b07a2534fd] received +2025-10-03 11:59:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7082574b-fc9e-40aa-a82b-56b07a2534fd] succeeded in 0.0024483269080519676s: None +2025-10-03 11:59:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2a7c681-6378-46ce-8854-70983227e6b4] received +2025-10-03 11:59:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2a7c681-6378-46ce-8854-70983227e6b4] succeeded in 0.002287197858095169s: None +2025-10-03 11:59:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47e3eec5-79f6-452e-b635-d78178bd8b96] received +2025-10-03 11:59:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47e3eec5-79f6-452e-b635-d78178bd8b96] succeeded in 0.0022437169682234526s: None +2025-10-03 11:59:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf5d7acd-9b2e-4666-8f99-394ec65c5108] received +2025-10-03 11:59:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf5d7acd-9b2e-4666-8f99-394ec65c5108] succeeded in 0.0025554478634148836s: None +2025-10-03 11:59:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[357c1697-a26e-496c-8b1a-acc5a0c710ff] received +2025-10-03 11:59:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[357c1697-a26e-496c-8b1a-acc5a0c710ff] succeeded in 0.00247567193582654s: None +2025-10-03 11:59:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abbe3479-506d-437d-b664-07c9f6214944] received +2025-10-03 11:59:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[abbe3479-506d-437d-b664-07c9f6214944] succeeded in 0.001952198101207614s: None +2025-10-03 11:59:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96234d6e-0a01-4442-9ecb-59c14e948e73] received +2025-10-03 11:59:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96234d6e-0a01-4442-9ecb-59c14e948e73] succeeded in 0.0027362850960344076s: None +2025-10-03 11:59:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bc2d53b-1c72-4dc1-aa88-8ebea6c84f1c] received +2025-10-03 11:59:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bc2d53b-1c72-4dc1-aa88-8ebea6c84f1c] succeeded in 0.002658552024513483s: None +2025-10-03 11:59:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[895798f4-dab3-44da-b3f1-71dbb5238e6c] received +2025-10-03 11:59:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[895798f4-dab3-44da-b3f1-71dbb5238e6c] succeeded in 0.003266683081164956s: None +2025-10-03 11:59:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5a4572d-cc79-40b4-9569-659732e86cdf] received +2025-10-03 11:59:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5a4572d-cc79-40b4-9569-659732e86cdf] succeeded in 0.002427957020699978s: None +2025-10-03 11:59:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53964814-e9a6-44cb-ae96-1a6cdd841df4] received +2025-10-03 11:59:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53964814-e9a6-44cb-ae96-1a6cdd841df4] succeeded in 0.001981382956728339s: None +2025-10-03 11:59:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02f41d10-845d-4fa1-b7ea-f29dc022d4fb] received +2025-10-03 11:59:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02f41d10-845d-4fa1-b7ea-f29dc022d4fb] succeeded in 0.0022747269831597805s: None +2025-10-03 11:59:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c322edce-96f5-49c7-b8a8-28e526f24b9b] received +2025-10-03 11:59:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c322edce-96f5-49c7-b8a8-28e526f24b9b] succeeded in 0.0022241028491407633s: None +2025-10-03 11:59:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d6bdf91-9843-4ea3-a647-69b76b1f66d5] received +2025-10-03 11:59:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d6bdf91-9843-4ea3-a647-69b76b1f66d5] succeeded in 0.0022992368321865797s: None +2025-10-03 11:59:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97e194e4-f784-4755-a21c-d6e88876e9ff] received +2025-10-03 11:59:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97e194e4-f784-4755-a21c-d6e88876e9ff] succeeded in 0.002381769008934498s: None +2025-10-03 11:59:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2056a990-b1ad-47a5-b812-f4cf18401c91] received +2025-10-03 11:59:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2056a990-b1ad-47a5-b812-f4cf18401c91] succeeded in 0.0019279210828244686s: None +2025-10-03 11:59:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72a81422-38c2-489b-9c86-0974cf7fe530] received +2025-10-03 11:59:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72a81422-38c2-489b-9c86-0974cf7fe530] succeeded in 0.002314245095476508s: None +2025-10-03 11:59:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7b263e1-8099-4a94-8b19-977adac749a3] received +2025-10-03 11:59:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7b263e1-8099-4a94-8b19-977adac749a3] succeeded in 0.002582437125965953s: None +2025-10-03 11:59:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a633f76-6fc5-4e79-b922-1ba109c52355] received +2025-10-03 11:59:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a633f76-6fc5-4e79-b922-1ba109c52355] succeeded in 0.002069782931357622s: None +2025-10-03 11:59:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[955d6ece-629c-407b-b520-529d19260f6f] received +2025-10-03 11:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[955d6ece-629c-407b-b520-529d19260f6f] succeeded in 0.0021846569143235683s: None +2025-10-03 11:59:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 11:59:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 11:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47235d13-8d4d-4d77-9d2e-57977af2d913] received +2025-10-03 11:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47235d13-8d4d-4d77-9d2e-57977af2d913] succeeded in 0.0020044741686433554s: None +2025-10-03 11:59:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36ea5af5-7b58-4888-8c2e-c169e93306bf] received +2025-10-03 12:00:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36ea5af5-7b58-4888-8c2e-c169e93306bf] succeeded in 0.0023731649853289127s: None +2025-10-03 12:00:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2766ea89-8088-4774-8d25-d16478546f13] received +2025-10-03 12:00:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2766ea89-8088-4774-8d25-d16478546f13] succeeded in 0.002521567977964878s: None +2025-10-03 12:00:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d5fdb0a-0438-45bc-8867-ada6e12022d5] received +2025-10-03 12:00:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d5fdb0a-0438-45bc-8867-ada6e12022d5] succeeded in 0.002684016013517976s: None +2025-10-03 12:00:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf8f6939-245b-40c7-9873-d4ade7fbcad6] received +2025-10-03 12:00:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf8f6939-245b-40c7-9873-d4ade7fbcad6] succeeded in 0.002369723981246352s: None +2025-10-03 12:00:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[275bf71d-d12b-4968-a0bf-2017726ecd83] received +2025-10-03 12:00:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[275bf71d-d12b-4968-a0bf-2017726ecd83] succeeded in 0.0020776521414518356s: None +2025-10-03 12:00:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5e41dd4-b520-4d87-a8ea-0d3b059530f3] received +2025-10-03 12:00:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5e41dd4-b520-4d87-a8ea-0d3b059530f3] succeeded in 0.002306001028046012s: None +2025-10-03 12:00:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd20901-91a8-44e9-a630-4a103c939343] received +2025-10-03 12:00:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd20901-91a8-44e9-a630-4a103c939343] succeeded in 0.0026196050457656384s: None +2025-10-03 12:00:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46965121-43dc-4527-b7cf-70dc9fc401c0] received +2025-10-03 12:00:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46965121-43dc-4527-b7cf-70dc9fc401c0] succeeded in 0.0024471809156239033s: None +2025-10-03 12:00:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f87a1537-6689-44bd-8c76-aacd881711b0] received +2025-10-03 12:00:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f87a1537-6689-44bd-8c76-aacd881711b0] succeeded in 0.002596379956230521s: None +2025-10-03 12:00:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0bd472a-9d3d-4f8c-acc1-e4d0293c405c] received +2025-10-03 12:00:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0bd472a-9d3d-4f8c-acc1-e4d0293c405c] succeeded in 0.002048823982477188s: None +2025-10-03 12:00:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8831d42c-1073-4983-9d63-1a6928d52544] received +2025-10-03 12:00:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8831d42c-1073-4983-9d63-1a6928d52544] succeeded in 0.0025241938419640064s: None +2025-10-03 12:00:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7785330e-d09e-42f8-bb08-824460f2743f] received +2025-10-03 12:00:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7785330e-d09e-42f8-bb08-824460f2743f] succeeded in 0.002032677875831723s: None +2025-10-03 12:00:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b490ecb1-7b32-4206-abd6-64c32e5528df] received +2025-10-03 12:00:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b490ecb1-7b32-4206-abd6-64c32e5528df] succeeded in 0.002072121948003769s: None +2025-10-03 12:00:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d305c5e0-b2ec-4c90-8ea5-e487841aa259] received +2025-10-03 12:00:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d305c5e0-b2ec-4c90-8ea5-e487841aa259] succeeded in 0.0024088569916784763s: None +2025-10-03 12:00:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d57ae82-894d-4e63-ae09-6c4b7fbb71e1] received +2025-10-03 12:00:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d57ae82-894d-4e63-ae09-6c4b7fbb71e1] succeeded in 0.0024883230216801167s: None +2025-10-03 12:00:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0ef822a-fa4d-4182-807a-765e1e45072b] received +2025-10-03 12:00:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0ef822a-fa4d-4182-807a-765e1e45072b] succeeded in 0.0022027119994163513s: None +2025-10-03 12:00:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[783e28ea-bbdf-4b19-ad1b-07a540ba8b23] received +2025-10-03 12:00:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[783e28ea-bbdf-4b19-ad1b-07a540ba8b23] succeeded in 0.002371261129155755s: None +2025-10-03 12:00:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ecb855d6-e03f-4ee2-a05b-d3ebeca65138] received +2025-10-03 12:00:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ecb855d6-e03f-4ee2-a05b-d3ebeca65138] succeeded in 0.002028514165431261s: None +2025-10-03 12:00:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[855827ed-c851-4bd9-9560-86d6263cfc8d] received +2025-10-03 12:00:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[855827ed-c851-4bd9-9560-86d6263cfc8d] succeeded in 0.0023877660278230906s: None +2025-10-03 12:00:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04a03c26-7bec-41f5-a0c9-ab2b3bb112d0] received +2025-10-03 12:00:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04a03c26-7bec-41f5-a0c9-ab2b3bb112d0] succeeded in 0.0021332160104066133s: None +2025-10-03 12:00:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f31eab1-b92b-4080-96cc-ca5a40facafb] received +2025-10-03 12:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f31eab1-b92b-4080-96cc-ca5a40facafb] succeeded in 0.002791687846183777s: None +2025-10-03 12:00:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ef8c6c3-c93f-421d-8c74-df93910d42af] received +2025-10-03 12:00:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ef8c6c3-c93f-421d-8c74-df93910d42af] succeeded in 0.0023571010679006577s: None +2025-10-03 12:00:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[264985b6-c3fa-4488-97d6-d8ec5bc33fcb] received +2025-10-03 12:00:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[264985b6-c3fa-4488-97d6-d8ec5bc33fcb] succeeded in 0.002432685112580657s: None +2025-10-03 12:00:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8943d286-7481-4457-abc1-a979621f03bb] received +2025-10-03 12:00:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8943d286-7481-4457-abc1-a979621f03bb] succeeded in 0.0019870870746672153s: None +2025-10-03 12:00:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b904d7d-5177-44c9-9400-f3b13b5514dc] received +2025-10-03 12:00:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b904d7d-5177-44c9-9400-f3b13b5514dc] succeeded in 0.0021368018351495266s: None +2025-10-03 12:00:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5edaac2c-626a-432f-b7dc-90765dea534b] received +2025-10-03 12:00:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5edaac2c-626a-432f-b7dc-90765dea534b] succeeded in 0.0022841820027679205s: None +2025-10-03 12:00:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30899802-c7cf-4deb-889e-2b1580822265] received +2025-10-03 12:00:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30899802-c7cf-4deb-889e-2b1580822265] succeeded in 0.002338198944926262s: None +2025-10-03 12:00:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a0e31de-e632-4570-89c3-0fb0a59ec8fb] received +2025-10-03 12:00:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a0e31de-e632-4570-89c3-0fb0a59ec8fb] succeeded in 0.00264969514682889s: None +2025-10-03 12:00:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0dbd32f5-e1ff-46ba-8856-5666786ac5ab] received +2025-10-03 12:00:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0dbd32f5-e1ff-46ba-8856-5666786ac5ab] succeeded in 0.002163797849789262s: None +2025-10-03 12:00:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e3b3a30-d9a4-4bfd-a8e1-c9f3a8b7a93c] received +2025-10-03 12:00:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e3b3a30-d9a4-4bfd-a8e1-c9f3a8b7a93c] succeeded in 0.0020887439604848623s: None +2025-10-03 12:00:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:00:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:00:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad05a17a-efd5-430f-83b4-c99705ade8fb] received +2025-10-03 12:00:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad05a17a-efd5-430f-83b4-c99705ade8fb] succeeded in 0.0026609429623931646s: None +2025-10-03 12:00:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26fe2ecf-5b80-4c7f-be38-2bc4762d457f] received +2025-10-03 12:01:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26fe2ecf-5b80-4c7f-be38-2bc4762d457f] succeeded in 0.0031909511890262365s: None +2025-10-03 12:01:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc0c7309-7eef-4042-a599-5b8c11efe3a3] received +2025-10-03 12:01:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc0c7309-7eef-4042-a599-5b8c11efe3a3] succeeded in 0.002549814060330391s: None +2025-10-03 12:01:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87b24ccf-0f0b-4442-8665-cf103bccf9b1] received +2025-10-03 12:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87b24ccf-0f0b-4442-8665-cf103bccf9b1] succeeded in 0.002557047875598073s: None +2025-10-03 12:01:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb88b76c-4243-4a31-ba17-4b5f55e36b9a] received +2025-10-03 12:01:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb88b76c-4243-4a31-ba17-4b5f55e36b9a] succeeded in 0.002074440009891987s: None +2025-10-03 12:01:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69d48d37-5997-4a8b-b9f9-6391f3e8b6aa] received +2025-10-03 12:01:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69d48d37-5997-4a8b-b9f9-6391f3e8b6aa] succeeded in 0.001952975057065487s: None +2025-10-03 12:01:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c75c142-347c-4a56-9317-c14e08eea63c] received +2025-10-03 12:01:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c75c142-347c-4a56-9317-c14e08eea63c] succeeded in 0.0022000481840223074s: None +2025-10-03 12:01:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a7a0631-03a8-4ccc-a051-c831da417612] received +2025-10-03 12:01:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a7a0631-03a8-4ccc-a051-c831da417612] succeeded in 0.0030718958005309105s: None +2025-10-03 12:01:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9b74a9f-e14f-4242-aab1-e31e557b97a6] received +2025-10-03 12:01:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9b74a9f-e14f-4242-aab1-e31e557b97a6] succeeded in 0.0024903411976993084s: None +2025-10-03 12:01:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd561a44-a2fa-4280-ae52-3a0d6f1bd9b2] received +2025-10-03 12:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd561a44-a2fa-4280-ae52-3a0d6f1bd9b2] succeeded in 0.0022742641158401966s: None +2025-10-03 12:01:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e739dcd-ca15-4ba4-aecc-a0fc95ee5ee5] received +2025-10-03 12:01:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e739dcd-ca15-4ba4-aecc-a0fc95ee5ee5] succeeded in 0.001232536043971777s: None +2025-10-03 12:01:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c4e0070-72fb-4c14-8114-20be3ef16523] received +2025-10-03 12:01:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c4e0070-72fb-4c14-8114-20be3ef16523] succeeded in 0.0026197589468210936s: None +2025-10-03 12:01:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b421b3eb-896c-4bcc-9a24-3bf929d99cb8] received +2025-10-03 12:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b421b3eb-896c-4bcc-9a24-3bf929d99cb8] succeeded in 0.002092676004394889s: None +2025-10-03 12:01:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afdc134e-5482-4b9e-95e8-a79457c37855] received +2025-10-03 12:01:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afdc134e-5482-4b9e-95e8-a79457c37855] succeeded in 0.0029745830688625574s: None +2025-10-03 12:01:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab79aff5-7036-4407-a8e9-8b8ba1dfea27] received +2025-10-03 12:01:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab79aff5-7036-4407-a8e9-8b8ba1dfea27] succeeded in 0.0026462110690772533s: None +2025-10-03 12:01:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0406b7f-113c-428b-9d89-976dda341561] received +2025-10-03 12:01:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0406b7f-113c-428b-9d89-976dda341561] succeeded in 0.0025330239441245794s: None +2025-10-03 12:01:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d75f82df-49c1-4304-b813-f6f626d9ce45] received +2025-10-03 12:01:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d75f82df-49c1-4304-b813-f6f626d9ce45] succeeded in 0.0023303870111703873s: None +2025-10-03 12:01:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[289bd4b7-6015-4df3-9e94-fce8efe10da1] received +2025-10-03 12:01:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[289bd4b7-6015-4df3-9e94-fce8efe10da1] succeeded in 0.001250813016667962s: None +2025-10-03 12:01:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cbefda8-6330-41cd-bdbd-33dbc691c4fd] received +2025-10-03 12:01:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cbefda8-6330-41cd-bdbd-33dbc691c4fd] succeeded in 0.0020861029624938965s: None +2025-10-03 12:01:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84e32d70-120e-460f-b4c6-c4725777787e] received +2025-10-03 12:01:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84e32d70-120e-460f-b4c6-c4725777787e] succeeded in 0.0021449020132422447s: None +2025-10-03 12:01:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6efce0cc-dc78-491a-9530-c080272d05dc] received +2025-10-03 12:01:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6efce0cc-dc78-491a-9530-c080272d05dc] succeeded in 0.002123274141922593s: None +2025-10-03 12:01:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60a17798-5dab-4de1-b7b5-b8bd1f0ae852] received +2025-10-03 12:01:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60a17798-5dab-4de1-b7b5-b8bd1f0ae852] succeeded in 0.002001737942919135s: None +2025-10-03 12:01:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4252821-2ce3-4102-9921-0beceb99b63f] received +2025-10-03 12:01:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4252821-2ce3-4102-9921-0beceb99b63f] succeeded in 0.0019782609306275845s: None +2025-10-03 12:01:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c59f43b0-d3b9-426b-9f46-64b2ce685c6a] received +2025-10-03 12:01:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c59f43b0-d3b9-426b-9f46-64b2ce685c6a] succeeded in 0.0023972690105438232s: None +2025-10-03 12:01:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ede6e29-5226-4995-95e1-70a77c0be9c1] received +2025-10-03 12:01:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ede6e29-5226-4995-95e1-70a77c0be9c1] succeeded in 0.0012661179061979055s: None +2025-10-03 12:01:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c54f8f89-800e-4ba1-bcce-9695e8fec1df] received +2025-10-03 12:01:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c54f8f89-800e-4ba1-bcce-9695e8fec1df] succeeded in 0.002617181045934558s: None +2025-10-03 12:01:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd7f8dae-acb1-40fa-a5a4-68ef52a5a7b9] received +2025-10-03 12:01:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd7f8dae-acb1-40fa-a5a4-68ef52a5a7b9] succeeded in 0.0024340490344911814s: None +2025-10-03 12:01:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd2986e6-1153-4348-b036-ffd7d1010ddc] received +2025-10-03 12:01:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd2986e6-1153-4348-b036-ffd7d1010ddc] succeeded in 0.0018653131555765867s: None +2025-10-03 12:01:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07ed36d9-7bc5-473c-bb31-26bab7b21687] received +2025-10-03 12:01:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07ed36d9-7bc5-473c-bb31-26bab7b21687] succeeded in 0.002127419924363494s: None +2025-10-03 12:01:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c869bcde-4bfe-4344-aae5-eb7ef1ab33ec] received +2025-10-03 12:01:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c869bcde-4bfe-4344-aae5-eb7ef1ab33ec] succeeded in 0.0024546070490032434s: None +2025-10-03 12:01:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3b08553-2f8f-4492-9a8d-327f2712716f] received +2025-10-03 12:01:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3b08553-2f8f-4492-9a8d-327f2712716f] succeeded in 0.002406075829640031s: None +2025-10-03 12:01:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:01:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:01:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41d4272a-94e8-4082-b096-696982e6e00d] received +2025-10-03 12:01:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41d4272a-94e8-4082-b096-696982e6e00d] succeeded in 0.006696250988170505s: None +2025-10-03 12:01:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:02:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2f20fa7-55f9-4563-bbbd-7c32cd3ddcec] received +2025-10-03 12:02:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2f20fa7-55f9-4563-bbbd-7c32cd3ddcec] succeeded in 0.0024112998507916927s: None +2025-10-03 12:02:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:02:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04086aa8-d98e-41a9-831c-2efd648f6683] received +2025-10-03 12:02:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04086aa8-d98e-41a9-831c-2efd648f6683] succeeded in 0.002971038920804858s: None +2025-10-03 12:02:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:02:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fac4e0e-ae15-4a1b-b910-ab588bee9e2b] received +2025-10-03 12:02:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fac4e0e-ae15-4a1b-b910-ab588bee9e2b] succeeded in 0.003060125047340989s: None +2025-10-03 12:02:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:02:11 [INFO] Celery[DW-STDERR]: Storing track 'Southbound and Sinking' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:02:11 [INFO] Celery[DW-STDERR]: Successfully stored track 'Southbound and Sinking' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:02:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:02:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7d1cce5-fcc6-4efd-842d-d59317344834] received +2025-10-03 12:02:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7d1cce5-fcc6-4efd-842d-d59317344834] succeeded in 0.00274862302467227s: None +2025-10-03 12:02:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing skipped track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:02:57 [INFO] Celery[DW-STDERR]: Storing track '21 Guns' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:02:57 [INFO] Celery[DW-STDERR]: Successfully stored track '21 Guns' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:02:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 skipped: Unknown - Unknown +2025-10-03 12:02:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1a8948f-bffe-49c7-bef5-f6f617b7eca9] received +2025-10-03 12:02:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1a8948f-bffe-49c7-bef5-f6f617b7eca9] succeeded in 0.0024711110163480043s: None +2025-10-03 12:02:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing skipped track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Storing track 'When You Were Young' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'When You Were Young' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 skipped: Unknown - Unknown +2025-10-03 12:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d146390-ed0f-400d-ad03-3329681f8bde] received +2025-10-03 12:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d146390-ed0f-400d-ad03-3329681f8bde] succeeded in 0.0026389090344309807s: None +2025-10-03 12:02:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing skipped track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Storing track 'With Me' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'With Me' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 skipped: Unknown - Unknown +2025-10-03 12:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28796559-230a-4700-8481-b811f3207a59] received +2025-10-03 12:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28796559-230a-4700-8481-b811f3207a59] succeeded in 0.0024354150518774986s: None +2025-10-03 12:02:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:02:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6c90303-46ba-4b4a-b6be-ee86ddb3a681] received +2025-10-03 12:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6c90303-46ba-4b4a-b6be-ee86ddb3a681] succeeded in 0.0021321838721632957s: None +2025-10-03 12:02:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:02:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:02:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60c586d5-c3d5-4981-9b79-961d7571b21a] received +2025-10-03 12:02:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60c586d5-c3d5-4981-9b79-961d7571b21a] succeeded in 0.002269305055961013s: None +2025-10-03 12:02:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f62bbacb-f4e1-491e-9bdf-0b323bcf82b2] received +2025-10-03 12:03:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f62bbacb-f4e1-491e-9bdf-0b323bcf82b2] succeeded in 0.002248707925900817s: None +2025-10-03 12:03:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bac19fb0-cb59-4d96-8a76-c80b66d56d44] received +2025-10-03 12:03:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bac19fb0-cb59-4d96-8a76-c80b66d56d44] succeeded in 0.0024136679712682962s: None +2025-10-03 12:03:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3df8530-7705-448f-b72f-37ad062683eb] received +2025-10-03 12:03:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3df8530-7705-448f-b72f-37ad062683eb] succeeded in 0.002295318990945816s: None +2025-10-03 12:03:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9c5b018-821b-4586-89a8-3c5fdeec9d79] received +2025-10-03 12:03:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9c5b018-821b-4586-89a8-3c5fdeec9d79] succeeded in 0.0019983481615781784s: None +2025-10-03 12:03:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fb79ace-a0d5-469c-a0dd-02133c1fa3c6] received +2025-10-03 12:03:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fb79ace-a0d5-469c-a0dd-02133c1fa3c6] succeeded in 0.0023095060605555773s: None +2025-10-03 12:03:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[230a9cf4-603e-4865-a534-e214a6fe53d8] received +2025-10-03 12:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[230a9cf4-603e-4865-a534-e214a6fe53d8] succeeded in 0.0025991289876401424s: None +2025-10-03 12:03:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccd998ef-7145-4130-964d-4b733ea4ecb9] received +2025-10-03 12:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccd998ef-7145-4130-964d-4b733ea4ecb9] succeeded in 0.0021829858887940645s: None +2025-10-03 12:03:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6861d14c-9634-4d39-89ff-9151fd5ef678] received +2025-10-03 12:03:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6861d14c-9634-4d39-89ff-9151fd5ef678] succeeded in 0.0034111079294234514s: None +2025-10-03 12:03:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5362b9ec-369c-4cac-9f73-5806fe7c162c] received +2025-10-03 12:03:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5362b9ec-369c-4cac-9f73-5806fe7c162c] succeeded in 0.0023538898676633835s: None +2025-10-03 12:03:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4433959e-d567-484c-a3aa-76de3542f0ca] received +2025-10-03 12:03:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4433959e-d567-484c-a3aa-76de3542f0ca] succeeded in 0.0020597120746970177s: None +2025-10-03 12:03:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ab4befc-7040-47b4-8b58-f52846b5248d] received +2025-10-03 12:03:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ab4befc-7040-47b4-8b58-f52846b5248d] succeeded in 0.0023347139358520508s: None +2025-10-03 12:03:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dc3b52f-e6b3-41ff-9040-0ab0e8b7d9d8] received +2025-10-03 12:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dc3b52f-e6b3-41ff-9040-0ab0e8b7d9d8] succeeded in 0.0023231850937008858s: None +2025-10-03 12:03:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c004004-29f6-4789-8f21-ee3ac5159f84] received +2025-10-03 12:03:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c004004-29f6-4789-8f21-ee3ac5159f84] succeeded in 0.0021155059803277254s: None +2025-10-03 12:03:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c981f07-260c-44d7-8fb5-769491f52d5c] received +2025-10-03 12:03:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c981f07-260c-44d7-8fb5-769491f52d5c] succeeded in 0.002597691025584936s: None +2025-10-03 12:03:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65588e46-4aa2-45f4-8e2c-3da92465aec2] received +2025-10-03 12:03:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65588e46-4aa2-45f4-8e2c-3da92465aec2] succeeded in 0.002214163076132536s: None +2025-10-03 12:03:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab0e9e67-ce79-4902-af34-bc739fd2c5e1] received +2025-10-03 12:03:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab0e9e67-ce79-4902-af34-bc739fd2c5e1] succeeded in 0.0021968837827444077s: None +2025-10-03 12:03:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[989a7348-6482-4ab8-a7cf-20cd7e2630ae] received +2025-10-03 12:03:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[989a7348-6482-4ab8-a7cf-20cd7e2630ae] succeeded in 0.0022349280770868063s: None +2025-10-03 12:03:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[919c4e3f-4328-4dfc-9139-1bd3fa031487] received +2025-10-03 12:03:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[919c4e3f-4328-4dfc-9139-1bd3fa031487] succeeded in 0.0025680079124867916s: None +2025-10-03 12:03:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[296f596c-7764-4988-8d30-050ae7a9aedf] received +2025-10-03 12:03:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[296f596c-7764-4988-8d30-050ae7a9aedf] succeeded in 0.002421380952000618s: None +2025-10-03 12:03:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29cc689b-9291-427f-964e-0bff95c95b04] received +2025-10-03 12:03:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29cc689b-9291-427f-964e-0bff95c95b04] succeeded in 0.0020171969663351774s: None +2025-10-03 12:03:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d23033db-9d8b-4c15-a523-0bc691157f74] received +2025-10-03 12:03:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d23033db-9d8b-4c15-a523-0bc691157f74] succeeded in 0.002219096990302205s: None +2025-10-03 12:03:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d01d0529-5981-4f17-926d-7a701c8897bf] received +2025-10-03 12:03:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d01d0529-5981-4f17-926d-7a701c8897bf] succeeded in 0.002415694994851947s: None +2025-10-03 12:03:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68de3a80-cdff-4e96-95d2-b17e0916981a] received +2025-10-03 12:03:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68de3a80-cdff-4e96-95d2-b17e0916981a] succeeded in 0.0022981090005487204s: None +2025-10-03 12:03:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4e4d66e-7a37-48c1-b52d-44d5971cc475] received +2025-10-03 12:03:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4e4d66e-7a37-48c1-b52d-44d5971cc475] succeeded in 0.002583886031061411s: None +2025-10-03 12:03:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88569242-a303-45a3-a206-66ad57fa66d9] received +2025-10-03 12:03:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88569242-a303-45a3-a206-66ad57fa66d9] succeeded in 0.002180900890380144s: None +2025-10-03 12:03:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[828d25ae-bee5-4d8b-9953-a222107a7b74] received +2025-10-03 12:03:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[828d25ae-bee5-4d8b-9953-a222107a7b74] succeeded in 0.003149760887026787s: None +2025-10-03 12:03:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db4823c0-53fd-4621-9bdd-7c591dfc8cb0] received +2025-10-03 12:03:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db4823c0-53fd-4621-9bdd-7c591dfc8cb0] succeeded in 0.002452990971505642s: None +2025-10-03 12:03:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[362a6996-1dda-41be-a1e4-ef8e5524ad9b] received +2025-10-03 12:03:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[362a6996-1dda-41be-a1e4-ef8e5524ad9b] succeeded in 0.0031302941497415304s: None +2025-10-03 12:03:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:03:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:03:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff1c3a2a-2884-46bc-a87f-a64979d7a822] received +2025-10-03 12:03:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff1c3a2a-2884-46bc-a87f-a64979d7a822] succeeded in 0.002110277069732547s: None +2025-10-03 12:03:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc3a2918-4dda-4fee-8225-8c26b98a5270] received +2025-10-03 12:04:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc3a2918-4dda-4fee-8225-8c26b98a5270] succeeded in 0.00207126303575933s: None +2025-10-03 12:04:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00f7160d-0ee3-4a1a-a63d-8f52f8d4bc11] received +2025-10-03 12:04:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00f7160d-0ee3-4a1a-a63d-8f52f8d4bc11] succeeded in 0.0022111921571195126s: None +2025-10-03 12:04:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5fc8e2-70dc-4822-b809-c516125d97b7] received +2025-10-03 12:04:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5fc8e2-70dc-4822-b809-c516125d97b7] succeeded in 0.0026238001883029938s: None +2025-10-03 12:04:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5edca6c-567a-4c84-9264-4f23af421afb] received +2025-10-03 12:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5edca6c-567a-4c84-9264-4f23af421afb] succeeded in 0.0022538010962307453s: None +2025-10-03 12:04:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b4792ee-af74-40bc-87c0-9da39f1ad6bd] received +2025-10-03 12:04:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b4792ee-af74-40bc-87c0-9da39f1ad6bd] succeeded in 0.0019799789879471064s: None +2025-10-03 12:04:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98997136-0214-4028-a013-213cef79ef06] received +2025-10-03 12:04:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98997136-0214-4028-a013-213cef79ef06] succeeded in 0.002142657060176134s: None +2025-10-03 12:04:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[618b5e35-b6f5-4fcf-a8e8-c06a05e787e8] received +2025-10-03 12:04:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[618b5e35-b6f5-4fcf-a8e8-c06a05e787e8] succeeded in 0.0019397540017962456s: None +2025-10-03 12:04:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fe4a115-6269-4eb4-ac51-689aae0da239] received +2025-10-03 12:04:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fe4a115-6269-4eb4-ac51-689aae0da239] succeeded in 0.0018714619800448418s: None +2025-10-03 12:04:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea1ae0d1-ebd1-4d48-96df-380b85186f25] received +2025-10-03 12:04:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea1ae0d1-ebd1-4d48-96df-380b85186f25] succeeded in 0.002550494857132435s: None +2025-10-03 12:04:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[236acec5-d2d5-416d-b05c-5d43ea4be69c] received +2025-10-03 12:04:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[236acec5-d2d5-416d-b05c-5d43ea4be69c] succeeded in 0.002157822949811816s: None +2025-10-03 12:04:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab86eb6c-92a5-46c7-a6a7-940886859b1b] received +2025-10-03 12:04:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab86eb6c-92a5-46c7-a6a7-940886859b1b] succeeded in 0.002701622899621725s: None +2025-10-03 12:04:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f800967b-ef7b-4a8b-8ada-e6f54f90820f] received +2025-10-03 12:04:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f800967b-ef7b-4a8b-8ada-e6f54f90820f] succeeded in 0.0021723920945078135s: None +2025-10-03 12:04:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7b004e3-9503-43ec-a073-55e397d76acf] received +2025-10-03 12:04:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7b004e3-9503-43ec-a073-55e397d76acf] succeeded in 0.002711731009185314s: None +2025-10-03 12:04:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0c1dc75-61e6-40f6-a507-70f636a3e844] received +2025-10-03 12:04:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0c1dc75-61e6-40f6-a507-70f636a3e844] succeeded in 0.0019252379424870014s: None +2025-10-03 12:04:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a9ed031-aef4-4405-8f59-5a9003e82f90] received +2025-10-03 12:04:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a9ed031-aef4-4405-8f59-5a9003e82f90] succeeded in 0.002457361901178956s: None +2025-10-03 12:04:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc40466d-5d2b-4f4c-9b6b-e2b601f23c55] received +2025-10-03 12:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc40466d-5d2b-4f4c-9b6b-e2b601f23c55] succeeded in 0.002056651981547475s: None +2025-10-03 12:04:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cdc6e05-5a6f-4923-85bf-f3c3f959dcad] received +2025-10-03 12:04:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cdc6e05-5a6f-4923-85bf-f3c3f959dcad] succeeded in 0.0022548448760062456s: None +2025-10-03 12:04:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac0c505b-4323-4bd8-9b10-342ca168ecf3] received +2025-10-03 12:04:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac0c505b-4323-4bd8-9b10-342ca168ecf3] succeeded in 0.002438774099573493s: None +2025-10-03 12:04:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb554e02-6b68-43ce-ab5a-f9966b8495c5] received +2025-10-03 12:04:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb554e02-6b68-43ce-ab5a-f9966b8495c5] succeeded in 0.0023194069508463144s: None +2025-10-03 12:04:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cbe135b-65e4-4dd7-a67d-241a7acb8911] received +2025-10-03 12:04:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cbe135b-65e4-4dd7-a67d-241a7acb8911] succeeded in 0.002088138833642006s: None +2025-10-03 12:04:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9eb22d1-5b2d-4c11-81cf-9507304f226c] received +2025-10-03 12:04:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9eb22d1-5b2d-4c11-81cf-9507304f226c] succeeded in 0.0022697660606354475s: None +2025-10-03 12:04:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7849fee-e012-4fab-811b-4cb27a2d526b] received +2025-10-03 12:04:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7849fee-e012-4fab-811b-4cb27a2d526b] succeeded in 0.0021517109125852585s: None +2025-10-03 12:04:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2080c34-fe02-4845-9ddc-06260351ac04] received +2025-10-03 12:04:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2080c34-fe02-4845-9ddc-06260351ac04] succeeded in 0.0025711520574986935s: None +2025-10-03 12:04:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01c4808c-8105-4974-9268-830066f318fc] received +2025-10-03 12:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01c4808c-8105-4974-9268-830066f318fc] succeeded in 0.0020753389690071344s: None +2025-10-03 12:04:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[004f67db-ac6e-4ccd-83ba-4388d6b60ad1] received +2025-10-03 12:04:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[004f67db-ac6e-4ccd-83ba-4388d6b60ad1] succeeded in 0.0019297441467642784s: None +2025-10-03 12:04:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb6c0419-72e9-4f2b-a5be-a0a241b8193e] received +2025-10-03 12:04:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb6c0419-72e9-4f2b-a5be-a0a241b8193e] succeeded in 0.002598603954538703s: None +2025-10-03 12:04:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bacfa77b-6f24-432d-ad90-6ce3bf18cae4] received +2025-10-03 12:04:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bacfa77b-6f24-432d-ad90-6ce3bf18cae4] succeeded in 0.002630055183544755s: None +2025-10-03 12:04:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:04:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:04:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed4c7df6-9199-40e4-86ac-ce73d849afa3] received +2025-10-03 12:04:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed4c7df6-9199-40e4-86ac-ce73d849afa3] succeeded in 0.0021589871030300856s: None +2025-10-03 12:04:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e0d6ff7-8a0f-4888-b93b-551084638df1] received +2025-10-03 12:05:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e0d6ff7-8a0f-4888-b93b-551084638df1] succeeded in 0.002487021964043379s: None +2025-10-03 12:05:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40705331-df0f-48da-83fd-4c0cb5caf29a] received +2025-10-03 12:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40705331-df0f-48da-83fd-4c0cb5caf29a] succeeded in 0.0026482699904590845s: None +2025-10-03 12:05:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07386bde-eb5a-4642-88ef-c2f38b4c911b] received +2025-10-03 12:05:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07386bde-eb5a-4642-88ef-c2f38b4c911b] succeeded in 0.002323014894500375s: None +2025-10-03 12:05:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aee8571d-4a89-449d-b561-aa472f2f5a08] received +2025-10-03 12:05:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aee8571d-4a89-449d-b561-aa472f2f5a08] succeeded in 0.0019496160093694925s: None +2025-10-03 12:05:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a70b2ef2-e5cb-41c0-86fa-8b8fd769efc9] received +2025-10-03 12:05:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a70b2ef2-e5cb-41c0-86fa-8b8fd769efc9] succeeded in 0.0024597798474133015s: None +2025-10-03 12:05:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec06da56-6dd3-4d88-a6f8-e9be028b1147] received +2025-10-03 12:05:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec06da56-6dd3-4d88-a6f8-e9be028b1147] succeeded in 0.0026177370455116034s: None +2025-10-03 12:05:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea3380bd-4bf2-45d0-b9ef-363d689ed03d] received +2025-10-03 12:05:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea3380bd-4bf2-45d0-b9ef-363d689ed03d] succeeded in 0.0020939121022820473s: None +2025-10-03 12:05:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cb2c7c6-b81f-4e11-a840-aeb798e9f20e] received +2025-10-03 12:05:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cb2c7c6-b81f-4e11-a840-aeb798e9f20e] succeeded in 0.0022987169213593006s: None +2025-10-03 12:05:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d296fa7f-f8f8-42cf-b55c-0dcecca94b1e] received +2025-10-03 12:05:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d296fa7f-f8f8-42cf-b55c-0dcecca94b1e] succeeded in 0.0023574649821966887s: None +2025-10-03 12:05:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a932663-654d-4088-bd6b-0c49d29f7919] received +2025-10-03 12:05:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a932663-654d-4088-bd6b-0c49d29f7919] succeeded in 0.0023701880127191544s: None +2025-10-03 12:05:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f3ce3b6-fe5e-4bae-a0ed-fb6f2709fc29] received +2025-10-03 12:05:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f3ce3b6-fe5e-4bae-a0ed-fb6f2709fc29] succeeded in 0.0019040899351239204s: None +2025-10-03 12:05:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[151ec7f9-721f-4266-baf7-0d75d56b6aa2] received +2025-10-03 12:05:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[151ec7f9-721f-4266-baf7-0d75d56b6aa2] succeeded in 0.0023091279435902834s: None +2025-10-03 12:05:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e4b1798-c90f-4928-9eeb-a60e0b31b9e0] received +2025-10-03 12:05:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e4b1798-c90f-4928-9eeb-a60e0b31b9e0] succeeded in 0.0024938080459833145s: None +2025-10-03 12:05:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e07197d-ab42-4dd0-b0a1-26446dab448f] received +2025-10-03 12:05:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e07197d-ab42-4dd0-b0a1-26446dab448f] succeeded in 0.0024777979124337435s: None +2025-10-03 12:05:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e3a0503-8843-467a-a4e0-1f8eae240604] received +2025-10-03 12:05:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e3a0503-8843-467a-a4e0-1f8eae240604] succeeded in 0.0022744019515812397s: None +2025-10-03 12:05:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96e44fe1-8afa-49d7-9af4-02e8f7686b2d] received +2025-10-03 12:05:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96e44fe1-8afa-49d7-9af4-02e8f7686b2d] succeeded in 0.002219432033598423s: None +2025-10-03 12:05:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acc0e0da-6f9d-4375-abf8-a4c5e0a76e35] received +2025-10-03 12:05:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acc0e0da-6f9d-4375-abf8-a4c5e0a76e35] succeeded in 0.002709392923861742s: None +2025-10-03 12:05:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[526a97dc-7fd7-4aec-bd5c-dd22921fbf17] received +2025-10-03 12:05:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[526a97dc-7fd7-4aec-bd5c-dd22921fbf17] succeeded in 0.0038319500163197517s: None +2025-10-03 12:05:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ccb0976-f4f3-49da-a758-0c95b627917f] received +2025-10-03 12:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ccb0976-f4f3-49da-a758-0c95b627917f] succeeded in 0.0026945890858769417s: None +2025-10-03 12:05:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6edff6f0-befc-4b9f-9b57-9466ce4270ae] received +2025-10-03 12:05:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6edff6f0-befc-4b9f-9b57-9466ce4270ae] succeeded in 0.0020882231183350086s: None +2025-10-03 12:05:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5cb27b2-cdbd-434d-8c2b-39d9929a10d8] received +2025-10-03 12:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5cb27b2-cdbd-434d-8c2b-39d9929a10d8] succeeded in 0.0020765368826687336s: None +2025-10-03 12:05:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30521ded-9343-47a3-9fd8-8d21ea2c9fe5] received +2025-10-03 12:05:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30521ded-9343-47a3-9fd8-8d21ea2c9fe5] succeeded in 0.002110011875629425s: None +2025-10-03 12:05:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61ff24d0-2b3a-4cec-b66b-f70dfc068320] received +2025-10-03 12:05:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61ff24d0-2b3a-4cec-b66b-f70dfc068320] succeeded in 0.002027444075793028s: None +2025-10-03 12:05:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcd120dc-74c1-4d94-b61c-ae26e53c1163] received +2025-10-03 12:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcd120dc-74c1-4d94-b61c-ae26e53c1163] succeeded in 0.002230882877483964s: None +2025-10-03 12:05:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a96f849-40c8-4b91-8520-9cd761711e82] received +2025-10-03 12:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a96f849-40c8-4b91-8520-9cd761711e82] succeeded in 0.0026772278361022472s: None +2025-10-03 12:05:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86411c06-eb3b-4ed7-888e-dbafba01d265] received +2025-10-03 12:05:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86411c06-eb3b-4ed7-888e-dbafba01d265] succeeded in 0.0024197848979383707s: None +2025-10-03 12:05:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ef05330-db0f-445f-9897-c353e3d4a26f] received +2025-10-03 12:05:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ef05330-db0f-445f-9897-c353e3d4a26f] succeeded in 0.0034624089021235704s: None +2025-10-03 12:05:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7226ab5-8df6-4492-a54b-83dcb6efc9ba] received +2025-10-03 12:05:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7226ab5-8df6-4492-a54b-83dcb6efc9ba] succeeded in 0.001949066063389182s: None +2025-10-03 12:05:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:05:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:05:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38f6e756-0c55-4374-8a31-5d93b215899a] received +2025-10-03 12:05:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38f6e756-0c55-4374-8a31-5d93b215899a] succeeded in 0.002698400989174843s: None +2025-10-03 12:05:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbce9691-0243-4cb9-a919-942db02bcca0] received +2025-10-03 12:06:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbce9691-0243-4cb9-a919-942db02bcca0] succeeded in 0.0022018090821802616s: None +2025-10-03 12:06:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c75bba8-307c-4d45-a946-17d1b43c204a] received +2025-10-03 12:06:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c75bba8-307c-4d45-a946-17d1b43c204a] succeeded in 0.0013919260818511248s: None +2025-10-03 12:06:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff24e49e-ca49-4396-8fd1-78644b6ef0ef] received +2025-10-03 12:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff24e49e-ca49-4396-8fd1-78644b6ef0ef] succeeded in 0.0025735970120877028s: None +2025-10-03 12:06:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7169571f-20d9-4cd2-b871-d03b7eb3f9cb] received +2025-10-03 12:06:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7169571f-20d9-4cd2-b871-d03b7eb3f9cb] succeeded in 0.002056187018752098s: None +2025-10-03 12:06:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfa0232d-9d0f-42fe-9d9f-6f7f605c1220] received +2025-10-03 12:06:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfa0232d-9d0f-42fe-9d9f-6f7f605c1220] succeeded in 0.006217206129804254s: None +2025-10-03 12:06:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c06542c7-aafe-4780-b646-10821d730b09] received +2025-10-03 12:06:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c06542c7-aafe-4780-b646-10821d730b09] succeeded in 0.002926963148638606s: None +2025-10-03 12:06:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d18204fd-22f2-4e4b-9743-d8eef1ec7ff1] received +2025-10-03 12:06:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d18204fd-22f2-4e4b-9743-d8eef1ec7ff1] succeeded in 0.002261511981487274s: None +2025-10-03 12:06:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9261e13-9a44-4f78-ac90-0200df6bc81f] received +2025-10-03 12:06:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9261e13-9a44-4f78-ac90-0200df6bc81f] succeeded in 0.002392000984400511s: None +2025-10-03 12:06:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f30417af-1ba4-40a2-87c6-1d6e9233c4a4] received +2025-10-03 12:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f30417af-1ba4-40a2-87c6-1d6e9233c4a4] succeeded in 0.002725212136283517s: None +2025-10-03 12:06:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2091a865-eb9d-455e-82df-884c0669b8ea] received +2025-10-03 12:06:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2091a865-eb9d-455e-82df-884c0669b8ea] succeeded in 0.0024572350084781647s: None +2025-10-03 12:06:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8c540dc-3f3c-46af-ae4d-80623c4004d9] received +2025-10-03 12:06:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8c540dc-3f3c-46af-ae4d-80623c4004d9] succeeded in 0.002243358176201582s: None +2025-10-03 12:06:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d16f007e-a99e-42b8-afb8-8562da1a188e] received +2025-10-03 12:06:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d16f007e-a99e-42b8-afb8-8562da1a188e] succeeded in 0.002184235956519842s: None +2025-10-03 12:06:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:06:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f2c6deb-2d53-4d2e-9af5-a95bb01a3531] received +2025-10-03 12:06:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f2c6deb-2d53-4d2e-9af5-a95bb01a3531] succeeded in 0.002408283995464444s: None +2025-10-03 12:06:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:06:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:06:32 [INFO] Celery[DW-STDERR]: Storing track 'High School Never Ends - Main Version - Explicit' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:06:32 [INFO] Celery[DW-STDERR]: Successfully stored track 'High School Never Ends - Main Version - Explicit' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:06:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:06:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[878abfbe-16ca-432a-b466-fec8f234f2cc] received +2025-10-03 12:06:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[878abfbe-16ca-432a-b466-fec8f234f2cc] succeeded in 0.0029018190689384937s: None +2025-10-03 12:06:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:07:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:07:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18f38ca9-f7fc-4d56-98f8-64dc7edd4104] received +2025-10-03 12:07:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18f38ca9-f7fc-4d56-98f8-64dc7edd4104] succeeded in 0.0020146130118519068s: None +2025-10-03 12:07:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:07:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c6d9c02-f834-4238-823d-a33b95647171] received +2025-10-03 12:07:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c6d9c02-f834-4238-823d-a33b95647171] succeeded in 0.0025505798403173685s: None +2025-10-03 12:07:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:07:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52a7b5dc-dcce-4bf1-bcf0-9219d70cb3f8] received +2025-10-03 12:07:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52a7b5dc-dcce-4bf1-bcf0-9219d70cb3f8] succeeded in 0.0020832279697060585s: None +2025-10-03 12:07:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:07:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec719e36-ba84-4298-b231-faacb4e1fa61] received +2025-10-03 12:07:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec719e36-ba84-4298-b231-faacb4e1fa61] succeeded in 0.0021890378557145596s: None +2025-10-03 12:07:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:07:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc4fb1b0-1329-4471-8707-57e7445344f5] received +2025-10-03 12:07:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc4fb1b0-1329-4471-8707-57e7445344f5] succeeded in 0.0022600109223276377s: None +2025-10-03 12:07:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:07:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd26dc73-5784-472b-befa-fc2158a9faa0] received +2025-10-03 12:07:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd26dc73-5784-472b-befa-fc2158a9faa0] succeeded in 0.002872494049370289s: None +2025-10-03 12:07:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:07:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:07:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ac59356-9656-44c3-a18f-c6268c26b643] received +2025-10-03 12:07:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ac59356-9656-44c3-a18f-c6268c26b643] succeeded in 0.002158042974770069s: None +2025-10-03 12:08:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2959b199-91d1-4aed-acb7-26a740f78b75] received +2025-10-03 12:08:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2959b199-91d1-4aed-acb7-26a740f78b75] succeeded in 0.0019929828122258186s: None +2025-10-03 12:08:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5994fa98-3a4b-4918-9dcd-6aa8dc50970e] received +2025-10-03 12:08:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5994fa98-3a4b-4918-9dcd-6aa8dc50970e] succeeded in 0.0020471839234232903s: None +2025-10-03 12:08:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe1126d0-4db4-46ec-b117-3bc0df224163] received +2025-10-03 12:08:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe1126d0-4db4-46ec-b117-3bc0df224163] succeeded in 0.0025188811123371124s: None +2025-10-03 12:08:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19939125-0148-4db9-81d3-31ff20d78b3e] received +2025-10-03 12:08:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19939125-0148-4db9-81d3-31ff20d78b3e] succeeded in 0.0024093908723443747s: None +2025-10-03 12:08:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[417ffaaa-f47b-4d66-9c22-e176d7b9d63c] received +2025-10-03 12:08:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[417ffaaa-f47b-4d66-9c22-e176d7b9d63c] succeeded in 0.0020696918945759535s: None +2025-10-03 12:08:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5fd6fba-a565-4742-b8b0-592d4b674b4e] received +2025-10-03 12:08:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5fd6fba-a565-4742-b8b0-592d4b674b4e] succeeded in 0.0022990969009697437s: None +2025-10-03 12:08:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2319104-3ae1-4dae-813d-402a610531f2] received +2025-10-03 12:08:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2319104-3ae1-4dae-813d-402a610531f2] succeeded in 0.002192639047279954s: None +2025-10-03 12:08:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[027add83-70b3-4936-9264-3cad0b689e82] received +2025-10-03 12:08:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[027add83-70b3-4936-9264-3cad0b689e82] succeeded in 0.002159527037292719s: None +2025-10-03 12:08:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba0f840-d331-44f5-8f23-013082507754] received +2025-10-03 12:08:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba0f840-d331-44f5-8f23-013082507754] succeeded in 0.0026245301123708487s: None +2025-10-03 12:08:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[206aee76-d9ee-4097-8a5f-e16a74dccabb] received +2025-10-03 12:08:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[206aee76-d9ee-4097-8a5f-e16a74dccabb] succeeded in 0.002339943079277873s: None +2025-10-03 12:08:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10a62df9-0039-4ba0-bb94-2503b63d6f15] received +2025-10-03 12:08:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10a62df9-0039-4ba0-bb94-2503b63d6f15] succeeded in 0.002227115910500288s: None +2025-10-03 12:08:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a481624-c026-4794-8506-96146782807b] received +2025-10-03 12:08:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a481624-c026-4794-8506-96146782807b] succeeded in 0.001985606038942933s: None +2025-10-03 12:08:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6011404b-7875-49e5-a5fb-d294c801605b] received +2025-10-03 12:08:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6011404b-7875-49e5-a5fb-d294c801605b] succeeded in 0.002188093028962612s: None +2025-10-03 12:08:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c51fbfa-2a80-44b7-bcf3-a85758930512] received +2025-10-03 12:08:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c51fbfa-2a80-44b7-bcf3-a85758930512] succeeded in 0.002459642942994833s: None +2025-10-03 12:08:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e01a0357-86ba-4208-ae62-5e07406dedfb] received +2025-10-03 12:08:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e01a0357-86ba-4208-ae62-5e07406dedfb] succeeded in 0.00234821904450655s: None +2025-10-03 12:08:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22d37b37-e0e8-4ab3-a9af-61a1de66c7e4] received +2025-10-03 12:08:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22d37b37-e0e8-4ab3-a9af-61a1de66c7e4] succeeded in 0.0020519348327070475s: None +2025-10-03 12:08:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cd3c168-901a-4986-b7f3-8254111285db] received +2025-10-03 12:08:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cd3c168-901a-4986-b7f3-8254111285db] succeeded in 0.0024261309299618006s: None +2025-10-03 12:08:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fe69630-df31-4f6e-bed3-0eacf6248721] received +2025-10-03 12:08:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fe69630-df31-4f6e-bed3-0eacf6248721] succeeded in 0.0020549180917441845s: None +2025-10-03 12:08:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4876daeb-1aef-4e86-bb44-60f961aadef8] received +2025-10-03 12:08:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4876daeb-1aef-4e86-bb44-60f961aadef8] succeeded in 0.002137847011908889s: None +2025-10-03 12:08:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef0c268c-919c-42c3-a15d-0a4caa43be7d] received +2025-10-03 12:08:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef0c268c-919c-42c3-a15d-0a4caa43be7d] succeeded in 0.002365273889154196s: None +2025-10-03 12:08:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b942c35-e224-47d2-ad4a-69f7b1eabb35] received +2025-10-03 12:08:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b942c35-e224-47d2-ad4a-69f7b1eabb35] succeeded in 0.0023222200106829405s: None +2025-10-03 12:08:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d8bbf5f-8619-4402-8d89-453d6664633a] received +2025-10-03 12:08:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d8bbf5f-8619-4402-8d89-453d6664633a] succeeded in 0.002122263889759779s: None +2025-10-03 12:08:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:08:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:08:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[153a5d71-1d5c-407a-936b-42557bc28b15] received +2025-10-03 12:08:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[153a5d71-1d5c-407a-936b-42557bc28b15] succeeded in 0.003986398922279477s: None +2025-10-03 12:08:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f62d9a5b-7543-4d9b-9104-fd200325a0f0] received +2025-10-03 12:09:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f62d9a5b-7543-4d9b-9104-fd200325a0f0] succeeded in 0.001543533056974411s: None +2025-10-03 12:09:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e9a8bab-5cee-4912-a8f1-e8597abec04f] received +2025-10-03 12:09:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e9a8bab-5cee-4912-a8f1-e8597abec04f] succeeded in 0.0026070980820804834s: None +2025-10-03 12:09:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b74c9e4f-faa4-4084-9241-353245f8478e] received +2025-10-03 12:09:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b74c9e4f-faa4-4084-9241-353245f8478e] succeeded in 0.002196286106482148s: None +2025-10-03 12:09:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99b55c3f-32d2-47e7-beca-63548422627b] received +2025-10-03 12:09:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99b55c3f-32d2-47e7-beca-63548422627b] succeeded in 0.002414579037576914s: None +2025-10-03 12:09:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfeda8b3-9b54-43a6-955d-f57bfb23ccee] received +2025-10-03 12:09:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfeda8b3-9b54-43a6-955d-f57bfb23ccee] succeeded in 0.0026943280827254057s: None +2025-10-03 12:09:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36745405-0a4c-4b27-80c0-38c4999e15c2] received +2025-10-03 12:09:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36745405-0a4c-4b27-80c0-38c4999e15c2] succeeded in 0.002389515982940793s: None +2025-10-03 12:09:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[364405b0-b6af-4762-9ee5-f7b8af45b64a] received +2025-10-03 12:09:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[364405b0-b6af-4762-9ee5-f7b8af45b64a] succeeded in 0.0024028599727898836s: None +2025-10-03 12:09:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68608d5d-c6ec-4671-849d-229a4c0c1c13] received +2025-10-03 12:09:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68608d5d-c6ec-4671-849d-229a4c0c1c13] succeeded in 0.0021614939905703068s: None +2025-10-03 12:09:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8200bbc9-b1b6-43f0-9a02-afa26fb96d2f] received +2025-10-03 12:09:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8200bbc9-b1b6-43f0-9a02-afa26fb96d2f] succeeded in 0.00235148798674345s: None +2025-10-03 12:09:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd032de-d006-4162-b5d3-2d63ba594768] received +2025-10-03 12:09:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd032de-d006-4162-b5d3-2d63ba594768] succeeded in 0.002665389096364379s: None +2025-10-03 12:09:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b66733d-dc65-4fc0-8bc7-08dca5c6a167] received +2025-10-03 12:09:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b66733d-dc65-4fc0-8bc7-08dca5c6a167] succeeded in 0.0026334100402891636s: None +2025-10-03 12:09:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8836be92-e04a-4444-b368-853e132126c9] received +2025-10-03 12:09:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8836be92-e04a-4444-b368-853e132126c9] succeeded in 0.0022678489331156015s: None +2025-10-03 12:09:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f16a4d78-78a8-4a83-8c4a-8834c7ff9fbc] received +2025-10-03 12:09:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f16a4d78-78a8-4a83-8c4a-8834c7ff9fbc] succeeded in 0.0012516139540821314s: None +2025-10-03 12:09:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b023541e-c0bd-4172-8c9f-6029354bc3d1] received +2025-10-03 12:09:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b023541e-c0bd-4172-8c9f-6029354bc3d1] succeeded in 0.0023076150100678205s: None +2025-10-03 12:09:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d16d314-54d3-44c9-9337-5bf574c2d11e] received +2025-10-03 12:09:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d16d314-54d3-44c9-9337-5bf574c2d11e] succeeded in 0.0021658020559698343s: None +2025-10-03 12:09:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f62ad244-31d9-40c9-a863-0fb69551ddec] received +2025-10-03 12:09:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f62ad244-31d9-40c9-a863-0fb69551ddec] succeeded in 0.0031379929278045893s: None +2025-10-03 12:09:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4900ab3-d6b8-4cd1-9775-d10626afb51e] received +2025-10-03 12:09:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4900ab3-d6b8-4cd1-9775-d10626afb51e] succeeded in 0.0019588791765272617s: None +2025-10-03 12:09:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e1a288d-e024-4183-8d97-fd2ed0779116] received +2025-10-03 12:09:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e1a288d-e024-4183-8d97-fd2ed0779116] succeeded in 0.0024202640634030104s: None +2025-10-03 12:09:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[123c88d0-426f-4f76-a7fe-f9b80993c1dd] received +2025-10-03 12:09:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[123c88d0-426f-4f76-a7fe-f9b80993c1dd] succeeded in 0.0026982680428773165s: None +2025-10-03 12:09:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[982e47a3-9265-4358-9fca-f6fc1cdb225a] received +2025-10-03 12:09:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[982e47a3-9265-4358-9fca-f6fc1cdb225a] succeeded in 0.0022980980575084686s: None +2025-10-03 12:09:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[086e0ddb-a69c-464e-b7a8-2349c14afa84] received +2025-10-03 12:09:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[086e0ddb-a69c-464e-b7a8-2349c14afa84] succeeded in 0.0019902479834854603s: None +2025-10-03 12:09:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73a865b4-fd00-407b-a9ab-5c5aa007667f] received +2025-10-03 12:09:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73a865b4-fd00-407b-a9ab-5c5aa007667f] succeeded in 0.0023113321512937546s: None +2025-10-03 12:09:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b85392d-b4b2-4044-94e7-84ccbadbec90] received +2025-10-03 12:09:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b85392d-b4b2-4044-94e7-84ccbadbec90] succeeded in 0.002944482956081629s: None +2025-10-03 12:09:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:09:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:09:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e4176ac-2d92-421a-b390-20edcb00656f] received +2025-10-03 12:09:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e4176ac-2d92-421a-b390-20edcb00656f] succeeded in 0.002361828926950693s: None +2025-10-03 12:09:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe19ba22-93f8-4c05-8248-9472d5fbbbb4] received +2025-10-03 12:10:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe19ba22-93f8-4c05-8248-9472d5fbbbb4] succeeded in 0.001994525082409382s: None +2025-10-03 12:10:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c38da26e-7baf-459d-ad40-1bbd9f13a6b8] received +2025-10-03 12:10:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c38da26e-7baf-459d-ad40-1bbd9f13a6b8] succeeded in 0.0021440968848764896s: None +2025-10-03 12:10:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31e86891-685e-4666-9c59-b089d1174f10] received +2025-10-03 12:10:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31e86891-685e-4666-9c59-b089d1174f10] succeeded in 0.002171308035030961s: None +2025-10-03 12:10:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[072f4355-330f-4e84-82e6-3bb811876953] received +2025-10-03 12:10:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[072f4355-330f-4e84-82e6-3bb811876953] succeeded in 0.0021684460807591677s: None +2025-10-03 12:10:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a552784d-8e53-4b8d-a48c-581ab25d2c8b] received +2025-10-03 12:10:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a552784d-8e53-4b8d-a48c-581ab25d2c8b] succeeded in 0.0022604861296713352s: None +2025-10-03 12:10:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bf45a1a-a103-4818-ac5e-a736aa8f7a37] received +2025-10-03 12:10:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bf45a1a-a103-4818-ac5e-a736aa8f7a37] succeeded in 0.002319056075066328s: None +2025-10-03 12:10:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a098dea3-f042-45d4-9e25-62a95e5810bc] received +2025-10-03 12:10:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a098dea3-f042-45d4-9e25-62a95e5810bc] succeeded in 0.0026935969945043325s: None +2025-10-03 12:10:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55b55ed5-0e01-4eb4-ba8f-b1d6218d26e8] received +2025-10-03 12:10:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55b55ed5-0e01-4eb4-ba8f-b1d6218d26e8] succeeded in 0.0023375379387289286s: None +2025-10-03 12:10:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3560136c-2133-493a-a14b-98589db21d93] received +2025-10-03 12:10:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3560136c-2133-493a-a14b-98589db21d93] succeeded in 0.0020741350017488003s: None +2025-10-03 12:10:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f60dd31-ca17-47eb-8266-15569843a7ad] received +2025-10-03 12:10:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f60dd31-ca17-47eb-8266-15569843a7ad] succeeded in 0.002180360956117511s: None +2025-10-03 12:10:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac79cdb0-2305-4be2-8b98-c9fc656b07e9] received +2025-10-03 12:10:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac79cdb0-2305-4be2-8b98-c9fc656b07e9] succeeded in 0.002617943100631237s: None +2025-10-03 12:10:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5119615d-2f6a-4194-a972-bbb185be9b3e] received +2025-10-03 12:10:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5119615d-2f6a-4194-a972-bbb185be9b3e] succeeded in 0.0021388218738138676s: None +2025-10-03 12:10:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34666fef-5688-4fce-ae29-a2813a6e228d] received +2025-10-03 12:10:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34666fef-5688-4fce-ae29-a2813a6e228d] succeeded in 0.0021706600673496723s: None +2025-10-03 12:10:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b1e94fd-78be-41ce-8798-bb075b50736f] received +2025-10-03 12:10:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b1e94fd-78be-41ce-8798-bb075b50736f] succeeded in 0.0024507660418748856s: None +2025-10-03 12:10:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7399d93-209a-4cd0-ac98-3a5284bbd0e8] received +2025-10-03 12:10:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7399d93-209a-4cd0-ac98-3a5284bbd0e8] succeeded in 0.0023398560006171465s: None +2025-10-03 12:10:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[556044bf-12dd-4bf1-ba24-f793ec98bcb5] received +2025-10-03 12:10:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[556044bf-12dd-4bf1-ba24-f793ec98bcb5] succeeded in 0.002923215040937066s: None +2025-10-03 12:10:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2451fb9d-fa1e-4a44-b69b-70eb5a5d03b9] received +2025-10-03 12:10:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2451fb9d-fa1e-4a44-b69b-70eb5a5d03b9] succeeded in 0.0020845509134233s: None +2025-10-03 12:10:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5905e08f-b966-4929-862b-2b6ca5f366f9] received +2025-10-03 12:10:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5905e08f-b966-4929-862b-2b6ca5f366f9] succeeded in 0.002445891033858061s: None +2025-10-03 12:10:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ece2992-a9e5-4959-b015-6597807947fa] received +2025-10-03 12:10:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ece2992-a9e5-4959-b015-6597807947fa] succeeded in 0.002183769131079316s: None +2025-10-03 12:10:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ec2537c-9397-44c4-8fd1-9496524000cc] received +2025-10-03 12:10:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ec2537c-9397-44c4-8fd1-9496524000cc] succeeded in 0.002462443895637989s: None +2025-10-03 12:10:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ad4009b-62e6-4958-850c-e1442d1dfb77] received +2025-10-03 12:10:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ad4009b-62e6-4958-850c-e1442d1dfb77] succeeded in 0.0029001361690461636s: None +2025-10-03 12:10:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f779e828-5a8c-4b0b-9f34-ac197465d551] received +2025-10-03 12:10:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f779e828-5a8c-4b0b-9f34-ac197465d551] succeeded in 0.003183659864589572s: None +2025-10-03 12:10:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dacba735-3e7b-4040-9dbb-56dce4aba119] received +2025-10-03 12:10:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dacba735-3e7b-4040-9dbb-56dce4aba119] succeeded in 0.0024156130384653807s: None +2025-10-03 12:10:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:10:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:10:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7388106-8a97-4e05-bfd6-6d758f4ef19c] received +2025-10-03 12:10:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7388106-8a97-4e05-bfd6-6d758f4ef19c] succeeded in 0.002533154096454382s: None +2025-10-03 12:10:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[122290d7-4644-4fe9-a3cc-b8e05bf04a6a] received +2025-10-03 12:11:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[122290d7-4644-4fe9-a3cc-b8e05bf04a6a] succeeded in 0.002499207155779004s: None +2025-10-03 12:11:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1528c592-f1f5-4399-9bf0-aaf1f2b8e6d3] received +2025-10-03 12:11:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1528c592-f1f5-4399-9bf0-aaf1f2b8e6d3] succeeded in 0.0023599748965352774s: None +2025-10-03 12:11:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a44e315-996a-4f5d-a6fe-9ad81954c1e5] received +2025-10-03 12:11:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a44e315-996a-4f5d-a6fe-9ad81954c1e5] succeeded in 0.002189795020967722s: None +2025-10-03 12:11:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6655907a-6fa9-49f7-be62-96850e197d71] received +2025-10-03 12:11:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6655907a-6fa9-49f7-be62-96850e197d71] succeeded in 0.002342370105907321s: None +2025-10-03 12:11:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3459e4ae-eeec-453e-aa29-697ec9754ab5] received +2025-10-03 12:11:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3459e4ae-eeec-453e-aa29-697ec9754ab5] succeeded in 0.0025612921454012394s: None +2025-10-03 12:11:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d24ce02-f520-42a8-acb6-9fa110769f87] received +2025-10-03 12:11:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d24ce02-f520-42a8-acb6-9fa110769f87] succeeded in 0.00208519515581429s: None +2025-10-03 12:11:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7a9b27d-a93e-486a-ae3a-fb18ca68d444] received +2025-10-03 12:11:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7a9b27d-a93e-486a-ae3a-fb18ca68d444] succeeded in 0.0021863109432160854s: None +2025-10-03 12:11:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f7813e2-d9ac-48c5-bcd2-dd357577c2df] received +2025-10-03 12:11:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f7813e2-d9ac-48c5-bcd2-dd357577c2df] succeeded in 0.003040420124307275s: None +2025-10-03 12:11:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9567b9c2-0e94-49ea-8a89-9dd317679011] received +2025-10-03 12:11:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9567b9c2-0e94-49ea-8a89-9dd317679011] succeeded in 0.0021414279472082853s: None +2025-10-03 12:11:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0570d3d-7ce8-40f6-8641-fa6097f81a10] received +2025-10-03 12:11:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0570d3d-7ce8-40f6-8641-fa6097f81a10] succeeded in 0.0021437588147819042s: None +2025-10-03 12:11:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85a778a8-de5a-4a16-adc2-6b144e46a2da] received +2025-10-03 12:11:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85a778a8-de5a-4a16-adc2-6b144e46a2da] succeeded in 0.0021352360490709543s: None +2025-10-03 12:11:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[949261f2-c9c1-4481-b5cd-8538941b4604] received +2025-10-03 12:11:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[949261f2-c9c1-4481-b5cd-8538941b4604] succeeded in 0.0024112870451062918s: None +2025-10-03 12:11:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6909a0b-0dbb-4a47-8c4e-cdbb4bf05d5f] received +2025-10-03 12:11:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6909a0b-0dbb-4a47-8c4e-cdbb4bf05d5f] succeeded in 0.006755687994882464s: None +2025-10-03 12:11:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[510b8d60-e422-4478-a38b-ccd808f32b41] received +2025-10-03 12:11:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[510b8d60-e422-4478-a38b-ccd808f32b41] succeeded in 0.002358552999794483s: None +2025-10-03 12:11:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05269f5a-2432-4804-b254-88036d244ec8] received +2025-10-03 12:11:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05269f5a-2432-4804-b254-88036d244ec8] succeeded in 0.002770839026197791s: None +2025-10-03 12:11:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8218e76e-b38b-4e97-9855-12ebc273ec97] received +2025-10-03 12:11:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8218e76e-b38b-4e97-9855-12ebc273ec97] succeeded in 0.002945591928437352s: None +2025-10-03 12:11:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ae3c1f5-02b3-49a5-a8d6-2d90f255b992] received +2025-10-03 12:11:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ae3c1f5-02b3-49a5-a8d6-2d90f255b992] succeeded in 0.0025333459489047527s: None +2025-10-03 12:11:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3859208b-e1f5-47cd-805b-fd1a11b2b0c3] received +2025-10-03 12:11:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3859208b-e1f5-47cd-805b-fd1a11b2b0c3] succeeded in 0.0025752210058271885s: None +2025-10-03 12:11:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3383055b-48e8-47ec-9c53-fbe46f291ebb] received +2025-10-03 12:11:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3383055b-48e8-47ec-9c53-fbe46f291ebb] succeeded in 0.0035375901497900486s: None +2025-10-03 12:11:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd5ed566-26c6-4d72-886f-d7f0d26370ba] received +2025-10-03 12:11:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd5ed566-26c6-4d72-886f-d7f0d26370ba] succeeded in 0.0023526831064373255s: None +2025-10-03 12:11:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5627b774-c441-47a6-99ea-1d5a1b52c5ce] received +2025-10-03 12:11:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5627b774-c441-47a6-99ea-1d5a1b52c5ce] succeeded in 0.0017857591155916452s: None +2025-10-03 12:11:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10a04194-28f1-4e31-b844-c19406df8c36] received +2025-10-03 12:11:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10a04194-28f1-4e31-b844-c19406df8c36] succeeded in 0.002861251123249531s: None +2025-10-03 12:11:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:11:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:11:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0250f072-58ea-4a22-b204-b2892c8e04dd] received +2025-10-03 12:11:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0250f072-58ea-4a22-b204-b2892c8e04dd] succeeded in 0.002289819996803999s: None +2025-10-03 12:11:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:12:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:12:03 [INFO] Celery[DW-STDERR]: Storing track 'Always' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:12:03 [INFO] Celery[DW-STDERR]: Successfully stored track 'Always' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:12:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:12:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8599c3ab-3a8b-4aec-b027-2bb8d0c245f5] received +2025-10-03 12:12:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8599c3ab-3a8b-4aec-b027-2bb8d0c245f5] succeeded in 0.00284942495636642s: None +2025-10-03 12:12:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing skipped track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Storing track 'You And Me' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'You And Me' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 skipped: Unknown - Unknown +2025-10-03 12:12:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b6c77ce-22e3-4a68-8151-474eb41b6bea] received +2025-10-03 12:12:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b6c77ce-22e3-4a68-8151-474eb41b6bea] succeeded in 0.0021179020404815674s: None +2025-10-03 12:12:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing skipped track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Storing track 'The Man Who Can't Be Moved' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Man Who Can't Be Moved' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:12:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 skipped: Unknown - Unknown +2025-10-03 12:12:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f4ee789-32a8-4453-a0e1-bb79527accd4] received +2025-10-03 12:12:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f4ee789-32a8-4453-a0e1-bb79527accd4] succeeded in 0.0023808619007468224s: None +2025-10-03 12:12:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:12:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:12:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d6fdf46-ea3f-47fb-859c-14e4880d0b1a] received +2025-10-03 12:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d6fdf46-ea3f-47fb-859c-14e4880d0b1a] succeeded in 0.0025587149430066347s: None +2025-10-03 12:12:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:12:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52bd7884-892e-4836-a749-6093b574d5ae] received +2025-10-03 12:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52bd7884-892e-4836-a749-6093b574d5ae] succeeded in 0.001815092982724309s: None +2025-10-03 12:12:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00ac1868-0c30-47a4-9db7-07ba58ed567a] received +2025-10-03 12:13:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00ac1868-0c30-47a4-9db7-07ba58ed567a] succeeded in 0.0022243650164455175s: None +2025-10-03 12:13:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a9189f6-864f-4bf8-892d-e1f4ef5ff346] received +2025-10-03 12:13:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a9189f6-864f-4bf8-892d-e1f4ef5ff346] succeeded in 0.002670637099072337s: None +2025-10-03 12:13:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b53c7835-07ad-407e-a6a2-8cdd94db5fb4] received +2025-10-03 12:13:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b53c7835-07ad-407e-a6a2-8cdd94db5fb4] succeeded in 0.002243360038846731s: None +2025-10-03 12:13:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e0ade8e-b43d-471b-8dee-1ccbb68dede4] received +2025-10-03 12:13:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e0ade8e-b43d-471b-8dee-1ccbb68dede4] succeeded in 0.002817368134856224s: None +2025-10-03 12:13:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[038b7d51-1651-4a1f-a820-d050326cf1ae] received +2025-10-03 12:13:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[038b7d51-1651-4a1f-a820-d050326cf1ae] succeeded in 0.0020317980088293552s: None +2025-10-03 12:13:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60effa1f-8416-49ab-9920-e05f30fd5133] received +2025-10-03 12:13:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60effa1f-8416-49ab-9920-e05f30fd5133] succeeded in 0.0022866770159453154s: None +2025-10-03 12:13:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48863154-8013-4f41-8a11-30e31a25f184] received +2025-10-03 12:13:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48863154-8013-4f41-8a11-30e31a25f184] succeeded in 0.0022675369400531054s: None +2025-10-03 12:13:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b77122f8-d99b-4187-9207-77e464611beb] received +2025-10-03 12:13:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b77122f8-d99b-4187-9207-77e464611beb] succeeded in 0.002575997030362487s: None +2025-10-03 12:13:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fab5397c-2c24-436a-9b0f-05f971b58b0a] received +2025-10-03 12:13:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fab5397c-2c24-436a-9b0f-05f971b58b0a] succeeded in 0.002102541970089078s: None +2025-10-03 12:13:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a4addee-91ba-4b8e-b320-8929de690abd] received +2025-10-03 12:13:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a4addee-91ba-4b8e-b320-8929de690abd] succeeded in 0.0024438919499516487s: None +2025-10-03 12:13:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[157d5ff9-b49b-4327-bfad-41d818acbbd2] received +2025-10-03 12:13:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[157d5ff9-b49b-4327-bfad-41d818acbbd2] succeeded in 0.002211047103628516s: None +2025-10-03 12:13:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38c685eb-5d48-4755-ad39-1ca567f4b157] received +2025-10-03 12:13:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38c685eb-5d48-4755-ad39-1ca567f4b157] succeeded in 0.0025718449614942074s: None +2025-10-03 12:13:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69eeb67f-6ddf-476d-b2fb-fbee3f893956] received +2025-10-03 12:13:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69eeb67f-6ddf-476d-b2fb-fbee3f893956] succeeded in 0.002392228925600648s: None +2025-10-03 12:13:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd0141d-5bb4-442d-a568-232494c264af] received +2025-10-03 12:13:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edd0141d-5bb4-442d-a568-232494c264af] succeeded in 0.0012321991380304098s: None +2025-10-03 12:13:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d207c821-4401-458b-b479-c571d9a22eae] received +2025-10-03 12:13:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d207c821-4401-458b-b479-c571d9a22eae] succeeded in 0.002346642082557082s: None +2025-10-03 12:13:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12be3045-413b-404b-8952-1187f99de5f5] received +2025-10-03 12:13:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12be3045-413b-404b-8952-1187f99de5f5] succeeded in 0.0019649879541248083s: None +2025-10-03 12:13:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bec5447-4bf2-452c-923e-f05766a205f1] received +2025-10-03 12:13:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bec5447-4bf2-452c-923e-f05766a205f1] succeeded in 0.002178488066419959s: None +2025-10-03 12:13:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7224a55-0325-40be-b4b0-2c39453ca9fe] received +2025-10-03 12:13:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7224a55-0325-40be-b4b0-2c39453ca9fe] succeeded in 0.002320036990568042s: None +2025-10-03 12:13:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[534fb409-315b-463b-a170-e6b98081a192] received +2025-10-03 12:13:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[534fb409-315b-463b-a170-e6b98081a192] succeeded in 0.002053162083029747s: None +2025-10-03 12:13:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0c7520-73ef-4a27-b146-c6cbb686660f] received +2025-10-03 12:13:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0c7520-73ef-4a27-b146-c6cbb686660f] succeeded in 0.002216845052316785s: None +2025-10-03 12:13:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28eb1449-95f2-4a89-959d-98ca2b495990] received +2025-10-03 12:13:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28eb1449-95f2-4a89-959d-98ca2b495990] succeeded in 0.002422704128548503s: None +2025-10-03 12:13:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f6174c4-9a3c-4e9d-8dc9-25a162a276ac] received +2025-10-03 12:13:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f6174c4-9a3c-4e9d-8dc9-25a162a276ac] succeeded in 0.0023420960642397404s: None +2025-10-03 12:13:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba853c98-2944-4e28-89f0-4ff9d4195886] received +2025-10-03 12:13:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba853c98-2944-4e28-89f0-4ff9d4195886] succeeded in 0.002500483999028802s: None +2025-10-03 12:13:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8043e89e-aaf5-4c5d-8c55-c82f4f1de340] received +2025-10-03 12:13:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8043e89e-aaf5-4c5d-8c55-c82f4f1de340] succeeded in 0.0020620529539883137s: None +2025-10-03 12:13:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49cfb121-1cfc-4622-a9d1-24e4ac7c3416] received +2025-10-03 12:13:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49cfb121-1cfc-4622-a9d1-24e4ac7c3416] succeeded in 0.002328809117898345s: None +2025-10-03 12:13:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[087baeda-4ca4-4ac2-bbcd-a413a19782ac] received +2025-10-03 12:13:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[087baeda-4ca4-4ac2-bbcd-a413a19782ac] succeeded in 0.0019571820739656687s: None +2025-10-03 12:13:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9513f266-285a-4c96-9ce1-4ec4c61bfb69] received +2025-10-03 12:13:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9513f266-285a-4c96-9ce1-4ec4c61bfb69] succeeded in 0.0023909539449959993s: None +2025-10-03 12:13:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aa5e5a9-fcaf-40c2-85be-57b77a0646e4] received +2025-10-03 12:13:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aa5e5a9-fcaf-40c2-85be-57b77a0646e4] succeeded in 0.00265951594337821s: None +2025-10-03 12:13:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fc57acc-1550-405d-a00b-c9d02d8769bd] received +2025-10-03 12:13:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fc57acc-1550-405d-a00b-c9d02d8769bd] succeeded in 0.0027361258398741484s: None +2025-10-03 12:13:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[799eed43-3a81-4e8b-9c44-80578dabdd30] received +2025-10-03 12:13:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[799eed43-3a81-4e8b-9c44-80578dabdd30] succeeded in 0.002285317052155733s: None +2025-10-03 12:13:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93bd1bb2-7e3b-472f-a7d0-77b8c26b51a6] received +2025-10-03 12:13:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93bd1bb2-7e3b-472f-a7d0-77b8c26b51a6] succeeded in 0.002494335873052478s: None +2025-10-03 12:13:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c43a49e6-3f14-4e7c-93c0-48e7454de6c5] received +2025-10-03 12:13:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c43a49e6-3f14-4e7c-93c0-48e7454de6c5] succeeded in 0.0021943829488009214s: None +2025-10-03 12:13:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:13:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:13:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7cba66a-0248-40bd-ad2e-a7c5139ac253] received +2025-10-03 12:13:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7cba66a-0248-40bd-ad2e-a7c5139ac253] succeeded in 0.002432371024042368s: None +2025-10-03 12:13:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88cf26bc-6f61-4568-93e7-2279dc8cfaf2] received +2025-10-03 12:14:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88cf26bc-6f61-4568-93e7-2279dc8cfaf2] succeeded in 0.0025935450103133917s: None +2025-10-03 12:14:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fa019a0-e544-4451-94a1-5f43400a67d5] received +2025-10-03 12:14:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fa019a0-e544-4451-94a1-5f43400a67d5] succeeded in 0.0023295751307159662s: None +2025-10-03 12:14:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a411e2e-2a53-40eb-bd65-8de8ecb858ba] received +2025-10-03 12:14:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a411e2e-2a53-40eb-bd65-8de8ecb858ba] succeeded in 0.0022852218244224787s: None +2025-10-03 12:14:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ab0115f-69d1-49d6-a96f-4ad48e84670a] received +2025-10-03 12:14:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ab0115f-69d1-49d6-a96f-4ad48e84670a] succeeded in 0.0024877539835870266s: None +2025-10-03 12:14:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451736a6-8216-4a20-8e0b-c50adf813032] received +2025-10-03 12:14:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451736a6-8216-4a20-8e0b-c50adf813032] succeeded in 0.0023051388561725616s: None +2025-10-03 12:14:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6487fa73-531d-4fd3-8668-8dd04dd1aa4e] received +2025-10-03 12:14:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6487fa73-531d-4fd3-8668-8dd04dd1aa4e] succeeded in 0.002169723156839609s: None +2025-10-03 12:14:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edf9f439-7505-44a5-bf3a-3a8fa26ce03e] received +2025-10-03 12:14:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edf9f439-7505-44a5-bf3a-3a8fa26ce03e] succeeded in 0.0022684650029987097s: None +2025-10-03 12:14:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9622acef-a5e6-4e5a-af7f-5eced8aa146e] received +2025-10-03 12:14:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9622acef-a5e6-4e5a-af7f-5eced8aa146e] succeeded in 0.0023386648390442133s: None +2025-10-03 12:14:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9889b36b-5153-4e0e-a251-c7956b173874] received +2025-10-03 12:14:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9889b36b-5153-4e0e-a251-c7956b173874] succeeded in 0.002976546995341778s: None +2025-10-03 12:14:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8f53f98-f4db-473e-b389-7d8ab4c243f5] received +2025-10-03 12:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8f53f98-f4db-473e-b389-7d8ab4c243f5] succeeded in 0.0022882348857820034s: None +2025-10-03 12:14:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfaf69b8-fddc-422a-9ef9-376715ba9b56] received +2025-10-03 12:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfaf69b8-fddc-422a-9ef9-376715ba9b56] succeeded in 0.0024972069077193737s: None +2025-10-03 12:14:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11bcfe83-e9bd-4aa6-998c-d9cf76326af9] received +2025-10-03 12:14:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11bcfe83-e9bd-4aa6-998c-d9cf76326af9] succeeded in 0.0026450029108673334s: None +2025-10-03 12:14:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26a6649d-6761-431c-b5c2-794f949a14e0] received +2025-10-03 12:14:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26a6649d-6761-431c-b5c2-794f949a14e0] succeeded in 0.003259114921092987s: None +2025-10-03 12:14:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[352d80a2-a7fa-411a-a498-b14b6c9a0156] received +2025-10-03 12:14:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[352d80a2-a7fa-411a-a498-b14b6c9a0156] succeeded in 0.002044115914031863s: None +2025-10-03 12:14:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66104973-89fb-4d8f-a111-5a80ccc08de6] received +2025-10-03 12:14:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66104973-89fb-4d8f-a111-5a80ccc08de6] succeeded in 0.0021993222180753946s: None +2025-10-03 12:14:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[323b41e4-f53e-472a-8994-cf8a683056e1] received +2025-10-03 12:14:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[323b41e4-f53e-472a-8994-cf8a683056e1] succeeded in 0.0026060868985950947s: None +2025-10-03 12:14:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[310be8f5-88e0-40cd-a544-aee18091f14a] received +2025-10-03 12:14:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[310be8f5-88e0-40cd-a544-aee18091f14a] succeeded in 0.0022182429675012827s: None +2025-10-03 12:14:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c440281-b63e-43e2-82d1-bfb7e4a19a71] received +2025-10-03 12:14:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c440281-b63e-43e2-82d1-bfb7e4a19a71] succeeded in 0.002377214143052697s: None +2025-10-03 12:14:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6500a30e-142b-42da-ba39-75ba585fce79] received +2025-10-03 12:14:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6500a30e-142b-42da-ba39-75ba585fce79] succeeded in 0.0022572639863938093s: None +2025-10-03 12:14:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05b9f6e7-b6ba-4082-a6df-e3c7cc113c6e] received +2025-10-03 12:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05b9f6e7-b6ba-4082-a6df-e3c7cc113c6e] succeeded in 0.0026224860921502113s: None +2025-10-03 12:14:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71423f57-0823-403d-bd63-465401480004] received +2025-10-03 12:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71423f57-0823-403d-bd63-465401480004] succeeded in 0.0019583560060709715s: None +2025-10-03 12:14:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34d08e4d-f246-4188-9423-c59b91cca253] received +2025-10-03 12:14:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34d08e4d-f246-4188-9423-c59b91cca253] succeeded in 0.0022990149445831776s: None +2025-10-03 12:14:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60c36e10-4914-4fbb-9a07-a8c58c1a8fc6] received +2025-10-03 12:14:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60c36e10-4914-4fbb-9a07-a8c58c1a8fc6] succeeded in 0.0020606887992471457s: None +2025-10-03 12:14:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b66e583c-b73d-494d-9fab-3b56715f1fd1] received +2025-10-03 12:14:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b66e583c-b73d-494d-9fab-3b56715f1fd1] succeeded in 0.0023109139874577522s: None +2025-10-03 12:14:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9153e231-5c31-4acf-a9c3-aeb61fd26338] received +2025-10-03 12:14:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9153e231-5c31-4acf-a9c3-aeb61fd26338] succeeded in 0.0014441371895372868s: None +2025-10-03 12:14:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[184c1efd-966f-4586-8509-009c58d4e113] received +2025-10-03 12:14:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[184c1efd-966f-4586-8509-009c58d4e113] succeeded in 0.0026441600639373064s: None +2025-10-03 12:14:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41214c92-6c00-439a-8ff6-78618c939cfa] received +2025-10-03 12:14:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41214c92-6c00-439a-8ff6-78618c939cfa] succeeded in 0.0020164779853075743s: None +2025-10-03 12:14:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b21d7a5-59e1-4877-959f-56947496e89a] received +2025-10-03 12:14:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b21d7a5-59e1-4877-959f-56947496e89a] succeeded in 0.0022182411048561335s: None +2025-10-03 12:14:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[362c926f-a071-4d04-bfcd-f1d2f5055a85] received +2025-10-03 12:14:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[362c926f-a071-4d04-bfcd-f1d2f5055a85] succeeded in 0.0022525349631905556s: None +2025-10-03 12:14:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a359a3c6-eade-4dda-9ea9-2188d58ebc7d] received +2025-10-03 12:14:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a359a3c6-eade-4dda-9ea9-2188d58ebc7d] succeeded in 0.00229557603597641s: None +2025-10-03 12:14:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d86cf6ca-901c-4283-b71d-149425e58a5b] received +2025-10-03 12:14:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d86cf6ca-901c-4283-b71d-149425e58a5b] succeeded in 0.002415142022073269s: None +2025-10-03 12:14:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9bd7b5e-653f-4f22-9ead-e6f626bcd44e] received +2025-10-03 12:14:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9bd7b5e-653f-4f22-9ead-e6f626bcd44e] succeeded in 0.002362020080909133s: None +2025-10-03 12:14:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:14:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:14:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea03ef47-3c2a-45eb-88f0-0e68b60dab86] received +2025-10-03 12:14:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea03ef47-3c2a-45eb-88f0-0e68b60dab86] succeeded in 0.002054255921393633s: None +2025-10-03 12:14:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97cd6587-1a1d-47f5-90ad-73f55545ee23] received +2025-10-03 12:15:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97cd6587-1a1d-47f5-90ad-73f55545ee23] succeeded in 0.0023183298762887716s: None +2025-10-03 12:15:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebe06fa5-d839-49d0-acd6-5a4925b8f1c5] received +2025-10-03 12:15:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebe06fa5-d839-49d0-acd6-5a4925b8f1c5] succeeded in 0.0023408248089253902s: None +2025-10-03 12:15:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9d1bfc8-011c-44de-9e1a-6a2e8c9ffbda] received +2025-10-03 12:15:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9d1bfc8-011c-44de-9e1a-6a2e8c9ffbda] succeeded in 0.0021948600187897682s: None +2025-10-03 12:15:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2159502-ab7b-409d-94b7-d8798761edba] received +2025-10-03 12:15:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2159502-ab7b-409d-94b7-d8798761edba] succeeded in 0.0024158789310604334s: None +2025-10-03 12:15:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f8bef57-d8ee-4481-a85f-d410f068448a] received +2025-10-03 12:15:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f8bef57-d8ee-4481-a85f-d410f068448a] succeeded in 0.0021041398867964745s: None +2025-10-03 12:15:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6496e1c5-9f20-4646-bad7-0c6e7be072e8] received +2025-10-03 12:15:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6496e1c5-9f20-4646-bad7-0c6e7be072e8] succeeded in 0.002469592960551381s: None +2025-10-03 12:15:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68281718-212a-4b51-b069-25133d18e914] received +2025-10-03 12:15:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68281718-212a-4b51-b069-25133d18e914] succeeded in 0.002574434969574213s: None +2025-10-03 12:15:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1930edc2-3532-478d-aa11-8854996e62c6] received +2025-10-03 12:15:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1930edc2-3532-478d-aa11-8854996e62c6] succeeded in 0.0022350200451910496s: None +2025-10-03 12:15:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c029015-3068-4e91-8891-69025921356d] received +2025-10-03 12:15:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c029015-3068-4e91-8891-69025921356d] succeeded in 0.002026299014687538s: None +2025-10-03 12:15:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f3f9860-8ce5-49ad-a318-9821973d327a] received +2025-10-03 12:15:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f3f9860-8ce5-49ad-a318-9821973d327a] succeeded in 0.002248261123895645s: None +2025-10-03 12:15:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63617ef9-0d15-46aa-83bf-91114bf5e7d8] received +2025-10-03 12:15:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63617ef9-0d15-46aa-83bf-91114bf5e7d8] succeeded in 0.0010688388720154762s: None +2025-10-03 12:15:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1cbe02-7a45-4259-b36d-7c9fb97b343d] received +2025-10-03 12:15:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1cbe02-7a45-4259-b36d-7c9fb97b343d] succeeded in 0.002164929872378707s: None +2025-10-03 12:15:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1696848-cc91-4366-9e93-011d73ca1d3e] received +2025-10-03 12:15:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1696848-cc91-4366-9e93-011d73ca1d3e] succeeded in 0.0030900079291313887s: None +2025-10-03 12:15:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67c60e07-901e-48de-8d96-6d01668299bd] received +2025-10-03 12:15:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67c60e07-901e-48de-8d96-6d01668299bd] succeeded in 0.0025669890455901623s: None +2025-10-03 12:15:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[823692da-7691-4026-83a9-70288b5c6984] received +2025-10-03 12:15:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[823692da-7691-4026-83a9-70288b5c6984] succeeded in 0.002638390054926276s: None +2025-10-03 12:15:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[815551cf-4cd5-40f9-bb16-2f09fbff0b39] received +2025-10-03 12:15:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[815551cf-4cd5-40f9-bb16-2f09fbff0b39] succeeded in 0.002080067992210388s: None +2025-10-03 12:15:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0535673-59f8-4fa5-aa8f-ffc19a8eab6b] received +2025-10-03 12:15:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0535673-59f8-4fa5-aa8f-ffc19a8eab6b] succeeded in 0.0023132089991122484s: None +2025-10-03 12:15:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d763446-055c-4240-a854-3393ec570d6e] received +2025-10-03 12:15:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d763446-055c-4240-a854-3393ec570d6e] succeeded in 0.0024786198046058416s: None +2025-10-03 12:15:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7063365f-be3b-4b91-897a-ba176a1c6427] received +2025-10-03 12:15:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7063365f-be3b-4b91-897a-ba176a1c6427] succeeded in 0.006719919852912426s: None +2025-10-03 12:15:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26f4751d-da1b-4bf4-b2f1-2bc0d5e6a7fe] received +2025-10-03 12:15:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26f4751d-da1b-4bf4-b2f1-2bc0d5e6a7fe] succeeded in 0.002414742950350046s: None +2025-10-03 12:15:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cda063ee-bd2e-49e3-92a5-042d0e16e866] received +2025-10-03 12:15:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cda063ee-bd2e-49e3-92a5-042d0e16e866] succeeded in 0.0025278369430452585s: None +2025-10-03 12:15:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[968cef86-523c-40c2-bf11-74b7d12f8bfe] received +2025-10-03 12:15:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[968cef86-523c-40c2-bf11-74b7d12f8bfe] succeeded in 0.0029021259397268295s: None +2025-10-03 12:15:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5879a5ce-dd92-4321-b920-78e0a597677f] received +2025-10-03 12:15:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5879a5ce-dd92-4321-b920-78e0a597677f] succeeded in 0.002721143886446953s: None +2025-10-03 12:15:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[960403b6-45c8-4ae5-b1bc-4879f577fb88] received +2025-10-03 12:15:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[960403b6-45c8-4ae5-b1bc-4879f577fb88] succeeded in 0.002019657986238599s: None +2025-10-03 12:15:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3bea106-1aca-47ec-8652-526f06d77b57] received +2025-10-03 12:15:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3bea106-1aca-47ec-8652-526f06d77b57] succeeded in 0.0010179989039897919s: None +2025-10-03 12:15:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92722e5f-2ce1-41f3-8faa-09ab1455e511] received +2025-10-03 12:15:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92722e5f-2ce1-41f3-8faa-09ab1455e511] succeeded in 0.0025956740137189627s: None +2025-10-03 12:15:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09bddf02-2efb-4635-8bf5-4e9777b41fa5] received +2025-10-03 12:15:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09bddf02-2efb-4635-8bf5-4e9777b41fa5] succeeded in 0.00242973817512393s: None +2025-10-03 12:15:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe8f23d2-ca5b-4ee9-927b-b9fa763a2ee6] received +2025-10-03 12:15:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe8f23d2-ca5b-4ee9-927b-b9fa763a2ee6] succeeded in 0.0023873739410191774s: None +2025-10-03 12:15:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b33cc5a9-12f0-49a4-851b-3ffc955e2a4a] received +2025-10-03 12:15:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b33cc5a9-12f0-49a4-851b-3ffc955e2a4a] succeeded in 0.002436720998957753s: None +2025-10-03 12:15:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[765e0cc7-de8f-4e0d-b744-46da76e7f73f] received +2025-10-03 12:15:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[765e0cc7-de8f-4e0d-b744-46da76e7f73f] succeeded in 0.0029650619253516197s: None +2025-10-03 12:15:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a341f6-47fc-4fd5-b999-1b9222000161] received +2025-10-03 12:15:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a341f6-47fc-4fd5-b999-1b9222000161] succeeded in 0.002536978106945753s: None +2025-10-03 12:15:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe8bca3f-4fea-45a4-8774-2ca236a2c223] received +2025-10-03 12:15:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe8bca3f-4fea-45a4-8774-2ca236a2c223] succeeded in 0.0023476029746234417s: None +2025-10-03 12:15:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:15:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:15:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9711f8a-2549-4747-b855-c65881e3ec81] received +2025-10-03 12:15:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9711f8a-2549-4747-b855-c65881e3ec81] succeeded in 0.002366757020354271s: None +2025-10-03 12:15:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:16:04 [INFO] Celery[DW-STDERR]: Storing track 'Dear Maria, Count Me In' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:16:04 [INFO] Celery[DW-STDERR]: Successfully stored track 'Dear Maria, Count Me In' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:16:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:16:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[288a5e59-f89f-4ff8-81a5-34d6c1f08c76] received +2025-10-03 12:16:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[288a5e59-f89f-4ff8-81a5-34d6c1f08c76] succeeded in 0.002785275923088193s: None +2025-10-03 12:16:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:16:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:16:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47707fee-b7a7-4cf8-b3bd-2ead52b78b5c] received +2025-10-03 12:16:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47707fee-b7a7-4cf8-b3bd-2ead52b78b5c] succeeded in 0.0018450510688126087s: None +2025-10-03 12:16:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:16:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f888807-6c70-48bc-ae9e-78bccda75db9] received +2025-10-03 12:16:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f888807-6c70-48bc-ae9e-78bccda75db9] succeeded in 0.002237922977656126s: None +2025-10-03 12:16:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:16:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0392b432-6b66-4434-b1f9-90f221effadc] received +2025-10-03 12:16:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0392b432-6b66-4434-b1f9-90f221effadc] succeeded in 0.0021551880054175854s: None +2025-10-03 12:16:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:16:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9da5a8f-b605-4804-857f-15cf1a830e21] received +2025-10-03 12:16:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9da5a8f-b605-4804-857f-15cf1a830e21] succeeded in 0.0025939398910850286s: None +2025-10-03 12:16:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:16:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2a5428c-879a-4452-ac19-93497c2eaec9] received +2025-10-03 12:16:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2a5428c-879a-4452-ac19-93497c2eaec9] succeeded in 0.0025520441122353077s: None +2025-10-03 12:16:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:16:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86f0a3f3-f556-478d-b768-21a364486cd8] received +2025-10-03 12:16:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86f0a3f3-f556-478d-b768-21a364486cd8] succeeded in 0.0022035068832337856s: None +2025-10-03 12:16:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:16:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:16:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10179879-0dd8-43c3-a8be-6ab2ddf7ed35] received +2025-10-03 12:16:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10179879-0dd8-43c3-a8be-6ab2ddf7ed35] succeeded in 0.002512336941435933s: None +2025-10-03 12:16:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ed54c7e-c92b-4867-839e-8ddfb0f9b374] received +2025-10-03 12:17:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ed54c7e-c92b-4867-839e-8ddfb0f9b374] succeeded in 0.002022454049438238s: None +2025-10-03 12:17:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5da54611-bff9-4345-89f7-fa88de382020] received +2025-10-03 12:17:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5da54611-bff9-4345-89f7-fa88de382020] succeeded in 0.0024123569019138813s: None +2025-10-03 12:17:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09a88eb8-cec5-4c44-a7b8-f63688dfb375] received +2025-10-03 12:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09a88eb8-cec5-4c44-a7b8-f63688dfb375] succeeded in 0.0024571341928094625s: None +2025-10-03 12:17:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[322320dc-e694-4cee-aedb-c485697d44db] received +2025-10-03 12:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[322320dc-e694-4cee-aedb-c485697d44db] succeeded in 0.0023413649760186672s: None +2025-10-03 12:17:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6e8d7ee-b665-4f27-8108-469fdfbd838d] received +2025-10-03 12:17:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6e8d7ee-b665-4f27-8108-469fdfbd838d] succeeded in 0.0024979880545288324s: None +2025-10-03 12:17:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53bc9db5-0ee6-449c-988a-984cfcc9694c] received +2025-10-03 12:17:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53bc9db5-0ee6-449c-988a-984cfcc9694c] succeeded in 0.0019776220433413982s: None +2025-10-03 12:17:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d3073df-a0e5-4dbe-a896-77fa678d3664] received +2025-10-03 12:17:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d3073df-a0e5-4dbe-a896-77fa678d3664] succeeded in 0.0022651199251413345s: None +2025-10-03 12:17:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdb379dc-436b-4934-9319-aa269c33e606] received +2025-10-03 12:17:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fdb379dc-436b-4934-9319-aa269c33e606] succeeded in 0.0028710190672427416s: None +2025-10-03 12:17:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db7c2eb3-57ff-4976-a41f-04a299b56607] received +2025-10-03 12:17:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db7c2eb3-57ff-4976-a41f-04a299b56607] succeeded in 0.00258411793038249s: None +2025-10-03 12:17:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b75650a-ef9f-48c2-91b1-f18eafcf2a81] received +2025-10-03 12:17:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b75650a-ef9f-48c2-91b1-f18eafcf2a81] succeeded in 0.00228962698020041s: None +2025-10-03 12:17:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f45a4a1f-0210-4b1c-a599-2d6d4872a727] received +2025-10-03 12:17:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f45a4a1f-0210-4b1c-a599-2d6d4872a727] succeeded in 0.0022394179832190275s: None +2025-10-03 12:17:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67101947-55f9-44eb-94e4-5b3a4aa0f1c0] received +2025-10-03 12:17:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67101947-55f9-44eb-94e4-5b3a4aa0f1c0] succeeded in 0.0024024629965424538s: None +2025-10-03 12:17:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cf974cf-2187-467e-af35-46b2151cd759] received +2025-10-03 12:17:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cf974cf-2187-467e-af35-46b2151cd759] succeeded in 0.0019463568460196257s: None +2025-10-03 12:17:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc002d67-126f-4711-bece-e790768a0cea] received +2025-10-03 12:17:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc002d67-126f-4711-bece-e790768a0cea] succeeded in 0.002397815929725766s: None +2025-10-03 12:17:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c559b6f-0cf5-46ee-b8fa-2170794f3f9f] received +2025-10-03 12:17:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c559b6f-0cf5-46ee-b8fa-2170794f3f9f] succeeded in 0.002545231021940708s: None +2025-10-03 12:17:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a240459-f40d-4840-a514-450481faa1b7] received +2025-10-03 12:17:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a240459-f40d-4840-a514-450481faa1b7] succeeded in 0.0021503299940377474s: None +2025-10-03 12:17:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06b22330-cddc-4ac5-b869-da604c9b0411] received +2025-10-03 12:17:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06b22330-cddc-4ac5-b869-da604c9b0411] succeeded in 0.002356956945732236s: None +2025-10-03 12:17:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7651dd3-c521-4c27-9d6a-acc800607687] received +2025-10-03 12:17:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7651dd3-c521-4c27-9d6a-acc800607687] succeeded in 0.00235512712970376s: None +2025-10-03 12:17:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ca5a243-024c-47a6-b62f-164effdd38e2] received +2025-10-03 12:17:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ca5a243-024c-47a6-b62f-164effdd38e2] succeeded in 0.0019225310534238815s: None +2025-10-03 12:17:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0254c694-6e41-48a6-b57c-23fd6c1b1fb3] received +2025-10-03 12:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0254c694-6e41-48a6-b57c-23fd6c1b1fb3] succeeded in 0.0022187919821590185s: None +2025-10-03 12:17:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e8268d5-6f75-4058-bfa1-e39e47709e9d] received +2025-10-03 12:17:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e8268d5-6f75-4058-bfa1-e39e47709e9d] succeeded in 0.0024169678799808025s: None +2025-10-03 12:17:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eeb63e26-247f-4eba-a877-742835a32f82] received +2025-10-03 12:17:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eeb63e26-247f-4eba-a877-742835a32f82] succeeded in 0.002271982841193676s: None +2025-10-03 12:17:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2f3d031-bda6-4171-bdf6-4bbedadd2c53] received +2025-10-03 12:17:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2f3d031-bda6-4171-bdf6-4bbedadd2c53] succeeded in 0.002515653846785426s: None +2025-10-03 12:17:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23188c33-8729-4bb1-be20-59e12e4429d4] received +2025-10-03 12:17:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23188c33-8729-4bb1-be20-59e12e4429d4] succeeded in 0.002324358094483614s: None +2025-10-03 12:17:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:17:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:17:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21aa9bfb-969c-4d28-923f-130e2d0558c0] received +2025-10-03 12:17:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21aa9bfb-969c-4d28-923f-130e2d0558c0] succeeded in 0.0023856270126998425s: None +2025-10-03 12:17:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9bf741f-94a1-49aa-bd74-b2383ebeb5fe] received +2025-10-03 12:18:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9bf741f-94a1-49aa-bd74-b2383ebeb5fe] succeeded in 0.0019161440432071686s: None +2025-10-03 12:18:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[733267b8-b7ae-4413-ad3c-eb3c919861bb] received +2025-10-03 12:18:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[733267b8-b7ae-4413-ad3c-eb3c919861bb] succeeded in 0.002756841015070677s: None +2025-10-03 12:18:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3980d04f-c385-4b04-a434-2b91cccb3063] received +2025-10-03 12:18:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3980d04f-c385-4b04-a434-2b91cccb3063] succeeded in 0.0030684559606015682s: None +2025-10-03 12:18:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5d8c556-c03a-4733-b335-66cdc7483ae2] received +2025-10-03 12:18:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5d8c556-c03a-4733-b335-66cdc7483ae2] succeeded in 0.0023191338405013084s: None +2025-10-03 12:18:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c10b3cca-471c-41d9-9d41-21c5d3f1976a] received +2025-10-03 12:18:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c10b3cca-471c-41d9-9d41-21c5d3f1976a] succeeded in 0.0021042099688202143s: None +2025-10-03 12:18:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1c27acf-ea59-44bf-8030-f41e1ebb4134] received +2025-10-03 12:18:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1c27acf-ea59-44bf-8030-f41e1ebb4134] succeeded in 0.0025000949390232563s: None +2025-10-03 12:18:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dbed9b1-65c0-47d1-954b-5bf39338a57d] received +2025-10-03 12:18:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dbed9b1-65c0-47d1-954b-5bf39338a57d] succeeded in 0.0023434190079569817s: None +2025-10-03 12:18:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a648bef-a410-4973-a3d0-b10ac7da449d] received +2025-10-03 12:18:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a648bef-a410-4973-a3d0-b10ac7da449d] succeeded in 0.0030916270334273577s: None +2025-10-03 12:18:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b62c9e9-9836-4b88-9c6d-1d702b3037a9] received +2025-10-03 12:18:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b62c9e9-9836-4b88-9c6d-1d702b3037a9] succeeded in 0.00236687995493412s: None +2025-10-03 12:18:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4fff449-0ce1-462b-a7fe-2a02579ae0fa] received +2025-10-03 12:18:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4fff449-0ce1-462b-a7fe-2a02579ae0fa] succeeded in 0.0034482188057154417s: None +2025-10-03 12:18:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1b147b0-1819-4101-9873-df6ad38e349d] received +2025-10-03 12:18:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1b147b0-1819-4101-9873-df6ad38e349d] succeeded in 0.0022054228466004133s: None +2025-10-03 12:18:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e0b3ab7-7f28-48e3-ba9d-000aa1926e37] received +2025-10-03 12:18:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e0b3ab7-7f28-48e3-ba9d-000aa1926e37] succeeded in 0.0024784530978649855s: None +2025-10-03 12:18:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1566f71-66f9-4107-ad7f-deefd5bb09aa] received +2025-10-03 12:18:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1566f71-66f9-4107-ad7f-deefd5bb09aa] succeeded in 0.002261281944811344s: None +2025-10-03 12:18:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c00ba8c2-6d97-4295-9759-da37f7a6d743] received +2025-10-03 12:18:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c00ba8c2-6d97-4295-9759-da37f7a6d743] succeeded in 0.0025028991512954235s: None +2025-10-03 12:18:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed9193c4-82d9-4ef2-a41f-f4abf7e01e39] received +2025-10-03 12:18:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed9193c4-82d9-4ef2-a41f-f4abf7e01e39] succeeded in 0.0024576240684837103s: None +2025-10-03 12:18:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6edb54bb-34f7-46a6-83c9-e41cddc19a5e] received +2025-10-03 12:18:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6edb54bb-34f7-46a6-83c9-e41cddc19a5e] succeeded in 0.0020951449405401945s: None +2025-10-03 12:18:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1021290-6b4d-4eae-b325-b5a09c7b8678] received +2025-10-03 12:18:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1021290-6b4d-4eae-b325-b5a09c7b8678] succeeded in 0.0019297441467642784s: None +2025-10-03 12:18:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a89c321-c581-42c9-b45a-16af519b83b0] received +2025-10-03 12:18:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a89c321-c581-42c9-b45a-16af519b83b0] succeeded in 0.0025517980102449656s: None +2025-10-03 12:18:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aef460e9-1143-4c74-b87c-aa7b72367639] received +2025-10-03 12:18:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aef460e9-1143-4c74-b87c-aa7b72367639] succeeded in 0.001911320025101304s: None +2025-10-03 12:18:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d8be9aa-55d2-4697-8423-561217f99409] received +2025-10-03 12:18:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d8be9aa-55d2-4697-8423-561217f99409] succeeded in 0.002546267118304968s: None +2025-10-03 12:18:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[153c0a0c-1877-452b-b750-bf8d53e2b847] received +2025-10-03 12:18:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[153c0a0c-1877-452b-b750-bf8d53e2b847] succeeded in 0.0022963029332458973s: None +2025-10-03 12:18:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38638194-9089-4eec-b6c2-06149bed1c97] received +2025-10-03 12:18:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38638194-9089-4eec-b6c2-06149bed1c97] succeeded in 0.0020174961537122726s: None +2025-10-03 12:18:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0f8da06-dfa3-48f4-a478-d06633ebaebc] received +2025-10-03 12:18:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0f8da06-dfa3-48f4-a478-d06633ebaebc] succeeded in 0.0021088048815727234s: None +2025-10-03 12:18:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a53fced-7248-4045-b234-7463cf62c53f] received +2025-10-03 12:18:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a53fced-7248-4045-b234-7463cf62c53f] succeeded in 0.002616323996335268s: None +2025-10-03 12:18:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:18:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:18:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[657ee270-79da-475f-a7b4-7f772ea31903] received +2025-10-03 12:18:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[657ee270-79da-475f-a7b4-7f772ea31903] succeeded in 0.0017988949548453093s: None +2025-10-03 12:18:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fea7afc2-31aa-485d-892a-f5ed8ef74435] received +2025-10-03 12:19:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fea7afc2-31aa-485d-892a-f5ed8ef74435] succeeded in 0.0019639600068330765s: None +2025-10-03 12:19:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1290f975-c616-46a2-a0d5-72e7ad7a9094] received +2025-10-03 12:19:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1290f975-c616-46a2-a0d5-72e7ad7a9094] succeeded in 0.0009921479504555464s: None +2025-10-03 12:19:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5cf1108d-8671-4514-8cfc-eb1c5fb62568] received +2025-10-03 12:19:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5cf1108d-8671-4514-8cfc-eb1c5fb62568] succeeded in 0.002232911065220833s: None +2025-10-03 12:19:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09ec809c-a573-461e-9721-2f817ddfeb49] received +2025-10-03 12:19:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09ec809c-a573-461e-9721-2f817ddfeb49] succeeded in 0.0021129248198121786s: None +2025-10-03 12:19:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45a0a9ab-fe77-4ee3-96bb-86db828ee1fe] received +2025-10-03 12:19:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45a0a9ab-fe77-4ee3-96bb-86db828ee1fe] succeeded in 0.0021190359257161617s: None +2025-10-03 12:19:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0696125a-0542-4bd5-9afd-e99c57ce3476] received +2025-10-03 12:19:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0696125a-0542-4bd5-9afd-e99c57ce3476] succeeded in 0.0035776328295469284s: None +2025-10-03 12:19:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13d5b6f2-f847-41b8-9a67-b052c1861f7a] received +2025-10-03 12:19:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13d5b6f2-f847-41b8-9a67-b052c1861f7a] succeeded in 0.00229527591727674s: None +2025-10-03 12:19:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdb596f9-5531-4d76-9ede-6368fae6e0cc] received +2025-10-03 12:19:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdb596f9-5531-4d76-9ede-6368fae6e0cc] succeeded in 0.0020359100308269262s: None +2025-10-03 12:19:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f7e213c-4c75-486e-be23-964ee5dec8f8] received +2025-10-03 12:19:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f7e213c-4c75-486e-be23-964ee5dec8f8] succeeded in 0.002221988048404455s: None +2025-10-03 12:19:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1e7c64e-9114-4e50-81d2-56057f960b75] received +2025-10-03 12:19:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1e7c64e-9114-4e50-81d2-56057f960b75] succeeded in 0.002111524110659957s: None +2025-10-03 12:19:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36c75fe8-7569-49b1-9069-9907c040e706] received +2025-10-03 12:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36c75fe8-7569-49b1-9069-9907c040e706] succeeded in 0.002095641102641821s: None +2025-10-03 12:19:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a475b50-5872-454d-b1d5-2587c0cf5fc3] received +2025-10-03 12:19:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a475b50-5872-454d-b1d5-2587c0cf5fc3] succeeded in 0.001967652002349496s: None +2025-10-03 12:19:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d50d2a87-1188-4685-a9bb-132b10db045e] received +2025-10-03 12:19:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d50d2a87-1188-4685-a9bb-132b10db045e] succeeded in 0.0023415039759129286s: None +2025-10-03 12:19:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b82b5029-bf9b-4a73-943e-042e43e028b3] received +2025-10-03 12:19:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b82b5029-bf9b-4a73-943e-042e43e028b3] succeeded in 0.0020054439082741737s: None +2025-10-03 12:19:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f4ca639-bc88-4adb-8814-eb5a0c0fbb73] received +2025-10-03 12:19:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f4ca639-bc88-4adb-8814-eb5a0c0fbb73] succeeded in 0.0025707699824124575s: None +2025-10-03 12:19:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6474ac4e-fd3f-47b0-94f0-528ee8fd0579] received +2025-10-03 12:19:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6474ac4e-fd3f-47b0-94f0-528ee8fd0579] succeeded in 0.0023611921351403s: None +2025-10-03 12:19:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2252ac38-5f57-44ce-b35e-83df977f8c1b] received +2025-10-03 12:19:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2252ac38-5f57-44ce-b35e-83df977f8c1b] succeeded in 0.0029620251152664423s: None +2025-10-03 12:19:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[496badae-6a4b-45c6-8c18-cd7eeb75ed03] received +2025-10-03 12:19:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[496badae-6a4b-45c6-8c18-cd7eeb75ed03] succeeded in 0.001968605909496546s: None +2025-10-03 12:19:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3def3bf4-c827-4828-afa6-0ca99bf141c7] received +2025-10-03 12:19:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3def3bf4-c827-4828-afa6-0ca99bf141c7] succeeded in 0.002495461842045188s: None +2025-10-03 12:19:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24865621-b64b-4005-9080-4165b357345b] received +2025-10-03 12:19:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24865621-b64b-4005-9080-4165b357345b] succeeded in 0.0023302538320422173s: None +2025-10-03 12:19:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6db6f8b-838e-4faa-9b4f-9325e575a2cd] received +2025-10-03 12:19:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6db6f8b-838e-4faa-9b4f-9325e575a2cd] succeeded in 0.0025020060129463673s: None +2025-10-03 12:19:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[395e8fb3-942f-4698-86ad-5e3991e3ca6a] received +2025-10-03 12:19:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[395e8fb3-942f-4698-86ad-5e3991e3ca6a] succeeded in 0.0024323139805346727s: None +2025-10-03 12:19:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58a9c7d2-09b6-48c5-9d4c-601e55e267e8] received +2025-10-03 12:19:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58a9c7d2-09b6-48c5-9d4c-601e55e267e8] succeeded in 0.002105358988046646s: None +2025-10-03 12:19:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b517d141-e245-47c0-bcc5-52091fd87a1d] received +2025-10-03 12:19:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b517d141-e245-47c0-bcc5-52091fd87a1d] succeeded in 0.0020697449799627066s: None +2025-10-03 12:19:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:19:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:19:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea01eef2-8902-4ee6-92cb-2c26a220c46a] received +2025-10-03 12:19:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea01eef2-8902-4ee6-92cb-2c26a220c46a] succeeded in 0.0021917899139225483s: None +2025-10-03 12:19:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f89358b1-c71d-429f-9e0d-4caad9d162c7] received +2025-10-03 12:20:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f89358b1-c71d-429f-9e0d-4caad9d162c7] succeeded in 0.0022970011923462152s: None +2025-10-03 12:20:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b853c500-36a3-4465-9b17-7df1a32219d4] received +2025-10-03 12:20:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b853c500-36a3-4465-9b17-7df1a32219d4] succeeded in 0.0022071630228310823s: None +2025-10-03 12:20:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf45696c-ed39-4595-bf3a-1b7e68534af5] received +2025-10-03 12:20:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf45696c-ed39-4595-bf3a-1b7e68534af5] succeeded in 0.006528611062094569s: None +2025-10-03 12:20:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b29912c1-6bf1-4298-b14b-a5cff2813cde] received +2025-10-03 12:20:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b29912c1-6bf1-4298-b14b-a5cff2813cde] succeeded in 0.0022240469697862864s: None +2025-10-03 12:20:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc062b77-5c7e-4082-b593-424cd215b58a] received +2025-10-03 12:20:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc062b77-5c7e-4082-b593-424cd215b58a] succeeded in 0.0025360898580402136s: None +2025-10-03 12:20:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf870789-6ff4-42df-8bea-796f26651009] received +2025-10-03 12:20:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf870789-6ff4-42df-8bea-796f26651009] succeeded in 0.002832269063219428s: None +2025-10-03 12:20:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11c83100-d3c2-40c8-850f-205b14fde8e0] received +2025-10-03 12:20:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11c83100-d3c2-40c8-850f-205b14fde8e0] succeeded in 0.002090577967464924s: None +2025-10-03 12:20:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b8df010-a48d-4767-9abb-ad46cbf038b0] received +2025-10-03 12:20:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b8df010-a48d-4767-9abb-ad46cbf038b0] succeeded in 0.002175241941586137s: None +2025-10-03 12:20:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[833110fd-56a5-4651-8b02-6d7dc8354c99] received +2025-10-03 12:20:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[833110fd-56a5-4651-8b02-6d7dc8354c99] succeeded in 0.002344707027077675s: None +2025-10-03 12:20:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a42590d4-4141-4a23-a2eb-1ba826731b7e] received +2025-10-03 12:20:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a42590d4-4141-4a23-a2eb-1ba826731b7e] succeeded in 0.0022136408369988203s: None +2025-10-03 12:20:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a633e5ae-99a2-4ebe-a556-24bc8efce1f8] received +2025-10-03 12:20:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a633e5ae-99a2-4ebe-a556-24bc8efce1f8] succeeded in 0.002252764068543911s: None +2025-10-03 12:20:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[422fe4ac-cb7f-4b5a-9b37-1a489b17ac32] received +2025-10-03 12:20:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[422fe4ac-cb7f-4b5a-9b37-1a489b17ac32] succeeded in 0.0019297599792480469s: None +2025-10-03 12:20:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df454e9e-a7bc-4fdf-a0b5-4cd242b74432] received +2025-10-03 12:20:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df454e9e-a7bc-4fdf-a0b5-4cd242b74432] succeeded in 0.002364177955314517s: None +2025-10-03 12:20:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[967afc21-6e29-4668-8c66-f87473205ae3] received +2025-10-03 12:20:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[967afc21-6e29-4668-8c66-f87473205ae3] succeeded in 0.002203284064307809s: None +2025-10-03 12:20:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2654ab60-10b8-4b9c-a4e4-d5a64204ebc6] received +2025-10-03 12:20:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2654ab60-10b8-4b9c-a4e4-d5a64204ebc6] succeeded in 0.0021496571134775877s: None +2025-10-03 12:20:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46d7b8ff-543d-4bd3-9430-939efac4af91] received +2025-10-03 12:20:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46d7b8ff-543d-4bd3-9430-939efac4af91] succeeded in 0.0024409980978816748s: None +2025-10-03 12:20:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eb457f4-d0c5-4550-8694-f583ee9c7740] received +2025-10-03 12:20:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eb457f4-d0c5-4550-8694-f583ee9c7740] succeeded in 0.0025461059994995594s: None +2025-10-03 12:20:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[902ffb9f-25a0-4778-a6f9-da64c292ab6e] received +2025-10-03 12:20:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[902ffb9f-25a0-4778-a6f9-da64c292ab6e] succeeded in 0.0022246220614761114s: None +2025-10-03 12:20:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:20:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d9b5ab3-7a1f-4b74-b076-495eaf63d23a] received +2025-10-03 12:20:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d9b5ab3-7a1f-4b74-b076-495eaf63d23a] succeeded in 0.0023362631909549236s: None +2025-10-03 12:20:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:20:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:20:51 [INFO] Celery[DW-STDERR]: Storing track 'When You're Gone' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:20:51 [INFO] Celery[DW-STDERR]: Successfully stored track 'When You're Gone' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:20:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:20:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[326a0123-a70a-4958-9bed-b3867f9c93bc] received +2025-10-03 12:20:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[326a0123-a70a-4958-9bed-b3867f9c93bc] succeeded in 0.0025731571950018406s: None +2025-10-03 12:20:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:22:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:22:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d88909f-a41e-4a0d-974c-7f38ca760a74] received +2025-10-03 12:22:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d88909f-a41e-4a0d-974c-7f38ca760a74] succeeded in 0.00193047896027565s: None +2025-10-03 12:22:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b7e6f65-3847-4f70-b767-5d0e398490d9] received +2025-10-03 12:22:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b7e6f65-3847-4f70-b767-5d0e398490d9] succeeded in 0.002075308933854103s: None +2025-10-03 12:22:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92bddd05-1038-4f71-93fa-d33ffb768ac5] received +2025-10-03 12:22:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92bddd05-1038-4f71-93fa-d33ffb768ac5] succeeded in 0.0020850938744843006s: None +2025-10-03 12:22:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[920802f6-5b17-40a7-9214-d891008027b9] received +2025-10-03 12:22:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[920802f6-5b17-40a7-9214-d891008027b9] succeeded in 0.002161300042644143s: None +2025-10-03 12:22:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6881d28-ae5d-4273-89a9-8a3c465b84bc] received +2025-10-03 12:22:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6881d28-ae5d-4273-89a9-8a3c465b84bc] succeeded in 0.0022300840355455875s: None +2025-10-03 12:22:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42b053d6-aa33-48d1-be79-63419a9e4ffe] received +2025-10-03 12:22:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42b053d6-aa33-48d1-be79-63419a9e4ffe] succeeded in 0.002708213869482279s: None +2025-10-03 12:22:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cde71b0-38c3-4732-a713-6dd9fdf72694] received +2025-10-03 12:22:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cde71b0-38c3-4732-a713-6dd9fdf72694] succeeded in 0.0025142088998109102s: None +2025-10-03 12:22:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[034f134d-4d99-423c-b561-adc2e08902e2] received +2025-10-03 12:22:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[034f134d-4d99-423c-b561-adc2e08902e2] succeeded in 0.002203474985435605s: None +2025-10-03 12:22:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d4984fd-e7cf-4eeb-bacd-85c55955819e] received +2025-10-03 12:22:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d4984fd-e7cf-4eeb-bacd-85c55955819e] succeeded in 0.002377155004069209s: None +2025-10-03 12:22:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5cba541-0d3c-4c11-83d7-42fb52c38b00] received +2025-10-03 12:22:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5cba541-0d3c-4c11-83d7-42fb52c38b00] succeeded in 0.002855089958757162s: None +2025-10-03 12:22:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9bf4d76-6e36-4d36-b150-fe4b3f4ceca6] received +2025-10-03 12:22:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9bf4d76-6e36-4d36-b150-fe4b3f4ceca6] succeeded in 0.0022661180701106787s: None +2025-10-03 12:22:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52c3bfc3-88e4-4ae1-9586-e3abc240c2ad] received +2025-10-03 12:22:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52c3bfc3-88e4-4ae1-9586-e3abc240c2ad] succeeded in 0.0031134269665926695s: None +2025-10-03 12:22:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a8d08c2-d500-402e-a76c-31dd0fbdf8de] received +2025-10-03 12:22:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a8d08c2-d500-402e-a76c-31dd0fbdf8de] succeeded in 0.0022675341460853815s: None +2025-10-03 12:22:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b498abc-c791-423d-a95d-f451c9d9c594] received +2025-10-03 12:22:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b498abc-c791-423d-a95d-f451c9d9c594] succeeded in 0.0025151479057967663s: None +2025-10-03 12:22:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c33146c-e034-40dc-831c-10c452f6c125] received +2025-10-03 12:22:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c33146c-e034-40dc-831c-10c452f6c125] succeeded in 0.0023529320023953915s: None +2025-10-03 12:22:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b875ec6d-9720-48ce-bf8b-250cbcff0e2c] received +2025-10-03 12:22:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b875ec6d-9720-48ce-bf8b-250cbcff0e2c] succeeded in 0.0022678591776639223s: None +2025-10-03 12:22:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14542391-3a6b-4490-ad2b-26a841196016] received +2025-10-03 12:22:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14542391-3a6b-4490-ad2b-26a841196016] succeeded in 0.002484274096786976s: None +2025-10-03 12:22:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6150762a-311f-42e2-9167-30688b2f420f] received +2025-10-03 12:22:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6150762a-311f-42e2-9167-30688b2f420f] succeeded in 0.0019431498367339373s: None +2025-10-03 12:22:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83d8ef1-f25e-4ab5-98f7-217fab835740] received +2025-10-03 12:22:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83d8ef1-f25e-4ab5-98f7-217fab835740] succeeded in 0.002387318992987275s: None +2025-10-03 12:22:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33f52b0f-f0c3-4ea9-8e98-1ac3ffc4da12] received +2025-10-03 12:22:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33f52b0f-f0c3-4ea9-8e98-1ac3ffc4da12] succeeded in 0.002246529096737504s: None +2025-10-03 12:22:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f46bf3ed-e8f3-4a93-90cb-92771c117a90] received +2025-10-03 12:22:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f46bf3ed-e8f3-4a93-90cb-92771c117a90] succeeded in 0.0024358630180358887s: None +2025-10-03 12:22:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8114823a-c5a1-45b3-bb95-c9c7956f61e7] received +2025-10-03 12:22:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8114823a-c5a1-45b3-bb95-c9c7956f61e7] succeeded in 0.002362221945077181s: None +2025-10-03 12:22:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad679df7-424a-4531-b3f1-51388a8fcd2a] received +2025-10-03 12:22:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad679df7-424a-4531-b3f1-51388a8fcd2a] succeeded in 0.0021397860255092382s: None +2025-10-03 12:22:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[036ecc08-48cb-4ca1-bbdd-bb7326a26439] received +2025-10-03 12:22:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[036ecc08-48cb-4ca1-bbdd-bb7326a26439] succeeded in 0.002356843091547489s: None +2025-10-03 12:22:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77867d6f-936b-460b-9024-a2aec57048a3] received +2025-10-03 12:22:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77867d6f-936b-460b-9024-a2aec57048a3] succeeded in 0.0023317739833146334s: None +2025-10-03 12:22:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc2b7609-ec17-42c5-9961-2df1c0d43718] received +2025-10-03 12:22:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc2b7609-ec17-42c5-9961-2df1c0d43718] succeeded in 0.002171246102079749s: None +2025-10-03 12:22:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d63e8a69-acb7-40cf-ad49-4494a7c5b62c] received +2025-10-03 12:22:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d63e8a69-acb7-40cf-ad49-4494a7c5b62c] succeeded in 0.0023532381746917963s: None +2025-10-03 12:22:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f360d2c2-0afc-4dd7-a35c-0295b8f54786] received +2025-10-03 12:22:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f360d2c2-0afc-4dd7-a35c-0295b8f54786] succeeded in 0.0022384519688785076s: None +2025-10-03 12:22:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:22:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:22:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9d8dd44-b4b2-4328-a7b2-6bcbf802d532] received +2025-10-03 12:22:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9d8dd44-b4b2-4328-a7b2-6bcbf802d532] succeeded in 0.002157066948711872s: None +2025-10-03 12:22:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2f4283d-7682-434b-9ed4-3def776aea86] received +2025-10-03 12:23:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2f4283d-7682-434b-9ed4-3def776aea86] succeeded in 0.0021252790465950966s: None +2025-10-03 12:23:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7129b9e5-2cff-4d3a-8c1d-781041401ff7] received +2025-10-03 12:23:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7129b9e5-2cff-4d3a-8c1d-781041401ff7] succeeded in 0.002136636059731245s: None +2025-10-03 12:23:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35143975-1ec0-4d0b-9984-1c601039839d] received +2025-10-03 12:23:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35143975-1ec0-4d0b-9984-1c601039839d] succeeded in 0.0027009150944650173s: None +2025-10-03 12:23:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[068e6b0e-b265-41b4-a60b-2186f2a300bc] received +2025-10-03 12:23:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[068e6b0e-b265-41b4-a60b-2186f2a300bc] succeeded in 0.0020716548897325993s: None +2025-10-03 12:23:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ee4b0d7-775f-42c0-84b0-90670a4df916] received +2025-10-03 12:23:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ee4b0d7-775f-42c0-84b0-90670a4df916] succeeded in 0.0023586999159306288s: None +2025-10-03 12:23:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[292d5fca-5b30-412c-9bad-63e0ccae0cc9] received +2025-10-03 12:23:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[292d5fca-5b30-412c-9bad-63e0ccae0cc9] succeeded in 0.002261626999825239s: None +2025-10-03 12:23:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d2c4c91-e994-4060-934f-5f1bf5faf515] received +2025-10-03 12:23:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d2c4c91-e994-4060-934f-5f1bf5faf515] succeeded in 0.0019286598544567823s: None +2025-10-03 12:23:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56793fdb-ba8b-4d7a-a074-6a2ca33143a1] received +2025-10-03 12:23:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56793fdb-ba8b-4d7a-a074-6a2ca33143a1] succeeded in 0.0024834750220179558s: None +2025-10-03 12:23:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0186d4a-0a50-40d4-8295-6bfb2f08dd05] received +2025-10-03 12:23:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0186d4a-0a50-40d4-8295-6bfb2f08dd05] succeeded in 0.0022536790929734707s: None +2025-10-03 12:23:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ff064f9-1b6e-4292-a545-a99afdcb6aa2] received +2025-10-03 12:23:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ff064f9-1b6e-4292-a545-a99afdcb6aa2] succeeded in 0.002018272178247571s: None +2025-10-03 12:23:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5860fb1d-8aec-47ef-8a0d-33cc3f2564e6] received +2025-10-03 12:23:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5860fb1d-8aec-47ef-8a0d-33cc3f2564e6] succeeded in 0.0009384960867464542s: None +2025-10-03 12:23:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e35d7f1e-9436-41eb-a176-7661bd454193] received +2025-10-03 12:23:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e35d7f1e-9436-41eb-a176-7661bd454193] succeeded in 0.0022254050709307194s: None +2025-10-03 12:23:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4deb3537-5843-4b82-a57d-18eb8af358e9] received +2025-10-03 12:23:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4deb3537-5843-4b82-a57d-18eb8af358e9] succeeded in 0.0025549030397087336s: None +2025-10-03 12:23:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb764ac7-3262-4872-a842-9d6bc07f530f] received +2025-10-03 12:23:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb764ac7-3262-4872-a842-9d6bc07f530f] succeeded in 0.0025704889558255672s: None +2025-10-03 12:23:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d7ab78d-d452-4241-a444-f5f6e45ed031] received +2025-10-03 12:23:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d7ab78d-d452-4241-a444-f5f6e45ed031] succeeded in 0.0025518941693007946s: None +2025-10-03 12:23:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7caa64d3-0791-4596-a375-a86ccfbf9f2e] received +2025-10-03 12:23:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7caa64d3-0791-4596-a375-a86ccfbf9f2e] succeeded in 0.0022907641250640154s: None +2025-10-03 12:23:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dcde5ac-d1d7-4906-9bdd-4ec527f87f04] received +2025-10-03 12:23:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dcde5ac-d1d7-4906-9bdd-4ec527f87f04] succeeded in 0.0026733640115708113s: None +2025-10-03 12:23:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d88c7675-fdac-4e4e-b9d8-2a3f4937082c] received +2025-10-03 12:23:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d88c7675-fdac-4e4e-b9d8-2a3f4937082c] succeeded in 0.0027459540870040655s: None +2025-10-03 12:23:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbc7cdb4-6081-4528-be1e-50d989a12441] received +2025-10-03 12:23:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbc7cdb4-6081-4528-be1e-50d989a12441] succeeded in 0.002425143029540777s: None +2025-10-03 12:23:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25cd8d06-ee23-47cd-bfab-42b713ac89be] received +2025-10-03 12:23:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25cd8d06-ee23-47cd-bfab-42b713ac89be] succeeded in 0.0022582251112908125s: None +2025-10-03 12:23:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae4d89db-abf6-4e61-a5c9-9379971ba867] received +2025-10-03 12:23:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae4d89db-abf6-4e61-a5c9-9379971ba867] succeeded in 0.002006604103371501s: None +2025-10-03 12:23:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf22b2dc-fc06-414c-a14e-628393b3f92f] received +2025-10-03 12:23:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf22b2dc-fc06-414c-a14e-628393b3f92f] succeeded in 0.00196225312538445s: None +2025-10-03 12:23:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4c8e047-9981-4ffc-a1bb-b17bf7ccd618] received +2025-10-03 12:23:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4c8e047-9981-4ffc-a1bb-b17bf7ccd618] succeeded in 0.002559361979365349s: None +2025-10-03 12:23:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75023a44-8c7d-473c-818f-74abe936a77a] received +2025-10-03 12:23:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75023a44-8c7d-473c-818f-74abe936a77a] succeeded in 0.0019112080335617065s: None +2025-10-03 12:23:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7408fa32-29e3-4573-b34b-9fc7617f80fb] received +2025-10-03 12:23:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7408fa32-29e3-4573-b34b-9fc7617f80fb] succeeded in 0.0019982228986918926s: None +2025-10-03 12:23:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60d50683-fbe1-4924-9e25-f58386190c61] received +2025-10-03 12:23:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60d50683-fbe1-4924-9e25-f58386190c61] succeeded in 0.0032083310652524233s: None +2025-10-03 12:23:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3018790f-840d-4c4a-a079-a71bb72f7489] received +2025-10-03 12:23:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3018790f-840d-4c4a-a079-a71bb72f7489] succeeded in 0.002494337037205696s: None +2025-10-03 12:23:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f0332d6-8aeb-42e4-b49c-a5928d3a8942] received +2025-10-03 12:23:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f0332d6-8aeb-42e4-b49c-a5928d3a8942] succeeded in 0.0019886400550603867s: None +2025-10-03 12:23:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d5047e4-14db-445e-a0e7-c68baf9bf116] received +2025-10-03 12:23:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d5047e4-14db-445e-a0e7-c68baf9bf116] succeeded in 0.0025698391254991293s: None +2025-10-03 12:23:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:23:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:23:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9a69bd2-2e92-4cea-9be1-ff60f3d7ef2f] received +2025-10-03 12:23:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9a69bd2-2e92-4cea-9be1-ff60f3d7ef2f] succeeded in 0.0022885880898684263s: None +2025-10-03 12:23:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa4f3c53-a5aa-415f-aa66-7fce228e194a] received +2025-10-03 12:24:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa4f3c53-a5aa-415f-aa66-7fce228e194a] succeeded in 0.002368283923715353s: None +2025-10-03 12:24:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fcef393-95da-44f7-a723-61c46257b0cf] received +2025-10-03 12:24:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fcef393-95da-44f7-a723-61c46257b0cf] succeeded in 0.001943476963788271s: None +2025-10-03 12:24:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b35b3cd1-0e76-4607-aeaa-6b4ea98f2c78] received +2025-10-03 12:24:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b35b3cd1-0e76-4607-aeaa-6b4ea98f2c78] succeeded in 0.0026958370581269264s: None +2025-10-03 12:24:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc1d63f3-23d5-438c-a640-ddc2e29ac916] received +2025-10-03 12:24:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc1d63f3-23d5-438c-a640-ddc2e29ac916] succeeded in 0.002168398117646575s: None +2025-10-03 12:24:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[957e2f54-4770-4d07-9871-2f3288cffd2d] received +2025-10-03 12:24:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[957e2f54-4770-4d07-9871-2f3288cffd2d] succeeded in 0.0021236571483314037s: None +2025-10-03 12:24:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38e3c80c-f6c8-4952-8988-e0406b83b9e0] received +2025-10-03 12:24:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38e3c80c-f6c8-4952-8988-e0406b83b9e0] succeeded in 0.0021475940011441708s: None +2025-10-03 12:24:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[024096f1-029f-4e18-9f3e-328723b7fa2b] received +2025-10-03 12:24:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[024096f1-029f-4e18-9f3e-328723b7fa2b] succeeded in 0.0023137328680604696s: None +2025-10-03 12:24:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3141269-197a-4e83-99f0-3787108fd503] received +2025-10-03 12:24:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3141269-197a-4e83-99f0-3787108fd503] succeeded in 0.002547906944528222s: None +2025-10-03 12:24:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e57aea1-07f1-40f0-8f7e-35eb4753afdc] received +2025-10-03 12:24:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e57aea1-07f1-40f0-8f7e-35eb4753afdc] succeeded in 0.0023395430762320757s: None +2025-10-03 12:24:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d01fafb-4258-4d52-be2f-b73fb4612f4b] received +2025-10-03 12:24:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d01fafb-4258-4d52-be2f-b73fb4612f4b] succeeded in 0.002230500103905797s: None +2025-10-03 12:24:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae3f62c8-be62-4367-8043-05515444940e] received +2025-10-03 12:24:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae3f62c8-be62-4367-8043-05515444940e] succeeded in 0.002324898960068822s: None +2025-10-03 12:24:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bed03867-cc24-4f02-add1-40f44302ce9c] received +2025-10-03 12:24:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bed03867-cc24-4f02-add1-40f44302ce9c] succeeded in 0.00298239104449749s: None +2025-10-03 12:24:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[605c15f7-ce6f-409e-b20d-ec4004586d72] received +2025-10-03 12:24:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[605c15f7-ce6f-409e-b20d-ec4004586d72] succeeded in 0.0025972609873861074s: None +2025-10-03 12:24:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9a43ab1-ad60-4c4e-9ca9-f812680ebc69] received +2025-10-03 12:24:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9a43ab1-ad60-4c4e-9ca9-f812680ebc69] succeeded in 0.0023255839478224516s: None +2025-10-03 12:24:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[878ceb4b-6a90-4376-9fcb-4ed5f957ef3d] received +2025-10-03 12:24:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[878ceb4b-6a90-4376-9fcb-4ed5f957ef3d] succeeded in 0.0022327478509396315s: None +2025-10-03 12:24:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[327c15fa-2946-42f8-b025-9bcd63c7b682] received +2025-10-03 12:24:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[327c15fa-2946-42f8-b025-9bcd63c7b682] succeeded in 0.002476736903190613s: None +2025-10-03 12:24:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e57c9a1-16e9-40fa-9fa5-7c7337ca8721] received +2025-10-03 12:24:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e57c9a1-16e9-40fa-9fa5-7c7337ca8721] succeeded in 0.0020469941664487123s: None +2025-10-03 12:24:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f8e3fa2-d075-452b-b6d4-cde99d1ea54c] received +2025-10-03 12:24:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f8e3fa2-d075-452b-b6d4-cde99d1ea54c] succeeded in 0.0022478532046079636s: None +2025-10-03 12:24:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14331e06-0969-4d0c-844f-0503fb4fe217] received +2025-10-03 12:24:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14331e06-0969-4d0c-844f-0503fb4fe217] succeeded in 0.002110803034156561s: None +2025-10-03 12:24:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd103efc-56f2-4e09-9887-2e90024a63a2] received +2025-10-03 12:24:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd103efc-56f2-4e09-9887-2e90024a63a2] succeeded in 0.002187365898862481s: None +2025-10-03 12:24:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9aa5f719-5314-42bf-b21d-aa2016f0c09d] received +2025-10-03 12:24:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9aa5f719-5314-42bf-b21d-aa2016f0c09d] succeeded in 0.0020752428099513054s: None +2025-10-03 12:24:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85d76bd7-545b-4cd1-9ce5-c369f730334d] received +2025-10-03 12:24:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85d76bd7-545b-4cd1-9ce5-c369f730334d] succeeded in 0.0024015740491449833s: None +2025-10-03 12:24:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f5283fe-4767-4182-b8f8-ceed976214c3] received +2025-10-03 12:24:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f5283fe-4767-4182-b8f8-ceed976214c3] succeeded in 0.002356674987822771s: None +2025-10-03 12:24:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f12de5cb-277d-455a-bf5e-3076a6bf8392] received +2025-10-03 12:24:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f12de5cb-277d-455a-bf5e-3076a6bf8392] succeeded in 0.007112014107406139s: None +2025-10-03 12:24:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83eaa85d-1fe4-490b-b199-4f426d3cf2a7] received +2025-10-03 12:24:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83eaa85d-1fe4-490b-b199-4f426d3cf2a7] succeeded in 0.0027461410500109196s: None +2025-10-03 12:24:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51bbbcfe-1813-4efe-827e-7ea2015bc07b] received +2025-10-03 12:24:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51bbbcfe-1813-4efe-827e-7ea2015bc07b] succeeded in 0.0028667671140283346s: None +2025-10-03 12:24:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78a85c81-f119-4280-bfa9-93e7b7a04def] received +2025-10-03 12:24:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78a85c81-f119-4280-bfa9-93e7b7a04def] succeeded in 0.0023743940982967615s: None +2025-10-03 12:24:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9747e0a-6d26-41d3-8857-7ae05efdcb74] received +2025-10-03 12:24:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9747e0a-6d26-41d3-8857-7ae05efdcb74] succeeded in 0.002626399975270033s: None +2025-10-03 12:24:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41644c2c-8daf-4206-99aa-59eae009cd42] received +2025-10-03 12:24:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41644c2c-8daf-4206-99aa-59eae009cd42] succeeded in 0.002202402101829648s: None +2025-10-03 12:24:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:24:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:24:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b625e66-2e2d-4e43-b2e9-f15e3d6b2932] received +2025-10-03 12:24:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b625e66-2e2d-4e43-b2e9-f15e3d6b2932] succeeded in 0.0025410018861293793s: None +2025-10-03 12:24:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23af7a7a-b8b3-412b-9c93-26557101b357] received +2025-10-03 12:25:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23af7a7a-b8b3-412b-9c93-26557101b357] succeeded in 0.002449790947139263s: None +2025-10-03 12:25:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[409f7a88-2273-407c-9634-ab4c87def4d1] received +2025-10-03 12:25:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[409f7a88-2273-407c-9634-ab4c87def4d1] succeeded in 0.0023603078443557024s: None +2025-10-03 12:25:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d9bc9b7-dbdd-45b4-b136-59d44709ae00] received +2025-10-03 12:25:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d9bc9b7-dbdd-45b4-b136-59d44709ae00] succeeded in 0.0020843339152634144s: None +2025-10-03 12:25:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee52e3c6-04e9-4f08-bcb5-e62549de8f4d] received +2025-10-03 12:25:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee52e3c6-04e9-4f08-bcb5-e62549de8f4d] succeeded in 0.002254496095702052s: None +2025-10-03 12:25:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[beca7448-b74d-4d80-9e77-103bd7c5150e] received +2025-10-03 12:25:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[beca7448-b74d-4d80-9e77-103bd7c5150e] succeeded in 0.0019513010047376156s: None +2025-10-03 12:25:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa395884-73a1-460b-9bb2-89a4928a74e0] received +2025-10-03 12:25:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa395884-73a1-460b-9bb2-89a4928a74e0] succeeded in 0.002330244053155184s: None +2025-10-03 12:25:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b36b728e-c305-461b-b519-00ac41e02187] received +2025-10-03 12:25:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b36b728e-c305-461b-b519-00ac41e02187] succeeded in 0.0024709939025342464s: None +2025-10-03 12:25:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e25303b-6d02-4f35-9d46-fdc36c65005c] received +2025-10-03 12:25:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e25303b-6d02-4f35-9d46-fdc36c65005c] succeeded in 0.0019659509416669607s: None +2025-10-03 12:25:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98084677-5c1e-47f7-8d54-bd748974ff3f] received +2025-10-03 12:25:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98084677-5c1e-47f7-8d54-bd748974ff3f] succeeded in 0.002111378824338317s: None +2025-10-03 12:25:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e840e0e6-d7b5-4025-8d02-608768db9fb2] received +2025-10-03 12:25:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e840e0e6-d7b5-4025-8d02-608768db9fb2] succeeded in 0.002100232057273388s: None +2025-10-03 12:25:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2d17dcb-c9e2-4626-8dca-993d8edb8c76] received +2025-10-03 12:25:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2d17dcb-c9e2-4626-8dca-993d8edb8c76] succeeded in 0.00196989718824625s: None +2025-10-03 12:25:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:25:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5cb4ef9e-d345-4377-8b93-a86c1ece7997] received +2025-10-03 12:25:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5cb4ef9e-d345-4377-8b93-a86c1ece7997] succeeded in 0.0021720980294048786s: None +2025-10-03 12:25:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:25:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:25:30 [INFO] Celery[DW-STDERR]: Storing track 'Thnks fr th Mmrs' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:25:30 [INFO] Celery[DW-STDERR]: Successfully stored track 'Thnks fr th Mmrs' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:25:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:25:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7b4d893-282a-4c7c-826f-b0877512f4da] received +2025-10-03 12:25:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7b4d893-282a-4c7c-826f-b0877512f4da] succeeded in 0.0028637321665883064s: None +2025-10-03 12:25:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing skipped track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:26:17 [INFO] Celery[DW-STDERR]: Storing track 'Bring Me To Life' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:26:17 [INFO] Celery[DW-STDERR]: Successfully stored track 'Bring Me To Life' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:26:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 skipped: Unknown - Unknown +2025-10-03 12:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f31d823e-9cde-4ef8-ac2d-17beee9da18b] received +2025-10-03 12:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f31d823e-9cde-4ef8-ac2d-17beee9da18b] succeeded in 0.0024159359745681286s: None +2025-10-03 12:26:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:26:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbd6f8ea-e556-468e-b884-702f10c76f6b] received +2025-10-03 12:26:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbd6f8ea-e556-468e-b884-702f10c76f6b] succeeded in 0.0026321890763938427s: None +2025-10-03 12:26:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24a3612a-5575-4799-b0b5-0965b713888f] received +2025-10-03 12:26:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24a3612a-5575-4799-b0b5-0965b713888f] succeeded in 0.0022234539501369s: None +2025-10-03 12:26:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61e3e536-3145-4890-bf6c-60edaa7aafb7] received +2025-10-03 12:26:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61e3e536-3145-4890-bf6c-60edaa7aafb7] succeeded in 0.002737540053203702s: None +2025-10-03 12:26:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22fac8d3-c692-40d5-be85-0e7ff08e77bc] received +2025-10-03 12:26:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22fac8d3-c692-40d5-be85-0e7ff08e77bc] succeeded in 0.0023282640613615513s: None +2025-10-03 12:26:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7c6fdda-41a1-4955-886c-cefe2bf9b0a0] received +2025-10-03 12:26:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7c6fdda-41a1-4955-886c-cefe2bf9b0a0] succeeded in 0.002466025995090604s: None +2025-10-03 12:26:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff7740dd-48c7-490c-aff5-cb121a20587c] received +2025-10-03 12:26:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff7740dd-48c7-490c-aff5-cb121a20587c] succeeded in 0.0025229980237782s: None +2025-10-03 12:26:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54a7f293-8e1b-4267-857b-bc95efce5d0f] received +2025-10-03 12:26:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54a7f293-8e1b-4267-857b-bc95efce5d0f] succeeded in 0.0024375268258154392s: None +2025-10-03 12:26:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22e377a6-07d1-41c7-9941-68785c9a577b] received +2025-10-03 12:26:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22e377a6-07d1-41c7-9941-68785c9a577b] succeeded in 0.0028098770417273045s: None +2025-10-03 12:26:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59ec441d-1a5c-44e9-a226-cd9a0a49f1e7] received +2025-10-03 12:26:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59ec441d-1a5c-44e9-a226-cd9a0a49f1e7] succeeded in 0.002248450880870223s: None +2025-10-03 12:26:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[284d02a1-429b-470c-83a1-e017f999d7cf] received +2025-10-03 12:26:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[284d02a1-429b-470c-83a1-e017f999d7cf] succeeded in 0.002246713964268565s: None +2025-10-03 12:26:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16e43e2c-d49e-46e2-84c6-dbebd712cc33] received +2025-10-03 12:26:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16e43e2c-d49e-46e2-84c6-dbebd712cc33] succeeded in 0.001950250007212162s: None +2025-10-03 12:26:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6fc5d4f-defb-48e9-b178-2b0389e9580d] received +2025-10-03 12:26:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6fc5d4f-defb-48e9-b178-2b0389e9580d] succeeded in 0.0023601939901709557s: None +2025-10-03 12:26:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac5faf76-7639-446e-a02c-e36381dd3393] received +2025-10-03 12:26:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac5faf76-7639-446e-a02c-e36381dd3393] succeeded in 0.001977285137400031s: None +2025-10-03 12:26:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f903f7d-8088-48b9-9363-f22c3c34f564] received +2025-10-03 12:26:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f903f7d-8088-48b9-9363-f22c3c34f564] succeeded in 0.0034330678172409534s: None +2025-10-03 12:26:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee498c14-b1f9-47f9-b688-74a9045d2282] received +2025-10-03 12:26:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee498c14-b1f9-47f9-b688-74a9045d2282] succeeded in 0.0022325748577713966s: None +2025-10-03 12:26:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e760476-0530-4296-be33-9910c755597a] received +2025-10-03 12:26:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e760476-0530-4296-be33-9910c755597a] succeeded in 0.0020708239171653986s: None +2025-10-03 12:26:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddc0709b-dd0c-4b40-89d4-84f3c63f4c6f] received +2025-10-03 12:26:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddc0709b-dd0c-4b40-89d4-84f3c63f4c6f] succeeded in 0.002773927990347147s: None +2025-10-03 12:26:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a04b929-504a-4270-80f8-17806d6f6c57] received +2025-10-03 12:26:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a04b929-504a-4270-80f8-17806d6f6c57] succeeded in 0.002316311001777649s: None +2025-10-03 12:26:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[143dd01f-5a28-4fba-b99d-8506f8a78473] received +2025-10-03 12:26:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[143dd01f-5a28-4fba-b99d-8506f8a78473] succeeded in 0.002113794907927513s: None +2025-10-03 12:26:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8972c990-19be-4361-935a-935a00531362] received +2025-10-03 12:26:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8972c990-19be-4361-935a-935a00531362] succeeded in 0.0021864830050617456s: None +2025-10-03 12:26:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5efdad4-6222-4295-a6e4-3a1a664e28e1] received +2025-10-03 12:26:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5efdad4-6222-4295-a6e4-3a1a664e28e1] succeeded in 0.0022711080964654684s: None +2025-10-03 12:26:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:26:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:26:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7354fb25-bb95-42e7-a891-c81992b2bec3] received +2025-10-03 12:26:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7354fb25-bb95-42e7-a891-c81992b2bec3] succeeded in 0.002106758998706937s: None +2025-10-03 12:26:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df4bae39-a3f0-429f-b3bb-6a636f4b444c] received +2025-10-03 12:27:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df4bae39-a3f0-429f-b3bb-6a636f4b444c] succeeded in 0.0019436818547546864s: None +2025-10-03 12:27:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[392140eb-0598-44ab-be9a-b6e6b75dd314] received +2025-10-03 12:27:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[392140eb-0598-44ab-be9a-b6e6b75dd314] succeeded in 0.0024515760596841574s: None +2025-10-03 12:27:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67496b91-e609-4db8-87b9-056babf6b148] received +2025-10-03 12:27:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67496b91-e609-4db8-87b9-056babf6b148] succeeded in 0.002024289919063449s: None +2025-10-03 12:27:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f2928c-bb10-4a9d-97b5-2ce51c2b0551] received +2025-10-03 12:27:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f2928c-bb10-4a9d-97b5-2ce51c2b0551] succeeded in 0.0028043179772794247s: None +2025-10-03 12:27:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8986b2b5-146f-4a1b-bd34-a71810b6b3d7] received +2025-10-03 12:27:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8986b2b5-146f-4a1b-bd34-a71810b6b3d7] succeeded in 0.00235258718021214s: None +2025-10-03 12:27:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4021f35-ed19-463e-af6f-ca7fcae6db86] received +2025-10-03 12:27:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4021f35-ed19-463e-af6f-ca7fcae6db86] succeeded in 0.002455217996612191s: None +2025-10-03 12:27:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40006dfd-1a01-4df3-bcdd-8e0e9525bedc] received +2025-10-03 12:27:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40006dfd-1a01-4df3-bcdd-8e0e9525bedc] succeeded in 0.0020732248667627573s: None +2025-10-03 12:27:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3afad10-42d6-4162-a740-ff80e29c8b93] received +2025-10-03 12:27:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3afad10-42d6-4162-a740-ff80e29c8b93] succeeded in 0.0024880999699234962s: None +2025-10-03 12:27:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00e0adbd-bb58-4196-82a7-fe83a5d43e11] received +2025-10-03 12:27:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00e0adbd-bb58-4196-82a7-fe83a5d43e11] succeeded in 0.0022938151378184557s: None +2025-10-03 12:27:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42b2379b-de88-42cb-8f81-c94a14fe101d] received +2025-10-03 12:27:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42b2379b-de88-42cb-8f81-c94a14fe101d] succeeded in 0.002351938048377633s: None +2025-10-03 12:27:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1ebb0cc-228e-4be2-a6ad-6bb070630c2c] received +2025-10-03 12:27:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1ebb0cc-228e-4be2-a6ad-6bb070630c2c] succeeded in 0.002201426075771451s: None +2025-10-03 12:27:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7c2ce1a-dbc4-4e1e-aa97-9a4a22aedebe] received +2025-10-03 12:27:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7c2ce1a-dbc4-4e1e-aa97-9a4a22aedebe] succeeded in 0.0021738840732723475s: None +2025-10-03 12:27:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e7adc4f-6f00-434e-ac2a-9bbabcb4a88e] received +2025-10-03 12:27:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e7adc4f-6f00-434e-ac2a-9bbabcb4a88e] succeeded in 0.002355462871491909s: None +2025-10-03 12:27:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d770005b-a241-46cb-bb89-a310ece3bf62] received +2025-10-03 12:27:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d770005b-a241-46cb-bb89-a310ece3bf62] succeeded in 0.002580083906650543s: None +2025-10-03 12:27:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2559563e-c1e0-4a10-b4a9-100b637cb4f2] received +2025-10-03 12:27:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2559563e-c1e0-4a10-b4a9-100b637cb4f2] succeeded in 0.00226239999756217s: None +2025-10-03 12:27:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d8ad5ca-7b35-4f04-979b-d9e782b964df] received +2025-10-03 12:27:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d8ad5ca-7b35-4f04-979b-d9e782b964df] succeeded in 0.0025117979384958744s: None +2025-10-03 12:27:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6883d2b-2ee9-4869-9fbd-ead57635333e] received +2025-10-03 12:27:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6883d2b-2ee9-4869-9fbd-ead57635333e] succeeded in 0.0029058828949928284s: None +2025-10-03 12:27:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbfa0c4d-31dd-4cd3-affd-085a35f632f4] received +2025-10-03 12:27:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbfa0c4d-31dd-4cd3-affd-085a35f632f4] succeeded in 0.0023672038223594427s: None +2025-10-03 12:27:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4366ffde-3ec1-4a87-917f-ee64b49b3e8e] received +2025-10-03 12:27:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4366ffde-3ec1-4a87-917f-ee64b49b3e8e] succeeded in 0.0020587299950420856s: None +2025-10-03 12:27:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[051742d8-c172-47da-9959-8c16c49ccc68] received +2025-10-03 12:27:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[051742d8-c172-47da-9959-8c16c49ccc68] succeeded in 0.002956761047244072s: None +2025-10-03 12:27:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef18258c-ce28-4ac2-9da9-f1c3809bb32a] received +2025-10-03 12:27:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef18258c-ce28-4ac2-9da9-f1c3809bb32a] succeeded in 0.002254609949886799s: None +2025-10-03 12:27:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62fa09e1-f9f2-4f6a-921a-a55169813576] received +2025-10-03 12:27:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62fa09e1-f9f2-4f6a-921a-a55169813576] succeeded in 0.002471876796334982s: None +2025-10-03 12:27:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[445ab6fb-1c4b-4a6f-8901-906d262870d7] received +2025-10-03 12:27:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[445ab6fb-1c4b-4a6f-8901-906d262870d7] succeeded in 0.0029733760748058558s: None +2025-10-03 12:27:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f888011d-725c-49f5-8dcd-cd686d10d597] received +2025-10-03 12:27:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f888011d-725c-49f5-8dcd-cd686d10d597] succeeded in 0.0019429060630500317s: None +2025-10-03 12:27:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cd6c1f3-6451-4780-b1ae-8e3194686763] received +2025-10-03 12:27:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cd6c1f3-6451-4780-b1ae-8e3194686763] succeeded in 0.0023099228274077177s: None +2025-10-03 12:27:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60f0cb6e-2e6a-48b1-9943-0dc4bbb89377] received +2025-10-03 12:27:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60f0cb6e-2e6a-48b1-9943-0dc4bbb89377] succeeded in 0.0022923301439732313s: None +2025-10-03 12:27:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6903ddec-d79f-4e1e-92a2-83dca3bc6200] received +2025-10-03 12:27:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6903ddec-d79f-4e1e-92a2-83dca3bc6200] succeeded in 0.0023178299888968468s: None +2025-10-03 12:27:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4077e5fc-bbbc-4a93-b410-d5d041d4467c] received +2025-10-03 12:27:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4077e5fc-bbbc-4a93-b410-d5d041d4467c] succeeded in 0.002832254162058234s: None +2025-10-03 12:27:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:27:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:27:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[437d0c4d-e71f-4b6e-8912-aaab694d2625] received +2025-10-03 12:27:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[437d0c4d-e71f-4b6e-8912-aaab694d2625] succeeded in 0.0023583369329571724s: None +2025-10-03 12:27:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42f8e320-0b8a-4376-aada-d29afab9105b] received +2025-10-03 12:28:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42f8e320-0b8a-4376-aada-d29afab9105b] succeeded in 0.001922497060149908s: None +2025-10-03 12:28:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4cbd5e8f-b4fc-4d1d-a7a3-052e4cae14e2] received +2025-10-03 12:28:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4cbd5e8f-b4fc-4d1d-a7a3-052e4cae14e2] succeeded in 0.0013456239830702543s: None +2025-10-03 12:28:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[236678ec-4324-44ce-8c67-2787f885d0fa] received +2025-10-03 12:28:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[236678ec-4324-44ce-8c67-2787f885d0fa] succeeded in 0.0022589920554310083s: None +2025-10-03 12:28:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6df7a481-4179-41e1-90a2-dbf311586e79] received +2025-10-03 12:28:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6df7a481-4179-41e1-90a2-dbf311586e79] succeeded in 0.0022094808518886566s: None +2025-10-03 12:28:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9242840c-2ce8-4332-89e8-d3667741d173] received +2025-10-03 12:28:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9242840c-2ce8-4332-89e8-d3667741d173] succeeded in 0.002318290062248707s: None +2025-10-03 12:28:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12ec6160-18cb-4d03-bcac-c5d116e9e100] received +2025-10-03 12:28:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12ec6160-18cb-4d03-bcac-c5d116e9e100] succeeded in 0.002336852950975299s: None +2025-10-03 12:28:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed59e132-a5f4-4154-b2e8-22065f13bea2] received +2025-10-03 12:28:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed59e132-a5f4-4154-b2e8-22065f13bea2] succeeded in 0.0025335890240967274s: None +2025-10-03 12:28:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d2f8036-40b0-438b-94f9-d6718e917ee9] received +2025-10-03 12:28:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d2f8036-40b0-438b-94f9-d6718e917ee9] succeeded in 0.001017883187159896s: None +2025-10-03 12:28:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef4a8ef7-3fa6-4a56-bf12-33b763a9ebea] received +2025-10-03 12:28:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef4a8ef7-3fa6-4a56-bf12-33b763a9ebea] succeeded in 0.0020856091286987066s: None +2025-10-03 12:28:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[decc1596-206f-41bf-bbbd-a2d6f340811b] received +2025-10-03 12:28:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[decc1596-206f-41bf-bbbd-a2d6f340811b] succeeded in 0.0025688400492072105s: None +2025-10-03 12:28:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60256036-3c75-4051-9206-f6e6d8471c9d] received +2025-10-03 12:28:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60256036-3c75-4051-9206-f6e6d8471c9d] succeeded in 0.0020149541087448597s: None +2025-10-03 12:28:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[608bd383-ed8b-4a3d-85a1-5cf2f13e4928] received +2025-10-03 12:28:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[608bd383-ed8b-4a3d-85a1-5cf2f13e4928] succeeded in 0.0020028629805892706s: None +2025-10-03 12:28:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[351d0ab6-572f-4cc3-ba2f-ce8ed9c406cb] received +2025-10-03 12:28:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[351d0ab6-572f-4cc3-ba2f-ce8ed9c406cb] succeeded in 0.002458545146510005s: None +2025-10-03 12:28:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0256d8f5-9cf3-4153-81ad-7b80cb633894] received +2025-10-03 12:28:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0256d8f5-9cf3-4153-81ad-7b80cb633894] succeeded in 0.002077189041301608s: None +2025-10-03 12:28:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19eccba5-b66d-4631-802e-0d8a57737d6f] received +2025-10-03 12:28:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19eccba5-b66d-4631-802e-0d8a57737d6f] succeeded in 0.0024580529425293207s: None +2025-10-03 12:28:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b538776-0eac-410b-b9cd-43622015874c] received +2025-10-03 12:28:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b538776-0eac-410b-b9cd-43622015874c] succeeded in 0.002468966878950596s: None +2025-10-03 12:28:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c72852f-fb4c-440c-b178-4453660268dd] received +2025-10-03 12:28:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c72852f-fb4c-440c-b178-4453660268dd] succeeded in 0.0021589649841189384s: None +2025-10-03 12:28:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94438109-5efd-4e27-93c1-20898ce73c57] received +2025-10-03 12:28:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94438109-5efd-4e27-93c1-20898ce73c57] succeeded in 0.002332272008061409s: None +2025-10-03 12:28:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c9f3888-30e3-43e4-9062-95b87222b81b] received +2025-10-03 12:28:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c9f3888-30e3-43e4-9062-95b87222b81b] succeeded in 0.0028007898945361376s: None +2025-10-03 12:28:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cb4f69e-638f-4a2e-a8f1-4f13f92b4c30] received +2025-10-03 12:28:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cb4f69e-638f-4a2e-a8f1-4f13f92b4c30] succeeded in 0.0023978380486369133s: None +2025-10-03 12:28:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[587f5b55-207d-4b53-ba16-00f3f369fe9e] received +2025-10-03 12:28:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[587f5b55-207d-4b53-ba16-00f3f369fe9e] succeeded in 0.002186728874221444s: None +2025-10-03 12:28:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a0d2ca9-f6c1-45f0-89fa-448b4f86e7c5] received +2025-10-03 12:28:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a0d2ca9-f6c1-45f0-89fa-448b4f86e7c5] succeeded in 0.0025271030608564615s: None +2025-10-03 12:28:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67ab4459-db93-44a9-9352-8e55c22a853c] received +2025-10-03 12:28:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67ab4459-db93-44a9-9352-8e55c22a853c] succeeded in 0.002375665819272399s: None +2025-10-03 12:28:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8374f995-c14d-4718-848c-68f7ea0e84b5] received +2025-10-03 12:28:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8374f995-c14d-4718-848c-68f7ea0e84b5] succeeded in 0.0021354700438678265s: None +2025-10-03 12:28:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82ae2237-1c30-43b8-ba51-14a09f824a31] received +2025-10-03 12:28:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82ae2237-1c30-43b8-ba51-14a09f824a31] succeeded in 0.0023763899225741625s: None +2025-10-03 12:28:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64ca230e-e6e5-4d9b-937b-36e834432928] received +2025-10-03 12:28:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64ca230e-e6e5-4d9b-937b-36e834432928] succeeded in 0.002600767184048891s: None +2025-10-03 12:28:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5678904-f914-4942-bfcf-e9673a2edfe4] received +2025-10-03 12:28:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5678904-f914-4942-bfcf-e9673a2edfe4] succeeded in 0.002404577098786831s: None +2025-10-03 12:28:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee15c43-0b89-4e13-8f2a-c5ee696bd756] received +2025-10-03 12:28:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee15c43-0b89-4e13-8f2a-c5ee696bd756] succeeded in 0.0022315410897135735s: None +2025-10-03 12:28:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:28:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:28:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82a9d463-a060-41af-9a44-107e3ac3ca2a] received +2025-10-03 12:28:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82a9d463-a060-41af-9a44-107e3ac3ca2a] succeeded in 0.010482776211574674s: None +2025-10-03 12:28:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b73c97bf-f74e-48a5-a965-755fe9673dda] received +2025-10-03 12:29:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b73c97bf-f74e-48a5-a965-755fe9673dda] succeeded in 0.002457255031913519s: None +2025-10-03 12:29:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff475a46-9d93-4e85-9e82-ffceffdddf67] received +2025-10-03 12:29:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff475a46-9d93-4e85-9e82-ffceffdddf67] succeeded in 0.0024439881090074778s: None +2025-10-03 12:29:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53795463-bc06-42f1-b89c-c50a4a52e6ec] received +2025-10-03 12:29:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53795463-bc06-42f1-b89c-c50a4a52e6ec] succeeded in 0.0025299082044512033s: None +2025-10-03 12:29:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74653d37-414e-4c74-8a6f-245a6f22b4e6] received +2025-10-03 12:29:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74653d37-414e-4c74-8a6f-245a6f22b4e6] succeeded in 0.0022347308695316315s: None +2025-10-03 12:29:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c0523d9-9b79-490c-8f45-801460cd4786] received +2025-10-03 12:29:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c0523d9-9b79-490c-8f45-801460cd4786] succeeded in 0.002337356097996235s: None +2025-10-03 12:29:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74bf4842-5e82-42ba-a23f-71803f790d07] received +2025-10-03 12:29:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74bf4842-5e82-42ba-a23f-71803f790d07] succeeded in 0.0023517569061368704s: None +2025-10-03 12:29:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1ad2425-06b3-4529-90e4-57a6e694e8e7] received +2025-10-03 12:29:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1ad2425-06b3-4529-90e4-57a6e694e8e7] succeeded in 0.002162664895877242s: None +2025-10-03 12:29:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[733cb41d-0d58-4e5e-8785-e7b366de280c] received +2025-10-03 12:29:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[733cb41d-0d58-4e5e-8785-e7b366de280c] succeeded in 0.002749274019151926s: None +2025-10-03 12:29:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8db14cec-db0d-4450-bd72-dac911150b61] received +2025-10-03 12:29:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8db14cec-db0d-4450-bd72-dac911150b61] succeeded in 0.0022798010613769293s: None +2025-10-03 12:29:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c609ab9-11f6-4d7c-968c-ad513eed5f66] received +2025-10-03 12:29:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c609ab9-11f6-4d7c-968c-ad513eed5f66] succeeded in 0.0023196011316031218s: None +2025-10-03 12:29:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dee8d434-25d5-4331-a4ec-a9ed2fe1cf20] received +2025-10-03 12:29:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dee8d434-25d5-4331-a4ec-a9ed2fe1cf20] succeeded in 0.002483476884663105s: None +2025-10-03 12:29:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f9ebf8e-86c3-4ff4-b8eb-398ec8d7cb64] received +2025-10-03 12:29:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f9ebf8e-86c3-4ff4-b8eb-398ec8d7cb64] succeeded in 0.0020387121476233006s: None +2025-10-03 12:29:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a7b0a80-4cfc-44ec-868c-7e3d5c4eb8c6] received +2025-10-03 12:29:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a7b0a80-4cfc-44ec-868c-7e3d5c4eb8c6] succeeded in 0.001991641940549016s: None +2025-10-03 12:29:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42ff9f23-57dc-4c70-bfe0-47bbda5389eb] received +2025-10-03 12:29:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42ff9f23-57dc-4c70-bfe0-47bbda5389eb] succeeded in 0.002240232890471816s: None +2025-10-03 12:29:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[292ecafc-cbb2-466a-8721-2cec40ef79c1] received +2025-10-03 12:29:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[292ecafc-cbb2-466a-8721-2cec40ef79c1] succeeded in 0.0032296800054609776s: None +2025-10-03 12:29:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b385d1a9-2464-4b29-8295-7abd861f2060] received +2025-10-03 12:29:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b385d1a9-2464-4b29-8295-7abd861f2060] succeeded in 0.0023835848551243544s: None +2025-10-03 12:29:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[109c738a-e2a9-484e-9a12-14248a2d71f6] received +2025-10-03 12:29:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[109c738a-e2a9-484e-9a12-14248a2d71f6] succeeded in 0.002079952973872423s: None +2025-10-03 12:29:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddf6be06-be00-4169-ac87-43d173254408] received +2025-10-03 12:29:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddf6be06-be00-4169-ac87-43d173254408] succeeded in 0.002482715994119644s: None +2025-10-03 12:29:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb940c71-24d1-4b81-885c-c7d8a39298fc] received +2025-10-03 12:29:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb940c71-24d1-4b81-885c-c7d8a39298fc] succeeded in 0.0024757739156484604s: None +2025-10-03 12:29:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b22ff252-f556-402d-878a-28bb975d3609] received +2025-10-03 12:29:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b22ff252-f556-402d-878a-28bb975d3609] succeeded in 0.002416060073301196s: None +2025-10-03 12:29:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:29:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2634c724-a277-49b0-9619-5a5da6dfb9c5] received +2025-10-03 12:29:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2634c724-a277-49b0-9619-5a5da6dfb9c5] succeeded in 0.002361362101510167s: None +2025-10-03 12:29:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:29:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:29:48 [INFO] Celery[DW-STDERR]: Storing track 'The Great Escape' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:29:48 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Great Escape' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:29:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:29:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd00436-3eca-48d2-bf48-5e29a02f4d26] received +2025-10-03 12:29:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd00436-3eca-48d2-bf48-5e29a02f4d26] succeeded in 0.0026804630178958178s: None +2025-10-03 12:29:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:30:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:30:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f7faf49-4976-4b17-8323-7811ed61c54c] received +2025-10-03 12:30:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f7faf49-4976-4b17-8323-7811ed61c54c] succeeded in 0.002253212034702301s: None +2025-10-03 12:30:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06d6c4c0-b358-4081-939b-84c5d8ed9f22] received +2025-10-03 12:30:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06d6c4c0-b358-4081-939b-84c5d8ed9f22] succeeded in 0.002041348023340106s: None +2025-10-03 12:30:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c6a7e8a-9fb8-4da3-8469-a1848f7d3839] received +2025-10-03 12:30:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c6a7e8a-9fb8-4da3-8469-a1848f7d3839] succeeded in 0.002611182164400816s: None +2025-10-03 12:30:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d6386de-e6cc-4998-9fa0-ae5950973acf] received +2025-10-03 12:30:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d6386de-e6cc-4998-9fa0-ae5950973acf] succeeded in 0.0024890140630304813s: None +2025-10-03 12:30:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1353f575-80a1-457e-af4a-2e694d33cf55] received +2025-10-03 12:30:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1353f575-80a1-457e-af4a-2e694d33cf55] succeeded in 0.002186933998018503s: None +2025-10-03 12:30:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6484638-54fc-46f9-8fd0-897695b54421] received +2025-10-03 12:30:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6484638-54fc-46f9-8fd0-897695b54421] succeeded in 0.002057889010757208s: None +2025-10-03 12:30:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54b7fc82-0ba3-4af9-8845-a5dc3bfec3d6] received +2025-10-03 12:30:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54b7fc82-0ba3-4af9-8845-a5dc3bfec3d6] succeeded in 0.0022039939649403095s: None +2025-10-03 12:30:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9db638ea-ae09-43c0-bb35-fbbd1dba1a2f] received +2025-10-03 12:30:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9db638ea-ae09-43c0-bb35-fbbd1dba1a2f] succeeded in 0.0026947378646582365s: None +2025-10-03 12:30:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba2b89f-f9a1-4cc4-b2af-b4749c38a1e1] received +2025-10-03 12:30:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ba2b89f-f9a1-4cc4-b2af-b4749c38a1e1] succeeded in 0.0020927810110151768s: None +2025-10-03 12:30:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6d60026-a1c2-44c7-9e06-1a0bda5b112c] received +2025-10-03 12:30:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6d60026-a1c2-44c7-9e06-1a0bda5b112c] succeeded in 0.0025240511167794466s: None +2025-10-03 12:30:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7897264-dfbb-42b6-9b48-38118497b690] received +2025-10-03 12:30:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7897264-dfbb-42b6-9b48-38118497b690] succeeded in 0.002107037929818034s: None +2025-10-03 12:30:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f47a4f23-7446-411a-9ff1-880774b9e216] received +2025-10-03 12:30:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f47a4f23-7446-411a-9ff1-880774b9e216] succeeded in 0.002457517199218273s: None +2025-10-03 12:30:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af2e156c-d675-4857-9052-22f1757a0336] received +2025-10-03 12:30:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af2e156c-d675-4857-9052-22f1757a0336] succeeded in 0.0021568690426647663s: None +2025-10-03 12:30:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7919893-c10e-4dea-861c-8deb7e6e4214] received +2025-10-03 12:30:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7919893-c10e-4dea-861c-8deb7e6e4214] succeeded in 0.0030651758424937725s: None +2025-10-03 12:30:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afd47a0d-3578-4016-ae0c-c81445d726a3] received +2025-10-03 12:30:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afd47a0d-3578-4016-ae0c-c81445d726a3] succeeded in 0.0033754368778318167s: None +2025-10-03 12:30:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86e52009-ecc4-4505-b49a-68ccc12b0e51] received +2025-10-03 12:30:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86e52009-ecc4-4505-b49a-68ccc12b0e51] succeeded in 0.0027584729250520468s: None +2025-10-03 12:30:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73068b33-4c8e-4d68-85ae-04e6e38715f9] received +2025-10-03 12:30:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73068b33-4c8e-4d68-85ae-04e6e38715f9] succeeded in 0.002628968097269535s: None +2025-10-03 12:30:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49a2585f-a998-408d-b43c-87c836b1c3af] received +2025-10-03 12:30:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49a2585f-a998-408d-b43c-87c836b1c3af] succeeded in 0.002335849916562438s: None +2025-10-03 12:30:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea5b85f-12f7-490b-abe4-553c02934e56] received +2025-10-03 12:30:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea5b85f-12f7-490b-abe4-553c02934e56] succeeded in 0.0024183429777622223s: None +2025-10-03 12:30:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f9fa3ca-652d-429f-8555-c2e7b8ba7d2d] received +2025-10-03 12:30:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f9fa3ca-652d-429f-8555-c2e7b8ba7d2d] succeeded in 0.0023028519935905933s: None +2025-10-03 12:30:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[341d0290-4d02-49d7-8f4b-4c78745787ea] received +2025-10-03 12:30:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[341d0290-4d02-49d7-8f4b-4c78745787ea] succeeded in 0.002652368973940611s: None +2025-10-03 12:30:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb742e54-c392-4367-8070-76583e6f7be8] received +2025-10-03 12:30:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb742e54-c392-4367-8070-76583e6f7be8] succeeded in 0.0020684648770838976s: None +2025-10-03 12:30:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf9ed6f9-d148-4399-b62f-24c9419f9c8a] received +2025-10-03 12:30:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf9ed6f9-d148-4399-b62f-24c9419f9c8a] succeeded in 0.0023406329564750195s: None +2025-10-03 12:30:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[813b2b24-d3f2-4dc0-9ba6-41b2192cb4ed] received +2025-10-03 12:30:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[813b2b24-d3f2-4dc0-9ba6-41b2192cb4ed] succeeded in 0.002069025067612529s: None +2025-10-03 12:30:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ab4739d-cf5f-4b29-972a-4c713a98f840] received +2025-10-03 12:30:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ab4739d-cf5f-4b29-972a-4c713a98f840] succeeded in 0.0021419969853013754s: None +2025-10-03 12:30:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b925505-92c2-415b-a1e9-cd880fc32c54] received +2025-10-03 12:30:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b925505-92c2-415b-a1e9-cd880fc32c54] succeeded in 0.0020693938713520765s: None +2025-10-03 12:30:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98510e82-5843-4953-b744-b93d25cd0195] received +2025-10-03 12:30:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98510e82-5843-4953-b744-b93d25cd0195] succeeded in 0.002458364935591817s: None +2025-10-03 12:30:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:30:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:30:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c48852a-ec26-44ed-ac6c-a110fa40eef8] received +2025-10-03 12:30:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c48852a-ec26-44ed-ac6c-a110fa40eef8] succeeded in 0.0021336639765650034s: None +2025-10-03 12:30:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e0cb24e-d589-4145-9d91-b1461890b588] received +2025-10-03 12:31:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e0cb24e-d589-4145-9d91-b1461890b588] succeeded in 0.002428552834317088s: None +2025-10-03 12:31:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70c46a2c-761b-4779-9b0f-413128be319e] received +2025-10-03 12:31:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70c46a2c-761b-4779-9b0f-413128be319e] succeeded in 0.0022710980847477913s: None +2025-10-03 12:31:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[569e6fb2-70d0-434a-8da8-390f7916cb93] received +2025-10-03 12:31:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[569e6fb2-70d0-434a-8da8-390f7916cb93] succeeded in 0.002265121089294553s: None +2025-10-03 12:31:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74398434-7a81-4211-9dba-678026b146fd] received +2025-10-03 12:31:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74398434-7a81-4211-9dba-678026b146fd] succeeded in 0.0023767389357089996s: None +2025-10-03 12:31:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0cc84da3-df57-44ff-8752-f8f078d5bff5] received +2025-10-03 12:31:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0cc84da3-df57-44ff-8752-f8f078d5bff5] succeeded in 0.0024163550697267056s: None +2025-10-03 12:31:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[084f3354-3088-440c-bb9e-e8e9b66c886e] received +2025-10-03 12:31:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[084f3354-3088-440c-bb9e-e8e9b66c886e] succeeded in 0.002402137964963913s: None +2025-10-03 12:31:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d35de4e1-faaa-49ee-b2ea-3c50f9b0f945] received +2025-10-03 12:31:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d35de4e1-faaa-49ee-b2ea-3c50f9b0f945] succeeded in 0.0025040111504495144s: None +2025-10-03 12:31:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a64d984a-5aa2-4bf6-a906-7d1c09b98644] received +2025-10-03 12:31:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a64d984a-5aa2-4bf6-a906-7d1c09b98644] succeeded in 0.0020244859624654055s: None +2025-10-03 12:31:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a5dc91c-1d14-49b6-84a7-3fa96e64fdb6] received +2025-10-03 12:31:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a5dc91c-1d14-49b6-84a7-3fa96e64fdb6] succeeded in 0.0024860319681465626s: None +2025-10-03 12:31:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23268a3e-c68a-40af-8718-f9d40cdced4e] received +2025-10-03 12:31:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23268a3e-c68a-40af-8718-f9d40cdced4e] succeeded in 0.0025798690039664507s: None +2025-10-03 12:31:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[844df37f-2d22-4467-854e-eb3a43aa2c5a] received +2025-10-03 12:31:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[844df37f-2d22-4467-854e-eb3a43aa2c5a] succeeded in 0.0022783931344747543s: None +2025-10-03 12:31:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[934c2fc8-db1e-4824-9d36-ba1fed70b035] received +2025-10-03 12:31:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[934c2fc8-db1e-4824-9d36-ba1fed70b035] succeeded in 0.002015379024669528s: None +2025-10-03 12:31:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f59163e5-6bc1-4d9b-8642-8453d4123a33] received +2025-10-03 12:31:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f59163e5-6bc1-4d9b-8642-8453d4123a33] succeeded in 0.002034167991951108s: None +2025-10-03 12:31:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b350644c-d876-4af8-8984-8a709af061a4] received +2025-10-03 12:31:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b350644c-d876-4af8-8984-8a709af061a4] succeeded in 0.0023625940084457397s: None +2025-10-03 12:31:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe2ffd1c-4b5f-4d0f-9f0a-6a63974ab508] received +2025-10-03 12:31:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe2ffd1c-4b5f-4d0f-9f0a-6a63974ab508] succeeded in 0.0028481511399149895s: None +2025-10-03 12:31:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b3f0855-9535-4432-9ff5-1eb89d8957fa] received +2025-10-03 12:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b3f0855-9535-4432-9ff5-1eb89d8957fa] succeeded in 0.0025724750012159348s: None +2025-10-03 12:31:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85cbcb1d-c962-464e-9e4b-8cf9313eb471] received +2025-10-03 12:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85cbcb1d-c962-464e-9e4b-8cf9313eb471] succeeded in 0.0021420170087367296s: None +2025-10-03 12:31:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15e3c0c6-ec94-4071-9331-ebda05dae54b] received +2025-10-03 12:31:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15e3c0c6-ec94-4071-9331-ebda05dae54b] succeeded in 0.0024750600568950176s: None +2025-10-03 12:31:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05dcea21-7b5a-4cff-9049-803fad914748] received +2025-10-03 12:31:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05dcea21-7b5a-4cff-9049-803fad914748] succeeded in 0.002288582967594266s: None +2025-10-03 12:31:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d18d632-5780-4837-8453-1c227e76f86d] received +2025-10-03 12:31:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d18d632-5780-4837-8453-1c227e76f86d] succeeded in 0.0024403869174420834s: None +2025-10-03 12:31:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60affacc-63f2-4db7-85e0-743e5ff4000d] received +2025-10-03 12:31:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60affacc-63f2-4db7-85e0-743e5ff4000d] succeeded in 0.0027060580905526876s: None +2025-10-03 12:31:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b614b461-f258-42d0-84e6-e306f396c5a4] received +2025-10-03 12:31:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b614b461-f258-42d0-84e6-e306f396c5a4] succeeded in 0.001993156038224697s: None +2025-10-03 12:31:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5267272-79b9-4e58-9f86-cd984e5577ee] received +2025-10-03 12:31:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5267272-79b9-4e58-9f86-cd984e5577ee] succeeded in 0.002746680984273553s: None +2025-10-03 12:31:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9cd8b5e-1d2b-4576-aabe-5caba377de38] received +2025-10-03 12:31:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9cd8b5e-1d2b-4576-aabe-5caba377de38] succeeded in 0.002496042987331748s: None +2025-10-03 12:31:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b505c569-30d1-4fe1-892c-36b2a625d425] received +2025-10-03 12:31:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b505c569-30d1-4fe1-892c-36b2a625d425] succeeded in 0.0027346620336174965s: None +2025-10-03 12:31:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2221ac2d-6a43-4915-93c5-928f429ba78f] received +2025-10-03 12:31:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2221ac2d-6a43-4915-93c5-928f429ba78f] succeeded in 0.0023680098820477724s: None +2025-10-03 12:31:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eede5421-428c-4274-a1a6-aee80b63a5cc] received +2025-10-03 12:31:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eede5421-428c-4274-a1a6-aee80b63a5cc] succeeded in 0.0009897120762616396s: None +2025-10-03 12:31:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67e4a280-66ba-40ba-9b97-ead1ccbeac1c] received +2025-10-03 12:31:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67e4a280-66ba-40ba-9b97-ead1ccbeac1c] succeeded in 0.001977655105292797s: None +2025-10-03 12:31:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[211eeb79-9339-476f-be77-f511b967852b] received +2025-10-03 12:31:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[211eeb79-9339-476f-be77-f511b967852b] succeeded in 0.00240118894726038s: None +2025-10-03 12:31:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f65c7b8-0e60-4b96-8d58-cffd976179ce] received +2025-10-03 12:31:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f65c7b8-0e60-4b96-8d58-cffd976179ce] succeeded in 0.002357116201892495s: None +2025-10-03 12:31:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41ce684-d0ca-4cb6-8f85-018a4b40d2c2] received +2025-10-03 12:31:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41ce684-d0ca-4cb6-8f85-018a4b40d2c2] succeeded in 0.002040758030489087s: None +2025-10-03 12:31:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7795e6b7-babf-4f65-b8f3-c04d641bbe2e] received +2025-10-03 12:31:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7795e6b7-babf-4f65-b8f3-c04d641bbe2e] succeeded in 0.0022484310902655125s: None +2025-10-03 12:31:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:31:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:31:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1f5b1e8-b846-4ad0-898c-7499fea5deea] received +2025-10-03 12:31:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1f5b1e8-b846-4ad0-898c-7499fea5deea] succeeded in 0.0025396051350980997s: None +2025-10-03 12:31:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8d878f7-48c1-4b83-b820-9a083ebb9512] received +2025-10-03 12:32:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8d878f7-48c1-4b83-b820-9a083ebb9512] succeeded in 0.0017231970559805632s: None +2025-10-03 12:32:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2de1b94f-a6a1-4ae2-aeb6-9e369758754e] received +2025-10-03 12:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2de1b94f-a6a1-4ae2-aeb6-9e369758754e] succeeded in 0.0019193398766219616s: None +2025-10-03 12:32:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae20de6a-cdd5-4bd9-9bcd-e65b4c71f668] received +2025-10-03 12:32:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae20de6a-cdd5-4bd9-9bcd-e65b4c71f668] succeeded in 0.0024180400650948286s: None +2025-10-03 12:32:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0e7ceff-d0dd-4456-9a51-b9299059a6b6] received +2025-10-03 12:32:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0e7ceff-d0dd-4456-9a51-b9299059a6b6] succeeded in 0.00290204887278378s: None +2025-10-03 12:32:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01c897d0-0d29-4c20-abe9-3feae83996dc] received +2025-10-03 12:32:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01c897d0-0d29-4c20-abe9-3feae83996dc] succeeded in 0.0023275648709386587s: None +2025-10-03 12:32:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6c21b5e-4c5e-490e-a444-19cad269f3c3] received +2025-10-03 12:32:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6c21b5e-4c5e-490e-a444-19cad269f3c3] succeeded in 0.002531721955165267s: None +2025-10-03 12:32:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25eb09e3-39ce-40d2-9c70-2e4230a3209c] received +2025-10-03 12:32:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25eb09e3-39ce-40d2-9c70-2e4230a3209c] succeeded in 0.0022274719085544348s: None +2025-10-03 12:32:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b2a7144-fcaf-41bc-9ef9-359bea61a0d2] received +2025-10-03 12:32:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b2a7144-fcaf-41bc-9ef9-359bea61a0d2] succeeded in 0.002216966124251485s: None +2025-10-03 12:32:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12df8a92-290b-48b4-ad73-8d445ad6f6f0] received +2025-10-03 12:32:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12df8a92-290b-48b4-ad73-8d445ad6f6f0] succeeded in 0.0022332840599119663s: None +2025-10-03 12:32:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb67b69b-34e0-44d1-96fe-0d9bb1da29b3] received +2025-10-03 12:32:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb67b69b-34e0-44d1-96fe-0d9bb1da29b3] succeeded in 0.0024739049840718508s: None +2025-10-03 12:32:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13c43cdf-040e-49f1-aa58-5cab4e00c952] received +2025-10-03 12:32:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13c43cdf-040e-49f1-aa58-5cab4e00c952] succeeded in 0.002205746015533805s: None +2025-10-03 12:32:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c6690ab-1f88-4f3e-8031-506daf207ea8] received +2025-10-03 12:32:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c6690ab-1f88-4f3e-8031-506daf207ea8] succeeded in 0.0028382099699229s: None +2025-10-03 12:32:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b3e64a-4f93-4629-aa1c-d73ac0e703a5] received +2025-10-03 12:32:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b3e64a-4f93-4629-aa1c-d73ac0e703a5] succeeded in 0.00224979012273252s: None +2025-10-03 12:32:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4d0f21d-acd0-444b-a1c3-bf00f43b275c] received +2025-10-03 12:32:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4d0f21d-acd0-444b-a1c3-bf00f43b275c] succeeded in 0.0022133991587907076s: None +2025-10-03 12:32:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[709aac87-c41c-4858-be0f-52851cbc0e52] received +2025-10-03 12:32:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[709aac87-c41c-4858-be0f-52851cbc0e52] succeeded in 0.0020226240158081055s: None +2025-10-03 12:32:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b5b389e-f7c9-4da4-9070-b6aad67af37d] received +2025-10-03 12:32:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b5b389e-f7c9-4da4-9070-b6aad67af37d] succeeded in 0.0020252971444278955s: None +2025-10-03 12:32:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[049dda5f-8bbe-467b-9aa4-90748d20ff84] received +2025-10-03 12:32:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[049dda5f-8bbe-467b-9aa4-90748d20ff84] succeeded in 0.006380832055583596s: None +2025-10-03 12:32:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4f7a4e8-e5dc-4ace-b414-6bb34e40b04d] received +2025-10-03 12:32:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4f7a4e8-e5dc-4ace-b414-6bb34e40b04d] succeeded in 0.002855893922969699s: None +2025-10-03 12:32:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca0f4597-9d6d-43bd-8da0-39c4733fe253] received +2025-10-03 12:32:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca0f4597-9d6d-43bd-8da0-39c4733fe253] succeeded in 0.001784446882084012s: None +2025-10-03 12:32:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32dc7976-16d5-4a0b-a100-e032950202fb] received +2025-10-03 12:32:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32dc7976-16d5-4a0b-a100-e032950202fb] succeeded in 0.002209029858931899s: None +2025-10-03 12:32:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fb8275d-0088-4867-b1f6-5494c837f890] received +2025-10-03 12:32:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fb8275d-0088-4867-b1f6-5494c837f890] succeeded in 0.002685657935217023s: None +2025-10-03 12:32:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0714745c-737c-40f6-ad32-21a8353414f6] received +2025-10-03 12:32:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0714745c-737c-40f6-ad32-21a8353414f6] succeeded in 0.002536425832659006s: None +2025-10-03 12:32:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c59bc2e2-81ad-42a1-ba6a-9025211ff069] received +2025-10-03 12:32:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c59bc2e2-81ad-42a1-ba6a-9025211ff069] succeeded in 0.002288809046149254s: None +2025-10-03 12:32:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddb3e4e1-f78d-4da2-a673-eb8e1b566404] received +2025-10-03 12:32:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddb3e4e1-f78d-4da2-a673-eb8e1b566404] succeeded in 0.0027838600799441338s: None +2025-10-03 12:32:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45bff8fc-42a5-46e0-83d0-81fe898be0d0] received +2025-10-03 12:32:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[45bff8fc-42a5-46e0-83d0-81fe898be0d0] succeeded in 0.002123316051438451s: None +2025-10-03 12:32:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85ad3597-0455-47b2-89a6-a83132008a3c] received +2025-10-03 12:32:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85ad3597-0455-47b2-89a6-a83132008a3c] succeeded in 0.002414457965642214s: None +2025-10-03 12:32:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13d70644-b05f-4ae0-afce-d1ba86b2010a] received +2025-10-03 12:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13d70644-b05f-4ae0-afce-d1ba86b2010a] succeeded in 0.0024400867987424135s: None +2025-10-03 12:32:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ece7c3ab-3ab0-4d34-8c02-19fb628b5899] received +2025-10-03 12:32:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ece7c3ab-3ab0-4d34-8c02-19fb628b5899] succeeded in 0.0025020709726959467s: None +2025-10-03 12:32:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c74ad0ff-e220-4983-a92c-809bf4a9c023] received +2025-10-03 12:32:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c74ad0ff-e220-4983-a92c-809bf4a9c023] succeeded in 0.0014188808854669333s: None +2025-10-03 12:32:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[051efc24-b850-47f5-92d9-0b8cc5735968] received +2025-10-03 12:32:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[051efc24-b850-47f5-92d9-0b8cc5735968] succeeded in 0.0023224460892379284s: None +2025-10-03 12:32:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10e9b0b8-1944-4885-9770-dc57feff9946] received +2025-10-03 12:32:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10e9b0b8-1944-4885-9770-dc57feff9946] succeeded in 0.002171478932723403s: None +2025-10-03 12:32:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5e6b53e-6f72-4df9-ad63-27c838225c55] received +2025-10-03 12:32:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5e6b53e-6f72-4df9-ad63-27c838225c55] succeeded in 0.0021752710454165936s: None +2025-10-03 12:32:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:32:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:32:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89190e54-8320-4193-90fc-fd1357e5c0c9] received +2025-10-03 12:32:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89190e54-8320-4193-90fc-fd1357e5c0c9] succeeded in 0.0022512630093842745s: None +2025-10-03 12:32:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d343b313-cfb1-4f42-99fc-8a02e2a0adb5] received +2025-10-03 12:33:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d343b313-cfb1-4f42-99fc-8a02e2a0adb5] succeeded in 0.0024033680092543364s: None +2025-10-03 12:33:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8c21aa6-b163-4ebc-a144-e6749307e7d8] received +2025-10-03 12:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8c21aa6-b163-4ebc-a144-e6749307e7d8] succeeded in 0.002723290817812085s: None +2025-10-03 12:33:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[042bc5b9-4cec-44d9-b1fa-c13dac2bb7e6] received +2025-10-03 12:33:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[042bc5b9-4cec-44d9-b1fa-c13dac2bb7e6] succeeded in 0.002223548013716936s: None +2025-10-03 12:33:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b35a8cf-1cb3-4bbf-b189-1c130bbbd400] received +2025-10-03 12:33:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b35a8cf-1cb3-4bbf-b189-1c130bbbd400] succeeded in 0.002926544053480029s: None +2025-10-03 12:33:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f0574e4-c537-49bd-9eb2-5ef349d06a66] received +2025-10-03 12:33:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f0574e4-c537-49bd-9eb2-5ef349d06a66] succeeded in 0.0023773449938744307s: None +2025-10-03 12:33:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0507312e-5183-4f40-9a06-513c08a49fb5] received +2025-10-03 12:33:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0507312e-5183-4f40-9a06-513c08a49fb5] succeeded in 0.0027071028016507626s: None +2025-10-03 12:33:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec8460fd-59db-4176-a415-fab79097ba64] received +2025-10-03 12:33:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec8460fd-59db-4176-a415-fab79097ba64] succeeded in 0.0022687281016260386s: None +2025-10-03 12:33:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:33:17 [INFO] Celery[DW-STDERR]: Storing track 'Fall For You' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:33:17 [INFO] Celery[DW-STDERR]: Successfully stored track 'Fall For You' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:33:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:33:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39398d50-3a21-4ab1-ba8a-a7c562e7dd91] received +2025-10-03 12:33:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39398d50-3a21-4ab1-ba8a-a7c562e7dd91] succeeded in 0.002811357844620943s: None +2025-10-03 12:33:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:33:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:33:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[646549ae-da3e-40b8-b43d-f170091bc3ac] received +2025-10-03 12:33:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[646549ae-da3e-40b8-b43d-f170091bc3ac] succeeded in 0.0023422709200531244s: None +2025-10-03 12:33:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f54556a-5d11-4c72-b4cd-3bad2d5e27ce] received +2025-10-03 12:33:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f54556a-5d11-4c72-b4cd-3bad2d5e27ce] succeeded in 0.0022512059658765793s: None +2025-10-03 12:33:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12d284d9-71dd-4507-93de-dbae4c0a1c03] received +2025-10-03 12:33:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12d284d9-71dd-4507-93de-dbae4c0a1c03] succeeded in 0.0022521920036524534s: None +2025-10-03 12:33:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[778842bb-93d5-4d5f-80ef-837d0a93a9ff] received +2025-10-03 12:33:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[778842bb-93d5-4d5f-80ef-837d0a93a9ff] succeeded in 0.002320429077371955s: None +2025-10-03 12:33:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c89f169-b5c1-4e9e-aba7-8d5febcd13a0] received +2025-10-03 12:33:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c89f169-b5c1-4e9e-aba7-8d5febcd13a0] succeeded in 0.0035371039994060993s: None +2025-10-03 12:33:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17121870-505d-40bb-b0a6-0494b29832fb] received +2025-10-03 12:33:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17121870-505d-40bb-b0a6-0494b29832fb] succeeded in 0.0022067809477448463s: None +2025-10-03 12:33:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d8cf7b9-be11-4b5d-a0c3-c283cc9c1d7a] received +2025-10-03 12:33:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d8cf7b9-be11-4b5d-a0c3-c283cc9c1d7a] succeeded in 0.0023582729045301676s: None +2025-10-03 12:33:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:33:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:33:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[122b18f1-74b8-4d83-aecf-0df14edfe8d6] received +2025-10-03 12:33:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[122b18f1-74b8-4d83-aecf-0df14edfe8d6] succeeded in 0.0023045320995151997s: None +2025-10-03 12:33:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d740e21-ae48-42dd-9508-1399cf5800ef] received +2025-10-03 12:34:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d740e21-ae48-42dd-9508-1399cf5800ef] succeeded in 0.0024201259948313236s: None +2025-10-03 12:34:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c79b48a-fe6f-44d2-b1b6-e6f4b37f03f5] received +2025-10-03 12:34:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c79b48a-fe6f-44d2-b1b6-e6f4b37f03f5] succeeded in 0.002533589955419302s: None +2025-10-03 12:34:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebcb7ceb-2dfd-49a8-b635-9a01c67ada08] received +2025-10-03 12:34:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebcb7ceb-2dfd-49a8-b635-9a01c67ada08] succeeded in 0.0021627999376505613s: None +2025-10-03 12:34:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aeacd27-bf9b-4ef4-bd94-ba0b5d1888aa] received +2025-10-03 12:34:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7aeacd27-bf9b-4ef4-bd94-ba0b5d1888aa] succeeded in 0.0010163199622184038s: None +2025-10-03 12:34:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c00148c-b06b-442b-a3ef-2509b4ef36d7] received +2025-10-03 12:34:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c00148c-b06b-442b-a3ef-2509b4ef36d7] succeeded in 0.002528483048081398s: None +2025-10-03 12:34:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[555e7474-3e70-47bd-b6fd-78d8eba5fdc2] received +2025-10-03 12:34:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[555e7474-3e70-47bd-b6fd-78d8eba5fdc2] succeeded in 0.0021763769909739494s: None +2025-10-03 12:34:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb29b0b-4094-45cf-a46c-2dd1b28f64ae] received +2025-10-03 12:34:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb29b0b-4094-45cf-a46c-2dd1b28f64ae] succeeded in 0.002308988943696022s: None +2025-10-03 12:34:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd81c471-7613-428e-be8b-39f5a2eca250] received +2025-10-03 12:34:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd81c471-7613-428e-be8b-39f5a2eca250] succeeded in 0.0031583840027451515s: None +2025-10-03 12:34:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f30a505-e9e6-4d10-8910-f0fe102d8090] received +2025-10-03 12:34:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f30a505-e9e6-4d10-8910-f0fe102d8090] succeeded in 0.0022205759305506945s: None +2025-10-03 12:34:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2774bfe6-ccfb-4132-93cc-ed986faab9f1] received +2025-10-03 12:34:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2774bfe6-ccfb-4132-93cc-ed986faab9f1] succeeded in 0.002445824909955263s: None +2025-10-03 12:34:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7672302-b977-4b21-9d0c-9d25173dccca] received +2025-10-03 12:34:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7672302-b977-4b21-9d0c-9d25173dccca] succeeded in 0.00207766005769372s: None +2025-10-03 12:34:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a103fb-99b7-4076-99bc-8dd51c6ec4aa] received +2025-10-03 12:34:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a103fb-99b7-4076-99bc-8dd51c6ec4aa] succeeded in 0.0024284361861646175s: None +2025-10-03 12:34:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db6d2143-6a3f-4421-b63f-c6a84648fe98] received +2025-10-03 12:34:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db6d2143-6a3f-4421-b63f-c6a84648fe98] succeeded in 0.002150219865143299s: None +2025-10-03 12:34:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69d5a7e2-c3ac-4f49-baec-0aa55588b942] received +2025-10-03 12:34:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69d5a7e2-c3ac-4f49-baec-0aa55588b942] succeeded in 0.0020763948559761047s: None +2025-10-03 12:34:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb30234b-3270-4d0e-8eb1-18c96fcd4744] received +2025-10-03 12:34:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb30234b-3270-4d0e-8eb1-18c96fcd4744] succeeded in 0.0019419330637902021s: None +2025-10-03 12:34:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d4922ac-36cf-4577-a657-3dbec6aa8e5f] received +2025-10-03 12:34:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d4922ac-36cf-4577-a657-3dbec6aa8e5f] succeeded in 0.0023722860496491194s: None +2025-10-03 12:34:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65d4aba2-79b5-48c8-95d3-bd6609be2b72] received +2025-10-03 12:34:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65d4aba2-79b5-48c8-95d3-bd6609be2b72] succeeded in 0.002584208967164159s: None +2025-10-03 12:34:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70b76a86-82e2-4119-81db-90e557af14fd] received +2025-10-03 12:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70b76a86-82e2-4119-81db-90e557af14fd] succeeded in 0.0024489429779350758s: None +2025-10-03 12:34:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e3d314f-e4de-46ab-981b-e8f8d8bb8fd2] received +2025-10-03 12:34:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e3d314f-e4de-46ab-981b-e8f8d8bb8fd2] succeeded in 0.0026495109777897596s: None +2025-10-03 12:34:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac85f41f-b93a-4f41-91ea-e78b6375ee56] received +2025-10-03 12:34:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac85f41f-b93a-4f41-91ea-e78b6375ee56] succeeded in 0.0019021048210561275s: None +2025-10-03 12:34:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bedf32d8-f3ff-49f3-b292-dc545bde13d2] received +2025-10-03 12:34:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bedf32d8-f3ff-49f3-b292-dc545bde13d2] succeeded in 0.002152344910427928s: None +2025-10-03 12:34:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[344abef4-803e-4e27-b894-08398739b4e1] received +2025-10-03 12:34:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[344abef4-803e-4e27-b894-08398739b4e1] succeeded in 0.002743641147390008s: None +2025-10-03 12:34:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23581630-c237-4b80-ba28-415565812793] received +2025-10-03 12:34:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23581630-c237-4b80-ba28-415565812793] succeeded in 0.0025184559635818005s: None +2025-10-03 12:34:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b099e655-e4d1-401a-9606-b6f52b6316ea] received +2025-10-03 12:34:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b099e655-e4d1-401a-9606-b6f52b6316ea] succeeded in 0.0021874229423701763s: None +2025-10-03 12:34:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83a5669-f52a-4aa4-8a0f-77d4817ddfab] received +2025-10-03 12:34:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83a5669-f52a-4aa4-8a0f-77d4817ddfab] succeeded in 0.002836358966305852s: None +2025-10-03 12:34:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80525f84-d79a-4e70-8424-3d532cbd7299] received +2025-10-03 12:34:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80525f84-d79a-4e70-8424-3d532cbd7299] succeeded in 0.002429574029520154s: None +2025-10-03 12:34:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b8e8e02-55ed-4409-9813-8f956540c80d] received +2025-10-03 12:34:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b8e8e02-55ed-4409-9813-8f956540c80d] succeeded in 0.0022353478707373142s: None +2025-10-03 12:34:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:34:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:34:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f5bd9fb-71c4-4fb4-9bc0-b13b6c047c50] received +2025-10-03 12:34:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f5bd9fb-71c4-4fb4-9bc0-b13b6c047c50] succeeded in 0.0024021391291171312s: None +2025-10-03 12:34:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd685c17-cd83-44c9-af8c-f256ebde5f6d] received +2025-10-03 12:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd685c17-cd83-44c9-af8c-f256ebde5f6d] succeeded in 0.002285093069076538s: None +2025-10-03 12:35:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c769863-a3da-4486-ba1e-06bc04759d57] received +2025-10-03 12:35:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c769863-a3da-4486-ba1e-06bc04759d57] succeeded in 0.0029610730707645416s: None +2025-10-03 12:35:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a98d84d5-5012-4e9e-8f1b-6e5f7d9dc478] received +2025-10-03 12:35:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a98d84d5-5012-4e9e-8f1b-6e5f7d9dc478] succeeded in 0.0024942858144640923s: None +2025-10-03 12:35:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18bf05be-16ea-4e1b-a160-503b2e2d3098] received +2025-10-03 12:35:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18bf05be-16ea-4e1b-a160-503b2e2d3098] succeeded in 0.0021429320331662893s: None +2025-10-03 12:35:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[107c1ebe-ca60-49c7-8fd4-88b8ae0d3a42] received +2025-10-03 12:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[107c1ebe-ca60-49c7-8fd4-88b8ae0d3a42] succeeded in 0.0023402790538966656s: None +2025-10-03 12:35:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7a7006f-e4a6-473a-b53a-82d955b81661] received +2025-10-03 12:35:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7a7006f-e4a6-473a-b53a-82d955b81661] succeeded in 0.0024328608997166157s: None +2025-10-03 12:35:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2623c6d7-53c5-47c7-b517-e919048ca352] received +2025-10-03 12:35:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2623c6d7-53c5-47c7-b517-e919048ca352] succeeded in 0.0022688880562782288s: None +2025-10-03 12:35:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de02ea89-ca1a-439c-92fa-19f47b7f1d86] received +2025-10-03 12:35:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de02ea89-ca1a-439c-92fa-19f47b7f1d86] succeeded in 0.0022621650714427233s: None +2025-10-03 12:35:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be572e4b-fc41-428e-a52b-e0c95857c1fe] received +2025-10-03 12:35:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be572e4b-fc41-428e-a52b-e0c95857c1fe] succeeded in 0.00251978007145226s: None +2025-10-03 12:35:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc00af93-41be-4137-add1-50a27fc79595] received +2025-10-03 12:35:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc00af93-41be-4137-add1-50a27fc79595] succeeded in 0.0025323969312012196s: None +2025-10-03 12:35:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1738231f-f86b-4c6d-b73a-1776da4b1daf] received +2025-10-03 12:35:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1738231f-f86b-4c6d-b73a-1776da4b1daf] succeeded in 0.0025748659390956163s: None +2025-10-03 12:35:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23861204-e954-4f80-ae3a-3bc92ca80ff5] received +2025-10-03 12:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23861204-e954-4f80-ae3a-3bc92ca80ff5] succeeded in 0.0023847410921007395s: None +2025-10-03 12:35:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e4522bd-145e-4555-b981-2c26589f99e9] received +2025-10-03 12:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e4522bd-145e-4555-b981-2c26589f99e9] succeeded in 0.002330597024410963s: None +2025-10-03 12:35:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdf0a7e9-df8d-437a-89bb-52f2a5008014] received +2025-10-03 12:35:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdf0a7e9-df8d-437a-89bb-52f2a5008014] succeeded in 0.0021402589045464993s: None +2025-10-03 12:35:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5047d34-6a27-4a41-b324-c974a67c0e0f] received +2025-10-03 12:35:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5047d34-6a27-4a41-b324-c974a67c0e0f] succeeded in 0.0022907450329512358s: None +2025-10-03 12:35:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39dc7ca2-b25b-4768-967d-134abfa16ff9] received +2025-10-03 12:35:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39dc7ca2-b25b-4768-967d-134abfa16ff9] succeeded in 0.0025332460645586252s: None +2025-10-03 12:35:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98ffb65c-feb8-48c8-ae8a-02687f2565b0] received +2025-10-03 12:35:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98ffb65c-feb8-48c8-ae8a-02687f2565b0] succeeded in 0.002418993040919304s: None +2025-10-03 12:35:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03edc24b-8908-439d-bed3-a815caff3694] received +2025-10-03 12:35:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03edc24b-8908-439d-bed3-a815caff3694] succeeded in 0.002138956915587187s: None +2025-10-03 12:35:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1bb5d90-a447-49b9-a2f0-9ab446fddf7f] received +2025-10-03 12:35:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1bb5d90-a447-49b9-a2f0-9ab446fddf7f] succeeded in 0.0022192669566720724s: None +2025-10-03 12:35:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c17a1d97-5fda-4bc1-b466-e08d36e087a7] received +2025-10-03 12:35:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c17a1d97-5fda-4bc1-b466-e08d36e087a7] succeeded in 0.0022967581171542406s: None +2025-10-03 12:35:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5cb5ba2-5a87-41eb-9eba-6c0c62f3e374] received +2025-10-03 12:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5cb5ba2-5a87-41eb-9eba-6c0c62f3e374] succeeded in 0.002208439167588949s: None +2025-10-03 12:35:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbbaac28-6df1-4248-ac61-89fa32bad9fb] received +2025-10-03 12:35:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbbaac28-6df1-4248-ac61-89fa32bad9fb] succeeded in 0.0019299420528113842s: None +2025-10-03 12:35:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cef1c432-e913-421d-8351-4b48af5e116d] received +2025-10-03 12:35:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cef1c432-e913-421d-8351-4b48af5e116d] succeeded in 0.002136942930519581s: None +2025-10-03 12:35:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ef35fa3-7438-434b-9666-635ffe55716e] received +2025-10-03 12:35:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ef35fa3-7438-434b-9666-635ffe55716e] succeeded in 0.0023515450302511454s: None +2025-10-03 12:35:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0be212c3-f085-49ff-962f-912640a3bd65] received +2025-10-03 12:35:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0be212c3-f085-49ff-962f-912640a3bd65] succeeded in 0.002314251149073243s: None +2025-10-03 12:35:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3153e3ca-950c-4f18-9d63-ec8c760a3204] received +2025-10-03 12:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3153e3ca-950c-4f18-9d63-ec8c760a3204] succeeded in 0.002559702144935727s: None +2025-10-03 12:35:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6485b609-0fc7-4ec8-b81d-e967362dac27] received +2025-10-03 12:35:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6485b609-0fc7-4ec8-b81d-e967362dac27] succeeded in 0.002480973955243826s: None +2025-10-03 12:35:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d499222e-e5ca-442c-b7aa-aa11b97c14e8] received +2025-10-03 12:35:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d499222e-e5ca-442c-b7aa-aa11b97c14e8] succeeded in 0.0013935749884694815s: None +2025-10-03 12:35:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:35:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:35:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4238c149-1146-41f8-92e0-fc030f5ff86c] received +2025-10-03 12:35:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4238c149-1146-41f8-92e0-fc030f5ff86c] succeeded in 0.00209864997304976s: None +2025-10-03 12:35:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b18e2f8-a968-42a1-8089-f97e782d2d62] received +2025-10-03 12:36:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b18e2f8-a968-42a1-8089-f97e782d2d62] succeeded in 0.0038402799982577562s: None +2025-10-03 12:36:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b9457f-6fdf-40b7-8a6c-6ff80d2d8ae3] received +2025-10-03 12:36:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b9457f-6fdf-40b7-8a6c-6ff80d2d8ae3] succeeded in 0.002094019204378128s: None +2025-10-03 12:36:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[973d29e9-6872-40d7-ab47-40fc671a17d9] received +2025-10-03 12:36:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[973d29e9-6872-40d7-ab47-40fc671a17d9] succeeded in 0.0026397688779979944s: None +2025-10-03 12:36:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bce31abd-5401-4581-b35d-c3af08689568] received +2025-10-03 12:36:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bce31abd-5401-4581-b35d-c3af08689568] succeeded in 0.0019577641505748034s: None +2025-10-03 12:36:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a09a35d-7083-4d8c-a2a6-655a367c5680] received +2025-10-03 12:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a09a35d-7083-4d8c-a2a6-655a367c5680] succeeded in 0.0025871850084513426s: None +2025-10-03 12:36:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a99eb7b8-b78f-4d07-91d1-da25024ebf88] received +2025-10-03 12:36:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a99eb7b8-b78f-4d07-91d1-da25024ebf88] succeeded in 0.0023364918306469917s: None +2025-10-03 12:36:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2b06e3b-082a-4f1c-a4f9-f85fb99f092b] received +2025-10-03 12:36:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2b06e3b-082a-4f1c-a4f9-f85fb99f092b] succeeded in 0.0022700398694723845s: None +2025-10-03 12:36:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0facba1d-a973-4df4-ba0b-fb67ea980f0b] received +2025-10-03 12:36:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0facba1d-a973-4df4-ba0b-fb67ea980f0b] succeeded in 0.0021789311431348324s: None +2025-10-03 12:36:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57973db1-62f5-4c72-ae09-af8c3ff4ae93] received +2025-10-03 12:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57973db1-62f5-4c72-ae09-af8c3ff4ae93] succeeded in 0.002456917893141508s: None +2025-10-03 12:36:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8918abd9-2efd-4023-8d2b-c06f229a49ca] received +2025-10-03 12:36:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8918abd9-2efd-4023-8d2b-c06f229a49ca] succeeded in 0.0020410839933902025s: None +2025-10-03 12:36:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[865448ea-20b7-4a24-aa51-132398b193c1] received +2025-10-03 12:36:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[865448ea-20b7-4a24-aa51-132398b193c1] succeeded in 0.005231559043750167s: None +2025-10-03 12:36:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[416be629-b65b-4b37-9469-124f8363524b] received +2025-10-03 12:36:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[416be629-b65b-4b37-9469-124f8363524b] succeeded in 0.0025557561311870813s: None +2025-10-03 12:36:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b20eae8-b442-4fdd-8f24-09ccc08273c2] received +2025-10-03 12:36:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b20eae8-b442-4fdd-8f24-09ccc08273c2] succeeded in 0.0024748430587351322s: None +2025-10-03 12:36:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b32ad89-12b8-4b4f-a7f4-f2494c4c135d] received +2025-10-03 12:36:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b32ad89-12b8-4b4f-a7f4-f2494c4c135d] succeeded in 0.0021722230594605207s: None +2025-10-03 12:36:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3cf13e4-8ec6-41ea-9d1d-550606441df3] received +2025-10-03 12:36:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3cf13e4-8ec6-41ea-9d1d-550606441df3] succeeded in 0.0011605340987443924s: None +2025-10-03 12:36:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5cac54a-6a7f-47ff-ac0b-6c3692f3c9e3] received +2025-10-03 12:36:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5cac54a-6a7f-47ff-ac0b-6c3692f3c9e3] succeeded in 0.002531286096200347s: None +2025-10-03 12:36:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a0ae290-f9f3-4402-9833-a867b8734bb3] received +2025-10-03 12:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a0ae290-f9f3-4402-9833-a867b8734bb3] succeeded in 0.0024702020455151796s: None +2025-10-03 12:36:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0e40ebc-09aa-4e37-97a6-23c70522918e] received +2025-10-03 12:36:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0e40ebc-09aa-4e37-97a6-23c70522918e] succeeded in 0.003006237093359232s: None +2025-10-03 12:36:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73b4291e-678f-452e-99e7-85130470f5d6] received +2025-10-03 12:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73b4291e-678f-452e-99e7-85130470f5d6] succeeded in 0.0026211021468043327s: None +2025-10-03 12:36:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1742012c-9865-4bb1-8141-f58c9d7410b1] received +2025-10-03 12:36:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1742012c-9865-4bb1-8141-f58c9d7410b1] succeeded in 0.002762672957032919s: None +2025-10-03 12:36:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ed5c261-c1c2-4f8d-b059-49d3f958c95d] received +2025-10-03 12:36:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ed5c261-c1c2-4f8d-b059-49d3f958c95d] succeeded in 0.0024745860137045383s: None +2025-10-03 12:36:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b971d45-d2b4-4e82-a2dd-a0d1e6e77ed5] received +2025-10-03 12:36:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b971d45-d2b4-4e82-a2dd-a0d1e6e77ed5] succeeded in 0.0024018450640141964s: None +2025-10-03 12:36:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34960866-236f-41fd-bff5-c5072a75f12b] received +2025-10-03 12:36:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34960866-236f-41fd-bff5-c5072a75f12b] succeeded in 0.0021861628629267216s: None +2025-10-03 12:36:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db2c273c-a499-43ee-b999-ca6b68feddaa] received +2025-10-03 12:36:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db2c273c-a499-43ee-b999-ca6b68feddaa] succeeded in 0.002564283087849617s: None +2025-10-03 12:36:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f07d3e9-06a0-4d6d-a928-b687572a56d0] received +2025-10-03 12:36:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f07d3e9-06a0-4d6d-a928-b687572a56d0] succeeded in 0.002028048038482666s: None +2025-10-03 12:36:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65dcb42f-5e61-436c-8021-5ba2f7dbaece] received +2025-10-03 12:36:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65dcb42f-5e61-436c-8021-5ba2f7dbaece] succeeded in 0.0020154700614511967s: None +2025-10-03 12:36:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd68a5ae-542c-4c3a-99c1-b1dd4d04716e] received +2025-10-03 12:36:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd68a5ae-542c-4c3a-99c1-b1dd4d04716e] succeeded in 0.0024208889808505774s: None +2025-10-03 12:36:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:36:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:36:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89244245-fcc2-426a-b140-9cd6c1698d00] received +2025-10-03 12:36:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89244245-fcc2-426a-b140-9cd6c1698d00] succeeded in 0.0020974348299205303s: None +2025-10-03 12:36:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[376b852a-0cae-4dc5-b56b-fa9775e24f53] received +2025-10-03 12:37:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[376b852a-0cae-4dc5-b56b-fa9775e24f53] succeeded in 0.0024013430811464787s: None +2025-10-03 12:37:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9acad01-f100-42dd-836a-d0a5b6889223] received +2025-10-03 12:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9acad01-f100-42dd-836a-d0a5b6889223] succeeded in 0.002507162047550082s: None +2025-10-03 12:37:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd83f5c-99ab-4891-9c0c-062665a74751] received +2025-10-03 12:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bd83f5c-99ab-4891-9c0c-062665a74751] succeeded in 0.0026248160284012556s: None +2025-10-03 12:37:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc5c9348-5774-4c76-8b5e-4894958e9286] received +2025-10-03 12:37:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc5c9348-5774-4c76-8b5e-4894958e9286] succeeded in 0.0021926939953118563s: None +2025-10-03 12:37:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7886495f-fd72-4c72-95aa-d77a1dfa1e70] received +2025-10-03 12:37:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7886495f-fd72-4c72-95aa-d77a1dfa1e70] succeeded in 0.0025264797732234s: None +2025-10-03 12:37:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1702c4f-6f4a-42d6-aa0f-c3c0988d3814] received +2025-10-03 12:37:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1702c4f-6f4a-42d6-aa0f-c3c0988d3814] succeeded in 0.0025587999261915684s: None +2025-10-03 12:37:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e21005e-e76a-42c8-be39-e201bfb8770e] received +2025-10-03 12:37:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e21005e-e76a-42c8-be39-e201bfb8770e] succeeded in 0.0023924149572849274s: None +2025-10-03 12:37:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:37:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e62d1b0e-339f-4253-8ffe-ddf9d4705675] received +2025-10-03 12:37:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e62d1b0e-339f-4253-8ffe-ddf9d4705675] succeeded in 0.00230229995213449s: None +2025-10-03 12:37:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:37:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:37:22 [INFO] Celery[DW-STDERR]: Storing track 'How Far We've Come' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:37:22 [INFO] Celery[DW-STDERR]: Successfully stored track 'How Far We've Come' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:37:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:37:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e157960-786d-411e-92cb-8aeb6db10ece] received +2025-10-03 12:37:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e157960-786d-411e-92cb-8aeb6db10ece] succeeded in 0.0032172708306461573s: None +2025-10-03 12:37:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:38:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b7b5532-8ac9-4813-9d69-00c345445cf5] received +2025-10-03 12:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b7b5532-8ac9-4813-9d69-00c345445cf5] succeeded in 0.002215640153735876s: None +2025-10-03 12:38:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f89de9b-1ca7-47eb-ae39-577ea619d2d6] received +2025-10-03 12:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f89de9b-1ca7-47eb-ae39-577ea619d2d6] succeeded in 0.0019331779330968857s: None +2025-10-03 12:38:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90feff1c-72fc-4cb6-b6f1-0b708590c418] received +2025-10-03 12:38:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90feff1c-72fc-4cb6-b6f1-0b708590c418] succeeded in 0.0023362089414149523s: None +2025-10-03 12:38:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8729c342-1e5c-4220-abff-259d2dcc75a4] received +2025-10-03 12:38:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8729c342-1e5c-4220-abff-259d2dcc75a4] succeeded in 0.0022784178145229816s: None +2025-10-03 12:38:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ec74e31-def4-4d17-8e00-de8d8f8bdb7d] received +2025-10-03 12:38:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ec74e31-def4-4d17-8e00-de8d8f8bdb7d] succeeded in 0.0030823620036244392s: None +2025-10-03 12:38:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c93d6de-fca0-4c4d-b889-355618e65016] received +2025-10-03 12:38:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c93d6de-fca0-4c4d-b889-355618e65016] succeeded in 0.0019772849045693874s: None +2025-10-03 12:38:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85f710f8-f5d9-4905-9f6d-062078009d00] received +2025-10-03 12:38:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85f710f8-f5d9-4905-9f6d-062078009d00] succeeded in 0.0022882597986608744s: None +2025-10-03 12:38:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[294cab18-f460-40b2-a797-edb733456894] received +2025-10-03 12:38:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[294cab18-f460-40b2-a797-edb733456894] succeeded in 0.0026423591189086437s: None +2025-10-03 12:38:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[797acdaf-c52f-44fb-9c2f-7941e0a62e62] received +2025-10-03 12:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[797acdaf-c52f-44fb-9c2f-7941e0a62e62] succeeded in 0.0022715472150593996s: None +2025-10-03 12:38:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b3739d8-239e-4bb1-a76c-aa84a3e3c7de] received +2025-10-03 12:38:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b3739d8-239e-4bb1-a76c-aa84a3e3c7de] succeeded in 0.002065829001367092s: None +2025-10-03 12:38:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c71720f-fa6f-48b4-8979-3de9b956b49f] received +2025-10-03 12:38:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c71720f-fa6f-48b4-8979-3de9b956b49f] succeeded in 0.0023803741205483675s: None +2025-10-03 12:38:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7ca612a-df4f-4cf4-a903-f2187a544f21] received +2025-10-03 12:38:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7ca612a-df4f-4cf4-a903-f2187a544f21] succeeded in 0.0023885141126811504s: None +2025-10-03 12:38:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dabbad1-c7d8-4c71-8fd5-8713b322e81b] received +2025-10-03 12:38:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dabbad1-c7d8-4c71-8fd5-8713b322e81b] succeeded in 0.0025185400154441595s: None +2025-10-03 12:38:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e66d27b8-d739-43df-9e23-f6c93315a024] received +2025-10-03 12:38:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e66d27b8-d739-43df-9e23-f6c93315a024] succeeded in 0.002350803930312395s: None +2025-10-03 12:38:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95c356ac-e7f3-4689-b9c3-da41a1836f6b] received +2025-10-03 12:38:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95c356ac-e7f3-4689-b9c3-da41a1836f6b] succeeded in 0.0019873850978910923s: None +2025-10-03 12:38:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f007e05f-1c5f-4af5-982a-a8a6ff05c886] received +2025-10-03 12:38:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f007e05f-1c5f-4af5-982a-a8a6ff05c886] succeeded in 0.001997946063056588s: None +2025-10-03 12:38:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16a04af5-293c-4889-bb5a-6204e2dc9c69] received +2025-10-03 12:38:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16a04af5-293c-4889-bb5a-6204e2dc9c69] succeeded in 0.0023271599784493446s: None +2025-10-03 12:38:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bfc09bf-66c3-441f-848e-eedc1524942f] received +2025-10-03 12:38:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bfc09bf-66c3-441f-848e-eedc1524942f] succeeded in 0.0025783481542021036s: None +2025-10-03 12:38:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6694014-aa6e-455d-9908-79db2887f0d4] received +2025-10-03 12:38:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6694014-aa6e-455d-9908-79db2887f0d4] succeeded in 0.0020689540542662144s: None +2025-10-03 12:38:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd27c734-ffb3-425e-a6d1-21411f982969] received +2025-10-03 12:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd27c734-ffb3-425e-a6d1-21411f982969] succeeded in 0.002554147969931364s: None +2025-10-03 12:38:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc6e202e-d977-434e-83f5-734b88a18a0d] received +2025-10-03 12:38:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc6e202e-d977-434e-83f5-734b88a18a0d] succeeded in 0.002629668917506933s: None +2025-10-03 12:38:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f74c278-ab00-4656-b431-5e30cc730972] received +2025-10-03 12:38:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f74c278-ab00-4656-b431-5e30cc730972] succeeded in 0.0026398110203444958s: None +2025-10-03 12:38:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cd170dc-d71a-426c-80ea-f4f227682284] received +2025-10-03 12:38:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cd170dc-d71a-426c-80ea-f4f227682284] succeeded in 0.0020586561877280474s: None +2025-10-03 12:38:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d786c0b9-bd02-4d70-96ed-b9179b583750] received +2025-10-03 12:38:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d786c0b9-bd02-4d70-96ed-b9179b583750] succeeded in 0.002366248983889818s: None +2025-10-03 12:38:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fc39d21-d8c2-4428-8d02-00a98586d5dc] received +2025-10-03 12:38:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fc39d21-d8c2-4428-8d02-00a98586d5dc] succeeded in 0.0025656961370259523s: None +2025-10-03 12:38:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb6b1ad2-7dcc-41b7-ac86-b3e981fa8420] received +2025-10-03 12:38:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb6b1ad2-7dcc-41b7-ac86-b3e981fa8420] succeeded in 0.0021140540484339s: None +2025-10-03 12:38:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61f8d0bc-e3d9-433f-bcf3-ac34172f5568] received +2025-10-03 12:38:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61f8d0bc-e3d9-433f-bcf3-ac34172f5568] succeeded in 0.002028625924140215s: None +2025-10-03 12:38:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[337d1dcb-a6f7-4835-b783-b94e65af0e67] received +2025-10-03 12:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[337d1dcb-a6f7-4835-b783-b94e65af0e67] succeeded in 0.0033263210207223892s: None +2025-10-03 12:38:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:38:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:38:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31148377-aea2-4f68-885d-2b284f14610b] received +2025-10-03 12:38:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31148377-aea2-4f68-885d-2b284f14610b] succeeded in 0.0025048230309039354s: None +2025-10-03 12:38:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c538f16-b8e0-4821-ac2c-03f212e9eec4] received +2025-10-03 12:39:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c538f16-b8e0-4821-ac2c-03f212e9eec4] succeeded in 0.002847685944288969s: None +2025-10-03 12:39:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dae6c13-2545-4510-9055-9c434f3480fa] received +2025-10-03 12:39:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dae6c13-2545-4510-9055-9c434f3480fa] succeeded in 0.0022022570483386517s: None +2025-10-03 12:39:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfcfd897-a1c0-4ba4-9dd2-cd5848d98688] received +2025-10-03 12:39:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfcfd897-a1c0-4ba4-9dd2-cd5848d98688] succeeded in 0.0019681069534271955s: None +2025-10-03 12:39:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81298be6-95f8-47fa-8448-03c7ff212dcd] received +2025-10-03 12:39:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81298be6-95f8-47fa-8448-03c7ff212dcd] succeeded in 0.0022226888686418533s: None +2025-10-03 12:39:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76c116ec-937b-40dd-9cc9-dbef8a7f30ff] received +2025-10-03 12:39:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76c116ec-937b-40dd-9cc9-dbef8a7f30ff] succeeded in 0.002403917955234647s: None +2025-10-03 12:39:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f099841d-1dc7-4e72-8d10-be66dd2b64d4] received +2025-10-03 12:39:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f099841d-1dc7-4e72-8d10-be66dd2b64d4] succeeded in 0.002313869073987007s: None +2025-10-03 12:39:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d8f5744-37d1-4171-a41a-309bca43b902] received +2025-10-03 12:39:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d8f5744-37d1-4171-a41a-309bca43b902] succeeded in 0.0020771699491888285s: None +2025-10-03 12:39:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f73ac5da-b925-467f-b5cc-17b91951c4a0] received +2025-10-03 12:39:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f73ac5da-b925-467f-b5cc-17b91951c4a0] succeeded in 0.0022511121351271868s: None +2025-10-03 12:39:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70822b73-c1e9-473b-8316-d75b0133d033] received +2025-10-03 12:39:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70822b73-c1e9-473b-8316-d75b0133d033] succeeded in 0.002435426926240325s: None +2025-10-03 12:39:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5bd227a-7545-4710-aef8-4994a96f2750] received +2025-10-03 12:39:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5bd227a-7545-4710-aef8-4994a96f2750] succeeded in 0.002467811107635498s: None +2025-10-03 12:39:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0465e0b6-23b9-4f16-94a8-c44f429119b2] received +2025-10-03 12:39:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0465e0b6-23b9-4f16-94a8-c44f429119b2] succeeded in 0.00159042002633214s: None +2025-10-03 12:39:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9fb42b7-730b-40fe-aba2-3aace95c0807] received +2025-10-03 12:39:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9fb42b7-730b-40fe-aba2-3aace95c0807] succeeded in 0.002226955024525523s: None +2025-10-03 12:39:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bde798f6-d922-471a-b4c0-7cdc654f6a33] received +2025-10-03 12:39:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bde798f6-d922-471a-b4c0-7cdc654f6a33] succeeded in 0.002175919944420457s: None +2025-10-03 12:39:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b133ef6d-af82-496a-b934-fa8144e9a3b5] received +2025-10-03 12:39:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b133ef6d-af82-496a-b934-fa8144e9a3b5] succeeded in 0.0023849280551075935s: None +2025-10-03 12:39:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70c5d586-d647-46d2-b8fc-ff362027fc1e] received +2025-10-03 12:39:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70c5d586-d647-46d2-b8fc-ff362027fc1e] succeeded in 0.002615652047097683s: None +2025-10-03 12:39:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23511f57-9c85-477d-a9e2-0e88be019777] received +2025-10-03 12:39:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23511f57-9c85-477d-a9e2-0e88be019777] succeeded in 0.002190555911511183s: None +2025-10-03 12:39:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7afcb511-d51e-4f60-95a7-9b40b1b138d5] received +2025-10-03 12:39:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7afcb511-d51e-4f60-95a7-9b40b1b138d5] succeeded in 0.0024548030924052s: None +2025-10-03 12:39:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fca9041-4945-426f-a1c2-a1db5db3119f] received +2025-10-03 12:39:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fca9041-4945-426f-a1c2-a1db5db3119f] succeeded in 0.002554096980020404s: None +2025-10-03 12:39:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[755c7d11-d368-4fc1-b858-f4b032268b4d] received +2025-10-03 12:39:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[755c7d11-d368-4fc1-b858-f4b032268b4d] succeeded in 0.0022028700914233923s: None +2025-10-03 12:39:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c760a8fd-de20-47b7-a956-443bbc587020] received +2025-10-03 12:39:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c760a8fd-de20-47b7-a956-443bbc587020] succeeded in 0.0025523800868541002s: None +2025-10-03 12:39:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d48f58d1-321a-4cb3-9fce-d1791ae292b3] received +2025-10-03 12:39:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d48f58d1-321a-4cb3-9fce-d1791ae292b3] succeeded in 0.0023411728907376528s: None +2025-10-03 12:39:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1105caa-57ae-4441-a280-53b334e4c3e3] received +2025-10-03 12:39:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1105caa-57ae-4441-a280-53b334e4c3e3] succeeded in 0.0023628659546375275s: None +2025-10-03 12:39:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61023a0d-2bbf-42b8-8802-ff4a15a80f98] received +2025-10-03 12:39:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61023a0d-2bbf-42b8-8802-ff4a15a80f98] succeeded in 0.0023908610455691814s: None +2025-10-03 12:39:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4681f783-445c-41a9-a476-619aea662fa5] received +2025-10-03 12:39:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4681f783-445c-41a9-a476-619aea662fa5] succeeded in 0.001956277061253786s: None +2025-10-03 12:39:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b9b1172-c607-474f-be79-4a0b6cc5d457] received +2025-10-03 12:39:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b9b1172-c607-474f-be79-4a0b6cc5d457] succeeded in 0.0026338030584156513s: None +2025-10-03 12:39:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bceacea-1003-4da2-bf72-f7010e683130] received +2025-10-03 12:39:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bceacea-1003-4da2-bf72-f7010e683130] succeeded in 0.0022329080384224653s: None +2025-10-03 12:39:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bdff6fc-3447-42f1-8481-4c1c80af6ba6] received +2025-10-03 12:39:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bdff6fc-3447-42f1-8481-4c1c80af6ba6] succeeded in 0.002069398993626237s: None +2025-10-03 12:39:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3e4cb3-a0d1-4c52-b377-5f2b596c8e4f] received +2025-10-03 12:39:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3e4cb3-a0d1-4c52-b377-5f2b596c8e4f] succeeded in 0.0024707659613341093s: None +2025-10-03 12:39:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:39:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:39:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83779466-d168-4e9f-a69d-179a1a898f90] received +2025-10-03 12:39:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[83779466-d168-4e9f-a69d-179a1a898f90] succeeded in 0.002424543024972081s: None +2025-10-03 12:39:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd82eb64-5308-4a2a-afe9-b1d4a5d0656b] received +2025-10-03 12:40:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd82eb64-5308-4a2a-afe9-b1d4a5d0656b] succeeded in 0.0021980979945510626s: None +2025-10-03 12:40:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd4b3ec1-daff-48cd-b57f-deab5b52923f] received +2025-10-03 12:40:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd4b3ec1-daff-48cd-b57f-deab5b52923f] succeeded in 0.0020957798697054386s: None +2025-10-03 12:40:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e065d01-1cb0-4961-bfe7-52e9b317d673] received +2025-10-03 12:40:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e065d01-1cb0-4961-bfe7-52e9b317d673] succeeded in 0.002693925052881241s: None +2025-10-03 12:40:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75bbb6c2-9daf-4600-b5ce-e304191ff672] received +2025-10-03 12:40:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75bbb6c2-9daf-4600-b5ce-e304191ff672] succeeded in 0.002265626797452569s: None +2025-10-03 12:40:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32b3813c-0dcf-4216-8983-4919a634ce69] received +2025-10-03 12:40:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32b3813c-0dcf-4216-8983-4919a634ce69] succeeded in 0.002752752974629402s: None +2025-10-03 12:40:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fc75748-f344-434e-9f56-237b3662f461] received +2025-10-03 12:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fc75748-f344-434e-9f56-237b3662f461] succeeded in 0.0021347408182919025s: None +2025-10-03 12:40:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3019c1d4-975e-496a-8784-59d0d6a738e1] received +2025-10-03 12:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3019c1d4-975e-496a-8784-59d0d6a738e1] succeeded in 0.0027008650358766317s: None +2025-10-03 12:40:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c5f808b-4851-49a1-9224-0f02eef6f821] received +2025-10-03 12:40:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c5f808b-4851-49a1-9224-0f02eef6f821] succeeded in 0.001969125820323825s: None +2025-10-03 12:40:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1cb94b-ab69-4b1b-8e3b-8aef7407de60] received +2025-10-03 12:40:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc1cb94b-ab69-4b1b-8e3b-8aef7407de60] succeeded in 0.002504250966012478s: None +2025-10-03 12:40:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be6160ad-845f-4042-ba5b-0ff13eb91b5a] received +2025-10-03 12:40:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be6160ad-845f-4042-ba5b-0ff13eb91b5a] succeeded in 0.002337090903893113s: None +2025-10-03 12:40:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdae5ce7-8cd8-40fc-93e6-2d0170d3cf57] received +2025-10-03 12:40:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdae5ce7-8cd8-40fc-93e6-2d0170d3cf57] succeeded in 0.00226687197573483s: None +2025-10-03 12:40:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e8b908d-8c0b-45ce-a4f0-98bee0d96ffb] received +2025-10-03 12:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e8b908d-8c0b-45ce-a4f0-98bee0d96ffb] succeeded in 0.002270655008032918s: None +2025-10-03 12:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0d342bc-7080-4bdf-84ef-0aa8a1270418] received +2025-10-03 12:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0d342bc-7080-4bdf-84ef-0aa8a1270418] succeeded in 0.002374354051426053s: None +2025-10-03 12:40:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dbc711e-081c-4c10-990b-08c3da53c66d] received +2025-10-03 12:40:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dbc711e-081c-4c10-990b-08c3da53c66d] succeeded in 0.0023250419180840254s: None +2025-10-03 12:40:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2e58aca-42ca-427a-a1c5-7468e8fa4ec9] received +2025-10-03 12:40:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2e58aca-42ca-427a-a1c5-7468e8fa4ec9] succeeded in 0.0024827048182487488s: None +2025-10-03 12:40:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74b42aaf-66e4-4e46-bb32-dfb3fdc47738] received +2025-10-03 12:40:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74b42aaf-66e4-4e46-bb32-dfb3fdc47738] succeeded in 0.009655372938141227s: None +2025-10-03 12:40:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a853a3df-4d46-45fb-9bfa-c8ad7c27e75e] received +2025-10-03 12:40:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a853a3df-4d46-45fb-9bfa-c8ad7c27e75e] succeeded in 0.006604811875149608s: None +2025-10-03 12:40:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7fcf311-f7f6-4cb7-9c5a-7b1dc241613c] received +2025-10-03 12:40:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7fcf311-f7f6-4cb7-9c5a-7b1dc241613c] succeeded in 0.0023268680088222027s: None +2025-10-03 12:40:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a818fb2e-968d-42bd-af96-f8a27d43eb3c] received +2025-10-03 12:40:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a818fb2e-968d-42bd-af96-f8a27d43eb3c] succeeded in 0.0010589130688458681s: None +2025-10-03 12:40:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60173da2-7207-4d35-96a0-ecac083aac30] received +2025-10-03 12:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60173da2-7207-4d35-96a0-ecac083aac30] succeeded in 0.0022441681940108538s: None +2025-10-03 12:40:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e5a5a92-7d16-4d03-b25d-6c4891934f9d] received +2025-10-03 12:40:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e5a5a92-7d16-4d03-b25d-6c4891934f9d] succeeded in 0.0020506749860942364s: None +2025-10-03 12:40:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67215bdd-9ea5-4c83-92d1-6ea6532b8426] received +2025-10-03 12:40:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67215bdd-9ea5-4c83-92d1-6ea6532b8426] succeeded in 0.0022261631675064564s: None +2025-10-03 12:40:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bacfc767-fba6-4292-ac14-30ba9dbf4ce0] received +2025-10-03 12:40:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bacfc767-fba6-4292-ac14-30ba9dbf4ce0] succeeded in 0.0023702250327914953s: None +2025-10-03 12:40:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e9c2f71-699c-4097-ae45-18bd9b4e7c4c] received +2025-10-03 12:40:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e9c2f71-699c-4097-ae45-18bd9b4e7c4c] succeeded in 0.0033184560015797615s: None +2025-10-03 12:40:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35c3e727-7289-4015-93d5-66afe1871f8e] received +2025-10-03 12:40:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35c3e727-7289-4015-93d5-66afe1871f8e] succeeded in 0.002156574046239257s: None +2025-10-03 12:40:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b260f0c-1d1d-4480-b396-a3ec26d12393] received +2025-10-03 12:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b260f0c-1d1d-4480-b396-a3ec26d12393] succeeded in 0.0020675610285252333s: None +2025-10-03 12:40:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee75f62-5fe5-4ac2-b82f-a85163957172] received +2025-10-03 12:40:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ee75f62-5fe5-4ac2-b82f-a85163957172] succeeded in 0.0021558599546551704s: None +2025-10-03 12:40:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[836f40c6-5e3a-44f1-8176-cab4c1ea837a] received +2025-10-03 12:40:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[836f40c6-5e3a-44f1-8176-cab4c1ea837a] succeeded in 0.0021220978815108538s: None +2025-10-03 12:40:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:40:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:40:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3a71c27-5bfe-4524-8c9b-3e09ff48387d] received +2025-10-03 12:40:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3a71c27-5bfe-4524-8c9b-3e09ff48387d] succeeded in 0.002169511979445815s: None +2025-10-03 12:40:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[faa28713-1eda-40dc-9b1e-a9a797a75fea] received +2025-10-03 12:41:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[faa28713-1eda-40dc-9b1e-a9a797a75fea] succeeded in 0.0027390329632908106s: None +2025-10-03 12:41:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53a69e05-6fbf-4f38-a05d-6f6f57ab5760] received +2025-10-03 12:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53a69e05-6fbf-4f38-a05d-6f6f57ab5760] succeeded in 0.0024753990583121777s: None +2025-10-03 12:41:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2e4d231-1374-4ee1-be4f-ffdbf22fb361] received +2025-10-03 12:41:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2e4d231-1374-4ee1-be4f-ffdbf22fb361] succeeded in 0.002314679091796279s: None +2025-10-03 12:41:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d52fbe8-30a2-4893-a1be-4308232bc9f5] received +2025-10-03 12:41:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d52fbe8-30a2-4893-a1be-4308232bc9f5] succeeded in 0.0024195141158998013s: None +2025-10-03 12:41:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3ba757-7128-43df-a938-03b6665d71fc] received +2025-10-03 12:41:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa3ba757-7128-43df-a938-03b6665d71fc] succeeded in 0.002657542936503887s: None +2025-10-03 12:41:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc111c42-13ff-430b-904e-a815102504da] received +2025-10-03 12:41:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc111c42-13ff-430b-904e-a815102504da] succeeded in 0.0020714770071208477s: None +2025-10-03 12:41:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5f960f3-444d-46ad-9cf8-fb3e37bbe5dd] received +2025-10-03 12:41:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5f960f3-444d-46ad-9cf8-fb3e37bbe5dd] succeeded in 0.002230067038908601s: None +2025-10-03 12:41:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0c1fd47-e9e1-4c72-a59f-8b6c9a4214aa] received +2025-10-03 12:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0c1fd47-e9e1-4c72-a59f-8b6c9a4214aa] succeeded in 0.002232409082353115s: None +2025-10-03 12:41:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[150e5042-5b5c-45f7-b2b5-ac45c06162bc] received +2025-10-03 12:41:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[150e5042-5b5c-45f7-b2b5-ac45c06162bc] succeeded in 0.002031993120908737s: None +2025-10-03 12:41:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be476db0-bc70-4692-bc37-678784b1f716] received +2025-10-03 12:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be476db0-bc70-4692-bc37-678784b1f716] succeeded in 0.003119518980383873s: None +2025-10-03 12:41:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee487f32-eca9-4cc2-ae6a-71eddab11ce9] received +2025-10-03 12:41:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee487f32-eca9-4cc2-ae6a-71eddab11ce9] succeeded in 0.002537568099796772s: None +2025-10-03 12:41:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93ff1c4e-e210-4c75-910f-43e5ebbfcf39] received +2025-10-03 12:41:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93ff1c4e-e210-4c75-910f-43e5ebbfcf39] succeeded in 0.0023410599678754807s: None +2025-10-03 12:41:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[390a7f1d-b6d3-42a5-b84d-d75bf8e960c1] received +2025-10-03 12:41:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[390a7f1d-b6d3-42a5-b84d-d75bf8e960c1] succeeded in 0.00209553400054574s: None +2025-10-03 12:41:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04fd71e3-e9f6-4a65-b1ac-a1bc08572b82] received +2025-10-03 12:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04fd71e3-e9f6-4a65-b1ac-a1bc08572b82] succeeded in 0.0022707488387823105s: None +2025-10-03 12:41:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:41:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:41:33 [INFO] Celery[DW-STDERR]: Storing track 'Welcome to My Life' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:41:33 [INFO] Celery[DW-STDERR]: Successfully stored track 'Welcome to My Life' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:41:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:41:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a013f73c-71f1-46da-9df5-ce02e4300716] received +2025-10-03 12:41:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a013f73c-71f1-46da-9df5-ce02e4300716] succeeded in 0.0028935398440808058s: None +2025-10-03 12:41:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:42:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70eab56c-ba3b-4284-9083-20d9ad17bba8] received +2025-10-03 12:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70eab56c-ba3b-4284-9083-20d9ad17bba8] succeeded in 0.0022927650716155767s: None +2025-10-03 12:42:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf4d4833-b15b-4f74-b9cb-32f06d06b6e5] received +2025-10-03 12:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf4d4833-b15b-4f74-b9cb-32f06d06b6e5] succeeded in 0.0018659660127013922s: None +2025-10-03 12:42:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c1738b4-ff50-4c36-a711-f1a4fc266a53] received +2025-10-03 12:42:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c1738b4-ff50-4c36-a711-f1a4fc266a53] succeeded in 0.002592814154922962s: None +2025-10-03 12:42:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d10d359-e300-476a-8ddb-5c2fcfa2fc1d] received +2025-10-03 12:42:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d10d359-e300-476a-8ddb-5c2fcfa2fc1d] succeeded in 0.00207866495475173s: None +2025-10-03 12:42:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23544384-4f23-44bf-b832-88f0c0e2b0a0] received +2025-10-03 12:42:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23544384-4f23-44bf-b832-88f0c0e2b0a0] succeeded in 0.0023623378947377205s: None +2025-10-03 12:42:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d9b2cd8-7c10-4e25-aac8-238b76df298e] received +2025-10-03 12:42:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d9b2cd8-7c10-4e25-aac8-238b76df298e] succeeded in 0.0024303700774908066s: None +2025-10-03 12:42:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[259121fc-8b41-4e34-a881-fea5a1c6c91b] received +2025-10-03 12:42:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[259121fc-8b41-4e34-a881-fea5a1c6c91b] succeeded in 0.0020352189894765615s: None +2025-10-03 12:42:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c6ed0ba-00c5-4083-8076-760d9cb7b42f] received +2025-10-03 12:42:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c6ed0ba-00c5-4083-8076-760d9cb7b42f] succeeded in 0.001966353040188551s: None +2025-10-03 12:42:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae10a45b-3e11-4a93-981b-14914e9bf59a] received +2025-10-03 12:42:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae10a45b-3e11-4a93-981b-14914e9bf59a] succeeded in 0.0024380048271268606s: None +2025-10-03 12:42:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c4f1fec-34f3-49ba-be1e-46ae5cb57547] received +2025-10-03 12:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c4f1fec-34f3-49ba-be1e-46ae5cb57547] succeeded in 0.002547101816162467s: None +2025-10-03 12:42:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2e94f50-7741-462e-97f2-95d422dcf5a5] received +2025-10-03 12:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d2e94f50-7741-462e-97f2-95d422dcf5a5] succeeded in 0.002612584037706256s: None +2025-10-03 12:42:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c46808ae-1e81-4411-a9ec-a85f65d8ba7e] received +2025-10-03 12:42:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c46808ae-1e81-4411-a9ec-a85f65d8ba7e] succeeded in 0.0021155690774321556s: None +2025-10-03 12:42:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64d53690-c19a-4797-95df-138b16f574b3] received +2025-10-03 12:42:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64d53690-c19a-4797-95df-138b16f574b3] succeeded in 0.002211399842053652s: None +2025-10-03 12:42:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ccdd05e-9f0c-482b-a083-e22e89b27bea] received +2025-10-03 12:42:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ccdd05e-9f0c-482b-a083-e22e89b27bea] succeeded in 0.0025575801264494658s: None +2025-10-03 12:42:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0bb67a3-10ac-43f1-8971-fe5cb4867940] received +2025-10-03 12:42:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0bb67a3-10ac-43f1-8971-fe5cb4867940] succeeded in 0.0022918779868632555s: None +2025-10-03 12:42:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e20bb3c9-df04-472e-a047-d47faf109e30] received +2025-10-03 12:42:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e20bb3c9-df04-472e-a047-d47faf109e30] succeeded in 0.0023629390634596348s: None +2025-10-03 12:42:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c0943ae-7fff-4cf9-87d1-b707d7ae906e] received +2025-10-03 12:42:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c0943ae-7fff-4cf9-87d1-b707d7ae906e] succeeded in 0.0022072431165724993s: None +2025-10-03 12:42:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:42:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:42:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e9f8498-4c6c-40e2-8ac1-2a0b9a676c0c] received +2025-10-03 12:42:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e9f8498-4c6c-40e2-8ac1-2a0b9a676c0c] succeeded in 0.002352166920900345s: None +2025-10-03 12:42:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e9d6474-f01b-45e4-954b-ef8092a420e4] received +2025-10-03 12:43:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e9d6474-f01b-45e4-954b-ef8092a420e4] succeeded in 0.0012202789075672626s: None +2025-10-03 12:43:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cf47f8d-e09c-444b-aff8-0165688e63b0] received +2025-10-03 12:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6cf47f8d-e09c-444b-aff8-0165688e63b0] succeeded in 0.0019168548751622438s: None +2025-10-03 12:43:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95cdf892-9c0b-496a-85b4-fd9b296ade87] received +2025-10-03 12:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95cdf892-9c0b-496a-85b4-fd9b296ade87] succeeded in 0.0017521630506962538s: None +2025-10-03 12:43:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87ccae6d-553c-4402-9cc1-da29f631d1a2] received +2025-10-03 12:43:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87ccae6d-553c-4402-9cc1-da29f631d1a2] succeeded in 0.0023493380285799503s: None +2025-10-03 12:43:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[731b1413-4f69-4da5-a2b6-15e79464958b] received +2025-10-03 12:43:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[731b1413-4f69-4da5-a2b6-15e79464958b] succeeded in 0.0022753949742764235s: None +2025-10-03 12:43:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[712483d0-484c-4d08-94f2-851ffaa2cb4b] received +2025-10-03 12:43:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[712483d0-484c-4d08-94f2-851ffaa2cb4b] succeeded in 0.0024427371099591255s: None +2025-10-03 12:43:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60c8a7f2-bffb-49f7-9dfd-f259300c6618] received +2025-10-03 12:43:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60c8a7f2-bffb-49f7-9dfd-f259300c6618] succeeded in 0.002432769164443016s: None +2025-10-03 12:43:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38bcca77-5d58-45fb-8134-6426a75e266b] received +2025-10-03 12:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38bcca77-5d58-45fb-8134-6426a75e266b] succeeded in 0.0022207668516784906s: None +2025-10-03 12:43:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5abc2ce5-4826-4081-bc29-a1c8e26edd8c] received +2025-10-03 12:43:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5abc2ce5-4826-4081-bc29-a1c8e26edd8c] succeeded in 0.0025850168894976377s: None +2025-10-03 12:43:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[323824cb-1978-41ea-9393-0cbd529df918] received +2025-10-03 12:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[323824cb-1978-41ea-9393-0cbd529df918] succeeded in 0.002612781012430787s: None +2025-10-03 12:43:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff3954f9-059c-472d-8cee-3656c9c8f423] received +2025-10-03 12:43:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff3954f9-059c-472d-8cee-3656c9c8f423] succeeded in 0.0018872569780796766s: None +2025-10-03 12:43:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d51bc26-25aa-409a-a6ff-167f7277e86d] received +2025-10-03 12:43:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d51bc26-25aa-409a-a6ff-167f7277e86d] succeeded in 0.0022999439388513565s: None +2025-10-03 12:43:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[579660e3-f901-4125-a99c-6f406460a6de] received +2025-10-03 12:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[579660e3-f901-4125-a99c-6f406460a6de] succeeded in 0.0023292070254683495s: None +2025-10-03 12:43:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[488b5232-0d0e-4da2-9be7-c1c0e9994b72] received +2025-10-03 12:43:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[488b5232-0d0e-4da2-9be7-c1c0e9994b72] succeeded in 0.0019732071086764336s: None +2025-10-03 12:43:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28348ee7-1084-4572-a5a0-3a34e6b12800] received +2025-10-03 12:43:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28348ee7-1084-4572-a5a0-3a34e6b12800] succeeded in 0.0021410570479929447s: None +2025-10-03 12:43:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba2ed8ba-0b5f-424b-8cdb-8d4e1577de04] received +2025-10-03 12:43:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba2ed8ba-0b5f-424b-8cdb-8d4e1577de04] succeeded in 0.001963122980669141s: None +2025-10-03 12:43:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d07d40e2-e795-4e48-b4e2-153f3acc37da] received +2025-10-03 12:43:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d07d40e2-e795-4e48-b4e2-153f3acc37da] succeeded in 0.0022120638750493526s: None +2025-10-03 12:43:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f146979c-5abd-495e-b207-e7623540344a] received +2025-10-03 12:43:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f146979c-5abd-495e-b207-e7623540344a] succeeded in 0.0023237138520926237s: None +2025-10-03 12:43:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31b8aea9-f0ba-414c-ab10-7664b8158530] received +2025-10-03 12:43:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31b8aea9-f0ba-414c-ab10-7664b8158530] succeeded in 0.001759369159117341s: None +2025-10-03 12:43:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93c0a9ec-f144-402e-ac3c-3698712e7166] received +2025-10-03 12:43:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93c0a9ec-f144-402e-ac3c-3698712e7166] succeeded in 0.002325227949768305s: None +2025-10-03 12:43:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f9343c0-a4e5-4a60-8947-4b3f495587c7] received +2025-10-03 12:43:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f9343c0-a4e5-4a60-8947-4b3f495587c7] succeeded in 0.0026174101512879133s: None +2025-10-03 12:43:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55e273e9-08ca-4e36-86bb-4f9f9ee3d5d2] received +2025-10-03 12:43:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55e273e9-08ca-4e36-86bb-4f9f9ee3d5d2] succeeded in 0.003088576951995492s: None +2025-10-03 12:43:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66dcc511-3ce3-4385-bc6e-2b96aba82bfd] received +2025-10-03 12:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66dcc511-3ce3-4385-bc6e-2b96aba82bfd] succeeded in 0.001988460076972842s: None +2025-10-03 12:43:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[688cfaab-eb02-411a-8fed-70b4342d3bf9] received +2025-10-03 12:43:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[688cfaab-eb02-411a-8fed-70b4342d3bf9] succeeded in 0.0024379859678447247s: None +2025-10-03 12:43:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80a1cda8-8243-490d-9455-9ec87d44b67f] received +2025-10-03 12:43:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80a1cda8-8243-490d-9455-9ec87d44b67f] succeeded in 0.0023326680529862642s: None +2025-10-03 12:43:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9679d94f-9fd2-48a3-86ff-c9ff19d54203] received +2025-10-03 12:43:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9679d94f-9fd2-48a3-86ff-c9ff19d54203] succeeded in 0.0024226531386375427s: None +2025-10-03 12:43:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcb84de1-1fbb-4850-bdd5-e290c8f75a26] received +2025-10-03 12:43:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcb84de1-1fbb-4850-bdd5-e290c8f75a26] succeeded in 0.0022961129434406757s: None +2025-10-03 12:43:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fd13010-25eb-444d-a962-1c97868056b9] received +2025-10-03 12:43:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fd13010-25eb-444d-a962-1c97868056b9] succeeded in 0.002448286861181259s: None +2025-10-03 12:43:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e171ca47-b997-46fc-a49a-863cd279660b] received +2025-10-03 12:43:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e171ca47-b997-46fc-a49a-863cd279660b] succeeded in 0.0030045730527490377s: None +2025-10-03 12:43:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a01fba3-8eaf-442c-b05d-814d374e370a] received +2025-10-03 12:43:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a01fba3-8eaf-442c-b05d-814d374e370a] succeeded in 0.0023520539980381727s: None +2025-10-03 12:43:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63693ce4-70d1-4ae0-a431-12bda7bbf990] received +2025-10-03 12:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63693ce4-70d1-4ae0-a431-12bda7bbf990] succeeded in 0.001958554843440652s: None +2025-10-03 12:43:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:43:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:43:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f1c66f6-e452-425c-a109-e672c03b35a9] received +2025-10-03 12:43:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f1c66f6-e452-425c-a109-e672c03b35a9] succeeded in 0.0010787730570882559s: None +2025-10-03 12:43:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f694c5aa-6949-4c0f-b9dd-7bed0624c265] received +2025-10-03 12:44:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f694c5aa-6949-4c0f-b9dd-7bed0624c265] succeeded in 0.002004929119721055s: None +2025-10-03 12:44:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e01d5ec-470c-4e3d-a5bd-03b593a03ad2] received +2025-10-03 12:44:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e01d5ec-470c-4e3d-a5bd-03b593a03ad2] succeeded in 0.002229806035757065s: None +2025-10-03 12:44:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b01f59b8-23cb-4369-ac71-c21818023f37] received +2025-10-03 12:44:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b01f59b8-23cb-4369-ac71-c21818023f37] succeeded in 0.001976066967472434s: None +2025-10-03 12:44:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7de1ca4d-8c4f-42a2-b5ec-10338b28f830] received +2025-10-03 12:44:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7de1ca4d-8c4f-42a2-b5ec-10338b28f830] succeeded in 0.002438714960590005s: None +2025-10-03 12:44:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[effc4946-3c3e-44f8-8130-9645fafd60b1] received +2025-10-03 12:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[effc4946-3c3e-44f8-8130-9645fafd60b1] succeeded in 0.0023619800340384245s: None +2025-10-03 12:44:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[188002ff-dc02-4234-bb3e-a29189b03d20] received +2025-10-03 12:44:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[188002ff-dc02-4234-bb3e-a29189b03d20] succeeded in 0.002069148002192378s: None +2025-10-03 12:44:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8715ee4f-d002-40a0-a5c4-75cf373b7b4d] received +2025-10-03 12:44:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8715ee4f-d002-40a0-a5c4-75cf373b7b4d] succeeded in 0.002361949998885393s: None +2025-10-03 12:44:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6617a76b-6870-4bb6-aa9b-52ccef687815] received +2025-10-03 12:44:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6617a76b-6870-4bb6-aa9b-52ccef687815] succeeded in 0.002203201875090599s: None +2025-10-03 12:44:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20a2d425-5fe3-49de-9081-e5bd324100dc] received +2025-10-03 12:44:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20a2d425-5fe3-49de-9081-e5bd324100dc] succeeded in 0.0022019450552761555s: None +2025-10-03 12:44:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b679acba-d790-4f7a-92ea-fe12b53ec215] received +2025-10-03 12:44:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b679acba-d790-4f7a-92ea-fe12b53ec215] succeeded in 0.00233266013674438s: None +2025-10-03 12:44:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb94b1ce-00f8-43ab-8083-f9a02aa415ba] received +2025-10-03 12:44:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb94b1ce-00f8-43ab-8083-f9a02aa415ba] succeeded in 0.0025758619885891676s: None +2025-10-03 12:44:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4dd8db7-f121-469d-b336-778127781fc9] received +2025-10-03 12:44:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4dd8db7-f121-469d-b336-778127781fc9] succeeded in 0.0023442020174115896s: None +2025-10-03 12:44:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff16dce1-064c-4de6-84ac-613dc3ae5af0] received +2025-10-03 12:44:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff16dce1-064c-4de6-84ac-613dc3ae5af0] succeeded in 0.0024250138085335493s: None +2025-10-03 12:44:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29e0523c-c004-4aa3-a7f3-31ffca24edc0] received +2025-10-03 12:44:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29e0523c-c004-4aa3-a7f3-31ffca24edc0] succeeded in 0.001945351017639041s: None +2025-10-03 12:44:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc3c21f7-2b11-4068-836b-480d7962156f] received +2025-10-03 12:44:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc3c21f7-2b11-4068-836b-480d7962156f] succeeded in 0.002310805022716522s: None +2025-10-03 12:44:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21246cb0-5701-4336-bc25-140755cc8545] received +2025-10-03 12:44:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21246cb0-5701-4336-bc25-140755cc8545] succeeded in 0.002574667101725936s: None +2025-10-03 12:44:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9c968e2-cbbd-4c39-a190-795c18bf580b] received +2025-10-03 12:44:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9c968e2-cbbd-4c39-a190-795c18bf580b] succeeded in 0.002658891025930643s: None +2025-10-03 12:44:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ee9e95d-f1ec-4184-b33b-bfbfa7b5826c] received +2025-10-03 12:44:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ee9e95d-f1ec-4184-b33b-bfbfa7b5826c] succeeded in 0.002492364030331373s: None +2025-10-03 12:44:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba577287-7498-4230-b661-18ef8bed1c54] received +2025-10-03 12:44:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba577287-7498-4230-b661-18ef8bed1c54] succeeded in 0.002913855016231537s: None +2025-10-03 12:44:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5d68701-af7c-47be-aaaf-c386997638c3] received +2025-10-03 12:44:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5d68701-af7c-47be-aaaf-c386997638c3] succeeded in 0.0024720870424062014s: None +2025-10-03 12:44:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0132081-b7fc-4d5f-ac0e-796e6b962716] received +2025-10-03 12:44:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0132081-b7fc-4d5f-ac0e-796e6b962716] succeeded in 0.001954232109710574s: None +2025-10-03 12:44:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5ad36a1-35da-492a-b542-102f61ea537b] received +2025-10-03 12:44:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5ad36a1-35da-492a-b542-102f61ea537b] succeeded in 0.0023022559471428394s: None +2025-10-03 12:44:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aee84bbd-bbc5-4d03-b4cb-c90951680ce9] received +2025-10-03 12:44:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aee84bbd-bbc5-4d03-b4cb-c90951680ce9] succeeded in 0.006235320121049881s: None +2025-10-03 12:44:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04b855d2-0954-412e-a274-bab6d08e693b] received +2025-10-03 12:44:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04b855d2-0954-412e-a274-bab6d08e693b] succeeded in 0.002980296965688467s: None +2025-10-03 12:44:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a16b273-ae3d-44de-845f-890978193c9e] received +2025-10-03 12:44:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a16b273-ae3d-44de-845f-890978193c9e] succeeded in 0.0022855361457914114s: None +2025-10-03 12:44:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a27c777e-f6eb-46e9-9a7c-f21f5bfa8004] received +2025-10-03 12:44:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a27c777e-f6eb-46e9-9a7c-f21f5bfa8004] succeeded in 0.002182228025048971s: None +2025-10-03 12:44:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d7ba5c6-44cb-446d-8f54-b14986ff9686] received +2025-10-03 12:44:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d7ba5c6-44cb-446d-8f54-b14986ff9686] succeeded in 0.0022330901119858027s: None +2025-10-03 12:44:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b8e0e3f-55f2-4fa5-a4bd-4627f4a1fb35] received +2025-10-03 12:44:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b8e0e3f-55f2-4fa5-a4bd-4627f4a1fb35] succeeded in 0.0023106709122657776s: None +2025-10-03 12:44:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec74f41a-a1da-4bea-95ae-96cd01720343] received +2025-10-03 12:44:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec74f41a-a1da-4bea-95ae-96cd01720343] succeeded in 0.0024165769573301077s: None +2025-10-03 12:44:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaf01b0e-f0ad-44a6-ab7b-0977146dba29] received +2025-10-03 12:44:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eaf01b0e-f0ad-44a6-ab7b-0977146dba29] succeeded in 0.002782911993563175s: None +2025-10-03 12:44:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4047504-fddc-4e16-b5e5-4b8ddea6190f] received +2025-10-03 12:44:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4047504-fddc-4e16-b5e5-4b8ddea6190f] succeeded in 0.002287025097757578s: None +2025-10-03 12:44:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:44:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:44:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bf3c365-f967-4899-a40d-e1d44769eb01] received +2025-10-03 12:44:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bf3c365-f967-4899-a40d-e1d44769eb01] succeeded in 0.0021014309022575617s: None +2025-10-03 12:44:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e19e3f1-c078-40b7-b445-3e6ca6218491] received +2025-10-03 12:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e19e3f1-c078-40b7-b445-3e6ca6218491] succeeded in 0.002299782121554017s: None +2025-10-03 12:45:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b45d76b-82aa-459a-8a05-07b498a28a8a] received +2025-10-03 12:45:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b45d76b-82aa-459a-8a05-07b498a28a8a] succeeded in 0.0024386190343648195s: None +2025-10-03 12:45:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[457ed478-cc1d-433b-8b5a-f68928d52136] received +2025-10-03 12:45:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[457ed478-cc1d-433b-8b5a-f68928d52136] succeeded in 0.0026229911018162966s: None +2025-10-03 12:45:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da6f1c6e-c881-4219-bdc2-b7ee87dc3a3e] received +2025-10-03 12:45:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da6f1c6e-c881-4219-bdc2-b7ee87dc3a3e] succeeded in 0.0026614638045430183s: None +2025-10-03 12:45:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c3f8528-b1f0-46f8-b215-c17e074cea83] received +2025-10-03 12:45:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c3f8528-b1f0-46f8-b215-c17e074cea83] succeeded in 0.002367488108575344s: None +2025-10-03 12:45:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32a0fe28-df9e-4099-97d8-9426ff1c79ee] received +2025-10-03 12:45:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32a0fe28-df9e-4099-97d8-9426ff1c79ee] succeeded in 0.002112586982548237s: None +2025-10-03 12:45:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a64b9606-f71d-41df-b534-6ec908b5ef06] received +2025-10-03 12:45:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a64b9606-f71d-41df-b534-6ec908b5ef06] succeeded in 0.0027172639966011047s: None +2025-10-03 12:45:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cab17442-9a08-4f7e-9400-a396d2b948a3] received +2025-10-03 12:45:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cab17442-9a08-4f7e-9400-a396d2b948a3] succeeded in 0.002151011023670435s: None +2025-10-03 12:45:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38c8a221-82df-4b7a-a3ca-a1750d768858] received +2025-10-03 12:45:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38c8a221-82df-4b7a-a3ca-a1750d768858] succeeded in 0.0022349499631673098s: None +2025-10-03 12:45:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33b3df33-86c1-4843-bc05-271db0dfbcb7] received +2025-10-03 12:45:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33b3df33-86c1-4843-bc05-271db0dfbcb7] succeeded in 0.0019836509600281715s: None +2025-10-03 12:45:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f57ed484-6ee0-4b38-9941-a21a84aac66d] received +2025-10-03 12:45:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f57ed484-6ee0-4b38-9941-a21a84aac66d] succeeded in 0.0025736528914421797s: None +2025-10-03 12:45:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ae5709e-de9c-4e2a-a0db-5757f1339786] received +2025-10-03 12:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ae5709e-de9c-4e2a-a0db-5757f1339786] succeeded in 0.002319412073120475s: None +2025-10-03 12:45:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23ddf9c4-7af1-41c5-b9a6-667c07b6dbcb] received +2025-10-03 12:45:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23ddf9c4-7af1-41c5-b9a6-667c07b6dbcb] succeeded in 0.002085016807541251s: None +2025-10-03 12:45:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[963b060c-b243-490a-8c29-f17478836858] received +2025-10-03 12:45:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[963b060c-b243-490a-8c29-f17478836858] succeeded in 0.0023675570264458656s: None +2025-10-03 12:45:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e7b86f7-7ca3-48ed-aa7b-7e6785580a66] received +2025-10-03 12:45:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e7b86f7-7ca3-48ed-aa7b-7e6785580a66] succeeded in 0.0019785950426012278s: None +2025-10-03 12:45:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fbfe849-801a-4849-bf54-7ac7b978e88e] received +2025-10-03 12:45:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fbfe849-801a-4849-bf54-7ac7b978e88e] succeeded in 0.002260338980704546s: None +2025-10-03 12:45:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d5aefef-4d9b-4730-9368-31df4f29e1f5] received +2025-10-03 12:45:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d5aefef-4d9b-4730-9368-31df4f29e1f5] succeeded in 0.0023491729516535997s: None +2025-10-03 12:45:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab32bc40-9e88-4c15-9e21-d711ed891320] received +2025-10-03 12:45:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab32bc40-9e88-4c15-9e21-d711ed891320] succeeded in 0.0026387011166661978s: None +2025-10-03 12:45:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:45:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40ed7031-b7d9-4377-a719-ce32dbe893f8] received +2025-10-03 12:45:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40ed7031-b7d9-4377-a719-ce32dbe893f8] succeeded in 0.0023699200246483088s: None +2025-10-03 12:45:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:45:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:45:41 [INFO] Celery[DW-STDERR]: Storing track 'Accidentally In Love' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:45:41 [INFO] Celery[DW-STDERR]: Successfully stored track 'Accidentally In Love' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:45:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:45:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aa1a34d-49b2-455b-900d-297649c49f0c] received +2025-10-03 12:45:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aa1a34d-49b2-455b-900d-297649c49f0c] succeeded in 0.002712641842663288s: None +2025-10-03 12:45:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:46:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:46:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88266417-9f83-426d-91d1-440d6c44c5d5] received +2025-10-03 12:46:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88266417-9f83-426d-91d1-440d6c44c5d5] succeeded in 0.001991308992728591s: None +2025-10-03 12:46:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7611f03e-d191-4431-9c18-c9e60fb15044] received +2025-10-03 12:46:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7611f03e-d191-4431-9c18-c9e60fb15044] succeeded in 0.0017773520667105913s: None +2025-10-03 12:46:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8463aaa5-b0e0-4491-99df-05a323fa8af1] received +2025-10-03 12:46:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8463aaa5-b0e0-4491-99df-05a323fa8af1] succeeded in 0.0023086939472705126s: None +2025-10-03 12:46:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ed1c14a-58ca-4b5c-a75a-95139d906cf6] received +2025-10-03 12:46:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ed1c14a-58ca-4b5c-a75a-95139d906cf6] succeeded in 0.002418540883809328s: None +2025-10-03 12:46:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a60ada3-d89e-42e6-b96e-b3007b0a4678] received +2025-10-03 12:46:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a60ada3-d89e-42e6-b96e-b3007b0a4678] succeeded in 0.0021294059697538614s: None +2025-10-03 12:46:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba626605-4f06-4dba-8f94-09545e9b48f7] received +2025-10-03 12:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba626605-4f06-4dba-8f94-09545e9b48f7] succeeded in 0.0023686939384788275s: None +2025-10-03 12:46:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb5cdbb6-766e-4155-abc4-9af991912005] received +2025-10-03 12:46:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb5cdbb6-766e-4155-abc4-9af991912005] succeeded in 0.0025048728566616774s: None +2025-10-03 12:46:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b0cbf34-964b-4a0e-8e47-21dae8e2faec] received +2025-10-03 12:46:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b0cbf34-964b-4a0e-8e47-21dae8e2faec] succeeded in 0.0023515590000897646s: None +2025-10-03 12:46:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a58e1f14-4528-4f64-8807-400ab1e49632] received +2025-10-03 12:46:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a58e1f14-4528-4f64-8807-400ab1e49632] succeeded in 0.0022601468954235315s: None +2025-10-03 12:46:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4fbf86f-84ca-4afe-9a94-cb519a79962f] received +2025-10-03 12:46:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4fbf86f-84ca-4afe-9a94-cb519a79962f] succeeded in 0.0023538940586149693s: None +2025-10-03 12:46:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e27af26f-7678-461e-b3b2-a6551ab62b4d] received +2025-10-03 12:46:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e27af26f-7678-461e-b3b2-a6551ab62b4d] succeeded in 0.0021875069942325354s: None +2025-10-03 12:46:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61c5c569-9a87-4618-af47-e1f120b4d57d] received +2025-10-03 12:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61c5c569-9a87-4618-af47-e1f120b4d57d] succeeded in 0.002318663988262415s: None +2025-10-03 12:46:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1490ce19-cb13-4a09-9eed-0a623c4d5988] received +2025-10-03 12:46:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1490ce19-cb13-4a09-9eed-0a623c4d5988] succeeded in 0.002332555130124092s: None +2025-10-03 12:46:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[734b227e-b74a-45a6-a918-95c7a99436be] received +2025-10-03 12:46:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[734b227e-b74a-45a6-a918-95c7a99436be] succeeded in 0.0027435438241809607s: None +2025-10-03 12:46:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:46:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:46:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4131d61-40b7-469b-8c7d-ba3cf859d755] received +2025-10-03 12:46:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4131d61-40b7-469b-8c7d-ba3cf859d755] succeeded in 0.0024240680504590273s: None +2025-10-03 12:46:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79a2d019-4f51-443e-8aaa-861b7e600d1f] received +2025-10-03 12:47:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79a2d019-4f51-443e-8aaa-861b7e600d1f] succeeded in 0.001999722793698311s: None +2025-10-03 12:47:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[028b554e-f5f4-431e-9253-bf0b6f7b0696] received +2025-10-03 12:47:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[028b554e-f5f4-431e-9253-bf0b6f7b0696] succeeded in 0.0020516489166766405s: None +2025-10-03 12:47:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0151548e-4a2f-4230-a233-3d9bd0514786] received +2025-10-03 12:47:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0151548e-4a2f-4230-a233-3d9bd0514786] succeeded in 0.001996794017031789s: None +2025-10-03 12:47:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37094009-9f09-4859-b031-9f87c9c691ce] received +2025-10-03 12:47:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37094009-9f09-4859-b031-9f87c9c691ce] succeeded in 0.002377498894929886s: None +2025-10-03 12:47:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dac1628-8697-4945-93ca-44f733df1a5d] received +2025-10-03 12:47:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dac1628-8697-4945-93ca-44f733df1a5d] succeeded in 0.002135945949703455s: None +2025-10-03 12:47:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62cd71b6-7859-4943-959b-45b03487e1c3] received +2025-10-03 12:47:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[62cd71b6-7859-4943-959b-45b03487e1c3] succeeded in 0.0024983009789139032s: None +2025-10-03 12:47:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ec84860-2d1d-4298-b5e6-c113788a3d65] received +2025-10-03 12:47:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ec84860-2d1d-4298-b5e6-c113788a3d65] succeeded in 0.0022729879710823298s: None +2025-10-03 12:47:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[543e2af5-5a5c-42ad-9e16-d86997085140] received +2025-10-03 12:47:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[543e2af5-5a5c-42ad-9e16-d86997085140] succeeded in 0.0022152040619403124s: None +2025-10-03 12:47:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e27014e4-ee2b-475d-b2ca-208f56164c24] received +2025-10-03 12:47:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e27014e4-ee2b-475d-b2ca-208f56164c24] succeeded in 0.0025112309958785772s: None +2025-10-03 12:47:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a656ff7a-037b-4f9a-a211-615b603bab01] received +2025-10-03 12:47:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a656ff7a-037b-4f9a-a211-615b603bab01] succeeded in 0.0022130319848656654s: None +2025-10-03 12:47:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea317060-ba37-46e3-8705-81fb84e01dac] received +2025-10-03 12:47:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea317060-ba37-46e3-8705-81fb84e01dac] succeeded in 0.0031945991795510054s: None +2025-10-03 12:47:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5404e9eb-76be-4240-8f3d-7182434aad8e] received +2025-10-03 12:47:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5404e9eb-76be-4240-8f3d-7182434aad8e] succeeded in 0.0020610098727047443s: None +2025-10-03 12:47:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3fd18c0-0fd3-481e-ac1a-9b741b5bc075] received +2025-10-03 12:47:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3fd18c0-0fd3-481e-ac1a-9b741b5bc075] succeeded in 0.001992305973544717s: None +2025-10-03 12:47:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bcdfb26-d0c9-4969-9e54-c193c2366ff9] received +2025-10-03 12:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bcdfb26-d0c9-4969-9e54-c193c2366ff9] succeeded in 0.0025078628677874804s: None +2025-10-03 12:47:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fc2741e-56b9-4fb3-bfe2-59e6054f82cc] received +2025-10-03 12:47:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fc2741e-56b9-4fb3-bfe2-59e6054f82cc] succeeded in 0.0023814160376787186s: None +2025-10-03 12:47:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4441a37-f301-4e26-9cbd-5e0fbe83079d] received +2025-10-03 12:47:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4441a37-f301-4e26-9cbd-5e0fbe83079d] succeeded in 0.0021050721406936646s: None +2025-10-03 12:47:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11bb616d-d9fe-4952-862c-4b224ad233f5] received +2025-10-03 12:47:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11bb616d-d9fe-4952-862c-4b224ad233f5] succeeded in 0.002250479068607092s: None +2025-10-03 12:47:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d97d293-1dc4-4f38-96fa-8e6760061a51] received +2025-10-03 12:47:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d97d293-1dc4-4f38-96fa-8e6760061a51] succeeded in 0.00216250610537827s: None +2025-10-03 12:47:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f60bf62-c4bb-40b7-a6ec-ee9baec0eccb] received +2025-10-03 12:47:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f60bf62-c4bb-40b7-a6ec-ee9baec0eccb] succeeded in 0.002614464145153761s: None +2025-10-03 12:47:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fb27469-2f50-4544-84d1-df57dd392766] received +2025-10-03 12:47:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fb27469-2f50-4544-84d1-df57dd392766] succeeded in 0.002519821049645543s: None +2025-10-03 12:47:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4e06c80-55fd-4084-8a66-7d00e4a97b37] received +2025-10-03 12:47:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4e06c80-55fd-4084-8a66-7d00e4a97b37] succeeded in 0.0022852779366075993s: None +2025-10-03 12:47:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a2ae6c8-c364-4853-b992-954adf4d6e66] received +2025-10-03 12:47:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a2ae6c8-c364-4853-b992-954adf4d6e66] succeeded in 0.0023088690359145403s: None +2025-10-03 12:47:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[438317a6-1350-44ac-ad49-6c7bf2fad81c] received +2025-10-03 12:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[438317a6-1350-44ac-ad49-6c7bf2fad81c] succeeded in 0.0019524309318512678s: None +2025-10-03 12:47:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:47:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:47:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[782d6490-bee2-4688-80bf-37977f886c1a] received +2025-10-03 12:47:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[782d6490-bee2-4688-80bf-37977f886c1a] succeeded in 0.0022047520615160465s: None +2025-10-03 12:47:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1996769b-3e84-4b85-b0d3-bac7df57e4a5] received +2025-10-03 12:48:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1996769b-3e84-4b85-b0d3-bac7df57e4a5] succeeded in 0.002795842010527849s: None +2025-10-03 12:48:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43213e3d-3bb0-4aa4-9079-520115fe7e99] received +2025-10-03 12:48:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43213e3d-3bb0-4aa4-9079-520115fe7e99] succeeded in 0.002228084020316601s: None +2025-10-03 12:48:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47bb8a91-4869-48f7-9021-9dac1510c73b] received +2025-10-03 12:48:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47bb8a91-4869-48f7-9021-9dac1510c73b] succeeded in 0.0023616538383066654s: None +2025-10-03 12:48:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[171cf004-7bf7-48b1-a7a4-9fd2018a3197] received +2025-10-03 12:48:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[171cf004-7bf7-48b1-a7a4-9fd2018a3197] succeeded in 0.0028492261189967394s: None +2025-10-03 12:48:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be878efc-9559-4924-9afe-da285cd637ce] received +2025-10-03 12:48:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be878efc-9559-4924-9afe-da285cd637ce] succeeded in 0.0023690741509199142s: None +2025-10-03 12:48:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a11d22e-c90a-4955-b394-47501a067faa] received +2025-10-03 12:48:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a11d22e-c90a-4955-b394-47501a067faa] succeeded in 0.0022326121106743813s: None +2025-10-03 12:48:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1ffe417-32e0-42bc-9860-bf2a392a63a3] received +2025-10-03 12:48:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1ffe417-32e0-42bc-9860-bf2a392a63a3] succeeded in 0.0023876780178397894s: None +2025-10-03 12:48:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3319ecd2-05e3-4816-99c1-d3fe260cf372] received +2025-10-03 12:48:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3319ecd2-05e3-4816-99c1-d3fe260cf372] succeeded in 0.00226227892562747s: None +2025-10-03 12:48:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddaad456-4a1c-4180-a445-78c7a5d169fd] received +2025-10-03 12:48:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddaad456-4a1c-4180-a445-78c7a5d169fd] succeeded in 0.0020676390267908573s: None +2025-10-03 12:48:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72de4822-9326-4d8e-a679-471cd00bcff1] received +2025-10-03 12:48:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72de4822-9326-4d8e-a679-471cd00bcff1] succeeded in 0.0021991520188748837s: None +2025-10-03 12:48:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff0800ff-e65a-49d4-b159-04bd2a0aa63a] received +2025-10-03 12:48:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff0800ff-e65a-49d4-b159-04bd2a0aa63a] succeeded in 0.0022149679716676474s: None +2025-10-03 12:48:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec14114e-b772-4767-ae3e-eb68d7a1dcb6] received +2025-10-03 12:48:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec14114e-b772-4767-ae3e-eb68d7a1dcb6] succeeded in 0.0030136581044644117s: None +2025-10-03 12:48:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[458bcce3-a6a1-48a6-b4f9-84b998324d28] received +2025-10-03 12:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[458bcce3-a6a1-48a6-b4f9-84b998324d28] succeeded in 0.002421983052045107s: None +2025-10-03 12:48:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[691bf5d2-334c-45dd-b2a4-6d98b1177e28] received +2025-10-03 12:48:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[691bf5d2-334c-45dd-b2a4-6d98b1177e28] succeeded in 0.0025655741337686777s: None +2025-10-03 12:48:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2394da1b-cfa1-4929-9694-546f7f5e6329] received +2025-10-03 12:48:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2394da1b-cfa1-4929-9694-546f7f5e6329] succeeded in 0.002340855775400996s: None +2025-10-03 12:48:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0517394d-2bac-4d69-a443-90de41f06c18] received +2025-10-03 12:48:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0517394d-2bac-4d69-a443-90de41f06c18] succeeded in 0.0022245938889682293s: None +2025-10-03 12:48:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad9c5071-e0bb-4218-9609-7bc25d7ce2ae] received +2025-10-03 12:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad9c5071-e0bb-4218-9609-7bc25d7ce2ae] succeeded in 0.0023947071749716997s: None +2025-10-03 12:48:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34f474e4-f197-4380-b827-41ea4db75f5d] received +2025-10-03 12:48:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34f474e4-f197-4380-b827-41ea4db75f5d] succeeded in 0.002166635124012828s: None +2025-10-03 12:48:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed14e9a4-828d-432a-90f5-cad9870e7db6] received +2025-10-03 12:48:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed14e9a4-828d-432a-90f5-cad9870e7db6] succeeded in 0.0023688820656389s: None +2025-10-03 12:48:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84cb1ded-fb36-487e-ba8c-9402c198841b] received +2025-10-03 12:48:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84cb1ded-fb36-487e-ba8c-9402c198841b] succeeded in 0.00240446999669075s: None +2025-10-03 12:48:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dfe7808-51a3-48da-8faf-96cb2e70ace8] received +2025-10-03 12:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dfe7808-51a3-48da-8faf-96cb2e70ace8] succeeded in 0.002470978070050478s: None +2025-10-03 12:48:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca992da6-d47a-470c-b55f-ede66eb68696] received +2025-10-03 12:48:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca992da6-d47a-470c-b55f-ede66eb68696] succeeded in 0.0019412559922784567s: None +2025-10-03 12:48:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:48:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:48:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eee89a2c-00cf-4872-bfff-49e5064648cc] received +2025-10-03 12:48:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eee89a2c-00cf-4872-bfff-49e5064648cc] succeeded in 0.0025680479593575s: None +2025-10-03 12:48:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33333b2b-a9a1-4ceb-af6d-ea5c4764d99b] received +2025-10-03 12:49:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33333b2b-a9a1-4ceb-af6d-ea5c4764d99b] succeeded in 0.002198224887251854s: None +2025-10-03 12:49:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66607426-3d5e-4300-aea0-174f40afd5c8] received +2025-10-03 12:49:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66607426-3d5e-4300-aea0-174f40afd5c8] succeeded in 0.0021822149865329266s: None +2025-10-03 12:49:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7395fd9-8787-4d6a-9639-573974b89e29] received +2025-10-03 12:49:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7395fd9-8787-4d6a-9639-573974b89e29] succeeded in 0.0019826130010187626s: None +2025-10-03 12:49:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[088b70e5-7f9d-4d8e-ae3f-085df477fb56] received +2025-10-03 12:49:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[088b70e5-7f9d-4d8e-ae3f-085df477fb56] succeeded in 0.002861300017684698s: None +2025-10-03 12:49:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82f98195-bdc6-49cf-bf0d-094bb0b688b4] received +2025-10-03 12:49:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82f98195-bdc6-49cf-bf0d-094bb0b688b4] succeeded in 0.0021440370474010706s: None +2025-10-03 12:49:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cac143b-f80c-4c18-936a-3752c33e0189] received +2025-10-03 12:49:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cac143b-f80c-4c18-936a-3752c33e0189] succeeded in 0.0021242350339889526s: None +2025-10-03 12:49:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ed4f5b0-3cad-49bc-9359-e51a484bff04] received +2025-10-03 12:49:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ed4f5b0-3cad-49bc-9359-e51a484bff04] succeeded in 0.0020335898734629154s: None +2025-10-03 12:49:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[036b9111-317c-4e57-b25a-be663d887a08] received +2025-10-03 12:49:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[036b9111-317c-4e57-b25a-be663d887a08] succeeded in 0.002019268926233053s: None +2025-10-03 12:49:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb0a995-bb31-4fd5-a83a-795582941326] received +2025-10-03 12:49:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb0a995-bb31-4fd5-a83a-795582941326] succeeded in 0.007694193162024021s: None +2025-10-03 12:49:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22501861-cecb-40b8-b69d-6de3ffffa032] received +2025-10-03 12:49:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22501861-cecb-40b8-b69d-6de3ffffa032] succeeded in 0.0021647459361702204s: None +2025-10-03 12:49:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fc008a9-1ba3-44da-9cf5-62b0e217f5bc] received +2025-10-03 12:49:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fc008a9-1ba3-44da-9cf5-62b0e217f5bc] succeeded in 0.002797404071316123s: None +2025-10-03 12:49:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[946d07c7-af52-4b43-adeb-a7b72fe34716] received +2025-10-03 12:49:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[946d07c7-af52-4b43-adeb-a7b72fe34716] succeeded in 0.0023016708437353373s: None +2025-10-03 12:49:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15d03669-9766-4d97-932c-beb77b47e919] received +2025-10-03 12:49:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15d03669-9766-4d97-932c-beb77b47e919] succeeded in 0.0022657348308712244s: None +2025-10-03 12:49:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be5b6169-505e-4fe1-9fdf-67a1878025ed] received +2025-10-03 12:49:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be5b6169-505e-4fe1-9fdf-67a1878025ed] succeeded in 0.002445162972435355s: None +2025-10-03 12:49:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa8ef99d-c9d8-45be-86d6-8f578372f15e] received +2025-10-03 12:49:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa8ef99d-c9d8-45be-86d6-8f578372f15e] succeeded in 0.002564965980127454s: None +2025-10-03 12:49:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b188f59-49b4-4f6b-ba41-c69eb60f4913] received +2025-10-03 12:49:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b188f59-49b4-4f6b-ba41-c69eb60f4913] succeeded in 0.002667986089363694s: None +2025-10-03 12:49:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d98fd39-d95c-42f1-863e-00d12a1e10b7] received +2025-10-03 12:49:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d98fd39-d95c-42f1-863e-00d12a1e10b7] succeeded in 0.002289137104526162s: None +2025-10-03 12:49:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07873616-2337-4738-8ea1-68dbde41ca87] received +2025-10-03 12:49:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07873616-2337-4738-8ea1-68dbde41ca87] succeeded in 0.002482891781255603s: None +2025-10-03 12:49:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e39dfd8f-adc6-41d0-8d37-cec652c3b43a] received +2025-10-03 12:49:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e39dfd8f-adc6-41d0-8d37-cec652c3b43a] succeeded in 0.0020522261038422585s: None +2025-10-03 12:49:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c9513ef-4d43-4acb-82d6-b505527c8478] received +2025-10-03 12:49:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9c9513ef-4d43-4acb-82d6-b505527c8478] succeeded in 0.002238068962469697s: None +2025-10-03 12:49:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02efc002-3f4d-4171-87be-13953a21e9ae] received +2025-10-03 12:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02efc002-3f4d-4171-87be-13953a21e9ae] succeeded in 0.002642301144078374s: None +2025-10-03 12:49:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10c245a8-988b-43d6-a176-d2ee2d8d6061] received +2025-10-03 12:49:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10c245a8-988b-43d6-a176-d2ee2d8d6061] succeeded in 0.002284279791638255s: None +2025-10-03 12:49:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c16174eb-1fbe-4ce6-bf19-1dc83c103c02] received +2025-10-03 12:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c16174eb-1fbe-4ce6-bf19-1dc83c103c02] succeeded in 0.002443210920318961s: None +2025-10-03 12:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:49:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ea0eda8-57be-42cc-bc3f-69a6d2bb2aaf] received +2025-10-03 12:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ea0eda8-57be-42cc-bc3f-69a6d2bb2aaf] succeeded in 0.002758975140750408s: None +2025-10-03 12:49:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa2e7bce-3aff-41a0-99bb-ee14ea72182d] received +2025-10-03 12:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa2e7bce-3aff-41a0-99bb-ee14ea72182d] succeeded in 0.0024371289182454348s: None +2025-10-03 12:50:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10508f57-1c37-41b5-b304-f7a5b866c254] received +2025-10-03 12:50:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10508f57-1c37-41b5-b304-f7a5b866c254] succeeded in 0.002369866007938981s: None +2025-10-03 12:50:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16235790-d593-49aa-9a62-b868f94c9ed4] received +2025-10-03 12:50:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16235790-d593-49aa-9a62-b868f94c9ed4] succeeded in 0.002279771026223898s: None +2025-10-03 12:50:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d3f890c-cca0-4ce3-85fe-4a89e29fcee5] received +2025-10-03 12:50:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d3f890c-cca0-4ce3-85fe-4a89e29fcee5] succeeded in 0.00198769592680037s: None +2025-10-03 12:50:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[163af01a-474d-4061-b3a9-cb98dac95ce6] received +2025-10-03 12:50:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[163af01a-474d-4061-b3a9-cb98dac95ce6] succeeded in 0.002059117890894413s: None +2025-10-03 12:50:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[681a5fc4-0d5c-4d4e-9981-a497a796dd6f] received +2025-10-03 12:50:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[681a5fc4-0d5c-4d4e-9981-a497a796dd6f] succeeded in 0.0021233311854302883s: None +2025-10-03 12:50:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc012dcb-5fd7-4999-b1c6-637a46f97085] received +2025-10-03 12:50:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc012dcb-5fd7-4999-b1c6-637a46f97085] succeeded in 0.002749756211414933s: None +2025-10-03 12:50:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95f9e76d-bbe3-4a9f-92eb-d439cf58e4ad] received +2025-10-03 12:50:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95f9e76d-bbe3-4a9f-92eb-d439cf58e4ad] succeeded in 0.002240294823423028s: None +2025-10-03 12:50:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2136267e-fb0e-4879-804d-b4e0026c12e3] received +2025-10-03 12:50:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2136267e-fb0e-4879-804d-b4e0026c12e3] succeeded in 0.002083239145576954s: None +2025-10-03 12:50:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df64c6a6-df58-44ac-a07e-71876d61b60f] received +2025-10-03 12:50:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df64c6a6-df58-44ac-a07e-71876d61b60f] succeeded in 0.0021549840457737446s: None +2025-10-03 12:50:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2773fca-ad44-4766-a758-9d8e7d1adb74] received +2025-10-03 12:50:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2773fca-ad44-4766-a758-9d8e7d1adb74] succeeded in 0.002179310889914632s: None +2025-10-03 12:50:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9103fc0e-a0ad-4333-9f30-34e00c5e4c8b] received +2025-10-03 12:50:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9103fc0e-a0ad-4333-9f30-34e00c5e4c8b] succeeded in 0.002454877831041813s: None +2025-10-03 12:50:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc015a0c-fc32-4fa4-b815-9833d91690fd] received +2025-10-03 12:50:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc015a0c-fc32-4fa4-b815-9833d91690fd] succeeded in 0.002377911936491728s: None +2025-10-03 12:50:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73597798-6682-4fc9-be13-6df5aaed220d] received +2025-10-03 12:50:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73597798-6682-4fc9-be13-6df5aaed220d] succeeded in 0.0021085080225020647s: None +2025-10-03 12:50:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:50:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f72e3fe2-1ee2-4a1e-926a-105addec0bc0] received +2025-10-03 12:50:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f72e3fe2-1ee2-4a1e-926a-105addec0bc0] succeeded in 0.002087160013616085s: None +2025-10-03 12:50:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:50:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:50:43 [INFO] Celery[DW-STDERR]: Storing track 'Tonight, Tonight - Remastered 2012' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:50:43 [INFO] Celery[DW-STDERR]: Successfully stored track 'Tonight, Tonight - Remastered 2012' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:50:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:50:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f910173-6c4c-4183-bd6a-98905c867fb2] received +2025-10-03 12:50:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f910173-6c4c-4183-bd6a-98905c867fb2] succeeded in 0.0026049581356346607s: None +2025-10-03 12:50:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:51:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:51:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27f4bafc-ac90-43d9-ab9f-1e8d4f5ba1aa] received +2025-10-03 12:51:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27f4bafc-ac90-43d9-ab9f-1e8d4f5ba1aa] succeeded in 0.0021383939310908318s: None +2025-10-03 12:51:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3037c25c-4ae1-46ae-a23f-f2671665a557] received +2025-10-03 12:51:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3037c25c-4ae1-46ae-a23f-f2671665a557] succeeded in 0.00204974296502769s: None +2025-10-03 12:51:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5bfbb10-3a4d-498d-817f-72af54c62d28] received +2025-10-03 12:51:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5bfbb10-3a4d-498d-817f-72af54c62d28] succeeded in 0.002516839886084199s: None +2025-10-03 12:51:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21492dfd-ba40-4f39-b857-d75a8e331813] received +2025-10-03 12:51:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21492dfd-ba40-4f39-b857-d75a8e331813] succeeded in 0.0021732349414378405s: None +2025-10-03 12:51:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc90bc20-33f7-4cea-8093-47e859b28e8a] received +2025-10-03 12:51:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc90bc20-33f7-4cea-8093-47e859b28e8a] succeeded in 0.0024977109860628843s: None +2025-10-03 12:51:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e065472d-9b7c-47ed-b326-2ab84cc044ef] received +2025-10-03 12:51:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e065472d-9b7c-47ed-b326-2ab84cc044ef] succeeded in 0.0018014598172158003s: None +2025-10-03 12:51:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a87fcc54-d4a3-4a8d-bb0f-c1990d8c8dc4] received +2025-10-03 12:51:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a87fcc54-d4a3-4a8d-bb0f-c1990d8c8dc4] succeeded in 0.002625680062919855s: None +2025-10-03 12:51:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56f05c9b-7ace-4825-a46f-e3e57be0704e] received +2025-10-03 12:51:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56f05c9b-7ace-4825-a46f-e3e57be0704e] succeeded in 0.0024225269444286823s: None +2025-10-03 12:51:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dfb64f0-de8c-4010-b334-c024287b515d] received +2025-10-03 12:51:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dfb64f0-de8c-4010-b334-c024287b515d] succeeded in 0.002127168932929635s: None +2025-10-03 12:51:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:51:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:51:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e197cfa5-2c6c-4e3d-8154-52b4c1bd2bc1] received +2025-10-03 12:51:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e197cfa5-2c6c-4e3d-8154-52b4c1bd2bc1] succeeded in 0.001946072792634368s: None +2025-10-03 12:51:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be7990a5-d124-454c-bd2e-2ab3da077f1f] received +2025-10-03 12:52:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be7990a5-d124-454c-bd2e-2ab3da077f1f] succeeded in 0.002146724844351411s: None +2025-10-03 12:52:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f344775-5d90-4916-8fc5-2230419ab695] received +2025-10-03 12:52:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f344775-5d90-4916-8fc5-2230419ab695] succeeded in 0.00258005503565073s: None +2025-10-03 12:52:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[996c2c67-1a2f-4d52-9f76-1d530e5ce071] received +2025-10-03 12:52:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[996c2c67-1a2f-4d52-9f76-1d530e5ce071] succeeded in 0.0023326908703893423s: None +2025-10-03 12:52:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39e7b637-0a61-47e5-8a52-5628f2803bf0] received +2025-10-03 12:52:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39e7b637-0a61-47e5-8a52-5628f2803bf0] succeeded in 0.0024057510308921337s: None +2025-10-03 12:52:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0be02d10-7934-4fbb-b24a-d5485b439ccf] received +2025-10-03 12:52:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0be02d10-7934-4fbb-b24a-d5485b439ccf] succeeded in 0.002115317853167653s: None +2025-10-03 12:52:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a1a05e-ed0a-4070-b641-5c30143ad2cb] received +2025-10-03 12:52:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18a1a05e-ed0a-4070-b641-5c30143ad2cb] succeeded in 0.002003486966714263s: None +2025-10-03 12:52:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[057165bc-14b9-41e6-95ce-0928e910f291] received +2025-10-03 12:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[057165bc-14b9-41e6-95ce-0928e910f291] succeeded in 0.0025057699531316757s: None +2025-10-03 12:52:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6464265c-0ac2-48c7-a670-b481ae07b844] received +2025-10-03 12:52:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6464265c-0ac2-48c7-a670-b481ae07b844] succeeded in 0.002285412047058344s: None +2025-10-03 12:52:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e04627d-6cef-4dfd-9356-27ac8d5b5b27] received +2025-10-03 12:52:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e04627d-6cef-4dfd-9356-27ac8d5b5b27] succeeded in 0.0022314649540930986s: None +2025-10-03 12:52:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d56a1a9-8b97-4379-a726-32ce7ffcd615] received +2025-10-03 12:52:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d56a1a9-8b97-4379-a726-32ce7ffcd615] succeeded in 0.0025677441153675318s: None +2025-10-03 12:52:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c47004ba-54ee-4a16-9758-eeeaef6deb11] received +2025-10-03 12:52:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c47004ba-54ee-4a16-9758-eeeaef6deb11] succeeded in 0.002616899088025093s: None +2025-10-03 12:52:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdabf760-f40a-4ce8-aba1-486ce0777bf7] received +2025-10-03 12:52:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdabf760-f40a-4ce8-aba1-486ce0777bf7] succeeded in 0.0022015380673110485s: None +2025-10-03 12:52:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92ef9501-02be-4814-8417-17900f2a9e1f] received +2025-10-03 12:52:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92ef9501-02be-4814-8417-17900f2a9e1f] succeeded in 0.002035526791587472s: None +2025-10-03 12:52:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d43b9445-95e1-4839-b2bc-1b7be5d144f6] received +2025-10-03 12:52:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d43b9445-95e1-4839-b2bc-1b7be5d144f6] succeeded in 0.0024974390398710966s: None +2025-10-03 12:52:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8832245-6d9c-40d7-8f3a-c2b52a689ec2] received +2025-10-03 12:52:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8832245-6d9c-40d7-8f3a-c2b52a689ec2] succeeded in 0.0019836921710520983s: None +2025-10-03 12:52:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b21a74a2-5b14-4100-aa94-879f4e1d72f2] received +2025-10-03 12:52:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b21a74a2-5b14-4100-aa94-879f4e1d72f2] succeeded in 0.0023262561298906803s: None +2025-10-03 12:52:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c364ed0-cf32-4845-a467-60e4af8368f2] received +2025-10-03 12:52:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c364ed0-cf32-4845-a467-60e4af8368f2] succeeded in 0.0025491369888186455s: None +2025-10-03 12:52:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e52e91c-5ea3-4f2c-91e8-52606a52a0cc] received +2025-10-03 12:52:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e52e91c-5ea3-4f2c-91e8-52606a52a0cc] succeeded in 0.002087394008412957s: None +2025-10-03 12:52:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31ea8eb3-2470-4974-bc7f-2daf6a120652] received +2025-10-03 12:52:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31ea8eb3-2470-4974-bc7f-2daf6a120652] succeeded in 0.002431704895570874s: None +2025-10-03 12:52:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0b5643-54db-444e-8963-5498ee617b12] received +2025-10-03 12:52:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0b5643-54db-444e-8963-5498ee617b12] succeeded in 0.002128459047526121s: None +2025-10-03 12:52:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f78e9390-3e5b-4347-a1e4-4033e9d65101] received +2025-10-03 12:52:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f78e9390-3e5b-4347-a1e4-4033e9d65101] succeeded in 0.0019965029787272215s: None +2025-10-03 12:52:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0f36cd5-e05c-4715-aaef-a982480751d5] received +2025-10-03 12:52:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0f36cd5-e05c-4715-aaef-a982480751d5] succeeded in 0.0019538861233741045s: None +2025-10-03 12:52:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95da226e-4f24-4bda-aa6b-9bfff09ec8e0] received +2025-10-03 12:52:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95da226e-4f24-4bda-aa6b-9bfff09ec8e0] succeeded in 0.002515039872378111s: None +2025-10-03 12:52:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee68d2df-15f4-4e93-b7da-f8c9a8063f46] received +2025-10-03 12:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee68d2df-15f4-4e93-b7da-f8c9a8063f46] succeeded in 0.0019958659540861845s: None +2025-10-03 12:52:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e253d09e-d59f-4a6f-9be3-def01fe5d4e3] received +2025-10-03 12:52:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e253d09e-d59f-4a6f-9be3-def01fe5d4e3] succeeded in 0.0025753160007297993s: None +2025-10-03 12:52:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79904a43-70b4-4201-885a-779ce0e1be9c] received +2025-10-03 12:52:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79904a43-70b4-4201-885a-779ce0e1be9c] succeeded in 0.002498993184417486s: None +2025-10-03 12:52:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d037a1e5-dd0d-4e7b-b767-f4c038c743f3] received +2025-10-03 12:52:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d037a1e5-dd0d-4e7b-b767-f4c038c743f3] succeeded in 0.002476296853274107s: None +2025-10-03 12:52:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05e5c113-3ec4-4c7a-85d2-68dd90db3c8e] received +2025-10-03 12:52:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05e5c113-3ec4-4c7a-85d2-68dd90db3c8e] succeeded in 0.0024564159102737904s: None +2025-10-03 12:52:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0e4b0d6-1e1d-4181-b5ec-46fc69bce7f4] received +2025-10-03 12:52:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0e4b0d6-1e1d-4181-b5ec-46fc69bce7f4] succeeded in 0.0021466040052473545s: None +2025-10-03 12:52:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:52:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:52:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33a035fe-e42b-47a4-83ca-f0c2a75e2ab0] received +2025-10-03 12:52:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33a035fe-e42b-47a4-83ca-f0c2a75e2ab0] succeeded in 0.0022601510863751173s: None +2025-10-03 12:52:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c25a3ed1-82da-4c58-af01-55afc4ed4a00] received +2025-10-03 12:53:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c25a3ed1-82da-4c58-af01-55afc4ed4a00] succeeded in 0.0026935869827866554s: None +2025-10-03 12:53:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4a165bb-7a28-4989-9725-e76dbd13d647] received +2025-10-03 12:53:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4a165bb-7a28-4989-9725-e76dbd13d647] succeeded in 0.002792694140225649s: None +2025-10-03 12:53:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee38a7d0-4e15-48d0-be06-0c910c5111df] received +2025-10-03 12:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee38a7d0-4e15-48d0-be06-0c910c5111df] succeeded in 0.001980431145057082s: None +2025-10-03 12:53:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[236ec4da-6879-44b3-bd6b-f7a086bfacd3] received +2025-10-03 12:53:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[236ec4da-6879-44b3-bd6b-f7a086bfacd3] succeeded in 0.002476596971973777s: None +2025-10-03 12:53:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab3294e6-e5fd-4009-a2b3-74b986344ed4] received +2025-10-03 12:53:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab3294e6-e5fd-4009-a2b3-74b986344ed4] succeeded in 0.002322825836017728s: None +2025-10-03 12:53:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8b4d095-2d5a-43d9-adc5-088942affd03] received +2025-10-03 12:53:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8b4d095-2d5a-43d9-adc5-088942affd03] succeeded in 0.002152149099856615s: None +2025-10-03 12:53:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49599819-7c75-4b40-97bd-a8262ade6a77] received +2025-10-03 12:53:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49599819-7c75-4b40-97bd-a8262ade6a77] succeeded in 0.0023243860341608524s: None +2025-10-03 12:53:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48353915-ec3f-4cc7-a9a6-ec75abcca149] received +2025-10-03 12:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48353915-ec3f-4cc7-a9a6-ec75abcca149] succeeded in 0.0021719071082770824s: None +2025-10-03 12:53:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97303104-fb7d-44a6-870a-9a7f700a68dd] received +2025-10-03 12:53:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97303104-fb7d-44a6-870a-9a7f700a68dd] succeeded in 0.0021392279304564s: None +2025-10-03 12:53:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a039739-0dbe-4349-82df-1fd51f9ed0ca] received +2025-10-03 12:53:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a039739-0dbe-4349-82df-1fd51f9ed0ca] succeeded in 0.0022406200878322124s: None +2025-10-03 12:53:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[021597a0-3d96-4cb5-b42b-bdfbd1b7b6c0] received +2025-10-03 12:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[021597a0-3d96-4cb5-b42b-bdfbd1b7b6c0] succeeded in 0.0022896169684827328s: None +2025-10-03 12:53:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a0d164e-4ea4-443e-9028-cf3afff672b8] received +2025-10-03 12:53:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a0d164e-4ea4-443e-9028-cf3afff672b8] succeeded in 0.002271152101457119s: None +2025-10-03 12:53:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34098134-2b96-4a83-856e-25df54af18a3] received +2025-10-03 12:53:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34098134-2b96-4a83-856e-25df54af18a3] succeeded in 0.002385844010859728s: None +2025-10-03 12:53:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[206773ec-b06d-4164-a5b2-6b659f8b8076] received +2025-10-03 12:53:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[206773ec-b06d-4164-a5b2-6b659f8b8076] succeeded in 0.0023273760452866554s: None +2025-10-03 12:53:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5e35bd1-9242-48e4-a4b8-eeb250098cc3] received +2025-10-03 12:53:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5e35bd1-9242-48e4-a4b8-eeb250098cc3] succeeded in 0.0021073848474770784s: None +2025-10-03 12:53:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f5db0f2-5c86-4337-8673-c96dc476fef1] received +2025-10-03 12:53:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f5db0f2-5c86-4337-8673-c96dc476fef1] succeeded in 0.003355529857799411s: None +2025-10-03 12:53:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b70d412a-4e19-41fb-ab32-298f4c40017c] received +2025-10-03 12:53:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b70d412a-4e19-41fb-ab32-298f4c40017c] succeeded in 0.0021706519182771444s: None +2025-10-03 12:53:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4f3dc70-28bb-4c7d-a8b4-aeb3f9fd3974] received +2025-10-03 12:53:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4f3dc70-28bb-4c7d-a8b4-aeb3f9fd3974] succeeded in 0.002284421119838953s: None +2025-10-03 12:53:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[904659de-7814-4b84-b61e-3f141b6dde03] received +2025-10-03 12:53:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[904659de-7814-4b84-b61e-3f141b6dde03] succeeded in 0.002053820062428713s: None +2025-10-03 12:53:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e04d66a8-b39f-4964-8afd-f58cd5caa6fd] received +2025-10-03 12:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e04d66a8-b39f-4964-8afd-f58cd5caa6fd] succeeded in 0.002313178963959217s: None +2025-10-03 12:53:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[226d07ba-299e-4149-a512-bf5c7d19062b] received +2025-10-03 12:53:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[226d07ba-299e-4149-a512-bf5c7d19062b] succeeded in 0.002114017028361559s: None +2025-10-03 12:53:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af868dd6-4bf6-4d93-ae1e-f74b818ee0ab] received +2025-10-03 12:53:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af868dd6-4bf6-4d93-ae1e-f74b818ee0ab] succeeded in 0.0025713960640132427s: None +2025-10-03 12:53:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[305ebba0-5305-4033-81d3-01c844706118] received +2025-10-03 12:53:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[305ebba0-5305-4033-81d3-01c844706118] succeeded in 0.0020817320328205824s: None +2025-10-03 12:53:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32bbc423-847c-45df-882b-b2cc87c4e868] received +2025-10-03 12:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32bbc423-847c-45df-882b-b2cc87c4e868] succeeded in 0.0021280760411173105s: None +2025-10-03 12:53:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b6152a8-2df7-4673-b245-29c0d040c34c] received +2025-10-03 12:53:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b6152a8-2df7-4673-b245-29c0d040c34c] succeeded in 0.0021600062027573586s: None +2025-10-03 12:53:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4061ad9b-a502-4bab-b5c9-93a40f5908e4] received +2025-10-03 12:53:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4061ad9b-a502-4bab-b5c9-93a40f5908e4] succeeded in 0.0022804460022598505s: None +2025-10-03 12:53:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aecae85-8c38-488b-8b1c-23b23762aacb] received +2025-10-03 12:53:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aecae85-8c38-488b-8b1c-23b23762aacb] succeeded in 0.001967974938452244s: None +2025-10-03 12:53:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c862eec-9285-4696-be4d-5a5a342fdf7d] received +2025-10-03 12:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c862eec-9285-4696-be4d-5a5a342fdf7d] succeeded in 0.002476754831150174s: None +2025-10-03 12:53:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:53:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[543b1d56-7b57-47a3-9719-9ee40ed2a2d5] received +2025-10-03 12:53:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[543b1d56-7b57-47a3-9719-9ee40ed2a2d5] succeeded in 0.00707434699870646s: None +2025-10-03 12:53:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49421a57-4047-44e3-9d43-27b5e1c74bf8] received +2025-10-03 12:54:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49421a57-4047-44e3-9d43-27b5e1c74bf8] succeeded in 0.0024338150396943092s: None +2025-10-03 12:54:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af61b931-95f1-4c87-a942-788934c4939b] received +2025-10-03 12:54:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af61b931-95f1-4c87-a942-788934c4939b] succeeded in 0.002334367949515581s: None +2025-10-03 12:54:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0e5b6d4-b962-485b-b459-a721ed8eb369] received +2025-10-03 12:54:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0e5b6d4-b962-485b-b459-a721ed8eb369] succeeded in 0.002590363146737218s: None +2025-10-03 12:54:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88506710-bcd5-42d8-b023-d70030af3739] received +2025-10-03 12:54:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88506710-bcd5-42d8-b023-d70030af3739] succeeded in 0.0029203700833022594s: None +2025-10-03 12:54:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[449b8020-530e-4660-9ff8-f7d95f033457] received +2025-10-03 12:54:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[449b8020-530e-4660-9ff8-f7d95f033457] succeeded in 0.0022017930168658495s: None +2025-10-03 12:54:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a6a06ea-b18b-477d-987b-ed0b599142a3] received +2025-10-03 12:54:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a6a06ea-b18b-477d-987b-ed0b599142a3] succeeded in 0.002562924986705184s: None +2025-10-03 12:54:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f31f51e2-ac9d-4105-bef0-88085710f4c4] received +2025-10-03 12:54:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f31f51e2-ac9d-4105-bef0-88085710f4c4] succeeded in 0.002938301069661975s: None +2025-10-03 12:54:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af95acbb-6494-436d-9c1e-dd9dc339799e] received +2025-10-03 12:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af95acbb-6494-436d-9c1e-dd9dc339799e] succeeded in 0.0025974700693041086s: None +2025-10-03 12:54:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78327d3a-7608-4b72-b529-1b8eb86f68c4] received +2025-10-03 12:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78327d3a-7608-4b72-b529-1b8eb86f68c4] succeeded in 0.0023863629903644323s: None +2025-10-03 12:54:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfa20a42-5885-4069-89e9-ae44101945cb] received +2025-10-03 12:54:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfa20a42-5885-4069-89e9-ae44101945cb] succeeded in 0.002509139012545347s: None +2025-10-03 12:54:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95828981-8e6e-43ea-a740-09892cc3f0e5] received +2025-10-03 12:54:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95828981-8e6e-43ea-a740-09892cc3f0e5] succeeded in 0.002314467914402485s: None +2025-10-03 12:54:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae815c85-b296-46a5-bf31-1a402768f7e7] received +2025-10-03 12:54:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae815c85-b296-46a5-bf31-1a402768f7e7] succeeded in 0.0024235171731561422s: None +2025-10-03 12:54:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[189ebaa6-6d15-4d60-b9fb-91c4ac75d051] received +2025-10-03 12:54:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[189ebaa6-6d15-4d60-b9fb-91c4ac75d051] succeeded in 0.0022154911421239376s: None +2025-10-03 12:54:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5faf3208-2d0c-400a-83a6-de8444ea1534] received +2025-10-03 12:54:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5faf3208-2d0c-400a-83a6-de8444ea1534] succeeded in 0.0023801082279533148s: None +2025-10-03 12:54:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cbd3001-20ce-4272-9b3d-5410e1d1c59a] received +2025-10-03 12:54:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cbd3001-20ce-4272-9b3d-5410e1d1c59a] succeeded in 0.0020530549809336662s: None +2025-10-03 12:54:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acc89e23-a742-46db-b5f7-ae084cb60da2] received +2025-10-03 12:54:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acc89e23-a742-46db-b5f7-ae084cb60da2] succeeded in 0.002327771158888936s: None +2025-10-03 12:54:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47eee261-fdd6-4bc4-9b6a-2d788229e7b1] received +2025-10-03 12:54:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47eee261-fdd6-4bc4-9b6a-2d788229e7b1] succeeded in 0.0023563180584460497s: None +2025-10-03 12:54:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef6ad541-f4df-4293-8e57-bf30423cf80b] received +2025-10-03 12:54:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef6ad541-f4df-4293-8e57-bf30423cf80b] succeeded in 0.002828442957252264s: None +2025-10-03 12:54:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fb85d48-6f2e-43c0-af19-27f381acfb6d] received +2025-10-03 12:54:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fb85d48-6f2e-43c0-af19-27f381acfb6d] succeeded in 0.002364929998293519s: None +2025-10-03 12:54:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8deca19b-ce28-4549-ab9f-9383714c44ef] received +2025-10-03 12:54:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8deca19b-ce28-4549-ab9f-9383714c44ef] succeeded in 0.002142889192327857s: None +2025-10-03 12:54:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa73c36a-5e66-465e-8c27-c75d8e15c4f0] received +2025-10-03 12:54:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa73c36a-5e66-465e-8c27-c75d8e15c4f0] succeeded in 0.00238018692471087s: None +2025-10-03 12:54:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32860217-b673-417b-9073-09385b73339a] received +2025-10-03 12:54:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32860217-b673-417b-9073-09385b73339a] succeeded in 0.0023441389203071594s: None +2025-10-03 12:54:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bbb75bb-63d2-4ce0-9d73-25b7ad035d5a] received +2025-10-03 12:54:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bbb75bb-63d2-4ce0-9d73-25b7ad035d5a] succeeded in 0.0023866980336606503s: None +2025-10-03 12:54:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8979345-ae0f-4184-8f99-9ae7012a63b7] received +2025-10-03 12:54:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8979345-ae0f-4184-8f99-9ae7012a63b7] succeeded in 0.0023006489500403404s: None +2025-10-03 12:54:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d16bace-d012-4629-81cb-05cbda889164] received +2025-10-03 12:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d16bace-d012-4629-81cb-05cbda889164] succeeded in 0.0024162959307432175s: None +2025-10-03 12:54:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d9d4175-ff61-4087-9e3b-c6ec181826fa] received +2025-10-03 12:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d9d4175-ff61-4087-9e3b-c6ec181826fa] succeeded in 0.003153944155201316s: None +2025-10-03 12:54:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e71be0b-0fd9-4c69-bd6d-9ae35dbf8362] received +2025-10-03 12:54:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e71be0b-0fd9-4c69-bd6d-9ae35dbf8362] succeeded in 0.0022543680388480425s: None +2025-10-03 12:54:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b54ff243-020d-40ba-bc33-a6bf203cc6c0] received +2025-10-03 12:54:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b54ff243-020d-40ba-bc33-a6bf203cc6c0] succeeded in 0.0021846028976142406s: None +2025-10-03 12:54:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:54:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:54:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1dfcbf4-709a-423d-aa2a-5c0a3d102309] received +2025-10-03 12:54:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1dfcbf4-709a-423d-aa2a-5c0a3d102309] succeeded in 0.002258302178233862s: None +2025-10-03 12:54:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e57d3e40-b3c5-46e8-a016-9d757a7a0180] received +2025-10-03 12:55:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e57d3e40-b3c5-46e8-a016-9d757a7a0180] succeeded in 0.0024638560134917498s: None +2025-10-03 12:55:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[474d8c51-e020-483f-ac7b-90483f1116e1] received +2025-10-03 12:55:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[474d8c51-e020-483f-ac7b-90483f1116e1] succeeded in 0.002613337943330407s: None +2025-10-03 12:55:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ddfeb2-109d-4a7b-9b9e-2d0322ceae73] received +2025-10-03 12:55:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ddfeb2-109d-4a7b-9b9e-2d0322ceae73] succeeded in 0.002066374057903886s: None +2025-10-03 12:55:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:55:10 [INFO] Celery[DW-STDERR]: Storing track 'I Want You To Want Me' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:55:10 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Want You To Want Me' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:55:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:55:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00fed100-a7a6-4a6f-b55e-b81e566e7ead] received +2025-10-03 12:55:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00fed100-a7a6-4a6f-b55e-b81e566e7ead] succeeded in 0.0025622860994189978s: None +2025-10-03 12:55:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 12:55:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 12:55:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[027ba910-a327-4f63-90dc-bd4b89042114] received +2025-10-03 12:55:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[027ba910-a327-4f63-90dc-bd4b89042114] succeeded in 0.0020824698731303215s: None +2025-10-03 12:55:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f24eac-12a9-44f4-9da9-1ec374770f71] received +2025-10-03 12:55:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f24eac-12a9-44f4-9da9-1ec374770f71] succeeded in 0.0020999619737267494s: None +2025-10-03 12:55:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[412d294b-4707-4d1a-a7bc-1d167d47be7f] received +2025-10-03 12:55:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[412d294b-4707-4d1a-a7bc-1d167d47be7f] succeeded in 0.0021309279836714268s: None +2025-10-03 12:55:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c34ea76-a319-4608-82d1-8a3f4a6416fa] received +2025-10-03 12:55:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c34ea76-a319-4608-82d1-8a3f4a6416fa] succeeded in 0.002342059975489974s: None +2025-10-03 12:55:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57b5602a-afbb-4146-93f4-e95d4d1e081d] received +2025-10-03 12:55:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57b5602a-afbb-4146-93f4-e95d4d1e081d] succeeded in 0.002587689086794853s: None +2025-10-03 12:55:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc6c59fd-1362-4344-a1d2-2725f9edc4e8] received +2025-10-03 12:55:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc6c59fd-1362-4344-a1d2-2725f9edc4e8] succeeded in 0.0024680178612470627s: None +2025-10-03 12:55:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1db38767-30f4-4e21-8c17-22851ee92417] received +2025-10-03 12:55:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1db38767-30f4-4e21-8c17-22851ee92417] succeeded in 0.002284620888531208s: None +2025-10-03 12:55:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:55:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:55:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[127809cb-0da3-413d-947d-2818abf1fc6e] received +2025-10-03 12:55:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[127809cb-0da3-413d-947d-2818abf1fc6e] succeeded in 0.0021129038650542498s: None +2025-10-03 12:55:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80921ef7-2e9b-4389-8dd7-fe57bd6d0a6d] received +2025-10-03 12:56:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80921ef7-2e9b-4389-8dd7-fe57bd6d0a6d] succeeded in 0.0025546899996697903s: None +2025-10-03 12:56:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0733eaf-aa36-4c03-b03c-58772fa223de] received +2025-10-03 12:56:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0733eaf-aa36-4c03-b03c-58772fa223de] succeeded in 0.0024669549893587828s: None +2025-10-03 12:56:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3373f99f-32ef-468e-8d7e-dfadd60963e4] received +2025-10-03 12:56:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3373f99f-32ef-468e-8d7e-dfadd60963e4] succeeded in 0.0022981620859354734s: None +2025-10-03 12:56:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ff41c5d-edeb-414b-9c41-95c405e89b49] received +2025-10-03 12:56:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ff41c5d-edeb-414b-9c41-95c405e89b49] succeeded in 0.0029255279805511236s: None +2025-10-03 12:56:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70b6ba10-47ff-4fe8-a5ac-27a391b6f460] received +2025-10-03 12:56:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70b6ba10-47ff-4fe8-a5ac-27a391b6f460] succeeded in 0.0023606070317327976s: None +2025-10-03 12:56:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1689cebb-d61e-4e5d-807a-03aef620a0a1] received +2025-10-03 12:56:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1689cebb-d61e-4e5d-807a-03aef620a0a1] succeeded in 0.002349472139030695s: None +2025-10-03 12:56:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0f227b5-4f36-4407-81b0-009b5d09dcf6] received +2025-10-03 12:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0f227b5-4f36-4407-81b0-009b5d09dcf6] succeeded in 0.0027034070808440447s: None +2025-10-03 12:56:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8957e4c3-4e3e-4202-beb8-176e19f3f05a] received +2025-10-03 12:56:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8957e4c3-4e3e-4202-beb8-176e19f3f05a] succeeded in 0.0025777569971978664s: None +2025-10-03 12:56:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1083f432-7506-4ef1-b2f0-07a9d0d2e859] received +2025-10-03 12:56:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1083f432-7506-4ef1-b2f0-07a9d0d2e859] succeeded in 0.002306389156728983s: None +2025-10-03 12:56:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27c3a0e3-e303-4cba-84f2-cfd7d48881b1] received +2025-10-03 12:56:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27c3a0e3-e303-4cba-84f2-cfd7d48881b1] succeeded in 0.0020867150742560625s: None +2025-10-03 12:56:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89e174aa-a96e-454d-b215-7e5d901f3ba9] received +2025-10-03 12:56:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89e174aa-a96e-454d-b215-7e5d901f3ba9] succeeded in 0.001996316947042942s: None +2025-10-03 12:56:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75c03f7e-9e8d-4079-af31-3dcadf2a2b78] received +2025-10-03 12:56:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75c03f7e-9e8d-4079-af31-3dcadf2a2b78] succeeded in 0.002141272183507681s: None +2025-10-03 12:56:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85bd1af9-1a22-467a-8ddd-7e08649657ed] received +2025-10-03 12:56:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85bd1af9-1a22-467a-8ddd-7e08649657ed] succeeded in 0.0025785539764910936s: None +2025-10-03 12:56:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93207bf7-2867-4d67-ae63-121afef9c704] received +2025-10-03 12:56:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93207bf7-2867-4d67-ae63-121afef9c704] succeeded in 0.0022248518653213978s: None +2025-10-03 12:56:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[383dc3dc-35e2-407e-8d3b-f517bb623cb0] received +2025-10-03 12:56:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[383dc3dc-35e2-407e-8d3b-f517bb623cb0] succeeded in 0.0024981610476970673s: None +2025-10-03 12:56:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eff5cffd-e8d0-4ed9-a742-f34885a88cc1] received +2025-10-03 12:56:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eff5cffd-e8d0-4ed9-a742-f34885a88cc1] succeeded in 0.0022043969947844744s: None +2025-10-03 12:56:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[392fd93b-1ca0-482e-820a-5f7c5799b590] received +2025-10-03 12:56:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[392fd93b-1ca0-482e-820a-5f7c5799b590] succeeded in 0.0021056090481579304s: None +2025-10-03 12:56:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4daed6c-23bc-4aa7-8661-1dfa142f503a] received +2025-10-03 12:56:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4daed6c-23bc-4aa7-8661-1dfa142f503a] succeeded in 0.0023743310011923313s: None +2025-10-03 12:56:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e9bf802-8ddf-48ac-9bc1-9ea0eaa7118d] received +2025-10-03 12:56:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e9bf802-8ddf-48ac-9bc1-9ea0eaa7118d] succeeded in 0.002024480840191245s: None +2025-10-03 12:56:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eea2637-8500-42f4-a6bc-c5d5caf27d34] received +2025-10-03 12:56:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eea2637-8500-42f4-a6bc-c5d5caf27d34] succeeded in 0.002283656969666481s: None +2025-10-03 12:56:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bcec8c9-ed9f-41df-8b3b-6a580845568b] received +2025-10-03 12:56:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bcec8c9-ed9f-41df-8b3b-6a580845568b] succeeded in 0.0025198301300406456s: None +2025-10-03 12:56:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1488004c-a7ac-4cbb-a0c4-babce47694f9] received +2025-10-03 12:56:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1488004c-a7ac-4cbb-a0c4-babce47694f9] succeeded in 0.0025299880653619766s: None +2025-10-03 12:56:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0dc99e6-8d47-433f-9268-910f9efc686b] received +2025-10-03 12:56:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0dc99e6-8d47-433f-9268-910f9efc686b] succeeded in 0.002316684927791357s: None +2025-10-03 12:56:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63b9ba4a-3fb1-4d0d-a45b-1bdeda173c8c] received +2025-10-03 12:56:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63b9ba4a-3fb1-4d0d-a45b-1bdeda173c8c] succeeded in 0.0020314359571784735s: None +2025-10-03 12:56:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49be58f0-3cec-4b62-892b-0fc92ebb6279] received +2025-10-03 12:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49be58f0-3cec-4b62-892b-0fc92ebb6279] succeeded in 0.0020845169201493263s: None +2025-10-03 12:56:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[487de444-8265-40d4-a2ae-c2963cb452ce] received +2025-10-03 12:56:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[487de444-8265-40d4-a2ae-c2963cb452ce] succeeded in 0.002329600974917412s: None +2025-10-03 12:56:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34ae7721-4824-423f-837d-01876938ab4e] received +2025-10-03 12:56:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34ae7721-4824-423f-837d-01876938ab4e] succeeded in 0.0024886380415409803s: None +2025-10-03 12:56:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:56:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97a33436-e84e-4d1a-af57-1b8f042c8009] received +2025-10-03 12:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97a33436-e84e-4d1a-af57-1b8f042c8009] succeeded in 0.0022536858450621367s: None +2025-10-03 12:56:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f735fd38-8f53-4aec-b456-a92f41759364] received +2025-10-03 12:57:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f735fd38-8f53-4aec-b456-a92f41759364] succeeded in 0.002272035926580429s: None +2025-10-03 12:57:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c20641e3-ad80-498c-a74e-00aad4fe1d31] received +2025-10-03 12:57:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c20641e3-ad80-498c-a74e-00aad4fe1d31] succeeded in 0.002207574900239706s: None +2025-10-03 12:57:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52a98544-c1f8-4699-9715-6f4b0f3f2e83] received +2025-10-03 12:57:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52a98544-c1f8-4699-9715-6f4b0f3f2e83] succeeded in 0.002664499916136265s: None +2025-10-03 12:57:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f14edaab-ab37-4ad7-b238-5e03e9623f8a] received +2025-10-03 12:57:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f14edaab-ab37-4ad7-b238-5e03e9623f8a] succeeded in 0.0020437289495021105s: None +2025-10-03 12:57:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ec49e60-df29-4058-873d-ae2e5e40949b] received +2025-10-03 12:57:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ec49e60-df29-4058-873d-ae2e5e40949b] succeeded in 0.002274339087307453s: None +2025-10-03 12:57:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34b55ed6-7f39-4840-a36c-f816dd3ecce0] received +2025-10-03 12:57:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34b55ed6-7f39-4840-a36c-f816dd3ecce0] succeeded in 0.0023245071060955524s: None +2025-10-03 12:57:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cead8f6f-8707-45f4-8da1-176e8a2d4cbc] received +2025-10-03 12:57:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cead8f6f-8707-45f4-8da1-176e8a2d4cbc] succeeded in 0.0020868731662631035s: None +2025-10-03 12:57:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[486b4cda-4bef-4590-a786-e4356123ceee] received +2025-10-03 12:57:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[486b4cda-4bef-4590-a786-e4356123ceee] succeeded in 0.002594354096800089s: None +2025-10-03 12:57:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7efcdba6-b11d-45f0-8b15-277abab5801f] received +2025-10-03 12:57:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7efcdba6-b11d-45f0-8b15-277abab5801f] succeeded in 0.0024359358940273523s: None +2025-10-03 12:57:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4083036-17f0-415e-84ee-3cee42f97795] received +2025-10-03 12:57:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4083036-17f0-415e-84ee-3cee42f97795] succeeded in 0.0031713510397821665s: None +2025-10-03 12:57:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440470be-a762-406d-ab0a-f787d0db778a] received +2025-10-03 12:57:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[440470be-a762-406d-ab0a-f787d0db778a] succeeded in 0.0025973168667405844s: None +2025-10-03 12:57:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33a7e6cd-ecbb-470f-a178-95fa6af96452] received +2025-10-03 12:57:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33a7e6cd-ecbb-470f-a178-95fa6af96452] succeeded in 0.00232449802570045s: None +2025-10-03 12:57:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94dc69e5-c0a8-4d73-9ede-a9770426580d] received +2025-10-03 12:57:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94dc69e5-c0a8-4d73-9ede-a9770426580d] succeeded in 0.0027342389803379774s: None +2025-10-03 12:57:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66614a2a-1d7b-47a7-874b-f60d845d5d53] received +2025-10-03 12:57:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66614a2a-1d7b-47a7-874b-f60d845d5d53] succeeded in 0.0025992058217525482s: None +2025-10-03 12:57:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8e8f7b5-0f43-48aa-ae41-fe283042be2d] received +2025-10-03 12:57:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8e8f7b5-0f43-48aa-ae41-fe283042be2d] succeeded in 0.002210398903116584s: None +2025-10-03 12:57:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b8fc5ba-3d05-408c-bded-fc87d98305c1] received +2025-10-03 12:57:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b8fc5ba-3d05-408c-bded-fc87d98305c1] succeeded in 0.002336464822292328s: None +2025-10-03 12:57:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a690ade-7cc9-43e2-803c-d139c4e70bfe] received +2025-10-03 12:57:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a690ade-7cc9-43e2-803c-d139c4e70bfe] succeeded in 0.002363752108067274s: None +2025-10-03 12:57:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8689c97-e99e-4447-8b87-330940b955a2] received +2025-10-03 12:57:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8689c97-e99e-4447-8b87-330940b955a2] succeeded in 0.00230927811935544s: None +2025-10-03 12:57:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da2eb92f-8195-4a98-9b46-893d44617847] received +2025-10-03 12:57:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da2eb92f-8195-4a98-9b46-893d44617847] succeeded in 0.002332210075110197s: None +2025-10-03 12:57:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[802f8566-6b30-43d6-9bc5-5f5e0cc60c74] received +2025-10-03 12:57:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[802f8566-6b30-43d6-9bc5-5f5e0cc60c74] succeeded in 0.0024300450459122658s: None +2025-10-03 12:57:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cae2998b-99cf-46fe-9354-622f67a264f4] received +2025-10-03 12:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cae2998b-99cf-46fe-9354-622f67a264f4] succeeded in 0.002524218987673521s: None +2025-10-03 12:57:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3650bf46-e43b-4dd7-b1fc-ff5d26cf5122] received +2025-10-03 12:57:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3650bf46-e43b-4dd7-b1fc-ff5d26cf5122] succeeded in 0.0022588148713111877s: None +2025-10-03 12:57:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f197994-fe3c-4da2-8812-e0c8c0b01db5] received +2025-10-03 12:57:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f197994-fe3c-4da2-8812-e0c8c0b01db5] succeeded in 0.0028783080633729696s: None +2025-10-03 12:57:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99944d9e-4fe1-4749-a51c-51f485e29f15] received +2025-10-03 12:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99944d9e-4fe1-4749-a51c-51f485e29f15] succeeded in 0.0021883200388401747s: None +2025-10-03 12:57:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b6c59f2-0e4a-433a-bf32-7e5a77768f39] received +2025-10-03 12:57:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b6c59f2-0e4a-433a-bf32-7e5a77768f39] succeeded in 0.00220750505104661s: None +2025-10-03 12:57:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 12:57:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f53156-42f2-4e6c-aa52-b14666c20b29] received +2025-10-03 12:57:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f53156-42f2-4e6c-aa52-b14666c20b29] succeeded in 0.0020147468894720078s: None +2025-10-03 12:57:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89b085f2-204b-47d8-9303-d1f298a21de2] received +2025-10-03 12:57:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89b085f2-204b-47d8-9303-d1f298a21de2] succeeded in 0.002409314038231969s: None +2025-10-03 12:57:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:57:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:57:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[772af2c4-dfa8-4377-bc8b-65957e2b2e1e] received +2025-10-03 12:57:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[772af2c4-dfa8-4377-bc8b-65957e2b2e1e] succeeded in 0.0017939968965947628s: None +2025-10-03 12:57:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05d3467b-10eb-4477-b239-bdc2cb67e0b4] received +2025-10-03 12:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05d3467b-10eb-4477-b239-bdc2cb67e0b4] succeeded in 0.00264621595852077s: None +2025-10-03 12:58:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3d18d5f-63f5-4074-a36c-955ab6075969] received +2025-10-03 12:58:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3d18d5f-63f5-4074-a36c-955ab6075969] succeeded in 0.00251401006244123s: None +2025-10-03 12:58:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c6bc613-c415-4000-a191-89fa031848b7] received +2025-10-03 12:58:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de2641c1-41b1-4213-bde0-0c8bdd8db9e9] received +2025-10-03 12:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0c6bc613-c415-4000-a191-89fa031848b7] succeeded in 0.0017334269359707832s: None +2025-10-03 12:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de2641c1-41b1-4213-bde0-0c8bdd8db9e9] succeeded in 0.012217178009450436s: None +2025-10-03 12:58:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5af45b-65b4-466f-8626-7874b04dc7f4] received +2025-10-03 12:58:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5af45b-65b4-466f-8626-7874b04dc7f4] succeeded in 0.006541101960465312s: None +2025-10-03 12:58:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[633874d9-ba41-465c-9b64-2f0c966f9854] received +2025-10-03 12:58:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[633874d9-ba41-465c-9b64-2f0c966f9854] succeeded in 0.0021877801045775414s: None +2025-10-03 12:58:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ede57a5a-ea15-482b-86b3-43c3582e80d9] received +2025-10-03 12:58:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ede57a5a-ea15-482b-86b3-43c3582e80d9] succeeded in 0.002697364892810583s: None +2025-10-03 12:58:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4064494-eaff-41c1-8675-97ca1da76ade] received +2025-10-03 12:58:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4064494-eaff-41c1-8675-97ca1da76ade] succeeded in 0.0023119780234992504s: None +2025-10-03 12:58:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5fb02b6-6165-4659-a8e4-0c64b7e5b94b] received +2025-10-03 12:58:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5fb02b6-6165-4659-a8e4-0c64b7e5b94b] succeeded in 0.0023206109181046486s: None +2025-10-03 12:58:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb8110c6-ef0f-4329-b7d6-bd97ba80a2c0] received +2025-10-03 12:58:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb8110c6-ef0f-4329-b7d6-bd97ba80a2c0] succeeded in 0.001995679922401905s: None +2025-10-03 12:58:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd3bcef-d64b-4128-9477-bed02c2a1287] received +2025-10-03 12:58:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bd3bcef-d64b-4128-9477-bed02c2a1287] succeeded in 0.0021476559340953827s: None +2025-10-03 12:58:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dd49fe4-87de-402f-bd20-a932b47c306d] received +2025-10-03 12:58:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5dd49fe4-87de-402f-bd20-a932b47c306d] succeeded in 0.002539833076298237s: None +2025-10-03 12:58:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1625a462-6d94-4995-a948-9cfbc0fcd964] received +2025-10-03 12:58:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1625a462-6d94-4995-a948-9cfbc0fcd964] succeeded in 0.0018845300655812025s: None +2025-10-03 12:58:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bd5b871-9af5-4f6c-a9ff-6d8c68167a6a] received +2025-10-03 12:58:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bd5b871-9af5-4f6c-a9ff-6d8c68167a6a] succeeded in 0.0019463628996163607s: None +2025-10-03 12:58:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6238bc87-ca3f-4d24-b2e7-7a887a62b9ab] received +2025-10-03 12:58:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6238bc87-ca3f-4d24-b2e7-7a887a62b9ab] succeeded in 0.002045792993158102s: None +2025-10-03 12:58:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[063260fc-4868-4ced-b585-4f3f482441e3] received +2025-10-03 12:58:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[063260fc-4868-4ced-b585-4f3f482441e3] succeeded in 0.0027502430602908134s: None +2025-10-03 12:58:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3121a9cf-5f47-4aa7-b3e5-35f56888ce85] received +2025-10-03 12:58:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3121a9cf-5f47-4aa7-b3e5-35f56888ce85] succeeded in 0.0022130589932203293s: None +2025-10-03 12:58:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9bab5cb-ea95-4f5f-b7cb-14c58449744e] received +2025-10-03 12:58:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9bab5cb-ea95-4f5f-b7cb-14c58449744e] succeeded in 0.0022903901990503073s: None +2025-10-03 12:58:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[171d5218-1b55-4ebd-ba71-d19a06df31a0] received +2025-10-03 12:58:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[171d5218-1b55-4ebd-ba71-d19a06df31a0] succeeded in 0.002312130993232131s: None +2025-10-03 12:58:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b812c2d-abfe-45ff-b57b-96476c014f18] received +2025-10-03 12:58:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b812c2d-abfe-45ff-b57b-96476c014f18] succeeded in 0.0020206179469823837s: None +2025-10-03 12:58:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d91ed894-7a27-42de-a5f2-26c4c3b2c5de] received +2025-10-03 12:58:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d91ed894-7a27-42de-a5f2-26c4c3b2c5de] succeeded in 0.0023009669966995716s: None +2025-10-03 12:58:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50783859-b112-4e22-b3cc-4aadea0b1fa9] received +2025-10-03 12:58:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50783859-b112-4e22-b3cc-4aadea0b1fa9] succeeded in 0.0025062200147658587s: None +2025-10-03 12:58:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dadece67-4fac-4201-b3c7-fe05f9074d43] received +2025-10-03 12:58:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dadece67-4fac-4201-b3c7-fe05f9074d43] succeeded in 0.002499351045116782s: None +2025-10-03 12:58:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2be47cd-a293-4fb9-9c03-2f106492b341] received +2025-10-03 12:58:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2be47cd-a293-4fb9-9c03-2f106492b341] succeeded in 0.0022097541950643063s: None +2025-10-03 12:58:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[339a1459-3e06-4c5c-b1f4-e0ec25c0dab9] received +2025-10-03 12:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[339a1459-3e06-4c5c-b1f4-e0ec25c0dab9] succeeded in 0.0022009159438312054s: None +2025-10-03 12:58:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be47719a-537c-4c2f-9873-4e173671de21] received +2025-10-03 12:58:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be47719a-537c-4c2f-9873-4e173671de21] succeeded in 0.0025545500684529543s: None +2025-10-03 12:58:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06455e0a-2b37-4f04-b8a1-51f1e5aef053] received +2025-10-03 12:58:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06455e0a-2b37-4f04-b8a1-51f1e5aef053] succeeded in 0.002309722127392888s: None +2025-10-03 12:58:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:58:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[285243bc-1eb7-49e8-bf2e-ac395a7cba44] received +2025-10-03 12:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[285243bc-1eb7-49e8-bf2e-ac395a7cba44] succeeded in 0.0024912809021770954s: None +2025-10-03 12:58:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df05b710-025f-4934-9730-9cdc8db3423e] received +2025-10-03 12:59:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df05b710-025f-4934-9730-9cdc8db3423e] succeeded in 0.0022808730136603117s: None +2025-10-03 12:59:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49a8bfd5-a10c-48ed-bb96-68ecd550274a] received +2025-10-03 12:59:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49a8bfd5-a10c-48ed-bb96-68ecd550274a] succeeded in 0.003028884995728731s: None +2025-10-03 12:59:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58dab237-bcd1-45d6-871a-b4b911648ef3] received +2025-10-03 12:59:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58dab237-bcd1-45d6-871a-b4b911648ef3] succeeded in 0.002165299141779542s: None +2025-10-03 12:59:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[184a6c0c-d0ef-4179-88e1-2d3a0d10c757] received +2025-10-03 12:59:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[184a6c0c-d0ef-4179-88e1-2d3a0d10c757] succeeded in 0.0021411168854683638s: None +2025-10-03 12:59:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4688fcc-ba85-4d70-bf69-0a97566f08f8] received +2025-10-03 12:59:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4688fcc-ba85-4d70-bf69-0a97566f08f8] succeeded in 0.0026725002098828554s: None +2025-10-03 12:59:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b23bce6-d9cf-4d75-bae0-ebfb78069842] received +2025-10-03 12:59:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b23bce6-d9cf-4d75-bae0-ebfb78069842] succeeded in 0.00215699290856719s: None +2025-10-03 12:59:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc1c3f28-516a-4d66-8a80-5a140f2f5b46] received +2025-10-03 12:59:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc1c3f28-516a-4d66-8a80-5a140f2f5b46] succeeded in 0.0024265919346362352s: None +2025-10-03 12:59:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e274de4-9d42-418e-ad40-c13101513195] received +2025-10-03 12:59:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e274de4-9d42-418e-ad40-c13101513195] succeeded in 0.0023424921091645956s: None +2025-10-03 12:59:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 12:59:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bef3872a-3ec8-43ae-9922-01403d693f13] received +2025-10-03 12:59:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bef3872a-3ec8-43ae-9922-01403d693f13] succeeded in 0.0027447801548987627s: None +2025-10-03 12:59:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 12:59:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 12:59:25 [INFO] Celery[DW-STDERR]: Storing track 'Hey, Soul Sister' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 12:59:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Hey, Soul Sister' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 12:59:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 12:59:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41430a6e-676c-41c4-b99c-077c8e2b5489] received +2025-10-03 12:59:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41430a6e-676c-41c4-b99c-077c8e2b5489] succeeded in 0.0031355218961834908s: None +2025-10-03 12:59:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 13:00:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 13:00:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e06fdc98-bb32-41c4-b324-a70453d5d9a8] received +2025-10-03 13:00:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e06fdc98-bb32-41c4-b324-a70453d5d9a8] succeeded in 0.0026662880554795265s: None +2025-10-03 13:00:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0012347a-e29d-4415-82ac-b6693585e99a] received +2025-10-03 13:00:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0012347a-e29d-4415-82ac-b6693585e99a] succeeded in 0.0021475120447576046s: None +2025-10-03 13:00:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09d40923-bbd9-452e-b409-8ba8301b0ce8] received +2025-10-03 13:00:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09d40923-bbd9-452e-b409-8ba8301b0ce8] succeeded in 0.0026712429244071245s: None +2025-10-03 13:00:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a8859e5-8c84-405c-bcb3-8a9725950af7] received +2025-10-03 13:00:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a8859e5-8c84-405c-bcb3-8a9725950af7] succeeded in 0.0023453279864042997s: None +2025-10-03 13:00:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ab3883e-64c1-46e3-8daf-9f66b367e765] received +2025-10-03 13:00:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ab3883e-64c1-46e3-8daf-9f66b367e765] succeeded in 0.0024770109448581934s: None +2025-10-03 13:00:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78466fa4-00d8-47f3-99e9-bbba3898f2a1] received +2025-10-03 13:00:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78466fa4-00d8-47f3-99e9-bbba3898f2a1] succeeded in 0.0021907270420342684s: None +2025-10-03 13:00:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[507854e8-6873-4ce2-b061-8cb760b5d220] received +2025-10-03 13:00:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[507854e8-6873-4ce2-b061-8cb760b5d220] succeeded in 0.0022863480262458324s: None +2025-10-03 13:00:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb9317f-ee1a-4ebe-acde-d3c37d995e47] received +2025-10-03 13:00:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feb9317f-ee1a-4ebe-acde-d3c37d995e47] succeeded in 0.00234615383669734s: None +2025-10-03 13:00:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[405a2f62-6447-4a58-84e7-df78409687ac] received +2025-10-03 13:00:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[405a2f62-6447-4a58-84e7-df78409687ac] succeeded in 0.002450625877827406s: None +2025-10-03 13:00:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[904c79c8-091a-45f5-b981-97b66bfeccf3] received +2025-10-03 13:00:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[904c79c8-091a-45f5-b981-97b66bfeccf3] succeeded in 0.002582686021924019s: None +2025-10-03 13:00:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0f6a4d3-f749-417b-bb81-94a9a4a4fa5a] received +2025-10-03 13:00:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0f6a4d3-f749-417b-bb81-94a9a4a4fa5a] succeeded in 0.0022372419480234385s: None +2025-10-03 13:00:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b82f483-26e2-4af1-b9a0-d6fd92d670ec] received +2025-10-03 13:00:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b82f483-26e2-4af1-b9a0-d6fd92d670ec] succeeded in 0.0025069420225918293s: None +2025-10-03 13:00:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9574512d-04f7-49b2-b80d-59d51d0102f3] received +2025-10-03 13:00:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9574512d-04f7-49b2-b80d-59d51d0102f3] succeeded in 0.0020923460833728313s: None +2025-10-03 13:00:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e21b8d2-2636-400b-aad1-d86992fd3b27] received +2025-10-03 13:00:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e21b8d2-2636-400b-aad1-d86992fd3b27] succeeded in 0.0023081419058144093s: None +2025-10-03 13:00:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c158dda3-bf73-4997-819a-f8531974c1d8] received +2025-10-03 13:00:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c158dda3-bf73-4997-819a-f8531974c1d8] succeeded in 0.0020000229123979807s: None +2025-10-03 13:00:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[379a3e7e-c172-44e0-a38a-1be355fca89f] received +2025-10-03 13:00:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[379a3e7e-c172-44e0-a38a-1be355fca89f] succeeded in 0.002197911962866783s: None +2025-10-03 13:00:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ffaba16-41e2-4792-a68d-71c8d048c139] received +2025-10-03 13:00:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ffaba16-41e2-4792-a68d-71c8d048c139] succeeded in 0.0019391421228647232s: None +2025-10-03 13:00:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acc35fce-4c80-4f35-9392-d4e0c4e0da21] received +2025-10-03 13:00:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acc35fce-4c80-4f35-9392-d4e0c4e0da21] succeeded in 0.002490286948159337s: None +2025-10-03 13:00:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[729d2d1a-abbe-4c9f-9c4e-493f6649cc11] received +2025-10-03 13:00:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[729d2d1a-abbe-4c9f-9c4e-493f6649cc11] succeeded in 0.002174279885366559s: None +2025-10-03 13:00:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5460d960-2868-4169-8cc6-97c2bb7e4e73] received +2025-10-03 13:00:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5460d960-2868-4169-8cc6-97c2bb7e4e73] succeeded in 0.002314063021913171s: None +2025-10-03 13:00:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56add9dd-785d-4016-a187-61968be244ef] received +2025-10-03 13:00:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56add9dd-785d-4016-a187-61968be244ef] succeeded in 0.0025336039252579212s: None +2025-10-03 13:00:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40cd4637-5ce2-490d-a1aa-00ad9662cecb] received +2025-10-03 13:00:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40cd4637-5ce2-490d-a1aa-00ad9662cecb] succeeded in 0.0024540359154343605s: None +2025-10-03 13:00:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02d2569f-3d8e-4f1b-8a37-fb389b44618b] received +2025-10-03 13:00:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02d2569f-3d8e-4f1b-8a37-fb389b44618b] succeeded in 0.002416718052700162s: None +2025-10-03 13:00:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36c83768-330b-4b48-b105-c8aba3d3b217] received +2025-10-03 13:00:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36c83768-330b-4b48-b105-c8aba3d3b217] succeeded in 0.0020127801690250635s: None +2025-10-03 13:00:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d13bff49-ae56-4e7f-9101-0ac53be1dc62] received +2025-10-03 13:00:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d13bff49-ae56-4e7f-9101-0ac53be1dc62] succeeded in 0.0020040119998157024s: None +2025-10-03 13:00:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de366230-d7e5-4b53-bc55-e0f797c25d3b] received +2025-10-03 13:00:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de366230-d7e5-4b53-bc55-e0f797c25d3b] succeeded in 0.002574186073616147s: None +2025-10-03 13:00:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:00:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:00:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3f20bc1-3256-47dd-adde-f1159850eda3] received +2025-10-03 13:00:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3f20bc1-3256-47dd-adde-f1159850eda3] succeeded in 0.0021203081123530865s: None +2025-10-03 13:00:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[929dc0b5-4626-49f0-8691-8d690b3fbb1c] received +2025-10-03 13:01:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[929dc0b5-4626-49f0-8691-8d690b3fbb1c] succeeded in 0.002482911106199026s: None +2025-10-03 13:01:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32502535-1e6e-4434-b684-9602c0f676fd] received +2025-10-03 13:01:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32502535-1e6e-4434-b684-9602c0f676fd] succeeded in 0.002287023002281785s: None +2025-10-03 13:01:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a425b879-74ca-443f-8d2c-a5b71bc33808] received +2025-10-03 13:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a425b879-74ca-443f-8d2c-a5b71bc33808] succeeded in 0.0030086468905210495s: None +2025-10-03 13:01:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17cc3156-30d3-4ba1-8f80-a1f218e83d15] received +2025-10-03 13:01:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17cc3156-30d3-4ba1-8f80-a1f218e83d15] succeeded in 0.002227787859737873s: None +2025-10-03 13:01:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d498ac95-ac30-44c4-91d8-11b6f4ee8eed] received +2025-10-03 13:01:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d498ac95-ac30-44c4-91d8-11b6f4ee8eed] succeeded in 0.002559273038059473s: None +2025-10-03 13:01:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41f14fa-bd4e-4740-9b1f-0ea6a485111d] received +2025-10-03 13:01:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41f14fa-bd4e-4740-9b1f-0ea6a485111d] succeeded in 0.002125438069924712s: None +2025-10-03 13:01:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[107a9049-06e0-4c3b-8069-80572af39baf] received +2025-10-03 13:01:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[107a9049-06e0-4c3b-8069-80572af39baf] succeeded in 0.0020072150509804487s: None +2025-10-03 13:01:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2b5433e-36f7-47b4-8206-2b1b1055f714] received +2025-10-03 13:01:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2b5433e-36f7-47b4-8206-2b1b1055f714] succeeded in 0.0023538728710263968s: None +2025-10-03 13:01:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e86335d1-a29b-4096-b1f7-8167df7226f0] received +2025-10-03 13:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e86335d1-a29b-4096-b1f7-8167df7226f0] succeeded in 0.0025115301832556725s: None +2025-10-03 13:01:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d6f7b5c-8e02-488f-9fb0-1d1303067670] received +2025-10-03 13:01:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d6f7b5c-8e02-488f-9fb0-1d1303067670] succeeded in 0.0025883170310407877s: None +2025-10-03 13:01:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[776d13ba-472a-45c8-9989-1101b4c95793] received +2025-10-03 13:01:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[776d13ba-472a-45c8-9989-1101b4c95793] succeeded in 0.0022715299855917692s: None +2025-10-03 13:01:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7409f403-46c7-488b-a53b-63bb189cc319] received +2025-10-03 13:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7409f403-46c7-488b-a53b-63bb189cc319] succeeded in 0.002262093825265765s: None +2025-10-03 13:01:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ff0c93b-f340-4076-acb8-0ae3388b205c] received +2025-10-03 13:01:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ff0c93b-f340-4076-acb8-0ae3388b205c] succeeded in 0.0024825059808790684s: None +2025-10-03 13:01:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[676de09a-c602-43e8-9081-5d73da39f9e0] received +2025-10-03 13:01:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[676de09a-c602-43e8-9081-5d73da39f9e0] succeeded in 0.002503946889191866s: None +2025-10-03 13:01:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55b3e7cb-da63-4d00-9386-cefa3237331e] received +2025-10-03 13:01:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[55b3e7cb-da63-4d00-9386-cefa3237331e] succeeded in 0.0025701161939650774s: None +2025-10-03 13:01:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fd8303e-1ffd-4574-9f6b-99089a6a49ae] received +2025-10-03 13:01:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0fd8303e-1ffd-4574-9f6b-99089a6a49ae] succeeded in 0.00203820806927979s: None +2025-10-03 13:01:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a237a05-ea2b-46bc-b98f-96757e62bd32] received +2025-10-03 13:01:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a237a05-ea2b-46bc-b98f-96757e62bd32] succeeded in 0.002153565175831318s: None +2025-10-03 13:01:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d3d4077-1736-4cbb-b665-09146132056b] received +2025-10-03 13:01:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d3d4077-1736-4cbb-b665-09146132056b] succeeded in 0.0024035279639065266s: None +2025-10-03 13:01:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43b2e197-eabd-41d2-a60c-0bdf0cb813a7] received +2025-10-03 13:01:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43b2e197-eabd-41d2-a60c-0bdf0cb813a7] succeeded in 0.0023501859977841377s: None +2025-10-03 13:01:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[138cd08b-86ca-49a5-9448-a7ec2779e5d5] received +2025-10-03 13:01:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[138cd08b-86ca-49a5-9448-a7ec2779e5d5] succeeded in 0.002651912858709693s: None +2025-10-03 13:01:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e669e96-8b31-43c7-b95d-fa333fc57fa2] received +2025-10-03 13:01:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e669e96-8b31-43c7-b95d-fa333fc57fa2] succeeded in 0.002342386869713664s: None +2025-10-03 13:01:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[986b27b3-37f7-4b8a-b5af-f96308927b1c] received +2025-10-03 13:01:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[986b27b3-37f7-4b8a-b5af-f96308927b1c] succeeded in 0.0019710150081664324s: None +2025-10-03 13:01:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d95ff33-3342-4ffd-8076-855ba6966467] received +2025-10-03 13:01:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d95ff33-3342-4ffd-8076-855ba6966467] succeeded in 0.0025648728478699923s: None +2025-10-03 13:01:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ecf3e8e-df8c-427e-824f-8f915a0200a1] received +2025-10-03 13:01:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ecf3e8e-df8c-427e-824f-8f915a0200a1] succeeded in 0.002350382972508669s: None +2025-10-03 13:01:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9db423dd-f4ed-4052-9e4f-445b5c22ac86] received +2025-10-03 13:01:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9db423dd-f4ed-4052-9e4f-445b5c22ac86] succeeded in 0.0024341759271919727s: None +2025-10-03 13:01:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24e4ae4b-2b39-406e-ac3d-77fc6f1b21d6] received +2025-10-03 13:01:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24e4ae4b-2b39-406e-ac3d-77fc6f1b21d6] succeeded in 0.0025087238755077124s: None +2025-10-03 13:01:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5749f16-0623-45c0-a775-6f8760a0503f] received +2025-10-03 13:01:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5749f16-0623-45c0-a775-6f8760a0503f] succeeded in 0.0019907630048692226s: None +2025-10-03 13:01:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[313af1cd-48a0-4446-b2fd-83f1e9e2fade] received +2025-10-03 13:01:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[313af1cd-48a0-4446-b2fd-83f1e9e2fade] succeeded in 0.0021665559615939856s: None +2025-10-03 13:01:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc03a239-53ee-4a8c-8651-24cda1ccc89a] received +2025-10-03 13:01:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc03a239-53ee-4a8c-8651-24cda1ccc89a] succeeded in 0.002136046066880226s: None +2025-10-03 13:01:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[106ae0ef-b0b9-427b-854d-270784502f4f] received +2025-10-03 13:01:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[106ae0ef-b0b9-427b-854d-270784502f4f] succeeded in 0.0029190899804234505s: None +2025-10-03 13:01:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8c3d3b6-9782-40ae-8f6d-bf690b46405c] received +2025-10-03 13:01:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8c3d3b6-9782-40ae-8f6d-bf690b46405c] succeeded in 0.002850490855053067s: None +2025-10-03 13:01:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:01:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:01:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3470a40-4532-45d7-8611-1a5d38e845e8] received +2025-10-03 13:01:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3470a40-4532-45d7-8611-1a5d38e845e8] succeeded in 0.0021790300961583853s: None +2025-10-03 13:01:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[148a9f5c-bec0-4f1c-b249-dddae3381114] received +2025-10-03 13:02:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[148a9f5c-bec0-4f1c-b249-dddae3381114] succeeded in 0.002929922193288803s: None +2025-10-03 13:02:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6093756a-251d-460a-acc4-a692635646ea] received +2025-10-03 13:02:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6093756a-251d-460a-acc4-a692635646ea] succeeded in 0.0022484150249511003s: None +2025-10-03 13:02:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[054603c2-588a-4957-9761-5f4837e75473] received +2025-10-03 13:02:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[054603c2-588a-4957-9761-5f4837e75473] succeeded in 0.002068155910819769s: None +2025-10-03 13:02:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff80d81c-b98c-418e-90d6-a2ba0d4db18d] received +2025-10-03 13:02:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff80d81c-b98c-418e-90d6-a2ba0d4db18d] succeeded in 0.002412196947261691s: None +2025-10-03 13:02:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd46bf93-f6c3-4565-b0f0-07b82c357190] received +2025-10-03 13:02:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd46bf93-f6c3-4565-b0f0-07b82c357190] succeeded in 0.0022144608665257692s: None +2025-10-03 13:02:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7009166c-c009-4392-a1b2-814f9d17cb8f] received +2025-10-03 13:02:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7009166c-c009-4392-a1b2-814f9d17cb8f] succeeded in 0.002169865882024169s: None +2025-10-03 13:02:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51885187-c1fa-44e2-8d08-581da2694400] received +2025-10-03 13:02:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51885187-c1fa-44e2-8d08-581da2694400] succeeded in 0.0022960640490055084s: None +2025-10-03 13:02:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e57e63c-30cb-4944-a401-028f3460f72d] received +2025-10-03 13:02:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e57e63c-30cb-4944-a401-028f3460f72d] succeeded in 0.006646597990766168s: None +2025-10-03 13:02:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27890c01-4dc4-4d67-8ed2-502fb5eefa04] received +2025-10-03 13:02:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27890c01-4dc4-4d67-8ed2-502fb5eefa04] succeeded in 0.0025551719591021538s: None +2025-10-03 13:02:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92712e31-73e4-43ad-93ac-7e0628fe5d36] received +2025-10-03 13:02:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92712e31-73e4-43ad-93ac-7e0628fe5d36] succeeded in 0.0025922157801687717s: None +2025-10-03 13:02:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8a841b6-19ef-4418-a986-4959bb97065a] received +2025-10-03 13:02:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8a841b6-19ef-4418-a986-4959bb97065a] succeeded in 0.0023368799593299627s: None +2025-10-03 13:02:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70190bcd-382d-46d8-babb-c42b0bfc87d8] received +2025-10-03 13:02:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70190bcd-382d-46d8-babb-c42b0bfc87d8] succeeded in 0.0023605378810316324s: None +2025-10-03 13:02:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1d537e7-7c7c-40ca-8a0b-f318f2d9c058] received +2025-10-03 13:02:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1d537e7-7c7c-40ca-8a0b-f318f2d9c058] succeeded in 0.0022353751119226217s: None +2025-10-03 13:02:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dce4fb6-d01a-42b3-8cb5-33d9e17208d8] received +2025-10-03 13:02:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dce4fb6-d01a-42b3-8cb5-33d9e17208d8] succeeded in 0.0021925840992480516s: None +2025-10-03 13:02:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[502b24eb-d7e3-43d1-aa33-f6a62447095f] received +2025-10-03 13:02:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[502b24eb-d7e3-43d1-aa33-f6a62447095f] succeeded in 0.0026596670504659414s: None +2025-10-03 13:02:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7413cab-b31a-4d30-88cf-eb803e698990] received +2025-10-03 13:02:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7413cab-b31a-4d30-88cf-eb803e698990] succeeded in 0.002423409139737487s: None +2025-10-03 13:02:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec9093fd-8c0a-4909-aeaa-17cd8f59045d] received +2025-10-03 13:02:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec9093fd-8c0a-4909-aeaa-17cd8f59045d] succeeded in 0.002314613200724125s: None +2025-10-03 13:02:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf86af45-a77a-4e0e-9fe5-f80e0d04c0e5] received +2025-10-03 13:02:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf86af45-a77a-4e0e-9fe5-f80e0d04c0e5] succeeded in 0.002387407934293151s: None +2025-10-03 13:02:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9497577d-8966-4a36-9ee0-c65b6a11fa64] received +2025-10-03 13:02:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9497577d-8966-4a36-9ee0-c65b6a11fa64] succeeded in 0.0021989040542393923s: None +2025-10-03 13:02:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96af45c2-e69e-423a-aaf2-e7984797ba78] received +2025-10-03 13:02:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96af45c2-e69e-423a-aaf2-e7984797ba78] succeeded in 0.002514451975002885s: None +2025-10-03 13:02:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a23532a8-b555-4456-9c58-af2511ccadd0] received +2025-10-03 13:02:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a23532a8-b555-4456-9c58-af2511ccadd0] succeeded in 0.0021516699343919754s: None +2025-10-03 13:02:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b23e148f-8efb-4392-b115-e2883e410d7e] received +2025-10-03 13:02:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b23e148f-8efb-4392-b115-e2883e410d7e] succeeded in 0.0023450700100511312s: None +2025-10-03 13:02:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70e88d91-c6ad-4bd8-8928-a66b744fe367] received +2025-10-03 13:02:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70e88d91-c6ad-4bd8-8928-a66b744fe367] succeeded in 0.002190283965319395s: None +2025-10-03 13:02:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ab1e96b-07e0-4c59-8c13-23dfd801a291] received +2025-10-03 13:02:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8ab1e96b-07e0-4c59-8c13-23dfd801a291] succeeded in 0.002165541984140873s: None +2025-10-03 13:02:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1133127b-260e-4ca9-857c-37f1728d2e6d] received +2025-10-03 13:02:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1133127b-260e-4ca9-857c-37f1728d2e6d] succeeded in 0.0023677099961787462s: None +2025-10-03 13:02:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34d35bdb-2a49-49aa-8d21-2b71233c4467] received +2025-10-03 13:02:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34d35bdb-2a49-49aa-8d21-2b71233c4467] succeeded in 0.0022171800956130028s: None +2025-10-03 13:02:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edf43829-225c-46f4-930d-5a1fef22f5c1] received +2025-10-03 13:02:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edf43829-225c-46f4-930d-5a1fef22f5c1] succeeded in 0.002485024044290185s: None +2025-10-03 13:02:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8055b2f0-b9e7-4d81-a595-29141fb2d271] received +2025-10-03 13:02:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8055b2f0-b9e7-4d81-a595-29141fb2d271] succeeded in 0.002010541968047619s: None +2025-10-03 13:02:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd10d147-f201-40e4-a1b5-22a8032505f7] received +2025-10-03 13:02:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd10d147-f201-40e4-a1b5-22a8032505f7] succeeded in 0.0025521048810333014s: None +2025-10-03 13:02:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:56 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[089588d4-4a5c-4216-b304-da41476531c0] received +2025-10-03 13:02:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[089588d4-4a5c-4216-b304-da41476531c0] succeeded in 0.002349558984860778s: None +2025-10-03 13:02:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe99b219-e3e0-41ff-91bb-ea3597b4a507] received +2025-10-03 13:02:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe99b219-e3e0-41ff-91bb-ea3597b4a507] succeeded in 0.002365509979426861s: None +2025-10-03 13:02:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:02:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:02:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a93e6a1-d0e1-419f-8698-8f9a027b1de5] received +2025-10-03 13:02:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a93e6a1-d0e1-419f-8698-8f9a027b1de5] succeeded in 0.0024663901422172785s: None +2025-10-03 13:02:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63f88455-68c2-44fe-8688-562d3470d631] received +2025-10-03 13:03:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63f88455-68c2-44fe-8688-562d3470d631] succeeded in 0.0017008718568831682s: None +2025-10-03 13:03:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ea7fb5c-9d04-4fb9-85f0-88269b93c147] received +2025-10-03 13:03:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ea7fb5c-9d04-4fb9-85f0-88269b93c147] succeeded in 0.0020365179516375065s: None +2025-10-03 13:03:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65e92034-e764-4365-a451-49827f1fae83] received +2025-10-03 13:03:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65e92034-e764-4365-a451-49827f1fae83] succeeded in 0.0022802369203418493s: None +2025-10-03 13:03:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81a4753e-4421-4e09-ad7c-e602a5ebbac7] received +2025-10-03 13:03:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81a4753e-4421-4e09-ad7c-e602a5ebbac7] succeeded in 0.0020818449556827545s: None +2025-10-03 13:03:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b760d908-5d56-4f02-8e72-86514cd50750] received +2025-10-03 13:03:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b760d908-5d56-4f02-8e72-86514cd50750] succeeded in 0.0020731419790536165s: None +2025-10-03 13:03:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bfd6646-8aed-4ca5-b56b-03493bd65a6f] received +2025-10-03 13:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bfd6646-8aed-4ca5-b56b-03493bd65a6f] succeeded in 0.0023768229875713587s: None +2025-10-03 13:03:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aefbe902-e07e-4012-970b-de6d1b42edcb] received +2025-10-03 13:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aefbe902-e07e-4012-970b-de6d1b42edcb] succeeded in 0.0024638790637254715s: None +2025-10-03 13:03:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8968995e-918a-4a28-b68b-e75be7a2e2d9] received +2025-10-03 13:03:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8968995e-918a-4a28-b68b-e75be7a2e2d9] succeeded in 0.002155628986656666s: None +2025-10-03 13:03:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0221d117-1a5b-4c9d-bc1d-92fcaaaae04c] received +2025-10-03 13:03:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0221d117-1a5b-4c9d-bc1d-92fcaaaae04c] succeeded in 0.002162707969546318s: None +2025-10-03 13:03:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:03:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e6e7584-c2ff-4594-be1d-b14760103a1a] received +2025-10-03 13:03:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e6e7584-c2ff-4594-be1d-b14760103a1a] succeeded in 0.0022973311133682728s: None +2025-10-03 13:03:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:03:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 13:03:24 [INFO] Celery[DW-STDERR]: Storing track 'Love You Like A Love Song' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 13:03:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'Love You Like A Love Song' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 13:03:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 13:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6ad99b2-5d46-49c3-8046-2250ad26515b] received +2025-10-03 13:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6ad99b2-5d46-49c3-8046-2250ad26515b] succeeded in 0.0028750519268214703s: None +2025-10-03 13:03:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 initializing... +2025-10-03 13:04:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Skipping track initialization storage (part of album/playlist, children table: playlist_8ac93f5ccd) +2025-10-03 13:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac6bbfb3-cd8d-4a19-a914-26400af1a719] received +2025-10-03 13:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac6bbfb3-cd8d-4a19-a914-26400af1a719] succeeded in 0.0025750710628926754s: None +2025-10-03 13:04:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e174e7c-a7e0-4f4f-9650-c09abc979482] received +2025-10-03 13:04:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e174e7c-a7e0-4f4f-9650-c09abc979482] succeeded in 0.0017044120468199253s: None +2025-10-03 13:04:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38478ae8-3394-43b2-a649-930cea028678] received +2025-10-03 13:04:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38478ae8-3394-43b2-a649-930cea028678] succeeded in 0.0031301558483392s: None +2025-10-03 13:04:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd90122e-d9ca-43e3-b721-2a3321546dcf] received +2025-10-03 13:04:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd90122e-d9ca-43e3-b721-2a3321546dcf] succeeded in 0.002148150000721216s: None +2025-10-03 13:04:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[956ac9ff-9270-4e2f-a8a3-1426a2ae4bcd] received +2025-10-03 13:04:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[956ac9ff-9270-4e2f-a8a3-1426a2ae4bcd] succeeded in 0.0023980929981917143s: None +2025-10-03 13:04:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[042fa145-c078-4a97-af19-f70b62787d98] received +2025-10-03 13:04:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[042fa145-c078-4a97-af19-f70b62787d98] succeeded in 0.002258228836581111s: None +2025-10-03 13:04:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5457a060-aebb-4cdc-8d9a-0c4ba247d8e3] received +2025-10-03 13:04:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5457a060-aebb-4cdc-8d9a-0c4ba247d8e3] succeeded in 0.002040561055764556s: None +2025-10-03 13:04:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4169ad4-a193-42ff-b7a4-1c93c3c537ea] received +2025-10-03 13:04:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4169ad4-a193-42ff-b7a4-1c93c3c537ea] succeeded in 0.003146749921143055s: None +2025-10-03 13:04:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd30381b-5e27-4f88-a482-f3ee45a1de94] received +2025-10-03 13:04:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd30381b-5e27-4f88-a482-f3ee45a1de94] succeeded in 0.0027997340075671673s: None +2025-10-03 13:04:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dd97c2d-c788-4cfe-adfb-81f38cec8747] received +2025-10-03 13:04:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dd97c2d-c788-4cfe-adfb-81f38cec8747] succeeded in 0.002626080997288227s: None +2025-10-03 13:04:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4091cdd7-f27b-4a1e-88aa-5f64bcbbac80] received +2025-10-03 13:04:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4091cdd7-f27b-4a1e-88aa-5f64bcbbac80] succeeded in 0.0025337631814181805s: None +2025-10-03 13:04:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c28d10df-36d5-40ac-b575-21a6f2359c77] received +2025-10-03 13:04:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c28d10df-36d5-40ac-b575-21a6f2359c77] succeeded in 0.0025741758290678263s: None +2025-10-03 13:04:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b85a3b2b-2dfe-426e-b3f9-d555ec07662f] received +2025-10-03 13:04:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b85a3b2b-2dfe-426e-b3f9-d555ec07662f] succeeded in 0.0023159009870141745s: None +2025-10-03 13:04:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e113b149-3189-43fa-891c-0d10c6f1221f] received +2025-10-03 13:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e113b149-3189-43fa-891c-0d10c6f1221f] succeeded in 0.0025186538696289062s: None +2025-10-03 13:04:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7dae60f-9eda-4dcc-b9a4-7526a6eb358a] received +2025-10-03 13:04:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7dae60f-9eda-4dcc-b9a4-7526a6eb358a] succeeded in 0.0009963209740817547s: None +2025-10-03 13:04:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1a0973c-99c4-4490-94d9-9523b7605128] received +2025-10-03 13:04:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1a0973c-99c4-4490-94d9-9523b7605128] succeeded in 0.0017025608103722334s: None +2025-10-03 13:04:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f397cfe-cbb8-49b7-96df-9c6548614f07] received +2025-10-03 13:04:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f397cfe-cbb8-49b7-96df-9c6548614f07] succeeded in 0.0025561689399182796s: None +2025-10-03 13:04:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54602c7e-af39-4865-8611-0f0629d30b2f] received +2025-10-03 13:04:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54602c7e-af39-4865-8611-0f0629d30b2f] succeeded in 0.002608839888125658s: None +2025-10-03 13:04:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ea507a5-5c5e-4662-a451-a1e8ff07579b] received +2025-10-03 13:04:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ea507a5-5c5e-4662-a451-a1e8ff07579b] succeeded in 0.00242043100297451s: None +2025-10-03 13:04:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:47 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db0c5d4e-6af4-44df-810d-2783157e4819] received +2025-10-03 13:04:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db0c5d4e-6af4-44df-810d-2783157e4819] succeeded in 0.0025279910769313574s: None +2025-10-03 13:04:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:49 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6eb85e22-fe68-4087-8b03-057c4256ca67] received +2025-10-03 13:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6eb85e22-fe68-4087-8b03-057c4256ca67] succeeded in 0.0022810741793364286s: None +2025-10-03 13:04:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48a46c83-81ac-4706-b89b-dc68742fb09c] received +2025-10-03 13:04:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48a46c83-81ac-4706-b89b-dc68742fb09c] succeeded in 0.002483840100467205s: None +2025-10-03 13:04:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc0dcdc6-920a-4c50-99ed-6a4443649f9b] received +2025-10-03 13:04:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc0dcdc6-920a-4c50-99ed-6a4443649f9b] succeeded in 0.002294846810400486s: None +2025-10-03 13:04:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95d9d5e8-b090-43be-8c0b-9a587cac3778] received +2025-10-03 13:04:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95d9d5e8-b090-43be-8c0b-9a587cac3778] succeeded in 0.0021636781748384237s: None +2025-10-03 13:04:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:04:58 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:04:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50893797-cbce-4e5f-b6bd-8cfa9ac7554a] received +2025-10-03 13:04:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50893797-cbce-4e5f-b6bd-8cfa9ac7554a] succeeded in 0.002359034027904272s: None +2025-10-03 13:04:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:00 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aeb3cc2b-d2b2-459b-a1c2-4beceac552ec] received +2025-10-03 13:05:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aeb3cc2b-d2b2-459b-a1c2-4beceac552ec] succeeded in 0.00257359491661191s: None +2025-10-03 13:05:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:02 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbe2a68d-53f6-4c1c-8ab8-b6aaf1616ca6] received +2025-10-03 13:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbe2a68d-53f6-4c1c-8ab8-b6aaf1616ca6] succeeded in 0.002451283158734441s: None +2025-10-03 13:05:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c410d436-a300-48aa-8f38-6d358ea283a7] received +2025-10-03 13:05:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c410d436-a300-48aa-8f38-6d358ea283a7] succeeded in 0.0022243838757276535s: None +2025-10-03 13:05:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4923d8e6-1c44-4533-a29f-8ad3289e86b7] received +2025-10-03 13:05:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4923d8e6-1c44-4533-a29f-8ad3289e86b7] succeeded in 0.0023129719775170088s: None +2025-10-03 13:05:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:09 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79d66e42-be7d-40b1-8092-96ab6a4caca8] received +2025-10-03 13:05:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79d66e42-be7d-40b1-8092-96ab6a4caca8] succeeded in 0.00231261202134192s: None +2025-10-03 13:05:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:11 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ed8e038-204f-435c-a437-23dd5b63bfc1] received +2025-10-03 13:05:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ed8e038-204f-435c-a437-23dd5b63bfc1] succeeded in 0.002073747105896473s: None +2025-10-03 13:05:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:13 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea534b1a-60ef-407d-ae5e-3baac90bb969] received +2025-10-03 13:05:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea534b1a-60ef-407d-ae5e-3baac90bb969] succeeded in 0.002873001154512167s: None +2025-10-03 13:05:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b74e0200-400f-4d5e-bd0e-651e2ffe2f11] received +2025-10-03 13:05:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b74e0200-400f-4d5e-bd0e-651e2ffe2f11] succeeded in 0.0021805320866405964s: None +2025-10-03 13:05:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c0ac558-7afb-40bc-822b-346069c555b6] received +2025-10-03 13:05:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c0ac558-7afb-40bc-822b-346069c555b6] succeeded in 0.0021152670960873365s: None +2025-10-03 13:05:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:20 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79fd55ba-934d-40e2-b517-56a843a06d51] received +2025-10-03 13:05:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79fd55ba-934d-40e2-b517-56a843a06d51] succeeded in 0.002727895975112915s: None +2025-10-03 13:05:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61e339dc-b2c5-431e-8caf-d8c504178a64] received +2025-10-03 13:05:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61e339dc-b2c5-431e-8caf-d8c504178a64] succeeded in 0.002486285986378789s: None +2025-10-03 13:05:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:24 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aff2fe4a-51f8-4e42-a9e1-70d46d49af5a] received +2025-10-03 13:05:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aff2fe4a-51f8-4e42-a9e1-70d46d49af5a] succeeded in 0.0022455949801951647s: None +2025-10-03 13:05:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e52dc7b6-7099-4ea5-ae22-307cf66abb57] received +2025-10-03 13:05:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e52dc7b6-7099-4ea5-ae22-307cf66abb57] succeeded in 0.0024583139456808567s: None +2025-10-03 13:05:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d32a2f5-973f-48fc-9aff-542fe60f74b3] received +2025-10-03 13:05:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d32a2f5-973f-48fc-9aff-542fe60f74b3] succeeded in 0.0009990199469029903s: None +2025-10-03 13:05:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:31 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc83b21a-7582-4435-8620-889d14722c32] received +2025-10-03 13:05:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc83b21a-7582-4435-8620-889d14722c32] succeeded in 0.002664998872205615s: None +2025-10-03 13:05:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:33 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e096ed23-abeb-4398-baf3-705af79aa51e] received +2025-10-03 13:05:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e096ed23-abeb-4398-baf3-705af79aa51e] succeeded in 0.0013400469906628132s: None +2025-10-03 13:05:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:35 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[648fc4a9-d9b2-4e0f-8dcb-4d856ed60bec] received +2025-10-03 13:05:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[648fc4a9-d9b2-4e0f-8dcb-4d856ed60bec] succeeded in 0.0026327769737690687s: None +2025-10-03 13:05:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0d60d8a-fa8a-490a-992f-422718e63c71] received +2025-10-03 13:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0d60d8a-fa8a-490a-992f-422718e63c71] succeeded in 0.0020931109320372343s: None +2025-10-03 13:05:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4beaa212-7f43-416c-b2f5-fc8c82b75ee6] received +2025-10-03 13:05:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4beaa212-7f43-416c-b2f5-fc8c82b75ee6] succeeded in 0.0026431079022586346s: None +2025-10-03 13:05:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:42 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c35f26a8-7281-4342-817b-25c7234d097b] received +2025-10-03 13:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c35f26a8-7281-4342-817b-25c7234d097b] succeeded in 0.002644496038556099s: None +2025-10-03 13:05:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:44 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7eaf65c5-a8a1-4a38-aab1-87e6ea16b0ce] received +2025-10-03 13:05:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7eaf65c5-a8a1-4a38-aab1-87e6ea16b0ce] succeeded in 0.0025315061211586s: None +2025-10-03 13:05:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:46 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0437a21-cd3b-466b-bfb7-54017c803207] received +2025-10-03 13:05:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0437a21-cd3b-466b-bfb7-54017c803207] succeeded in 0.0028204210102558136s: None +2025-10-03 13:05:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c165aa7c-79d9-4326-8e3a-6fb0a8baa7d0] received +2025-10-03 13:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c165aa7c-79d9-4326-8e3a-6fb0a8baa7d0] succeeded in 0.0026322940830141306s: None +2025-10-03 13:05:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbf9d526-78c3-406c-9e1f-e16667e0b209] received +2025-10-03 13:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbf9d526-78c3-406c-9e1f-e16667e0b209] succeeded in 0.002299969084560871s: None +2025-10-03 13:05:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:53 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5c2750-61ca-4289-8d54-56f52ddd81ca] received +2025-10-03 13:05:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5c2750-61ca-4289-8d54-56f52ddd81ca] succeeded in 0.002223024144768715s: None +2025-10-03 13:05:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:55 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d9e7e03-7ed8-4ca7-a8c8-add6874eca6e] received +2025-10-03 13:05:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d9e7e03-7ed8-4ca7-a8c8-add6874eca6e] succeeded in 0.0024676742032170296s: None +2025-10-03 13:05:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82f0c28a-7042-4a70-9c19-71e388825bb8] received +2025-10-03 13:05:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82f0c28a-7042-4a70-9c19-71e388825bb8] succeeded in 0.0025746698956936598s: None +2025-10-03 13:05:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:05:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:05:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f7c377c-1f71-44e2-995f-4b887ec9d286] received +2025-10-03 13:05:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f7c377c-1f71-44e2-995f-4b887ec9d286] succeeded in 0.002472612075507641s: None +2025-10-03 13:05:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85a66684-4ccd-4933-bfd4-1e0141c08c34] received +2025-10-03 13:06:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85a66684-4ccd-4933-bfd4-1e0141c08c34] succeeded in 0.0010181628167629242s: None +2025-10-03 13:06:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:04 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69281c03-aca0-42d0-b3c0-4450069646dd] received +2025-10-03 13:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69281c03-aca0-42d0-b3c0-4450069646dd] succeeded in 0.0023074739146977663s: None +2025-10-03 13:06:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:06 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b2c9a8d-d6f2-42a5-8a1f-c1a01d125390] received +2025-10-03 13:06:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b2c9a8d-d6f2-42a5-8a1f-c1a01d125390] succeeded in 0.0030331627931445837s: None +2025-10-03 13:06:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:08 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9d9751c-184d-41ae-bdf6-ed4ce59ac86e] received +2025-10-03 13:06:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9d9751c-184d-41ae-bdf6-ed4ce59ac86e] succeeded in 0.002027027076110244s: None +2025-10-03 13:06:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b82cdc-fb33-4503-b812-c0e373277ad5] received +2025-10-03 13:06:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b82cdc-fb33-4503-b812-c0e373277ad5] succeeded in 0.001195157179608941s: None +2025-10-03 13:06:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b56d1a5b-7764-4bc0-ae98-15ac55d810ea] received +2025-10-03 13:06:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b56d1a5b-7764-4bc0-ae98-15ac55d810ea] succeeded in 0.002668206114321947s: None +2025-10-03 13:06:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:15 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3f84cf0-d0cf-4a94-a2cb-b458208d980d] received +2025-10-03 13:06:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a3f84cf0-d0cf-4a94-a2cb-b458208d980d] succeeded in 0.0023950659669935703s: None +2025-10-03 13:06:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:17 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1fdd9e2-07e1-4834-aa7e-f03a29bf25a2] received +2025-10-03 13:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1fdd9e2-07e1-4834-aa7e-f03a29bf25a2] succeeded in 0.002538474043831229s: None +2025-10-03 13:06:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:19 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f8392e6-725c-4e29-af78-1b6d6ce728ad] received +2025-10-03 13:06:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f8392e6-725c-4e29-af78-1b6d6ce728ad] succeeded in 0.0016560328658670187s: None +2025-10-03 13:06:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8b74050-33c3-409c-842f-170c20ec4fb7] received +2025-10-03 13:06:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8b74050-33c3-409c-842f-170c20ec4fb7] succeeded in 0.002553368918597698s: None +2025-10-03 13:06:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[767fcc08-efff-456d-b30f-7b3cdd62988c] received +2025-10-03 13:06:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[767fcc08-efff-456d-b30f-7b3cdd62988c] succeeded in 0.002399817807599902s: None +2025-10-03 13:06:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:26 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[015ddd24-6d9b-41af-a287-e8a5deec40d6] received +2025-10-03 13:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[015ddd24-6d9b-41af-a287-e8a5deec40d6] succeeded in 0.002038574079051614s: None +2025-10-03 13:06:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:28 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d37124b-f4cf-4242-bd7b-e5318e32794e] received +2025-10-03 13:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d37124b-f4cf-4242-bd7b-e5318e32794e] succeeded in 0.006883583962917328s: None +2025-10-03 13:06:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:30 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf2aef8a-41e9-447a-8c35-22efafc48b01] received +2025-10-03 13:06:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf2aef8a-41e9-447a-8c35-22efafc48b01] succeeded in 0.002454293891787529s: None +2025-10-03 13:06:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa6e3953-9507-4282-ae5b-2dfcea7b2628] received +2025-10-03 13:06:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa6e3953-9507-4282-ae5b-2dfcea7b2628] succeeded in 0.002755722962319851s: None +2025-10-03 13:06:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdd462cc-43e4-441f-b598-8bc30c35f5be] received +2025-10-03 13:06:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdd462cc-43e4-441f-b598-8bc30c35f5be] succeeded in 0.0029024940449744463s: None +2025-10-03 13:06:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:37 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71735ecf-1f25-464e-bc3f-fe539668c1d9] received +2025-10-03 13:06:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71735ecf-1f25-464e-bc3f-fe539668c1d9] succeeded in 0.0023467468563467264s: None +2025-10-03 13:06:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:39 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bfbea9b-c21d-499c-b1ad-9ab700c60dd4] received +2025-10-03 13:06:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bfbea9b-c21d-499c-b1ad-9ab700c60dd4] succeeded in 0.0029168808832764626s: None +2025-10-03 13:06:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:41 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79ca933f-990b-4a53-8e29-7566615947a7] received +2025-10-03 13:06:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[79ca933f-990b-4a53-8e29-7566615947a7] succeeded in 0.0012845590244978666s: None +2025-10-03 13:06:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db3dd99d-a632-4c8a-b908-7ad7503745c8] received +2025-10-03 13:06:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db3dd99d-a632-4c8a-b908-7ad7503745c8] succeeded in 0.0028000548481941223s: None +2025-10-03 13:06:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e91d7532-4c4f-4430-ba56-82a811ff9a94] received +2025-10-03 13:06:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e91d7532-4c4f-4430-ba56-82a811ff9a94] succeeded in 0.0023641071747988462s: None +2025-10-03 13:06:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:48 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcf78dae-c67d-4123-8f23-9f068177f1d3] received +2025-10-03 13:06:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcf78dae-c67d-4123-8f23-9f068177f1d3] succeeded in 0.0009935679845511913s: None +2025-10-03 13:06:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:50 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5493bca0-fb4c-4d75-975e-2ab816d6c2e0] received +2025-10-03 13:06:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5493bca0-fb4c-4d75-975e-2ab816d6c2e0] succeeded in 0.0026654961984604597s: None +2025-10-03 13:06:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:52 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e8154f6-0375-462d-ac61-ec210dd759cf] received +2025-10-03 13:06:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e8154f6-0375-462d-ac61-ec210dd759cf] succeeded in 0.002428439911454916s: None +2025-10-03 13:06:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:54 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bcf2e04-fa3b-4656-84fc-4dcf6fa42404] received +2025-10-03 13:06:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bcf2e04-fa3b-4656-84fc-4dcf6fa42404] succeeded in 0.0021799318492412567s: None +2025-10-03 13:06:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:57 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00b67391-9f5c-46db-ae41-ab560bc58f08] received +2025-10-03 13:06:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00b67391-9f5c-46db-ae41-ab560bc58f08] succeeded in 0.002858710940927267s: None +2025-10-03 13:06:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:06:59 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:06:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5df98e94-272c-409e-bac1-5686fda55967] received +2025-10-03 13:06:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5df98e94-272c-409e-bac1-5686fda55967] succeeded in 0.0022501391358673573s: None +2025-10-03 13:06:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:01 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d371184d-2c36-4ae3-a9c6-3393d23ea432] received +2025-10-03 13:07:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d371184d-2c36-4ae3-a9c6-3393d23ea432] succeeded in 0.002384411869570613s: None +2025-10-03 13:07:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:03 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b707dc69-3d08-44f5-94f1-f779d21c8eb4] received +2025-10-03 13:07:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b707dc69-3d08-44f5-94f1-f779d21c8eb4] succeeded in 0.0020266249775886536s: None +2025-10-03 13:07:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:05 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8226fca7-1729-4c27-a6c3-7996f51bdb48] received +2025-10-03 13:07:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8226fca7-1729-4c27-a6c3-7996f51bdb48] succeeded in 0.002220514928922057s: None +2025-10-03 13:07:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:07 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b7d1e20-8358-4180-b3d7-ff0558ab21a7] received +2025-10-03 13:07:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b7d1e20-8358-4180-b3d7-ff0558ab21a7] succeeded in 0.002203189069405198s: None +2025-10-03 13:07:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:10 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b55028a-4bac-44cc-96ca-52045c7174c6] received +2025-10-03 13:07:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b55028a-4bac-44cc-96ca-52045c7174c6] succeeded in 0.0023863459937274456s: None +2025-10-03 13:07:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:12 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[066b7cc9-a8fc-473c-8855-30becab71fe0] received +2025-10-03 13:07:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[066b7cc9-a8fc-473c-8855-30becab71fe0] succeeded in 0.0023782860953360796s: None +2025-10-03 13:07:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:14 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f4cef96-731c-4de7-bff0-02cb17ee1917] received +2025-10-03 13:07:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f4cef96-731c-4de7-bff0-02cb17ee1917] succeeded in 0.001936818938702345s: None +2025-10-03 13:07:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:16 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[255cd0a0-b499-4145-8cf0-bacce46bc72f] received +2025-10-03 13:07:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[255cd0a0-b499-4145-8cf0-bacce46bc72f] succeeded in 0.0024961200542747974s: None +2025-10-03 13:07:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:18 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c9d576e-10c2-4973-97b4-e769c8c26d65] received +2025-10-03 13:07:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c9d576e-10c2-4973-97b4-e769c8c26d65] succeeded in 0.0023311758413910866s: None +2025-10-03 13:07:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:21 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a73c14-e358-4523-a11f-3e7122bef24f] received +2025-10-03 13:07:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2a73c14-e358-4523-a11f-3e7122bef24f] succeeded in 0.0023677260614931583s: None +2025-10-03 13:07:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:23 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25694e9e-be81-466d-9a2d-78c74c576ebc] received +2025-10-03 13:07:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25694e9e-be81-466d-9a2d-78c74c576ebc] succeeded in 0.001912510022521019s: None +2025-10-03 13:07:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:25 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26b114e8-68e6-4808-9901-1ab6c854e57b] received +2025-10-03 13:07:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26b114e8-68e6-4808-9901-1ab6c854e57b] succeeded in 0.0021341179963201284s: None +2025-10-03 13:07:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:27 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3cb2451-7974-4192-ade8-7bad94ef0de4] received +2025-10-03 13:07:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3cb2451-7974-4192-ade8-7bad94ef0de4] succeeded in 0.002615781966596842s: None +2025-10-03 13:07:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:29 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[765e2763-7c14-45a3-89e6-cdb0cb754906] received +2025-10-03 13:07:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[765e2763-7c14-45a3-89e6-cdb0cb754906] succeeded in 0.002139695920050144s: None +2025-10-03 13:07:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:32 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16693808-974d-40f6-af96-1125863850cd] received +2025-10-03 13:07:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16693808-974d-40f6-af96-1125863850cd] succeeded in 0.002048101043328643s: None +2025-10-03 13:07:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:34 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acf76491-3700-4165-b95e-b26687817434] received +2025-10-03 13:07:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acf76491-3700-4165-b95e-b26687817434] succeeded in 0.0019652799237519503s: None +2025-10-03 13:07:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:36 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f1c2543-c9ea-4b07-b00d-ee8d42d89bcd] received +2025-10-03 13:07:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f1c2543-c9ea-4b07-b00d-ee8d42d89bcd] succeeded in 0.0022966288961470127s: None +2025-10-03 13:07:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:38 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e4a75f8-3c94-4c66-951f-4ee29905c4c2] received +2025-10-03 13:07:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e4a75f8-3c94-4c66-951f-4ee29905c4c2] succeeded in 0.0019889140967279673s: None +2025-10-03 13:07:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:40 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8706ff76-50c1-426d-a224-2e1ed4f96619] received +2025-10-03 13:07:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8706ff76-50c1-426d-a224-2e1ed4f96619] succeeded in 0.002189305843785405s: None +2025-10-03 13:07:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:43 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[471f61d2-ae73-47f1-9243-4d68ada4f930] received +2025-10-03 13:07:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[471f61d2-ae73-47f1-9243-4d68ada4f930] succeeded in 0.0026061220560222864s: None +2025-10-03 13:07:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:45 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 real-time: No details +2025-10-03 13:07:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[097799e9-4e64-43ad-ad44-b298563183c3] received +2025-10-03 13:07:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[097799e9-4e64-43ad-ad44-b298563183c3] succeeded in 0.0023395090829581022s: None +2025-10-03 13:07:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:07:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing completed track in children table 'playlist_8ac93f5ccd' (progressive) +2025-10-03 13:07:51 [INFO] Celery[DW-STDERR]: Storing track 'Just the Way You Are' in CHILDREN table 'playlist_8ac93f5ccd' for task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 +2025-10-03 13:07:51 [INFO] Celery[DW-STDERR]: Successfully stored track 'Just the Way You Are' in table 'playlist_8ac93f5ccd' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1) +2025-10-03 13:07:51 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 13:07:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b21fadb-3259-40a5-ba0a-2b54cd229c06] received +2025-10-03 13:07:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b21fadb-3259-40a5-ba0a-2b54cd229c06] succeeded in 0.0021152650006115437s: None +2025-10-03 13:07:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 13:08:18 [INFO] SSE client disconnected +2025-10-03 13:08:18 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 13:08:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1: Storing playlist history (completed) +2025-10-03 13:08:22 [INFO] Celery[DW-STDERR]: Populated 22 tracks in children table playlist_8ac93f5ccd +2025-10-03 13:08:22 [INFO] Celery[DW-STDERR]: Stored playlist history for 'Mid Aughts Date' (task: bc54611e-855b-4dcc-879b-ecceeb2d8aa1, children: playlist_8ac93f5ccd, status: partial) +2025-10-03 13:08:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed: +2025-10-03 13:08:22 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Direct Spotify download (account: json for blob) successful. +2025-10-03 13:08:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451891c0-cea2-428b-a5cd-fb3e64551146] received +2025-10-03 13:08:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451891c0-cea2-428b-a5cd-fb3e64551146] succeeded in 0.001701893052086234s: None +2025-10-03 13:08:22 [INFO] Celery[DW-STDERR]: Task download_playlist[bc54611e-855b-4dcc-879b-ecceeb2d8aa1] succeeded in 4185.221977532143s: {'status': 'success', 'message': 'Playlist download completed'} +2025-10-03 13:08:22 [INFO] Celery[DW-STDERR]: Task bc54611e-855b-4dcc-879b-ecceeb2d8aa1 completed successfully: Mid Aughts Date +2025-10-03 13:16:45 [INFO] Spotify client initialized/reinitialized +2025-10-03 13:16:46 [INFO] SSE Stream: New client connecting... +2025-10-03 13:16:46 [INFO] SSE: Client connected (total: 1) +2025-10-03 13:16:46 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 13:21:25 [INFO] SSE client disconnected +2025-10-03 13:21:25 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 13:36:39 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 13:36:41 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 13:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 14:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 15:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 16:28:56 [INFO] SSE Stream: New client connecting... +2025-10-03 16:28:56 [INFO] SSE: Client connected (total: 1) +2025-10-03 16:28:56 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 16:29:04 [INFO] SSE client disconnected +2025-10-03 16:29:04 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 16:30:48 [INFO] SSE Stream: New client connecting... +2025-10-03 16:30:48 [INFO] SSE: Client connected (total: 1) +2025-10-03 16:30:48 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 16:30:50 [INFO] Spotify client initialized/reinitialized +2025-10-03 16:30:52 [INFO] Checking watch status for playlist 6vz6zOLCe2RuOdwcWLCu9U. +2025-10-03 16:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[780aac81-ff1a-480e-91be-6e15bb28f058] received +2025-10-03 16:30:55 [INFO] Added playlist download task 01fbe713-a412-48a4-952a-0690b242eb09 to Celery queue. +2025-10-03 16:30:55 [INFO] Celery[DW-STDERR]: Task download_playlist[01fbe713-a412-48a4-952a-0690b242eb09] received +2025-10-03 16:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[780aac81-ff1a-480e-91be-6e15bb28f058] succeeded in 0.0027192439883947372s: None +2025-10-03 16:30:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 started processing: Deserted Island Playlist +2025-10-03 16:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03f27757-2053-4be4-992c-0c735de8c75c] received +2025-10-03 16:30:55 [INFO] Celery[DW-STDERR]: Processing playlist download task: Deserted Island Playlist +2025-10-03 16:30:55 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2025-10-03 16:30:55 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-10-03 16:30:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:30:55 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-10-03 16:30:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03f27757-2053-4be4-992c-0c735de8c75c] succeeded in 0.0011004360858350992s: None +2025-10-03 16:30:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:30:55 [INFO] Celery[DW-STDERR]: Created new session! device_id: 7d07ed69dee1abaf15332ee813f4fe2c1d56656c, ap: ap-gue1.spotify.com:4070 +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-10-03 16:30:56 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 initializing... +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Creating playlist children table +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Created playlist children table playlist_3cd2966a30 for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Playlist download started for task 01fbe713-a412-48a4-952a-0690b242eb09, children table: playlist_3cd2966a30 +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Created and stored children table 'playlist_3cd2966a30' in task info +2025-10-03 16:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7151f43c-d622-4f9d-b460-247058ef236f] received +2025-10-03 16:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7151f43c-d622-4f9d-b460-247058ef236f] succeeded in 0.0021969841327518225s: None +2025-10-03 16:31:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Storing track 'Bright Lights Bigger City' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Successfully stored track 'Bright Lights Bigger City' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f0a473d-d451-4389-9096-770d6aa5c5f0] received +2025-10-03 16:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f0a473d-d451-4389-9096-770d6aa5c5f0] succeeded in 0.0019798248540610075s: None +2025-10-03 16:31:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Storing track '9 Crimes' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Successfully stored track '9 Crimes' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:31:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9cb8378c-0d9f-44ec-b452-63cbefa14c99] received +2025-10-03 16:31:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9cb8378c-0d9f-44ec-b452-63cbefa14c99] succeeded in 0.0019449389073997736s: None +2025-10-03 16:31:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:31:04 [INFO] Celery[DW-STDERR]: Storing track 'Try A Little Tenderness - Single Version' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:31:04 [INFO] Celery[DW-STDERR]: Successfully stored track 'Try A Little Tenderness - Single Version' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:31:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:31:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96562de1-7706-4f9a-b056-5795fb674857] received +2025-10-03 16:31:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96562de1-7706-4f9a-b056-5795fb674857] succeeded in 0.0018267021514475346s: None +2025-10-03 16:31:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 initializing... +2025-10-03 16:31:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Skipping track initialization storage (part of album/playlist, children table: playlist_3cd2966a30) +2025-10-03 16:31:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5f7b44-1c41-4762-b996-1926f339d914] received +2025-10-03 16:31:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d5f7b44-1c41-4762-b996-1926f339d914] succeeded in 0.0011195179540663958s: None +2025-10-03 16:31:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:05 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63a08e06-0389-46bb-84a4-91ecb9adb649] received +2025-10-03 16:31:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63a08e06-0389-46bb-84a4-91ecb9adb649] succeeded in 0.0017247810028493404s: None +2025-10-03 16:31:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b091a005-1643-4297-ab41-fac5081c26be] received +2025-10-03 16:31:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b091a005-1643-4297-ab41-fac5081c26be] succeeded in 0.0028072211425751448s: None +2025-10-03 16:31:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[116865c5-16d1-4f78-932d-e7f63be03014] received +2025-10-03 16:31:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[116865c5-16d1-4f78-932d-e7f63be03014] succeeded in 0.0026824709493666887s: None +2025-10-03 16:31:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:13 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9c2fa9b-c285-44d7-b727-fe5ddaf77832] received +2025-10-03 16:31:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9c2fa9b-c285-44d7-b727-fe5ddaf77832] succeeded in 0.0025032430421561003s: None +2025-10-03 16:31:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:16 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11145e49-4fe4-4ebb-80fb-709525b726ba] received +2025-10-03 16:31:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11145e49-4fe4-4ebb-80fb-709525b726ba] succeeded in 0.0022597790230065584s: None +2025-10-03 16:31:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9fd22fc-c765-41e3-a4b3-f8644327da6f] received +2025-10-03 16:31:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9fd22fc-c765-41e3-a4b3-f8644327da6f] succeeded in 0.0026990799233317375s: None +2025-10-03 16:31:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:21 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85925afb-5b96-4b42-ae75-a28daf6a3669] received +2025-10-03 16:31:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85925afb-5b96-4b42-ae75-a28daf6a3669] succeeded in 0.002502316841855645s: None +2025-10-03 16:31:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:24 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbc653c6-a7fd-4370-9f91-b22487ea0455] received +2025-10-03 16:31:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbc653c6-a7fd-4370-9f91-b22487ea0455] succeeded in 0.002287277951836586s: None +2025-10-03 16:31:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:27 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01c77652-6584-4a3d-ac11-239218d57f7a] received +2025-10-03 16:31:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01c77652-6584-4a3d-ac11-239218d57f7a] succeeded in 0.0026127740275114775s: None +2025-10-03 16:31:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[498ff8d1-83a1-4d64-b284-af0b21e6e45d] received +2025-10-03 16:31:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[498ff8d1-83a1-4d64-b284-af0b21e6e45d] succeeded in 0.002220212947577238s: None +2025-10-03 16:31:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:32 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dff060f1-12e7-4bc6-b378-6ef3fc97e6ce] received +2025-10-03 16:31:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dff060f1-12e7-4bc6-b378-6ef3fc97e6ce] succeeded in 0.0025359371211379766s: None +2025-10-03 16:31:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:35 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47a4de31-34ba-4622-867d-138e0632ab47] received +2025-10-03 16:31:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47a4de31-34ba-4622-867d-138e0632ab47] succeeded in 0.0019118960481137037s: None +2025-10-03 16:31:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:37 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c75fa68-03bb-4459-8c1f-dbe9a2ae6ab8] received +2025-10-03 16:31:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c75fa68-03bb-4459-8c1f-dbe9a2ae6ab8] succeeded in 0.002211941871792078s: None +2025-10-03 16:31:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b21c8a89-afe5-4767-820b-e0504cd4c715] received +2025-10-03 16:31:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b21c8a89-afe5-4767-820b-e0504cd4c715] succeeded in 0.002393944188952446s: None +2025-10-03 16:31:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:43 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[908b1bdc-8e6e-41b3-8171-60a6034ad3e2] received +2025-10-03 16:31:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[908b1bdc-8e6e-41b3-8171-60a6034ad3e2] succeeded in 0.0022047560196369886s: None +2025-10-03 16:31:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:46 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b91688ed-80e0-45be-956d-4163129df038] received +2025-10-03 16:31:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b91688ed-80e0-45be-956d-4163129df038] succeeded in 0.0024602520279586315s: None +2025-10-03 16:31:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6042a2f0-cef9-4546-8694-af59eb32a791] received +2025-10-03 16:31:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6042a2f0-cef9-4546-8694-af59eb32a791] succeeded in 0.0024007130414247513s: None +2025-10-03 16:31:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:51 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[860e1fef-f6c0-450c-a391-84fef8cc7f80] received +2025-10-03 16:31:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[860e1fef-f6c0-450c-a391-84fef8cc7f80] succeeded in 0.00224689906463027s: None +2025-10-03 16:31:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:54 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f7b0c95-96bb-4164-8edc-c03c4e7ed24e] received +2025-10-03 16:31:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f7b0c95-96bb-4164-8edc-c03c4e7ed24e] succeeded in 0.002454318106174469s: None +2025-10-03 16:31:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[879888e4-a594-4aeb-a3a5-3f471f3ccd32] received +2025-10-03 16:31:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[879888e4-a594-4aeb-a3a5-3f471f3ccd32] succeeded in 0.002226673997938633s: None +2025-10-03 16:31:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:31:57 [INFO] SSE client disconnected +2025-10-03 16:31:57 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 16:31:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:31:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfb0f512-3691-4e19-9bfa-9516f0aab78c] received +2025-10-03 16:31:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfb0f512-3691-4e19-9bfa-9516f0aab78c] succeeded in 0.002275553997606039s: None +2025-10-03 16:32:02 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b09e51e9-a461-48b0-9b9e-dbd88fc19fd2] received +2025-10-03 16:32:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b09e51e9-a461-48b0-9b9e-dbd88fc19fd2] succeeded in 0.0026182830333709717s: None +2025-10-03 16:32:05 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bccec7ef-4dc6-42ff-aaa9-03122914135d] received +2025-10-03 16:32:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bccec7ef-4dc6-42ff-aaa9-03122914135d] succeeded in 0.002460762858390808s: None +2025-10-03 16:32:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4a2bafb-d1a5-4903-b7a0-45ab99041d15] received +2025-10-03 16:32:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4a2bafb-d1a5-4903-b7a0-45ab99041d15] succeeded in 0.002223201096057892s: None +2025-10-03 16:32:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1064b751-0cb0-4db7-ac2d-e5e2c0128095] received +2025-10-03 16:32:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1064b751-0cb0-4db7-ac2d-e5e2c0128095] succeeded in 0.0021018011029809713s: None +2025-10-03 16:32:13 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78415560-1967-480f-82a3-00ae5cebe9a6] received +2025-10-03 16:32:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78415560-1967-480f-82a3-00ae5cebe9a6] succeeded in 0.0021737669594585896s: None +2025-10-03 16:32:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2aa0d3d4-38ba-4711-be18-93f9c7f9c01a] received +2025-10-03 16:32:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2aa0d3d4-38ba-4711-be18-93f9c7f9c01a] succeeded in 0.0024906350299715996s: None +2025-10-03 16:32:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a423e9-4ea8-41bc-ad5a-2cbde346c356] received +2025-10-03 16:32:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a423e9-4ea8-41bc-ad5a-2cbde346c356] succeeded in 0.0025497758761048317s: None +2025-10-03 16:32:21 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[333a5f5c-2ac7-4976-bff2-2a71780e6cd2] received +2025-10-03 16:32:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[333a5f5c-2ac7-4976-bff2-2a71780e6cd2] succeeded in 0.0022039839532226324s: None +2025-10-03 16:32:24 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca6fb74f-8bdf-4ac7-9870-8a3da677c993] received +2025-10-03 16:32:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca6fb74f-8bdf-4ac7-9870-8a3da677c993] succeeded in 0.0022115129977464676s: None +2025-10-03 16:32:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22826ee8-16ef-4a43-bc8e-3137db2e1432] received +2025-10-03 16:32:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22826ee8-16ef-4a43-bc8e-3137db2e1432] succeeded in 0.0024907549377530813s: None +2025-10-03 16:32:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72cbe59b-c042-4cc2-89eb-40bc9ade93f1] received +2025-10-03 16:32:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72cbe59b-c042-4cc2-89eb-40bc9ade93f1] succeeded in 0.002486790996044874s: None +2025-10-03 16:32:32 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[664fcd9c-fddb-4da4-8e8b-fe1bb0b76660] received +2025-10-03 16:32:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[664fcd9c-fddb-4da4-8e8b-fe1bb0b76660] succeeded in 0.0025050570257008076s: None +2025-10-03 16:32:35 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8488a9cd-bdaa-414f-b2da-fa7183684aba] received +2025-10-03 16:32:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8488a9cd-bdaa-414f-b2da-fa7183684aba] succeeded in 0.002230857964605093s: None +2025-10-03 16:32:37 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f4fd21d-24cd-4ab4-a3ac-ef16f3b67c31] received +2025-10-03 16:32:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f4fd21d-24cd-4ab4-a3ac-ef16f3b67c31] succeeded in 0.0024530570954084396s: None +2025-10-03 16:32:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09fd8753-07ba-46b2-ad88-2dc8ba3056aa] received +2025-10-03 16:32:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09fd8753-07ba-46b2-ad88-2dc8ba3056aa] succeeded in 0.002582077868282795s: None +2025-10-03 16:32:43 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adbdef1b-9017-44a6-88f1-6d7f9941735a] received +2025-10-03 16:32:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adbdef1b-9017-44a6-88f1-6d7f9941735a] succeeded in 0.002484465017914772s: None +2025-10-03 16:32:45 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96950c7e-6d8b-42cf-8306-4b61448eb1cf] received +2025-10-03 16:32:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[96950c7e-6d8b-42cf-8306-4b61448eb1cf] succeeded in 0.0026264600455760956s: None +2025-10-03 16:32:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31f219aa-874f-420a-babf-540ecb4e550b] received +2025-10-03 16:32:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31f219aa-874f-420a-babf-540ecb4e550b] succeeded in 0.002397956093773246s: None +2025-10-03 16:32:51 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1ab283b-464e-47c3-a981-dcf8992f7651] received +2025-10-03 16:32:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1ab283b-464e-47c3-a981-dcf8992f7651] succeeded in 0.0026340021286159754s: None +2025-10-03 16:32:54 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bee979b-f829-4060-af91-995d7f8ef6cb] received +2025-10-03 16:32:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8bee979b-f829-4060-af91-995d7f8ef6cb] succeeded in 0.002302123000845313s: None +2025-10-03 16:32:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3bdff27-d3ff-4c21-86b6-f566980e3e05] received +2025-10-03 16:32:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3bdff27-d3ff-4c21-86b6-f566980e3e05] succeeded in 0.0020888231229037046s: None +2025-10-03 16:32:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:32:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04fa6e85-216f-47c8-92ac-894c09559396] received +2025-10-03 16:32:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04fa6e85-216f-47c8-92ac-894c09559396] succeeded in 0.002167942002415657s: None +2025-10-03 16:33:02 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2b0b779-6fec-4b78-9cd9-7dd7e7108b2d] received +2025-10-03 16:33:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2b0b779-6fec-4b78-9cd9-7dd7e7108b2d] succeeded in 0.002228710101917386s: None +2025-10-03 16:33:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16dce300-42a1-4247-a5a6-68127be63943] received +2025-10-03 16:33:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[16dce300-42a1-4247-a5a6-68127be63943] succeeded in 0.002530955011025071s: None +2025-10-03 16:33:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e57f015-f5d6-4fdd-9870-3b8178ef2ffb] received +2025-10-03 16:33:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e57f015-f5d6-4fdd-9870-3b8178ef2ffb] succeeded in 0.002255236031487584s: None +2025-10-03 16:33:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1fef95-ea87-45c7-9dda-7c07eda97712] received +2025-10-03 16:33:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf1fef95-ea87-45c7-9dda-7c07eda97712] succeeded in 0.0024969358928501606s: None +2025-10-03 16:33:13 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2162663d-a018-4a2e-b428-3c04642ab52e] received +2025-10-03 16:33:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2162663d-a018-4a2e-b428-3c04642ab52e] succeeded in 0.001004643039777875s: None +2025-10-03 16:33:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[647f2ad6-63f4-45d7-b54f-1f4d0d33a6f8] received +2025-10-03 16:33:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[647f2ad6-63f4-45d7-b54f-1f4d0d33a6f8] succeeded in 0.002357408870011568s: None +2025-10-03 16:33:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c822f753-b48f-4414-97bc-9b5c4de77d6c] received +2025-10-03 16:33:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c822f753-b48f-4414-97bc-9b5c4de77d6c] succeeded in 0.0022921490017324686s: None +2025-10-03 16:33:21 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a2cd42a-4dc0-4940-b6ef-94262cabec22] received +2025-10-03 16:33:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a2cd42a-4dc0-4940-b6ef-94262cabec22] succeeded in 0.002830923069268465s: None +2025-10-03 16:33:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c229cc45-166c-44a0-bd96-eabfa1a86225] received +2025-10-03 16:33:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c229cc45-166c-44a0-bd96-eabfa1a86225] succeeded in 0.002492670901119709s: None +2025-10-03 16:33:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[515673ac-2336-47f2-9f91-b3da6aeee68e] received +2025-10-03 16:33:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[515673ac-2336-47f2-9f91-b3da6aeee68e] succeeded in 0.0021036339458078146s: None +2025-10-03 16:33:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feaef5fc-7e7d-4ef2-ad7b-fa306cd56b4b] received +2025-10-03 16:33:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feaef5fc-7e7d-4ef2-ad7b-fa306cd56b4b] succeeded in 0.0026100999675691128s: None +2025-10-03 16:33:32 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04c2d7a6-7926-44ff-a68b-c775e5e0dd2b] received +2025-10-03 16:33:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04c2d7a6-7926-44ff-a68b-c775e5e0dd2b] succeeded in 0.0025976800825446844s: None +2025-10-03 16:33:34 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dbf0574-6e65-4f5b-93e2-dd873b0aa0b4] received +2025-10-03 16:33:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2dbf0574-6e65-4f5b-93e2-dd873b0aa0b4] succeeded in 0.006215982837602496s: None +2025-10-03 16:33:37 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cb66dbf-60b9-49ec-9952-50a8f667acdb] received +2025-10-03 16:33:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cb66dbf-60b9-49ec-9952-50a8f667acdb] succeeded in 0.0025081979110836983s: None +2025-10-03 16:33:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[faf04f49-8d6c-40da-b496-f34cfe359785] received +2025-10-03 16:33:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[faf04f49-8d6c-40da-b496-f34cfe359785] succeeded in 0.002420926932245493s: None +2025-10-03 16:33:43 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a144056-47a5-4bd2-8f8f-41776bbce766] received +2025-10-03 16:33:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a144056-47a5-4bd2-8f8f-41776bbce766] succeeded in 0.0020016010385006666s: None +2025-10-03 16:33:45 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d7b1622-afbd-48d0-88c6-ef7145d81d5f] received +2025-10-03 16:33:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d7b1622-afbd-48d0-88c6-ef7145d81d5f] succeeded in 0.0026563990395516157s: None +2025-10-03 16:33:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[327a0fb2-cb9f-4f13-aa9b-743ccfefdb9e] received +2025-10-03 16:33:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[327a0fb2-cb9f-4f13-aa9b-743ccfefdb9e] succeeded in 0.002463329816237092s: None +2025-10-03 16:33:51 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[936dcf95-d8d5-4fa2-a1e3-4302a5e2a62b] received +2025-10-03 16:33:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[936dcf95-d8d5-4fa2-a1e3-4302a5e2a62b] succeeded in 0.001972394995391369s: None +2025-10-03 16:33:53 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[791ea717-a26b-495a-bd13-f57d8906fb9f] received +2025-10-03 16:33:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[791ea717-a26b-495a-bd13-f57d8906fb9f] succeeded in 0.002421676181256771s: None +2025-10-03 16:33:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ba0bea9-bff4-4cdd-92c7-be7b62b7d964] received +2025-10-03 16:33:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ba0bea9-bff4-4cdd-92c7-be7b62b7d964] succeeded in 0.0026525300927460194s: None +2025-10-03 16:33:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:33:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39b0d95f-5cd1-47ad-b632-b331cd51392b] received +2025-10-03 16:33:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39b0d95f-5cd1-47ad-b632-b331cd51392b] succeeded in 0.002671728143468499s: None +2025-10-03 16:34:02 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2a4ad63-7cd3-4847-b5fa-5e8463f88910] received +2025-10-03 16:34:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2a4ad63-7cd3-4847-b5fa-5e8463f88910] succeeded in 0.0023599728010594845s: None +2025-10-03 16:34:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97d0ac41-352c-4863-849c-09207c353375] received +2025-10-03 16:34:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97d0ac41-352c-4863-849c-09207c353375] succeeded in 0.0028160568326711655s: None +2025-10-03 16:34:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[427d2368-dbfa-453e-8214-536b8ec1d507] received +2025-10-03 16:34:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[427d2368-dbfa-453e-8214-536b8ec1d507] succeeded in 0.002101714024320245s: None +2025-10-03 16:34:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9a8d627-3788-4d5e-810a-a6a27a343ad3] received +2025-10-03 16:34:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9a8d627-3788-4d5e-810a-a6a27a343ad3] succeeded in 0.0023587211035192013s: None +2025-10-03 16:34:12 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6e973dc-6ebe-4f0f-91ed-60b744333fb5] received +2025-10-03 16:34:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6e973dc-6ebe-4f0f-91ed-60b744333fb5] succeeded in 0.0024194889701902866s: None +2025-10-03 16:34:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[729b9c6c-dcbb-4d77-8406-f2af5b943f72] received +2025-10-03 16:34:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[729b9c6c-dcbb-4d77-8406-f2af5b943f72] succeeded in 0.002661256119608879s: None +2025-10-03 16:34:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27833d59-9572-44d6-b444-76eed6998d1b] received +2025-10-03 16:34:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27833d59-9572-44d6-b444-76eed6998d1b] succeeded in 0.0023766481317579746s: None +2025-10-03 16:34:21 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ad6c704-7e68-4fce-a889-ebf71375dad2] received +2025-10-03 16:34:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ad6c704-7e68-4fce-a889-ebf71375dad2] succeeded in 0.002637141849845648s: None +2025-10-03 16:34:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87aa927f-e9da-4ba9-92d2-4b5d7ac431ee] received +2025-10-03 16:34:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87aa927f-e9da-4ba9-92d2-4b5d7ac431ee] succeeded in 0.002653638133779168s: None +2025-10-03 16:34:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d9adaa6-7f48-4a38-8b3d-12638ec91e08] received +2025-10-03 16:34:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d9adaa6-7f48-4a38-8b3d-12638ec91e08] succeeded in 0.0023054839111864567s: None +2025-10-03 16:34:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[149c98cc-e685-4784-8668-4200f4d609e3] received +2025-10-03 16:34:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[149c98cc-e685-4784-8668-4200f4d609e3] succeeded in 0.0022910379339009523s: None +2025-10-03 16:34:31 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eda16a60-7132-4502-8d88-f144d24292b7] received +2025-10-03 16:34:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eda16a60-7132-4502-8d88-f144d24292b7] succeeded in 0.0023128450848162174s: None +2025-10-03 16:34:34 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c35da13d-ad41-4031-887b-cf7942a7effa] received +2025-10-03 16:34:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c35da13d-ad41-4031-887b-cf7942a7effa] succeeded in 0.001978192012757063s: None +2025-10-03 16:34:37 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dec2281-0dcc-43df-ad4b-0163403353e5] received +2025-10-03 16:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dec2281-0dcc-43df-ad4b-0163403353e5] succeeded in 0.0026525689754635096s: None +2025-10-03 16:34:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f130c7fe-66b9-4f96-bb72-18dc8b10e5c8] received +2025-10-03 16:34:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f130c7fe-66b9-4f96-bb72-18dc8b10e5c8] succeeded in 0.002210673876106739s: None +2025-10-03 16:34:42 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feee5d8a-d3db-4983-830a-d9ad4d4f4e03] received +2025-10-03 16:34:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[feee5d8a-d3db-4983-830a-d9ad4d4f4e03] succeeded in 0.002643930958583951s: None +2025-10-03 16:34:45 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e9d392b-72d0-4b4b-a4b3-6342965a7932] received +2025-10-03 16:34:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e9d392b-72d0-4b4b-a4b3-6342965a7932] succeeded in 0.0021037079859524965s: None +2025-10-03 16:34:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bff072d3-3597-4802-860e-e980e3899f4f] received +2025-10-03 16:34:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bff072d3-3597-4802-860e-e980e3899f4f] succeeded in 0.0024846037849783897s: None +2025-10-03 16:34:51 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[279c06a8-680c-41e4-8097-6377f813a3ec] received +2025-10-03 16:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[279c06a8-680c-41e4-8097-6377f813a3ec] succeeded in 0.0024002830032259226s: None +2025-10-03 16:34:53 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3103dee5-aaaf-4bfb-9f44-abc42e475d22] received +2025-10-03 16:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3103dee5-aaaf-4bfb-9f44-abc42e475d22] succeeded in 0.0022007618099451065s: None +2025-10-03 16:34:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17fc337a-b68d-4d31-a435-d70d9e9be76c] received +2025-10-03 16:34:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17fc337a-b68d-4d31-a435-d70d9e9be76c] succeeded in 0.002471454907208681s: None +2025-10-03 16:34:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:34:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fc9ed74-5cd3-461f-a814-90b36d420759] received +2025-10-03 16:34:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fc9ed74-5cd3-461f-a814-90b36d420759] succeeded in 0.0023680669255554676s: None +2025-10-03 16:35:01 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acb5de7d-cfd8-46cf-ac5f-1811e256c291] received +2025-10-03 16:35:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acb5de7d-cfd8-46cf-ac5f-1811e256c291] succeeded in 0.00232627522200346s: None +2025-10-03 16:35:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00712601-eabe-4164-a4d1-567a54ef02cb] received +2025-10-03 16:35:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00712601-eabe-4164-a4d1-567a54ef02cb] succeeded in 0.00232823402620852s: None +2025-10-03 16:35:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b42d6c89-07f7-463b-86e6-5e5b8e2f027a] received +2025-10-03 16:35:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b42d6c89-07f7-463b-86e6-5e5b8e2f027a] succeeded in 0.0022270779591053724s: None +2025-10-03 16:35:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dcdd5a1-f8f7-485e-b27f-3388f908a2da] received +2025-10-03 16:35:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6dcdd5a1-f8f7-485e-b27f-3388f908a2da] succeeded in 0.0022338400594890118s: None +2025-10-03 16:35:12 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[803a453e-74ee-4b0a-8b57-e87377458034] received +2025-10-03 16:35:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[803a453e-74ee-4b0a-8b57-e87377458034] succeeded in 0.0027246999088674784s: None +2025-10-03 16:35:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93f2df46-1fb2-43d6-bb9f-4c055b70b604] received +2025-10-03 16:35:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93f2df46-1fb2-43d6-bb9f-4c055b70b604] succeeded in 0.0028335610404610634s: None +2025-10-03 16:35:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bd162cd-61ff-4d82-97cb-359a2bed9ed1] received +2025-10-03 16:35:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bd162cd-61ff-4d82-97cb-359a2bed9ed1] succeeded in 0.002248237142339349s: None +2025-10-03 16:35:20 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b0b54d0-c0fd-43f1-b1a8-1b49bb913b28] received +2025-10-03 16:35:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b0b54d0-c0fd-43f1-b1a8-1b49bb913b28] succeeded in 0.002499604132026434s: None +2025-10-03 16:35:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8946ac9-17b3-412a-b411-5315e682f353] received +2025-10-03 16:35:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8946ac9-17b3-412a-b411-5315e682f353] succeeded in 0.0024787571746855974s: None +2025-10-03 16:35:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[291b2f64-228b-4575-8dc3-50dc3382e064] received +2025-10-03 16:35:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[291b2f64-228b-4575-8dc3-50dc3382e064] succeeded in 0.0013659789692610502s: None +2025-10-03 16:35:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8ef4d4b-9c85-40e5-a5e1-9e85b59a3863] received +2025-10-03 16:35:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8ef4d4b-9c85-40e5-a5e1-9e85b59a3863] succeeded in 0.002319050021469593s: None +2025-10-03 16:35:31 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47dfb6ef-aa47-40bc-bc8b-7113ba22c35d] received +2025-10-03 16:35:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47dfb6ef-aa47-40bc-bc8b-7113ba22c35d] succeeded in 0.001040213042870164s: None +2025-10-03 16:35:34 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:35:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f74239ac-336d-4919-85aa-9ae62df03a8e] received +2025-10-03 16:35:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f74239ac-336d-4919-85aa-9ae62df03a8e] succeeded in 0.0023775100708007812s: None +2025-10-03 16:35:44 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing completed track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:35:44 [INFO] Celery[DW-STDERR]: Storing track 'No Church In The Wild' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:35:44 [INFO] Celery[DW-STDERR]: Successfully stored track 'No Church In The Wild' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:35:44 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 completed: +2025-10-03 16:35:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab00da3a-03d3-482a-9a0e-201b1c06817a] received +2025-10-03 16:35:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab00da3a-03d3-482a-9a0e-201b1c06817a] succeeded in 0.0018628421239554882s: None +2025-10-03 16:37:25 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 initializing... +2025-10-03 16:37:25 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Skipping track initialization storage (part of album/playlist, children table: playlist_3cd2966a30) +2025-10-03 16:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02b5023c-f383-4089-bb5c-902e4ac850b5] received +2025-10-03 16:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02b5023c-f383-4089-bb5c-902e4ac850b5] succeeded in 0.002152153989300132s: None +2025-10-03 16:37:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39dc1eed-afea-4e8b-a7ae-dea1e8d1d56b] received +2025-10-03 16:37:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39dc1eed-afea-4e8b-a7ae-dea1e8d1d56b] succeeded in 0.0017721299082040787s: None +2025-10-03 16:37:28 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe243359-1116-4304-a57f-f583481c990d] received +2025-10-03 16:37:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe243359-1116-4304-a57f-f583481c990d] succeeded in 0.0025980439968407154s: None +2025-10-03 16:37:31 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08411b72-dd34-492e-9b5f-0a8833f75031] received +2025-10-03 16:37:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08411b72-dd34-492e-9b5f-0a8833f75031] succeeded in 0.002476646099239588s: None +2025-10-03 16:37:33 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17565f83-c9ae-44ca-8492-dc2a2899afe5] received +2025-10-03 16:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17565f83-c9ae-44ca-8492-dc2a2899afe5] succeeded in 0.0027647570241242647s: None +2025-10-03 16:37:36 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff173b3b-b636-487d-b1a9-f60f9583163c] received +2025-10-03 16:37:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff173b3b-b636-487d-b1a9-f60f9583163c] succeeded in 0.0025227449368685484s: None +2025-10-03 16:37:38 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c92e5634-6c52-472a-a236-272922c40f7e] received +2025-10-03 16:37:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c92e5634-6c52-472a-a236-272922c40f7e] succeeded in 0.0023012750316411257s: None +2025-10-03 16:37:41 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f23b25b2-7e84-417a-bad7-f432d2ce5789] received +2025-10-03 16:37:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f23b25b2-7e84-417a-bad7-f432d2ce5789] succeeded in 0.0022672759369015694s: None +2025-10-03 16:37:43 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44914948-5f46-47de-802b-1415d51bd796] received +2025-10-03 16:37:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44914948-5f46-47de-802b-1415d51bd796] succeeded in 0.00266348198056221s: None +2025-10-03 16:37:46 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e86a3273-64c7-426d-8448-f5daba298aa3] received +2025-10-03 16:37:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e86a3273-64c7-426d-8448-f5daba298aa3] succeeded in 0.0022129230201244354s: None +2025-10-03 16:37:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[919f9fa3-74a9-4c55-8655-4ddd01825a5f] received +2025-10-03 16:37:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[919f9fa3-74a9-4c55-8655-4ddd01825a5f] succeeded in 0.002315807156264782s: None +2025-10-03 16:37:50 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9aad05a3-b377-44fb-a362-420072d93272] received +2025-10-03 16:37:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9aad05a3-b377-44fb-a362-420072d93272] succeeded in 0.0025631790049374104s: None +2025-10-03 16:37:53 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e39f005e-1aa9-488e-a11b-56c65af0b649] received +2025-10-03 16:37:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e39f005e-1aa9-488e-a11b-56c65af0b649] succeeded in 0.0024187059607356787s: None +2025-10-03 16:37:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8191ab1c-e403-4d4f-bd8e-9732a8edb9aa] received +2025-10-03 16:37:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8191ab1c-e403-4d4f-bd8e-9732a8edb9aa] succeeded in 0.0021260271314531565s: None +2025-10-03 16:37:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:37:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23c7bea2-d05e-4111-ba3d-a8b7bc2a6d76] received +2025-10-03 16:37:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23c7bea2-d05e-4111-ba3d-a8b7bc2a6d76] succeeded in 0.0023336259182542562s: None +2025-10-03 16:38:00 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47f55c81-5cc3-42c0-96f6-fd94a9684840] received +2025-10-03 16:38:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47f55c81-5cc3-42c0-96f6-fd94a9684840] succeeded in 0.00262088212184608s: None +2025-10-03 16:38:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[971e0be5-6fb7-4c99-9575-130cefa9e277] received +2025-10-03 16:38:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[971e0be5-6fb7-4c99-9575-130cefa9e277] succeeded in 0.0024542729370296s: None +2025-10-03 16:38:05 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d07f3bb5-06fd-44fd-a160-8556a25f5ab5] received +2025-10-03 16:38:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d07f3bb5-06fd-44fd-a160-8556a25f5ab5] succeeded in 0.003261687932536006s: None +2025-10-03 16:38:08 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04bcf648-e804-4a48-bd9e-01b6c3b06327] received +2025-10-03 16:38:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04bcf648-e804-4a48-bd9e-01b6c3b06327] succeeded in 0.002441911958158016s: None +2025-10-03 16:38:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9f0dea8-ba67-439e-999c-92a04945a0be] received +2025-10-03 16:38:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9f0dea8-ba67-439e-999c-92a04945a0be] succeeded in 0.002492083003744483s: None +2025-10-03 16:38:13 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0711aeab-f726-48a4-bcc3-198a95b0ff2a] received +2025-10-03 16:38:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0711aeab-f726-48a4-bcc3-198a95b0ff2a] succeeded in 0.0023624151945114136s: None +2025-10-03 16:38:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d76d690-3fe4-445b-b997-0a3a5f07a040] received +2025-10-03 16:38:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2d76d690-3fe4-445b-b997-0a3a5f07a040] succeeded in 0.00233282707631588s: None +2025-10-03 16:38:17 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40d67e67-c0bf-4cce-8af9-62f07386f136] received +2025-10-03 16:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40d67e67-c0bf-4cce-8af9-62f07386f136] succeeded in 0.002872976940125227s: None +2025-10-03 16:38:20 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[962d9ed9-4851-43f9-84a8-d2e75e8da97c] received +2025-10-03 16:38:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[962d9ed9-4851-43f9-84a8-d2e75e8da97c] succeeded in 0.002531121950596571s: None +2025-10-03 16:38:22 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd710548-e83f-4c51-96da-1e5019b78750] received +2025-10-03 16:38:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd710548-e83f-4c51-96da-1e5019b78750] succeeded in 0.002633900148794055s: None +2025-10-03 16:38:25 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdab2754-cff3-4212-ab8a-ce94574827dc] received +2025-10-03 16:38:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bdab2754-cff3-4212-ab8a-ce94574827dc] succeeded in 0.00251061306335032s: None +2025-10-03 16:38:27 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d7b6876-48f2-4191-9819-79e74cd2c425] received +2025-10-03 16:38:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d7b6876-48f2-4191-9819-79e74cd2c425] succeeded in 0.0026324759237468243s: None +2025-10-03 16:38:30 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8821188a-7e05-4ba1-ae3d-59e1a8c195d4] received +2025-10-03 16:38:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8821188a-7e05-4ba1-ae3d-59e1a8c195d4] succeeded in 0.002317551989108324s: None +2025-10-03 16:38:32 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30735be1-b57c-405a-927c-68d69514cee9] received +2025-10-03 16:38:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30735be1-b57c-405a-927c-68d69514cee9] succeeded in 0.002888845046982169s: None +2025-10-03 16:38:35 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a0cf710-de1d-42fb-8f64-aab457b15a89] received +2025-10-03 16:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a0cf710-de1d-42fb-8f64-aab457b15a89] succeeded in 0.002669126959517598s: None +2025-10-03 16:38:37 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[baa57657-0b05-423b-af9d-61210c338003] received +2025-10-03 16:38:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[baa57657-0b05-423b-af9d-61210c338003] succeeded in 0.002185450866818428s: None +2025-10-03 16:38:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e545a8d8-7bab-4375-a2b6-76b2557bce2c] received +2025-10-03 16:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e545a8d8-7bab-4375-a2b6-76b2557bce2c] succeeded in 0.002090883906930685s: None +2025-10-03 16:38:42 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61181140-22c9-45b3-a2de-a344fcb0443b] received +2025-10-03 16:38:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61181140-22c9-45b3-a2de-a344fcb0443b] succeeded in 0.0019429631065577269s: None +2025-10-03 16:38:45 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17ae1a40-a188-4ca9-9c45-f878d60d9c0d] received +2025-10-03 16:38:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17ae1a40-a188-4ca9-9c45-f878d60d9c0d] succeeded in 0.0026470590382814407s: None +2025-10-03 16:38:47 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cf4205e-6d6b-4143-92db-fa23756540b0] received +2025-10-03 16:38:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cf4205e-6d6b-4143-92db-fa23756540b0] succeeded in 0.00220658490434289s: None +2025-10-03 16:38:49 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60594728-5d85-4505-a3c8-b186d5744bef] received +2025-10-03 16:38:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[60594728-5d85-4505-a3c8-b186d5744bef] succeeded in 0.002597775077447295s: None +2025-10-03 16:38:52 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65993fee-225a-4881-bd46-a310318b6fa9] received +2025-10-03 16:38:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65993fee-225a-4881-bd46-a310318b6fa9] succeeded in 0.0020998409017920494s: None +2025-10-03 16:38:54 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfcce889-9699-4e04-978c-914918d14499] received +2025-10-03 16:38:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfcce889-9699-4e04-978c-914918d14499] succeeded in 0.0022219428792595863s: None +2025-10-03 16:38:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1fa2124-b17f-4d6d-b970-872fca17931d] received +2025-10-03 16:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1fa2124-b17f-4d6d-b970-872fca17931d] succeeded in 0.002136931987479329s: None +2025-10-03 16:38:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:38:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f819a919-06cd-4874-bc65-db5251865dec] received +2025-10-03 16:38:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f819a919-06cd-4874-bc65-db5251865dec] succeeded in 0.0021439080592244864s: None +2025-10-03 16:39:02 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0927228-6b3d-44bd-b407-4da4b58b3323] received +2025-10-03 16:39:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0927228-6b3d-44bd-b407-4da4b58b3323] succeeded in 0.0022121660877019167s: None +2025-10-03 16:39:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[910e1667-4006-4265-aa84-b0bf5b9f37c4] received +2025-10-03 16:39:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[910e1667-4006-4265-aa84-b0bf5b9f37c4] succeeded in 0.0021946898195892572s: None +2025-10-03 16:39:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc8d5f93-b82c-459b-b002-4725d8fdef55] received +2025-10-03 16:39:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc8d5f93-b82c-459b-b002-4725d8fdef55] succeeded in 0.0023301481269299984s: None +2025-10-03 16:39:09 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4c5f13f-124c-4930-a021-aff243336c44] received +2025-10-03 16:39:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4c5f13f-124c-4930-a021-aff243336c44] succeeded in 0.0022474441211670637s: None +2025-10-03 16:39:12 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfa99df4-1ae3-4218-9c5a-1bca2910ebf9] received +2025-10-03 16:39:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfa99df4-1ae3-4218-9c5a-1bca2910ebf9] succeeded in 0.00227954494766891s: None +2025-10-03 16:39:14 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31c2014c-0b16-489d-a603-e127b970758a] received +2025-10-03 16:39:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31c2014c-0b16-489d-a603-e127b970758a] succeeded in 0.00240949890576303s: None +2025-10-03 16:39:17 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70854088-3686-4919-bb5f-156bf8587422] received +2025-10-03 16:39:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70854088-3686-4919-bb5f-156bf8587422] succeeded in 0.0028090160340070724s: None +2025-10-03 16:39:19 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfc20b33-13ca-44d6-8a92-946a64bd8361] received +2025-10-03 16:39:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfc20b33-13ca-44d6-8a92-946a64bd8361] succeeded in 0.002692202106118202s: None +2025-10-03 16:39:21 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31e4a56b-aa73-4092-a8c9-af59dc4065f7] received +2025-10-03 16:39:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31e4a56b-aa73-4092-a8c9-af59dc4065f7] succeeded in 0.0022742589935660362s: None +2025-10-03 16:39:24 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f89a0c1-e583-4eb2-8f04-e5d67e4beee0] received +2025-10-03 16:39:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f89a0c1-e583-4eb2-8f04-e5d67e4beee0] succeeded in 0.002966339932754636s: None +2025-10-03 16:39:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0408d55-e775-4e86-93c7-32164feee07b] received +2025-10-03 16:39:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0408d55-e775-4e86-93c7-32164feee07b] succeeded in 0.00222141295671463s: None +2025-10-03 16:39:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35594a61-69a9-49e7-a6e7-fc1ab88c614f] received +2025-10-03 16:39:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35594a61-69a9-49e7-a6e7-fc1ab88c614f] succeeded in 0.0021015210077166557s: None +2025-10-03 16:39:31 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd9d2cab-dd25-48da-b487-92edd0f51551] received +2025-10-03 16:39:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd9d2cab-dd25-48da-b487-92edd0f51551] succeeded in 0.0027396490331739187s: None +2025-10-03 16:39:34 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b1fe83c-b0c5-4af9-8374-000e383480d2] received +2025-10-03 16:39:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b1fe83c-b0c5-4af9-8374-000e383480d2] succeeded in 0.002670462941750884s: None +2025-10-03 16:39:36 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31298f5e-361e-4934-a6f7-ba9be04e70bf] received +2025-10-03 16:39:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[31298f5e-361e-4934-a6f7-ba9be04e70bf] succeeded in 0.0061225739773362875s: None +2025-10-03 16:39:39 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b19c28c8-00ba-4786-9e28-7e846f760d01] received +2025-10-03 16:39:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b19c28c8-00ba-4786-9e28-7e846f760d01] succeeded in 0.0026097451336681843s: None +2025-10-03 16:39:41 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e33d5d86-719e-48de-93cd-f60633484e2a] received +2025-10-03 16:39:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e33d5d86-719e-48de-93cd-f60633484e2a] succeeded in 0.0027160311583429575s: None +2025-10-03 16:39:44 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3da9679d-8edf-4cde-94bd-099ce7677d6c] received +2025-10-03 16:39:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3da9679d-8edf-4cde-94bd-099ce7677d6c] succeeded in 0.002639496000483632s: None +2025-10-03 16:39:46 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d106afe-e68b-4ddf-94e1-f0554c8b0fb6] received +2025-10-03 16:39:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d106afe-e68b-4ddf-94e1-f0554c8b0fb6] succeeded in 0.00293556391261518s: None +2025-10-03 16:39:49 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e69c902-c2be-4bd7-bcf5-7f2c2d1ed742] received +2025-10-03 16:39:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e69c902-c2be-4bd7-bcf5-7f2c2d1ed742] succeeded in 0.0025984449312090874s: None +2025-10-03 16:39:51 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[366d55ab-8dac-4891-bd97-dce33671dc15] received +2025-10-03 16:39:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[366d55ab-8dac-4891-bd97-dce33671dc15] succeeded in 0.0025386428460478783s: None +2025-10-03 16:39:53 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[213b590a-23fa-4c41-b3db-a1c50ca07d51] received +2025-10-03 16:39:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[213b590a-23fa-4c41-b3db-a1c50ca07d51] succeeded in 0.002982232952490449s: None +2025-10-03 16:39:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08ac3641-36ee-4404-aa01-2a9f7bd4fb4d] received +2025-10-03 16:39:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08ac3641-36ee-4404-aa01-2a9f7bd4fb4d] succeeded in 0.00265567097812891s: None +2025-10-03 16:39:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:39:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f75b4dca-48a4-4018-9d8e-cb6ebfa87505] received +2025-10-03 16:39:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f75b4dca-48a4-4018-9d8e-cb6ebfa87505] succeeded in 0.0027458888944238424s: None +2025-10-03 16:40:01 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89fcf6b0-e83f-44de-ad7e-d372d757646a] received +2025-10-03 16:40:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89fcf6b0-e83f-44de-ad7e-d372d757646a] succeeded in 0.0026701530441641808s: None +2025-10-03 16:40:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b72f50c-7c03-4304-986e-8b5c06cb9928] received +2025-10-03 16:40:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b72f50c-7c03-4304-986e-8b5c06cb9928] succeeded in 0.0023128169123083353s: None +2025-10-03 16:40:06 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e83ecf0-1ade-4358-ae20-de1ffc1d984e] received +2025-10-03 16:40:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e83ecf0-1ade-4358-ae20-de1ffc1d984e] succeeded in 0.0026590621564537287s: None +2025-10-03 16:40:08 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b7adb6a-e567-4787-b6f7-a6e1f9977789] received +2025-10-03 16:40:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b7adb6a-e567-4787-b6f7-a6e1f9977789] succeeded in 0.002697886899113655s: None +2025-10-03 16:40:11 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a070a4b-2462-478d-a86e-e388905c36f9] received +2025-10-03 16:40:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a070a4b-2462-478d-a86e-e388905c36f9] succeeded in 0.002497307024896145s: None +2025-10-03 16:40:13 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21606d61-f756-4ec2-8316-ed718956584b] received +2025-10-03 16:40:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21606d61-f756-4ec2-8316-ed718956584b] succeeded in 0.0028805439360439777s: None +2025-10-03 16:40:16 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52e195cc-3f4c-4a88-8fad-8451bf88af77] received +2025-10-03 16:40:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52e195cc-3f4c-4a88-8fad-8451bf88af77] succeeded in 0.0025996719487011433s: None +2025-10-03 16:40:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b1875a5-25eb-4b99-8050-9c0c0a7c826e] received +2025-10-03 16:40:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b1875a5-25eb-4b99-8050-9c0c0a7c826e] succeeded in 0.002680098870769143s: None +2025-10-03 16:40:20 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a1364a2-5441-4c4b-81a4-3083d84531b4] received +2025-10-03 16:40:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a1364a2-5441-4c4b-81a4-3083d84531b4] succeeded in 0.002890594070777297s: None +2025-10-03 16:40:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83fe652-dd8b-4eb6-a623-f7984b254d78] received +2025-10-03 16:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83fe652-dd8b-4eb6-a623-f7984b254d78] succeeded in 0.002591565018519759s: None +2025-10-03 16:40:25 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b317bfaa-86fe-45b1-97ef-85e1288460b9] received +2025-10-03 16:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b317bfaa-86fe-45b1-97ef-85e1288460b9] succeeded in 0.0023430639412254095s: None +2025-10-03 16:40:28 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4b61eeb-85ec-4f87-b164-e8389d25d739] received +2025-10-03 16:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4b61eeb-85ec-4f87-b164-e8389d25d739] succeeded in 0.002670048037543893s: None +2025-10-03 16:40:30 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58a2fcc5-be05-437b-9087-fedf26732ef5] received +2025-10-03 16:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58a2fcc5-be05-437b-9087-fedf26732ef5] succeeded in 0.002085787942633033s: None +2025-10-03 16:40:33 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9eae1e3d-3522-415f-a08b-eef54c3c1d0a] received +2025-10-03 16:40:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9eae1e3d-3522-415f-a08b-eef54c3c1d0a] succeeded in 0.0010223789140582085s: None +2025-10-03 16:40:35 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e6f52be-7a37-4a0e-b971-80602b9450bb] received +2025-10-03 16:40:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e6f52be-7a37-4a0e-b971-80602b9450bb] succeeded in 0.002453502966091037s: None +2025-10-03 16:40:38 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e025889e-2df0-4ca8-9fa4-e8459a80362f] received +2025-10-03 16:40:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e025889e-2df0-4ca8-9fa4-e8459a80362f] succeeded in 0.002239669905975461s: None +2025-10-03 16:40:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2935d2a1-193b-46d3-8db2-6359817e9bf2] received +2025-10-03 16:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2935d2a1-193b-46d3-8db2-6359817e9bf2] succeeded in 0.0027445368468761444s: None +2025-10-03 16:40:43 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75702818-59d4-4544-b7b1-132a82597846] received +2025-10-03 16:40:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[75702818-59d4-4544-b7b1-132a82597846] succeeded in 0.0022239000536501408s: None +2025-10-03 16:40:45 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1769416-a294-4e56-8666-11592216dfc5] received +2025-10-03 16:40:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1769416-a294-4e56-8666-11592216dfc5] succeeded in 0.0019799210131168365s: None +2025-10-03 16:40:47 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc12b823-7ca4-4a00-ba6f-112c2ef80562] received +2025-10-03 16:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc12b823-7ca4-4a00-ba6f-112c2ef80562] succeeded in 0.002364940010011196s: None +2025-10-03 16:40:50 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bdfa523-d42d-4aaa-8c50-d344ef0a146e] received +2025-10-03 16:40:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bdfa523-d42d-4aaa-8c50-d344ef0a146e] succeeded in 0.002648507012054324s: None +2025-10-03 16:40:52 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[936dd30c-539f-458e-8d94-f0fd6017a7e7] received +2025-10-03 16:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[936dd30c-539f-458e-8d94-f0fd6017a7e7] succeeded in 0.002539278008043766s: None +2025-10-03 16:40:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec80363b-5119-4766-94a6-17d09102934b] received +2025-10-03 16:40:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec80363b-5119-4766-94a6-17d09102934b] succeeded in 0.002547399839386344s: None +2025-10-03 16:40:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:40:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78b74611-d29c-4c3b-8f7c-6741af9b7620] received +2025-10-03 16:40:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78b74611-d29c-4c3b-8f7c-6741af9b7620] succeeded in 0.0026542888954281807s: None +2025-10-03 16:41:00 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64f9a3ef-f802-43f5-9feb-086eef781073] received +2025-10-03 16:41:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64f9a3ef-f802-43f5-9feb-086eef781073] succeeded in 0.002555915154516697s: None +2025-10-03 16:41:02 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e969063-0507-4127-902d-0c4d334a2a48] received +2025-10-03 16:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e969063-0507-4127-902d-0c4d334a2a48] succeeded in 0.002178492955863476s: None +2025-10-03 16:41:05 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc48d0fb-787d-4f35-8199-0a30c42304ad] received +2025-10-03 16:41:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc48d0fb-787d-4f35-8199-0a30c42304ad] succeeded in 0.0027730700094252825s: None +2025-10-03 16:41:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a7b8c8c-2935-4e2c-a8da-35f29bca5512] received +2025-10-03 16:41:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a7b8c8c-2935-4e2c-a8da-35f29bca5512] succeeded in 0.0010420880280435085s: None +2025-10-03 16:41:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72f34473-940f-4c38-9d82-5ed4447c02dd] received +2025-10-03 16:41:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72f34473-940f-4c38-9d82-5ed4447c02dd] succeeded in 0.0022502278443425894s: None +2025-10-03 16:41:12 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2245500f-a553-400b-9382-c4c0eb2963a4] received +2025-10-03 16:41:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2245500f-a553-400b-9382-c4c0eb2963a4] succeeded in 0.0019302191212773323s: None +2025-10-03 16:41:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf6e0a63-38b8-4375-bdf9-849dc6926fd1] received +2025-10-03 16:41:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf6e0a63-38b8-4375-bdf9-849dc6926fd1] succeeded in 0.0021483509335666895s: None +2025-10-03 16:41:17 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99d44e42-8110-45b1-b1ce-817bb07e876e] received +2025-10-03 16:41:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99d44e42-8110-45b1-b1ce-817bb07e876e] succeeded in 0.0021685960236936808s: None +2025-10-03 16:41:19 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92e5214d-1bee-46db-93bd-a6e198d86437] received +2025-10-03 16:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92e5214d-1bee-46db-93bd-a6e198d86437] succeeded in 0.0021149280946701765s: None +2025-10-03 16:41:22 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca4c19ff-5832-488c-8202-f57aa7bd8060] received +2025-10-03 16:41:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca4c19ff-5832-488c-8202-f57aa7bd8060] succeeded in 0.0023308820091187954s: None +2025-10-03 16:41:24 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d3255fa-5291-4b3f-9bb3-cff864e2ff14] received +2025-10-03 16:41:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d3255fa-5291-4b3f-9bb3-cff864e2ff14] succeeded in 0.0022507018875330687s: None +2025-10-03 16:41:27 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8a32f9f-4771-4109-b24a-0a0e3eb5e1af] received +2025-10-03 16:41:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8a32f9f-4771-4109-b24a-0a0e3eb5e1af] succeeded in 0.0026107828598469496s: None +2025-10-03 16:41:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8369a4b2-17e9-4692-bfde-9f81875ca524] received +2025-10-03 16:41:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8369a4b2-17e9-4692-bfde-9f81875ca524] succeeded in 0.0033897331450134516s: None +2025-10-03 16:41:36 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing completed track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:41:36 [INFO] Celery[DW-STDERR]: Storing track 'jar of hearts' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:41:36 [INFO] Celery[DW-STDERR]: Successfully stored track 'jar of hearts' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:41:36 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 completed: +2025-10-03 16:41:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa304abe-d400-4479-945a-07e713e6f550] received +2025-10-03 16:41:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa304abe-d400-4479-945a-07e713e6f550] succeeded in 0.0022474629804491997s: None +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Storing track 'Don't Speak' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Successfully stored track 'Don't Speak' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:41:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e85aab7-914d-498e-9d97-b4ca97b46d3b] received +2025-10-03 16:41:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e85aab7-914d-498e-9d97-b4ca97b46d3b] succeeded in 0.0020522649865597486s: None +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Storing track 'Majestic' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Successfully stored track 'Majestic' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:41:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:41:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[753f2648-3404-4929-9055-c6905ebb1e1c] received +2025-10-03 16:41:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[753f2648-3404-4929-9055-c6905ebb1e1c] succeeded in 0.0019305560272186995s: None +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Storing track 'Unfaithful' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'Unfaithful' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[befbbe71-d4a3-4f55-9f31-fa950e14e976] received +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[befbbe71-d4a3-4f55-9f31-fa950e14e976] succeeded in 0.0017048120498657227s: None +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Storing track 'My Immortal - Band Version' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'My Immortal - Band Version' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25d65169-efee-4763-b4c0-2ecf48d0b711] received +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25d65169-efee-4763-b4c0-2ecf48d0b711] succeeded in 0.0017788789700716734s: None +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 initializing... +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Skipping track initialization storage (part of album/playlist, children table: playlist_3cd2966a30) +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05eb6f06-d92f-466a-af81-7f1bae836c72] received +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[05eb6f06-d92f-466a-af81-7f1bae836c72] succeeded in 0.0009727810975164175s: None +2025-10-03 16:41:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cce0854f-0bc9-4f66-91a8-5afb2b1de962] received +2025-10-03 16:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cce0854f-0bc9-4f66-91a8-5afb2b1de962] succeeded in 0.0021199099719524384s: None +2025-10-03 16:42:01 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efc9e2c8-75bf-4b32-8793-29e7906c76a6] received +2025-10-03 16:42:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efc9e2c8-75bf-4b32-8793-29e7906c76a6] succeeded in 0.00210497691296041s: None +2025-10-03 16:42:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b35c6d5-d28a-4e32-ba5d-121b1d4f614a] received +2025-10-03 16:42:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b35c6d5-d28a-4e32-ba5d-121b1d4f614a] succeeded in 0.002867271890863776s: None +2025-10-03 16:42:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46b099c6-dc0d-4433-8350-721336d09fe9] received +2025-10-03 16:42:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46b099c6-dc0d-4433-8350-721336d09fe9] succeeded in 0.0011359790805727243s: None +2025-10-03 16:42:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b768c7c-a628-4e28-b34b-6e70b0b5063b] received +2025-10-03 16:42:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b768c7c-a628-4e28-b34b-6e70b0b5063b] succeeded in 0.0022647359874099493s: None +2025-10-03 16:42:14 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7730987-1f22-4ecc-9b3c-18429e1e3048] received +2025-10-03 16:42:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7730987-1f22-4ecc-9b3c-18429e1e3048] succeeded in 0.0021874289959669113s: None +2025-10-03 16:42:17 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29e54c68-652a-47c6-ac8b-14116dfb212e] received +2025-10-03 16:42:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29e54c68-652a-47c6-ac8b-14116dfb212e] succeeded in 0.002315205056220293s: None +2025-10-03 16:42:20 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15e9ecaf-76a3-429c-a96b-e829eda89273] received +2025-10-03 16:42:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15e9ecaf-76a3-429c-a96b-e829eda89273] succeeded in 0.0022330069914460182s: None +2025-10-03 16:42:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c729cae6-042a-46d4-b3d9-6f64f3ca9ad8] received +2025-10-03 16:42:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c729cae6-042a-46d4-b3d9-6f64f3ca9ad8] succeeded in 0.0022497179452329874s: None +2025-10-03 16:42:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f097c7d-fb72-4269-a684-8a19c63528e3] received +2025-10-03 16:42:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f097c7d-fb72-4269-a684-8a19c63528e3] succeeded in 0.0022746038157492876s: None +2025-10-03 16:42:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6fabe74-45a4-4ae0-87c9-477047e2d431] received +2025-10-03 16:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f6fabe74-45a4-4ae0-87c9-477047e2d431] succeeded in 0.0023418169002979994s: None +2025-10-03 16:42:32 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72cb7497-2395-4fc9-b8a6-f84e02765751] received +2025-10-03 16:42:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72cb7497-2395-4fc9-b8a6-f84e02765751] succeeded in 0.0022741202265024185s: None +2025-10-03 16:42:35 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee5f819b-c7cd-41be-bc5b-4cb30946435b] received +2025-10-03 16:42:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee5f819b-c7cd-41be-bc5b-4cb30946435b] succeeded in 0.0022970798891037703s: None +2025-10-03 16:42:38 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a3eaf09-da81-4132-bf91-bfca794f6a73] received +2025-10-03 16:42:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a3eaf09-da81-4132-bf91-bfca794f6a73] succeeded in 0.0022557240445166826s: None +2025-10-03 16:42:41 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf9347e3-747c-4172-b90e-63930ecad45b] received +2025-10-03 16:42:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf9347e3-747c-4172-b90e-63930ecad45b] succeeded in 0.0023711470421403646s: None +2025-10-03 16:42:44 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[323daeaa-7450-4b5e-b0b5-dc936057bcfa] received +2025-10-03 16:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[323daeaa-7450-4b5e-b0b5-dc936057bcfa] succeeded in 0.0021510759834200144s: None +2025-10-03 16:42:47 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12831a44-4dd3-4fdf-8d8b-eb38786b0810] received +2025-10-03 16:42:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12831a44-4dd3-4fdf-8d8b-eb38786b0810] succeeded in 0.0027354590129107237s: None +2025-10-03 16:42:50 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffbaf4bf-0258-43f4-894d-a639210493cd] received +2025-10-03 16:42:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffbaf4bf-0258-43f4-894d-a639210493cd] succeeded in 0.0024935100227594376s: None +2025-10-03 16:42:53 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[081c7a55-f015-41bd-8f50-75bae6b1a261] received +2025-10-03 16:42:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[081c7a55-f015-41bd-8f50-75bae6b1a261] succeeded in 0.002176661044359207s: None +2025-10-03 16:42:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9bcf386-9d1e-4147-9345-986e09a9af51] received +2025-10-03 16:42:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9bcf386-9d1e-4147-9345-986e09a9af51] succeeded in 0.0024541139136999846s: None +2025-10-03 16:42:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:42:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd0ea6ef-0e22-4eba-b905-5504612cc7e2] received +2025-10-03 16:42:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd0ea6ef-0e22-4eba-b905-5504612cc7e2] succeeded in 0.002411985071375966s: None +2025-10-03 16:43:02 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e585a273-e5ff-4540-9650-3a498dc6f1da] received +2025-10-03 16:43:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e585a273-e5ff-4540-9650-3a498dc6f1da] succeeded in 0.0022290300112217665s: None +2025-10-03 16:43:05 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[546f6289-6374-4ab0-b18c-47f807e9177d] received +2025-10-03 16:43:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[546f6289-6374-4ab0-b18c-47f807e9177d] succeeded in 0.0025892199482768774s: None +2025-10-03 16:43:08 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[004314b0-af08-40ac-9285-940f756edf9c] received +2025-10-03 16:43:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[004314b0-af08-40ac-9285-940f756edf9c] succeeded in 0.0015963129699230194s: None +2025-10-03 16:43:11 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0af1dd53-b8fa-40b5-baba-9a7474bd35c6] received +2025-10-03 16:43:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0af1dd53-b8fa-40b5-baba-9a7474bd35c6] succeeded in 0.0016768360510468483s: None +2025-10-03 16:43:14 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58d2456f-7e04-40f2-b80e-d543ee8a383d] received +2025-10-03 16:43:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58d2456f-7e04-40f2-b80e-d543ee8a383d] succeeded in 0.002525994088500738s: None +2025-10-03 16:43:17 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d3a43d0-e365-4073-aff8-1e8dc3a2712d] received +2025-10-03 16:43:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d3a43d0-e365-4073-aff8-1e8dc3a2712d] succeeded in 0.0021874471567571163s: None +2025-10-03 16:43:20 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e75cc299-fae9-4ccf-b318-aa9b6832a86e] received +2025-10-03 16:43:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e75cc299-fae9-4ccf-b318-aa9b6832a86e] succeeded in 0.0024712260346859694s: None +2025-10-03 16:43:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0f0ea47-017d-4edb-86dc-22f9e8a067cc] received +2025-10-03 16:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0f0ea47-017d-4edb-86dc-22f9e8a067cc] succeeded in 0.002163900062441826s: None +2025-10-03 16:43:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9f70a75-4018-4da6-81f9-516bce196482] received +2025-10-03 16:43:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e9f70a75-4018-4da6-81f9-516bce196482] succeeded in 0.0021727941930294037s: None +2025-10-03 16:43:30 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09215669-ded3-45c1-8e91-3235cc0ff1d0] received +2025-10-03 16:43:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09215669-ded3-45c1-8e91-3235cc0ff1d0] succeeded in 0.0021336141508072615s: None +2025-10-03 16:43:33 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7acc7228-f3cb-499e-ac48-0b4b25e84728] received +2025-10-03 16:43:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7acc7228-f3cb-499e-ac48-0b4b25e84728] succeeded in 0.0024723520036786795s: None +2025-10-03 16:43:36 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf450aeb-d861-41b0-bff7-5f70d96d2c04] received +2025-10-03 16:43:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf450aeb-d861-41b0-bff7-5f70d96d2c04] succeeded in 0.002574885031208396s: None +2025-10-03 16:43:39 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb88d742-ad80-471c-8e3e-27affd3de86c] received +2025-10-03 16:43:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb88d742-ad80-471c-8e3e-27affd3de86c] succeeded in 0.0023329120595008135s: None +2025-10-03 16:43:42 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a5955eb-e880-4beb-becf-8a7c115f53da] received +2025-10-03 16:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a5955eb-e880-4beb-becf-8a7c115f53da] succeeded in 0.0027284929528832436s: None +2025-10-03 16:43:45 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[942144fa-4d99-4cbd-95f9-ee64fdbbb5d6] received +2025-10-03 16:43:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[942144fa-4d99-4cbd-95f9-ee64fdbbb5d6] succeeded in 0.0023292438127100468s: None +2025-10-03 16:43:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0064d0e-2339-4122-ab85-1242f1bed8c9] received +2025-10-03 16:43:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0064d0e-2339-4122-ab85-1242f1bed8c9] succeeded in 0.002491406165063381s: None +2025-10-03 16:43:51 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c41cdaa-f2d0-41eb-b954-0c23c031273f] received +2025-10-03 16:43:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8c41cdaa-f2d0-41eb-b954-0c23c031273f] succeeded in 0.002656318014487624s: None +2025-10-03 16:43:54 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f567ccc-de41-4054-9b1e-1c7a3fc26e8c] received +2025-10-03 16:43:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f567ccc-de41-4054-9b1e-1c7a3fc26e8c] succeeded in 0.0023995100054889917s: None +2025-10-03 16:43:57 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11b6cd22-e6f7-4ab2-b6c2-a80d3ec00f5a] received +2025-10-03 16:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11b6cd22-e6f7-4ab2-b6c2-a80d3ec00f5a] succeeded in 0.002396760042756796s: None +2025-10-03 16:44:00 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ce359ff-1a20-48a2-9919-d4c3cdff2636] received +2025-10-03 16:44:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ce359ff-1a20-48a2-9919-d4c3cdff2636] succeeded in 0.002577607985585928s: None +2025-10-03 16:44:03 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a1e8310-5b00-4ad6-993a-3a918c990fd6] received +2025-10-03 16:44:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a1e8310-5b00-4ad6-993a-3a918c990fd6] succeeded in 0.0024000999983400106s: None +2025-10-03 16:44:06 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff39d7b7-803b-4266-aa57-ea5ff06db666] received +2025-10-03 16:44:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff39d7b7-803b-4266-aa57-ea5ff06db666] succeeded in 0.0023410888388752937s: None +2025-10-03 16:44:09 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e52545f-5cc9-43ba-a17e-f1b08520f496] received +2025-10-03 16:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9e52545f-5cc9-43ba-a17e-f1b08520f496] succeeded in 0.0026780508924275637s: None +2025-10-03 16:44:12 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e63fbf30-921d-41fd-9809-a2d84f89db30] received +2025-10-03 16:44:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e63fbf30-921d-41fd-9809-a2d84f89db30] succeeded in 0.0026315900031477213s: None +2025-10-03 16:44:15 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0907a69-00e3-4b9d-baf3-1c962351ff92] received +2025-10-03 16:44:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0907a69-00e3-4b9d-baf3-1c962351ff92] succeeded in 0.0022114370949566364s: None +2025-10-03 16:44:18 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c38f7f3-550c-45c9-b95b-6d02a99c894d] received +2025-10-03 16:44:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c38f7f3-550c-45c9-b95b-6d02a99c894d] succeeded in 0.0010013480205088854s: None +2025-10-03 16:44:21 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37377625-4693-421f-a177-729c82e6e674] received +2025-10-03 16:44:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37377625-4693-421f-a177-729c82e6e674] succeeded in 0.0019947791006416082s: None +2025-10-03 16:44:24 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed7fb67f-de63-4783-98a8-111886828b87] received +2025-10-03 16:44:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed7fb67f-de63-4783-98a8-111886828b87] succeeded in 0.006343628047034144s: None +2025-10-03 16:44:27 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e58fac4-540f-42e0-a95f-535a236ab462] received +2025-10-03 16:44:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e58fac4-540f-42e0-a95f-535a236ab462] succeeded in 0.0026407421100884676s: None +2025-10-03 16:44:30 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aae91e90-a5d3-4405-aa61-9a8bfc4544ba] received +2025-10-03 16:44:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aae91e90-a5d3-4405-aa61-9a8bfc4544ba] succeeded in 0.002587379887700081s: None +2025-10-03 16:44:33 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68e20c9b-c8e3-4d4b-91c6-2ead7c42b425] received +2025-10-03 16:44:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68e20c9b-c8e3-4d4b-91c6-2ead7c42b425] succeeded in 0.0024776000063866377s: None +2025-10-03 16:44:36 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff34fd5d-543d-47d8-a439-46d061d96e46] received +2025-10-03 16:44:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff34fd5d-543d-47d8-a439-46d061d96e46] succeeded in 0.0025780329015105963s: None +2025-10-03 16:44:39 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[701c4a16-fcfb-436c-bd01-6450acadebf9] received +2025-10-03 16:44:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[701c4a16-fcfb-436c-bd01-6450acadebf9] succeeded in 0.002195267006754875s: None +2025-10-03 16:44:42 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6da545cf-1c5d-404f-bc2d-f16060427b4c] received +2025-10-03 16:44:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6da545cf-1c5d-404f-bc2d-f16060427b4c] succeeded in 0.002279910957440734s: None +2025-10-03 16:44:46 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8dd379fe-68c3-45d4-be89-d4a440d8390d] received +2025-10-03 16:44:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8dd379fe-68c3-45d4-be89-d4a440d8390d] succeeded in 0.003076869063079357s: None +2025-10-03 16:44:48 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f53283e5-e6fb-482c-8e4b-0d88c3f2910f] received +2025-10-03 16:44:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f53283e5-e6fb-482c-8e4b-0d88c3f2910f] succeeded in 0.0029841240029782057s: None +2025-10-03 16:44:52 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[609279b4-dbbd-4c30-a126-eef22b6efc03] received +2025-10-03 16:44:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[609279b4-dbbd-4c30-a126-eef22b6efc03] succeeded in 0.002332826843485236s: None +2025-10-03 16:44:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94b576a9-b252-4011-941c-ec21cf6368c2] received +2025-10-03 16:44:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94b576a9-b252-4011-941c-ec21cf6368c2] succeeded in 0.002380159916356206s: None +2025-10-03 16:44:58 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:44:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e01744ab-b8ad-46d7-98fa-0840b1ecad68] received +2025-10-03 16:44:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e01744ab-b8ad-46d7-98fa-0840b1ecad68] succeeded in 0.0022312470246106386s: None +2025-10-03 16:45:01 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[942f298d-965b-438f-a119-bb8efe370593] received +2025-10-03 16:45:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[942f298d-965b-438f-a119-bb8efe370593] succeeded in 0.0022330458741635084s: None +2025-10-03 16:45:04 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be963c3f-7d16-48b2-b247-ae0b2b4b7257] received +2025-10-03 16:45:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be963c3f-7d16-48b2-b247-ae0b2b4b7257] succeeded in 0.0021578529849648476s: None +2025-10-03 16:45:07 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1e20bc5-cb1a-4c28-92b9-6ae2ad718b66] received +2025-10-03 16:45:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1e20bc5-cb1a-4c28-92b9-6ae2ad718b66] succeeded in 0.0024152800906449556s: None +2025-10-03 16:45:10 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fd1b309-5057-4fa1-a2b6-7c8dc9bdbf69] received +2025-10-03 16:45:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fd1b309-5057-4fa1-a2b6-7c8dc9bdbf69] succeeded in 0.0022941131610423326s: None +2025-10-03 16:45:13 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[639a8b9e-8b64-4dfb-8c05-d33102217234] received +2025-10-03 16:45:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[639a8b9e-8b64-4dfb-8c05-d33102217234] succeeded in 0.0022838350851088762s: None +2025-10-03 16:45:16 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78e7ff74-c06c-45dc-86df-aa55e89f08ae] received +2025-10-03 16:45:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78e7ff74-c06c-45dc-86df-aa55e89f08ae] succeeded in 0.002453792141750455s: None +2025-10-03 16:45:19 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec30de7d-0435-4f28-9b77-92fe0138655c] received +2025-10-03 16:45:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec30de7d-0435-4f28-9b77-92fe0138655c] succeeded in 0.002494078129529953s: None +2025-10-03 16:45:22 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4006115-fcdd-416c-9c89-35f2d597ac17] received +2025-10-03 16:45:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4006115-fcdd-416c-9c89-35f2d597ac17] succeeded in 0.002615357981994748s: None +2025-10-03 16:45:25 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22c171da-7566-4931-b50b-6c89b2865e3e] received +2025-10-03 16:45:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22c171da-7566-4931-b50b-6c89b2865e3e] succeeded in 0.002694191876798868s: None +2025-10-03 16:45:28 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc3447e4-6520-48f2-93cb-27ad57ed33cf] received +2025-10-03 16:45:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc3447e4-6520-48f2-93cb-27ad57ed33cf] succeeded in 0.002453987952321768s: None +2025-10-03 16:45:31 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39aebc72-2f24-434c-b23b-dbc4e3686bf9] received +2025-10-03 16:45:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39aebc72-2f24-434c-b23b-dbc4e3686bf9] succeeded in 0.002718529896810651s: None +2025-10-03 16:45:34 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3999303-6f97-400a-8599-cdeab5299978] received +2025-10-03 16:45:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3999303-6f97-400a-8599-cdeab5299978] succeeded in 0.002305481117218733s: None +2025-10-03 16:45:37 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd1599e8-47c7-40f4-b045-624669a4e9f4] received +2025-10-03 16:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd1599e8-47c7-40f4-b045-624669a4e9f4] succeeded in 0.0022082990035414696s: None +2025-10-03 16:45:40 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71604d43-13dc-435c-a3f5-6604d783dd43] received +2025-10-03 16:45:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71604d43-13dc-435c-a3f5-6604d783dd43] succeeded in 0.002513407962396741s: None +2025-10-03 16:45:43 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a50e932-2f16-4848-b222-3c0818f0c598] received +2025-10-03 16:45:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a50e932-2f16-4848-b222-3c0818f0c598] succeeded in 0.002108379965648055s: None +2025-10-03 16:45:46 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8525a5c-7153-417c-b255-7ae82bb4bb1b] received +2025-10-03 16:45:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8525a5c-7153-417c-b255-7ae82bb4bb1b] succeeded in 0.0023890819866210222s: None +2025-10-03 16:45:49 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f3f3d1a-bf69-4408-98aa-f97e7142533e] received +2025-10-03 16:45:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f3f3d1a-bf69-4408-98aa-f97e7142533e] succeeded in 0.002446503844112158s: None +2025-10-03 16:45:52 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[009af63c-11c9-45ca-8695-b04ac9b647aa] received +2025-10-03 16:45:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[009af63c-11c9-45ca-8695-b04ac9b647aa] succeeded in 0.0022574919275939465s: None +2025-10-03 16:45:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5899a391-b349-4d7a-ae23-06e168c6b835] received +2025-10-03 16:45:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5899a391-b349-4d7a-ae23-06e168c6b835] succeeded in 0.002574282931163907s: None +2025-10-03 16:45:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:45:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e59896e-d755-423b-b702-3944ea47df47] received +2025-10-03 16:45:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e59896e-d755-423b-b702-3944ea47df47] succeeded in 0.00265600997954607s: None +2025-10-03 16:46:01 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[714eaa4c-778b-4360-a070-c3966c8efc81] received +2025-10-03 16:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[714eaa4c-778b-4360-a070-c3966c8efc81] succeeded in 0.002688871929422021s: None +2025-10-03 16:46:05 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d7b25ef-7f7a-47b2-87d7-a8148c6ce0f2] received +2025-10-03 16:46:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d7b25ef-7f7a-47b2-87d7-a8148c6ce0f2] succeeded in 0.002338550053536892s: None +2025-10-03 16:46:08 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[643e86fe-7f9e-47ee-adcd-decbdb7ae40c] received +2025-10-03 16:46:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[643e86fe-7f9e-47ee-adcd-decbdb7ae40c] succeeded in 0.002362776082009077s: None +2025-10-03 16:46:11 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2b272cf-0a10-4cee-9ad8-e94c1fc87064] received +2025-10-03 16:46:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a2b272cf-0a10-4cee-9ad8-e94c1fc87064] succeeded in 0.0021644150838255882s: None +2025-10-03 16:46:14 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b68ae3ea-6361-4275-94bf-d76c81f54714] received +2025-10-03 16:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b68ae3ea-6361-4275-94bf-d76c81f54714] succeeded in 0.002282588044181466s: None +2025-10-03 16:46:17 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[074e59a1-dd86-4be2-817b-e6ca695dd19f] received +2025-10-03 16:46:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[074e59a1-dd86-4be2-817b-e6ca695dd19f] succeeded in 0.002077101031318307s: None +2025-10-03 16:46:20 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48980e4e-c575-4c9e-a08b-ad431ac244e8] received +2025-10-03 16:46:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48980e4e-c575-4c9e-a08b-ad431ac244e8] succeeded in 0.0023764760699123144s: None +2025-10-03 16:46:23 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73fafd06-7107-41ae-8b6f-06787a1160ff] received +2025-10-03 16:46:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73fafd06-7107-41ae-8b6f-06787a1160ff] succeeded in 0.002221090020611882s: None +2025-10-03 16:46:26 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8d19cdc-3af6-4084-8450-ffa22555db82] received +2025-10-03 16:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c8d19cdc-3af6-4084-8450-ffa22555db82] succeeded in 0.0026232998352497816s: None +2025-10-03 16:46:29 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bc4afc3-bb0a-4271-baab-f99ca45e5d31] received +2025-10-03 16:46:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6bc4afc3-bb0a-4271-baab-f99ca45e5d31] succeeded in 0.002163809956982732s: None +2025-10-03 16:46:32 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccfb65cc-c2f2-41a7-add6-9ca2906d16a5] received +2025-10-03 16:46:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ccfb65cc-c2f2-41a7-add6-9ca2906d16a5] succeeded in 0.002206327859312296s: None +2025-10-03 16:46:35 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6e8419b-65d2-4d48-8ef0-483c36314a58] received +2025-10-03 16:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6e8419b-65d2-4d48-8ef0-483c36314a58] succeeded in 0.002387847052887082s: None +2025-10-03 16:46:38 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08fa768a-e5eb-472d-8b08-c43304832bc1] received +2025-10-03 16:46:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08fa768a-e5eb-472d-8b08-c43304832bc1] succeeded in 0.003181064035743475s: None +2025-10-03 16:46:41 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19590f9b-1356-4d6f-9e0e-82f9816dcaee] received +2025-10-03 16:46:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[19590f9b-1356-4d6f-9e0e-82f9816dcaee] succeeded in 0.0021510219667106867s: None +2025-10-03 16:46:44 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b862125-8eb1-4914-a286-f5a840872c48] received +2025-10-03 16:46:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b862125-8eb1-4914-a286-f5a840872c48] succeeded in 0.0027380508836358786s: None +2025-10-03 16:46:47 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9252be78-3e93-4e58-a2af-1f76d24614be] received +2025-10-03 16:46:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9252be78-3e93-4e58-a2af-1f76d24614be] succeeded in 0.0025387199129909277s: None +2025-10-03 16:46:50 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deaeac05-3a28-4af9-83b3-d88f37755779] received +2025-10-03 16:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[deaeac05-3a28-4af9-83b3-d88f37755779] succeeded in 0.0018858041148632765s: None +2025-10-03 16:46:53 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8c2b5ca-6a42-4915-b410-cee641b2a098] received +2025-10-03 16:46:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b8c2b5ca-6a42-4915-b410-cee641b2a098] succeeded in 0.0023275038693100214s: None +2025-10-03 16:46:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bca9b1d-77df-4a1e-b82d-d7c57f278467] received +2025-10-03 16:46:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bca9b1d-77df-4a1e-b82d-d7c57f278467] succeeded in 0.0027122690808027983s: None +2025-10-03 16:46:59 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 real-time: No details +2025-10-03 16:46:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17fb5fab-ea57-4603-9352-5aeb2d7274a7] received +2025-10-03 16:46:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[17fb5fab-ea57-4603-9352-5aeb2d7274a7] succeeded in 0.002720452146604657s: None +2025-10-03 16:47:08 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing completed track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:47:08 [INFO] Celery[DW-STDERR]: Storing track 'No Diggity' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:47:08 [INFO] Celery[DW-STDERR]: Successfully stored track 'No Diggity' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:47:08 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 completed: +2025-10-03 16:47:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29e67f6c-9c0c-46eb-8aeb-248e9c85f18e] received +2025-10-03 16:47:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29e67f6c-9c0c-46eb-8aeb-248e9c85f18e] succeeded in 0.004047410096973181s: None +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Storing track 'In the End' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'In the End' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:47:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93eeaf58-4e7f-4ca8-aaad-0acd46ceb669] received +2025-10-03 16:47:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93eeaf58-4e7f-4ca8-aaad-0acd46ceb669] succeeded in 0.002065605018287897s: None +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Storing track 'Creep' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'Creep' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:47:55 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:47:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85fa4d7e-9616-4bbe-b5cf-a1e374175809] received +2025-10-03 16:47:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85fa4d7e-9616-4bbe-b5cf-a1e374175809] succeeded in 0.00186354317702353s: None +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Storing track 'Skyfall' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Successfully stored track 'Skyfall' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f60bf075-f780-4932-bdc1-316aa0e35ae2] received +2025-10-03 16:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f60bf075-f780-4932-bdc1-316aa0e35ae2] succeeded in 0.001830040942877531s: None +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing skipped track in children table 'playlist_3cd2966a30' (progressive) +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Storing track 'You Give Love A Bad Name' in CHILDREN table 'playlist_3cd2966a30' for task 01fbe713-a412-48a4-952a-0690b242eb09 +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Successfully stored track 'You Give Love A Bad Name' in table 'playlist_3cd2966a30' (task: 01fbe713-a412-48a4-952a-0690b242eb09) +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 skipped: Unknown - Unknown +2025-10-03 16:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[122d2b48-40da-4d8b-bf72-b179621fbdc2] received +2025-10-03 16:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[122d2b48-40da-4d8b-bf72-b179621fbdc2] succeeded in 0.002049152972176671s: None +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09: Storing playlist history (completed) +2025-10-03 16:47:56 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Direct Spotify download (account: json for blob) successful. +2025-10-03 16:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09a2ccc5-c421-4205-9be1-f9645dea4779] received +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Populated 14 tracks in children table playlist_3cd2966a30 +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Stored playlist history for 'Deserted Island Playlist' (task: 01fbe713-a412-48a4-952a-0690b242eb09, children: playlist_3cd2966a30, status: partial) +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 completed: +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task download_playlist[01fbe713-a412-48a4-952a-0690b242eb09] succeeded in 1021.1328826919198s: {'status': 'success', 'message': 'Playlist download completed'} +2025-10-03 16:47:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09a2ccc5-c421-4205-9be1-f9645dea4779] succeeded in 0.0024692800361663103s: None +2025-10-03 16:47:56 [INFO] Celery[DW-STDERR]: Task 01fbe713-a412-48a4-952a-0690b242eb09 completed successfully: Deserted Island Playlist +2025-10-03 16:51:55 [INFO] SSE Stream: New client connecting... +2025-10-03 16:51:55 [INFO] SSE: Client connected (total: 1) +2025-10-03 16:51:55 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 16:52:11 [INFO] SSE client disconnected +2025-10-03 16:52:11 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 16:52:11 [INFO] Checking watch status for playlist 6vz6zOLCe2RuOdwcWLCu9U. +2025-10-03 16:52:13 [INFO] SSE Stream: New client connecting... +2025-10-03 16:52:13 [INFO] SSE: Client connected (total: 1) +2025-10-03 16:52:13 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 16:52:21 [INFO] SSE client disconnected +2025-10-03 16:52:21 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 16:55:01 [INFO] SSE Stream: New client connecting... +2025-10-03 16:55:01 [INFO] SSE: Client connected (total: 1) +2025-10-03 16:55:01 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 16:55:11 [INFO] Checking watch status for playlist 69kwlHa5imoGjTHcJgM8mj. +2025-10-03 16:55:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08d5c93f-576e-4419-ba87-e80aa3f9692d] received +2025-10-03 16:55:12 [INFO] Added playlist download task b9e5df4a-40ec-4351-a7dc-565088d1b60a to Celery queue. +2025-10-03 16:55:12 [INFO] Celery[DW-STDERR]: Task download_playlist[b9e5df4a-40ec-4351-a7dc-565088d1b60a] received +2025-10-03 16:55:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08d5c93f-576e-4419-ba87-e80aa3f9692d] succeeded in 0.0029054221231490374s: None +2025-10-03 16:55:12 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a started processing: Anniversary Mixtape Full +2025-10-03 16:55:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf0acd5e-c4a9-424f-948f-e5b1fd1c2433] received +2025-10-03 16:55:12 [INFO] Celery[DW-STDERR]: Processing playlist download task: Anniversary Mixtape Full +2025-10-03 16:55:12 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2025-10-03 16:55:12 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-10-03 16:55:12 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-10-03 16:55:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf0acd5e-c4a9-424f-948f-e5b1fd1c2433] succeeded in 0.0024765359703451395s: None +2025-10-03 16:55:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:12 [INFO] Celery[DW-STDERR]: Created new session! device_id: b48ba8fdf9e55ba3359ff569aafcc520d95442a3, ap: ap-gew4.spotify.com:80 +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-10-03 16:55:14 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 16:55:23 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a initializing... +2025-10-03 16:55:23 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Creating playlist children table +2025-10-03 16:55:23 [INFO] Celery[DW-STDERR]: Created playlist children table playlist_f37e624f02 for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:23 [INFO] Celery[DW-STDERR]: Playlist download started for task b9e5df4a-40ec-4351-a7dc-565088d1b60a, children table: playlist_f37e624f02 +2025-10-03 16:55:23 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Created and stored children table 'playlist_f37e624f02' in task info +2025-10-03 16:55:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b07f6f-1710-418d-9d04-df0e146c55d1] received +2025-10-03 16:55:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71b07f6f-1710-418d-9d04-df0e146c55d1] succeeded in 0.0027371938340365887s: None +2025-10-03 16:55:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Storing track 'Hot' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'Hot' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[728e8d36-3052-416e-a2be-11a1ce487796] received +2025-10-03 16:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[728e8d36-3052-416e-a2be-11a1ce487796] succeeded in 0.0018252560403198004s: None +2025-10-03 16:55:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Storing track 'a thousand years' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'a thousand years' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451a80a3-7dd4-4d8e-a09c-33185e43787b] received +2025-10-03 16:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[451a80a3-7dd4-4d8e-a09c-33185e43787b] succeeded in 0.0019519152119755745s: None +2025-10-03 16:55:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Storing track 'Angel' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'Angel' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fe941a7-5d14-4cbc-a455-b99cf7f70260] received +2025-10-03 16:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fe941a7-5d14-4cbc-a455-b99cf7f70260] succeeded in 0.0018646810203790665s: None +2025-10-03 16:55:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Storing track 'Chasing Cars' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Chasing Cars' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb0bd78d-34c3-43f5-b75a-f95fd1294dca] received +2025-10-03 16:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb0bd78d-34c3-43f5-b75a-f95fd1294dca] succeeded in 0.001858810894191265s: None +2025-10-03 16:55:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Storing track 'My Life Would Suck Without You' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'My Life Would Suck Without You' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[425d0ed0-eb1f-4ba8-a95b-5bf2a234da45] received +2025-10-03 16:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[425d0ed0-eb1f-4ba8-a95b-5bf2a234da45] succeeded in 0.0018268998246639967s: None +2025-10-03 16:55:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Storing track 'Murder in the City' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Murder in the City' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fe902ad-3ca2-42e3-9a9c-fecb6ed79bd7] received +2025-10-03 16:55:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fe902ad-3ca2-42e3-9a9c-fecb6ed79bd7] succeeded in 0.0027552309911698103s: None +2025-10-03 16:55:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Storing track 'Things I'll Never Say' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Successfully stored track 'Things I'll Never Say' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7c22a68-ae80-4366-9241-45b1a848947a] received +2025-10-03 16:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a7c22a68-ae80-4366-9241-45b1a848947a] succeeded in 0.0019114359747618437s: None +2025-10-03 16:55:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Storing track 'Make Me Smile (Single Version) - 2002 Remaster' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Successfully stored track 'Make Me Smile (Single Version) - 2002 Remaster' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4aaddac5-c20c-40d2-8910-99f8ed94f57f] received +2025-10-03 16:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4aaddac5-c20c-40d2-8910-99f8ed94f57f] succeeded in 0.00176368304528296s: None +2025-10-03 16:55:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Storing track '(Everything I Do) I Do It For You' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Successfully stored track '(Everything I Do) I Do It For You' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:55:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acf2dd45-b749-4670-9495-f16efbd3b941] received +2025-10-03 16:55:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acf2dd45-b749-4670-9495-f16efbd3b941] succeeded in 0.0018615589942783117s: None +2025-10-03 16:55:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:27 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a initializing... +2025-10-03 16:55:27 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Skipping track initialization storage (part of album/playlist, children table: playlist_f37e624f02) +2025-10-03 16:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[357bc1e0-9dc8-4030-8bf3-1a5d67affcd2] received +2025-10-03 16:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[357bc1e0-9dc8-4030-8bf3-1a5d67affcd2] succeeded in 0.002660701982676983s: None +2025-10-03 16:55:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:27 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f348a093-207f-4802-be40-0915b8796101] received +2025-10-03 16:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f348a093-207f-4802-be40-0915b8796101] succeeded in 0.0017090949695557356s: None +2025-10-03 16:55:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:29 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2035541e-5ebb-46c9-a9f7-2331532f3e17] received +2025-10-03 16:55:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2035541e-5ebb-46c9-a9f7-2331532f3e17] succeeded in 0.0021813889034092426s: None +2025-10-03 16:55:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:31 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ec3ca7d-aa0e-4e18-a6fe-8f4a8960f405] received +2025-10-03 16:55:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6ec3ca7d-aa0e-4e18-a6fe-8f4a8960f405] succeeded in 0.0021960509475320578s: None +2025-10-03 16:55:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:55:32 [INFO] SSE client disconnected +2025-10-03 16:55:32 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 16:55:33 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24d28246-8f44-4187-ae6a-0e3bfde6022e] received +2025-10-03 16:55:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[24d28246-8f44-4187-ae6a-0e3bfde6022e] succeeded in 0.0024032730143517256s: None +2025-10-03 16:55:35 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1aac8d70-753b-4291-8f64-202a88b5c60e] received +2025-10-03 16:55:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1aac8d70-753b-4291-8f64-202a88b5c60e] succeeded in 0.0022949879057705402s: None +2025-10-03 16:55:37 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8797ef42-8e2c-4731-aaa0-8fe100747fea] received +2025-10-03 16:55:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8797ef42-8e2c-4731-aaa0-8fe100747fea] succeeded in 0.002604481065645814s: None +2025-10-03 16:55:39 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e476b18-e134-4d28-808d-5c56de9d3a2e] received +2025-10-03 16:55:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e476b18-e134-4d28-808d-5c56de9d3a2e] succeeded in 0.002180644078180194s: None +2025-10-03 16:55:42 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[664acee3-0c73-4d2f-b4f4-7b6299fdb81a] received +2025-10-03 16:55:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[664acee3-0c73-4d2f-b4f4-7b6299fdb81a] succeeded in 0.002288210205733776s: None +2025-10-03 16:55:44 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[272ddd55-95dd-4b26-9beb-c5942a9b67df] received +2025-10-03 16:55:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[272ddd55-95dd-4b26-9beb-c5942a9b67df] succeeded in 0.002089377027004957s: None +2025-10-03 16:55:44 [INFO] Celery[DW-STDERR]: Failed reading packet! +2025-10-03 16:55:45 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 16:55:45 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 16:55:45 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 16:55:45 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 16:55:45 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 16:55:46 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 16:55:46 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 16:55:46 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 16:55:46 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee20a85d-16b8-46f7-96e6-7c8937355947] received +2025-10-03 16:55:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee20a85d-16b8-46f7-96e6-7c8937355947] succeeded in 0.002359021920710802s: None +2025-10-03 16:55:46 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 16:55:48 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e58eda1-e38a-48c9-9921-d654d1fd6d2d] received +2025-10-03 16:55:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e58eda1-e38a-48c9-9921-d654d1fd6d2d] succeeded in 0.002196074929088354s: None +2025-10-03 16:55:50 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e3d53eb-3a7b-4f97-bcb0-6a9ffadac439] received +2025-10-03 16:55:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e3d53eb-3a7b-4f97-bcb0-6a9ffadac439] succeeded in 0.0022691108752042055s: None +2025-10-03 16:55:52 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b667a129-de65-477c-8334-02e94cae524b] received +2025-10-03 16:55:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b667a129-de65-477c-8334-02e94cae524b] succeeded in 0.002053675940260291s: None +2025-10-03 16:55:53 [INFO] Celery[DW-STDERR]: Failed reading packet! +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 16:55:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[308f8af0-f25d-47b4-a0d1-58fe4cfcc9fc] received +2025-10-03 16:55:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[308f8af0-f25d-47b4-a0d1-58fe4cfcc9fc] succeeded in 0.0014057850930839777s: None +2025-10-03 16:55:54 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 16:55:56 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57445d51-7526-4b49-83a1-a8b2813a4f75] received +2025-10-03 16:55:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57445d51-7526-4b49-83a1-a8b2813a4f75] succeeded in 0.0022623019758611917s: None +2025-10-03 16:55:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:55:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f60a611-8d0f-4276-b84a-c688752cfa32] received +2025-10-03 16:55:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f60a611-8d0f-4276-b84a-c688752cfa32] succeeded in 0.0022114079911261797s: None +2025-10-03 16:56:00 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4eb9661-ed7b-4edf-95da-4e0e4fc42a93] received +2025-10-03 16:56:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4eb9661-ed7b-4edf-95da-4e0e4fc42a93] succeeded in 0.002477017929777503s: None +2025-10-03 16:56:02 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[003a7715-3e5c-44e4-9dbd-e872cd7c9fec] received +2025-10-03 16:56:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[003a7715-3e5c-44e4-9dbd-e872cd7c9fec] succeeded in 0.0027415750082582235s: None +2025-10-03 16:56:04 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de7eed0c-38a3-485d-a973-41e2e71fd16f] received +2025-10-03 16:56:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de7eed0c-38a3-485d-a973-41e2e71fd16f] succeeded in 0.0022495421580970287s: None +2025-10-03 16:56:06 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a95173b-bc33-40eb-85c6-282cd61a9393] received +2025-10-03 16:56:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a95173b-bc33-40eb-85c6-282cd61a9393] succeeded in 0.0024762151297181845s: None +2025-10-03 16:56:09 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8624db5-8367-4af3-9bca-704d5da97c07] received +2025-10-03 16:56:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8624db5-8367-4af3-9bca-704d5da97c07] succeeded in 0.004032575991004705s: None +2025-10-03 16:56:11 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86dd4ba2-928f-49ad-b722-8a9b6d5aaf25] received +2025-10-03 16:56:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86dd4ba2-928f-49ad-b722-8a9b6d5aaf25] succeeded in 0.002261379035189748s: None +2025-10-03 16:56:13 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87ebd907-d85d-4139-b0b6-a8e2df77e0d3] received +2025-10-03 16:56:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[87ebd907-d85d-4139-b0b6-a8e2df77e0d3] succeeded in 0.0022331171203404665s: None +2025-10-03 16:56:15 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88f928b1-9181-46b3-a229-57ca036131af] received +2025-10-03 16:56:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88f928b1-9181-46b3-a229-57ca036131af] succeeded in 0.0020427778363227844s: None +2025-10-03 16:56:17 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bce4bc8f-8f90-41da-bc94-7aca27396479] received +2025-10-03 16:56:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bce4bc8f-8f90-41da-bc94-7aca27396479] succeeded in 0.0022713469807058573s: None +2025-10-03 16:56:19 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4729013d-fc30-4ad7-ae9b-2668326f84d4] received +2025-10-03 16:56:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4729013d-fc30-4ad7-ae9b-2668326f84d4] succeeded in 0.00226964196190238s: None +2025-10-03 16:56:21 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70e88bd1-0882-4a6f-ada7-001b99030dd0] received +2025-10-03 16:56:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70e88bd1-0882-4a6f-ada7-001b99030dd0] succeeded in 0.0021247619297355413s: None +2025-10-03 16:56:23 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72dabcae-2533-48f2-8b27-5721ff4fe550] received +2025-10-03 16:56:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72dabcae-2533-48f2-8b27-5721ff4fe550] succeeded in 0.0024949389044195414s: None +2025-10-03 16:56:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f924ebd-a21a-462b-a52d-c97c1795edb3] received +2025-10-03 16:56:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f924ebd-a21a-462b-a52d-c97c1795edb3] succeeded in 0.0025613929610699415s: None +2025-10-03 16:56:27 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a63cd30-f64b-4757-98fb-1b81d14e95ca] received +2025-10-03 16:56:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a63cd30-f64b-4757-98fb-1b81d14e95ca] succeeded in 0.0020056827925145626s: None +2025-10-03 16:56:29 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f80b502-e204-483f-9e4c-9ed97e8b5a6e] received +2025-10-03 16:56:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f80b502-e204-483f-9e4c-9ed97e8b5a6e] succeeded in 0.00621094205416739s: None +2025-10-03 16:56:31 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b030a683-4150-4cc9-b3e8-52f5318ed103] received +2025-10-03 16:56:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b030a683-4150-4cc9-b3e8-52f5318ed103] succeeded in 0.002441026968881488s: None +2025-10-03 16:56:33 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a389175a-8886-4c31-b738-448c39cc2dea] received +2025-10-03 16:56:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a389175a-8886-4c31-b738-448c39cc2dea] succeeded in 0.0027769210282713175s: None +2025-10-03 16:56:36 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64c0f6be-b002-4c0e-bf2c-f90d4f57f301] received +2025-10-03 16:56:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64c0f6be-b002-4c0e-bf2c-f90d4f57f301] succeeded in 0.0024590189568698406s: None +2025-10-03 16:56:38 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf336345-6dfc-4742-b518-d1557e03f49b] received +2025-10-03 16:56:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf336345-6dfc-4742-b518-d1557e03f49b] succeeded in 0.002253433223813772s: None +2025-10-03 16:56:40 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86640119-dd60-4937-b85d-8a53f2ff7888] received +2025-10-03 16:56:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86640119-dd60-4937-b85d-8a53f2ff7888] succeeded in 0.0023791510611772537s: None +2025-10-03 16:56:42 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2555cd1d-93f6-4cf6-b675-e3b376d2a122] received +2025-10-03 16:56:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2555cd1d-93f6-4cf6-b675-e3b376d2a122] succeeded in 0.0021391999907791615s: None +2025-10-03 16:56:44 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12ece2f4-c4cc-4d6c-ae00-ed82c17cabcb] received +2025-10-03 16:56:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12ece2f4-c4cc-4d6c-ae00-ed82c17cabcb] succeeded in 0.002717117080464959s: None +2025-10-03 16:56:46 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64c60fc0-b10b-47ec-a78a-42adcae4c3b1] received +2025-10-03 16:56:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64c60fc0-b10b-47ec-a78a-42adcae4c3b1] succeeded in 0.0013503080699592829s: None +2025-10-03 16:56:48 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6845d998-21dc-43fa-b659-269793dcdae5] received +2025-10-03 16:56:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6845d998-21dc-43fa-b659-269793dcdae5] succeeded in 0.002520947018638253s: None +2025-10-03 16:56:50 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1510315b-b0f0-4432-84ae-d15c05173b27] received +2025-10-03 16:56:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1510315b-b0f0-4432-84ae-d15c05173b27] succeeded in 0.0020915688946843147s: None +2025-10-03 16:56:52 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d08538f-55b3-48de-b605-9a490eb7ae3a] received +2025-10-03 16:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d08538f-55b3-48de-b605-9a490eb7ae3a] succeeded in 0.0020514721982181072s: None +2025-10-03 16:56:54 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc0e8ca5-39d4-484d-a655-5f6c7a887078] received +2025-10-03 16:56:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc0e8ca5-39d4-484d-a655-5f6c7a887078] succeeded in 0.002654807176440954s: None +2025-10-03 16:56:56 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d428a72d-d7ed-424a-a41f-c0a91a7edb00] received +2025-10-03 16:56:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d428a72d-d7ed-424a-a41f-c0a91a7edb00] succeeded in 0.003426640061661601s: None +2025-10-03 16:56:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1670730-4a5a-4b6b-9773-f8d3d26534a2] received +2025-10-03 16:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a1670730-4a5a-4b6b-9773-f8d3d26534a2] succeeded in 0.002007736125960946s: None +2025-10-03 16:57:01 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b85cb05-3996-4533-b2b8-575fa7b3ebef] received +2025-10-03 16:57:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b85cb05-3996-4533-b2b8-575fa7b3ebef] succeeded in 0.0026080249808728695s: None +2025-10-03 16:57:03 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[381a4f0a-f328-4861-9239-780e1261a319] received +2025-10-03 16:57:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[381a4f0a-f328-4861-9239-780e1261a319] succeeded in 0.002236576983705163s: None +2025-10-03 16:57:05 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1216878e-6f58-484d-8609-b554f1431d6c] received +2025-10-03 16:57:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1216878e-6f58-484d-8609-b554f1431d6c] succeeded in 0.002358197933062911s: None +2025-10-03 16:57:07 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f89bcc8-4ee7-4b0c-8f92-71be4e939be1] received +2025-10-03 16:57:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f89bcc8-4ee7-4b0c-8f92-71be4e939be1] succeeded in 0.002087527886033058s: None +2025-10-03 16:57:09 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cafaf4b5-d19e-4d0b-a4f5-92a627ed9592] received +2025-10-03 16:57:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cafaf4b5-d19e-4d0b-a4f5-92a627ed9592] succeeded in 0.002185613149777055s: None +2025-10-03 16:57:11 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98171588-2ae0-404d-8367-a2e6cb698315] received +2025-10-03 16:57:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98171588-2ae0-404d-8367-a2e6cb698315] succeeded in 0.002200043061748147s: None +2025-10-03 16:57:13 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe51be77-a056-4a09-bda9-171d0ba8b35f] received +2025-10-03 16:57:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe51be77-a056-4a09-bda9-171d0ba8b35f] succeeded in 0.002415840048342943s: None +2025-10-03 16:57:15 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fe6e507-bb9f-48ff-9112-40ab7877eff0] received +2025-10-03 16:57:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5fe6e507-bb9f-48ff-9112-40ab7877eff0] succeeded in 0.0021194729488343s: None +2025-10-03 16:57:17 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8870e0b-c730-4850-9f36-01dc240fdf53] received +2025-10-03 16:57:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8870e0b-c730-4850-9f36-01dc240fdf53] succeeded in 0.0017672928515821695s: None +2025-10-03 16:57:19 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ab051e2-3253-46f3-8717-356a4af05d8c] received +2025-10-03 16:57:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ab051e2-3253-46f3-8717-356a4af05d8c] succeeded in 0.0023370899725705385s: None +2025-10-03 16:57:21 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea6e525-f0e8-441b-abbd-73dca0331d96] received +2025-10-03 16:57:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aea6e525-f0e8-441b-abbd-73dca0331d96] succeeded in 0.0024543709587305784s: None +2025-10-03 16:57:23 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a8859ed-f7c4-44ca-8636-80e530f4a0e2] received +2025-10-03 16:57:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a8859ed-f7c4-44ca-8636-80e530f4a0e2] succeeded in 0.0024174069985747337s: None +2025-10-03 16:57:25 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea65231f-f0c7-41c7-a27c-27f48ed4373b] received +2025-10-03 16:57:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea65231f-f0c7-41c7-a27c-27f48ed4373b] succeeded in 0.0026898588985204697s: None +2025-10-03 16:57:28 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3db60bd5-efdc-4df6-9db4-cda5186ba466] received +2025-10-03 16:57:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3db60bd5-efdc-4df6-9db4-cda5186ba466] succeeded in 0.0024895109236240387s: None +2025-10-03 16:57:30 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d09074b1-6f84-43c0-9613-fac05f6148e7] received +2025-10-03 16:57:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d09074b1-6f84-43c0-9613-fac05f6148e7] succeeded in 0.002642157021909952s: None +2025-10-03 16:57:32 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2d170e5-edf5-4a5a-85c1-f78af2651af0] received +2025-10-03 16:57:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2d170e5-edf5-4a5a-85c1-f78af2651af0] succeeded in 0.003319416893646121s: None +2025-10-03 16:57:34 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1053da27-f5f1-46f9-a154-6522d17e5b63] received +2025-10-03 16:57:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1053da27-f5f1-46f9-a154-6522d17e5b63] succeeded in 0.0022227149456739426s: None +2025-10-03 16:57:36 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fcfa15d-c8e5-4886-b3bd-c9c18b7777ca] received +2025-10-03 16:57:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3fcfa15d-c8e5-4886-b3bd-c9c18b7777ca] succeeded in 0.002365479012951255s: None +2025-10-03 16:57:38 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1684d2c3-3bca-4165-b9b4-55eb0d02750a] received +2025-10-03 16:57:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1684d2c3-3bca-4165-b9b4-55eb0d02750a] succeeded in 0.002288368996232748s: None +2025-10-03 16:57:40 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eac24a44-0b0a-4340-8324-a4caf12daa78] received +2025-10-03 16:57:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eac24a44-0b0a-4340-8324-a4caf12daa78] succeeded in 0.002730240812525153s: None +2025-10-03 16:57:42 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[417ad0ac-43be-4193-8618-dcde58848fb8] received +2025-10-03 16:57:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[417ad0ac-43be-4193-8618-dcde58848fb8] succeeded in 0.0025241889525204897s: None +2025-10-03 16:57:44 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7255ec7-ece6-4afa-8263-0857e1e20a8f] received +2025-10-03 16:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7255ec7-ece6-4afa-8263-0857e1e20a8f] succeeded in 0.0022348789498209953s: None +2025-10-03 16:57:46 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93f73187-b22b-4505-8df7-8025cd27c624] received +2025-10-03 16:57:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93f73187-b22b-4505-8df7-8025cd27c624] succeeded in 0.0012359479442238808s: None +2025-10-03 16:57:48 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e934fb9c-786c-457a-8570-89ac645ffb2d] received +2025-10-03 16:57:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e934fb9c-786c-457a-8570-89ac645ffb2d] succeeded in 0.0020014268811792135s: None +2025-10-03 16:57:50 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20af7614-db8e-48c9-ab3c-22a7421b6b14] received +2025-10-03 16:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20af7614-db8e-48c9-ab3c-22a7421b6b14] succeeded in 0.0023752471897751093s: None +2025-10-03 16:57:53 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a9d36ee-30e7-43bc-b551-68fed40f14ce] received +2025-10-03 16:57:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a9d36ee-30e7-43bc-b551-68fed40f14ce] succeeded in 0.002082735998556018s: None +2025-10-03 16:57:53 [INFO] SSE Stream: New client connecting... +2025-10-03 16:57:53 [INFO] SSE: Client connected (total: 1) +2025-10-03 16:57:53 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 16:57:53 [INFO] SSE Stream: Sent replay callback for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 16:57:55 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaab5e28-28ed-4c4d-98fb-ab6068a969ac] received +2025-10-03 16:57:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaab5e28-28ed-4c4d-98fb-ab6068a969ac] succeeded in 0.002270949073135853s: None +2025-10-03 16:57:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:57:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d8468d8-1521-4c62-8e0d-5f4e29b1454e] received +2025-10-03 16:57:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d8468d8-1521-4c62-8e0d-5f4e29b1454e] succeeded in 0.002498473972082138s: None +2025-10-03 16:57:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:57:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:57:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0f58d6-9cec-4417-a4c9-84edcfcc3c11] received +2025-10-03 16:57:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0f58d6-9cec-4417-a4c9-84edcfcc3c11] succeeded in 0.0024158109445124865s: None +2025-10-03 16:57:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:01 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21240893-24e9-452d-b148-89e627454efa] received +2025-10-03 16:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21240893-24e9-452d-b148-89e627454efa] succeeded in 0.0022990540601313114s: None +2025-10-03 16:58:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:03 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e4b8e95-0408-499b-b9c8-2d3edabb913c] received +2025-10-03 16:58:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e4b8e95-0408-499b-b9c8-2d3edabb913c] succeeded in 0.0027423379942774773s: None +2025-10-03 16:58:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:05 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5485fec-22f5-4440-89bc-58de99c9c7e7] received +2025-10-03 16:58:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5485fec-22f5-4440-89bc-58de99c9c7e7] succeeded in 0.0026672151871025562s: None +2025-10-03 16:58:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:07 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78a1d7e2-3263-4768-a0a9-66c108cd3b76] received +2025-10-03 16:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78a1d7e2-3263-4768-a0a9-66c108cd3b76] succeeded in 0.002651725895702839s: None +2025-10-03 16:58:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:09 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41ee2b3d-dfbd-447b-b76d-59f96f94f1f4] received +2025-10-03 16:58:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41ee2b3d-dfbd-447b-b76d-59f96f94f1f4] succeeded in 0.0026242767926305532s: None +2025-10-03 16:58:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:11 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23f1f235-634e-46bb-adc0-00fa541b45ca] received +2025-10-03 16:58:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23f1f235-634e-46bb-adc0-00fa541b45ca] succeeded in 0.0020267171785235405s: None +2025-10-03 16:58:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:13 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d4cd985-d5df-43c7-a1c8-a27819bf0e18] received +2025-10-03 16:58:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d4cd985-d5df-43c7-a1c8-a27819bf0e18] succeeded in 0.0019067248795181513s: None +2025-10-03 16:58:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:15 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f35158-b069-4569-babb-34d66a87d590] received +2025-10-03 16:58:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f35158-b069-4569-babb-34d66a87d590] succeeded in 0.00247691897675395s: None +2025-10-03 16:58:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:17 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49895051-9ae8-4eb7-93ab-2b7ada03b98c] received +2025-10-03 16:58:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49895051-9ae8-4eb7-93ab-2b7ada03b98c] succeeded in 0.002209977013990283s: None +2025-10-03 16:58:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:20 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[045aa06e-3d9e-4e08-9044-81a3aaacfde3] received +2025-10-03 16:58:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[045aa06e-3d9e-4e08-9044-81a3aaacfde3] succeeded in 0.002361268037930131s: None +2025-10-03 16:58:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:22 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cabef46-3372-4c8c-9c79-3b29419e34ae] received +2025-10-03 16:58:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cabef46-3372-4c8c-9c79-3b29419e34ae] succeeded in 0.0011817789636552334s: None +2025-10-03 16:58:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:24 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbecc0a4-681c-4b40-a178-a253f586c926] received +2025-10-03 16:58:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bbecc0a4-681c-4b40-a178-a253f586c926] succeeded in 0.0020564200822263956s: None +2025-10-03 16:58:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:26 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d742665-e256-4305-8fc0-6c7205a363c7] received +2025-10-03 16:58:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7d742665-e256-4305-8fc0-6c7205a363c7] succeeded in 0.0021426419261842966s: None +2025-10-03 16:58:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:28 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57c5633c-42d5-4961-989f-6ba603ac877d] received +2025-10-03 16:58:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57c5633c-42d5-4961-989f-6ba603ac877d] succeeded in 0.0024109380319714546s: None +2025-10-03 16:58:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:30 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30bcf699-df27-481d-a80c-ac47230dc3af] received +2025-10-03 16:58:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30bcf699-df27-481d-a80c-ac47230dc3af] succeeded in 0.00264747510664165s: None +2025-10-03 16:58:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:32 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebc99e28-2a81-417b-a95a-4e6f4c394353] received +2025-10-03 16:58:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebc99e28-2a81-417b-a95a-4e6f4c394353] succeeded in 0.0024476549588143826s: None +2025-10-03 16:58:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:34 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a639e8ba-1f96-46ba-b7e9-87d2c159cab2] received +2025-10-03 16:58:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a639e8ba-1f96-46ba-b7e9-87d2c159cab2] succeeded in 0.0025289689656347036s: None +2025-10-03 16:58:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:36 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf4e5afc-ef12-4a72-bccc-aac643fdb17e] received +2025-10-03 16:58:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf4e5afc-ef12-4a72-bccc-aac643fdb17e] succeeded in 0.002663036808371544s: None +2025-10-03 16:58:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:38 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fa769de-732f-4368-8f9a-042449ad139f] received +2025-10-03 16:58:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fa769de-732f-4368-8f9a-042449ad139f] succeeded in 0.0026153610087931156s: None +2025-10-03 16:58:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:40 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e32d2e73-0a0f-42b9-843b-b47622ea39ed] received +2025-10-03 16:58:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e32d2e73-0a0f-42b9-843b-b47622ea39ed] succeeded in 0.002248590113595128s: None +2025-10-03 16:58:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:42 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fa88888-203c-48c8-bf7a-4812f96b0b5d] received +2025-10-03 16:58:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fa88888-203c-48c8-bf7a-4812f96b0b5d] succeeded in 0.0023942980915308s: None +2025-10-03 16:58:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:45 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac27ebd5-e026-448a-a519-506670671ea4] received +2025-10-03 16:58:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac27ebd5-e026-448a-a519-506670671ea4] succeeded in 0.0023679230362176895s: None +2025-10-03 16:58:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:47 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4998f64f-bdd5-4457-852b-a6683dbe63a7] received +2025-10-03 16:58:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4998f64f-bdd5-4457-852b-a6683dbe63a7] succeeded in 0.0025899310130625963s: None +2025-10-03 16:58:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:49 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6905b004-bbba-4a03-aa51-8f2045bdb70d] received +2025-10-03 16:58:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6905b004-bbba-4a03-aa51-8f2045bdb70d] succeeded in 0.002667658030986786s: None +2025-10-03 16:58:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:51 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffe0318f-cdbc-4868-9bec-0ab253b3084c] received +2025-10-03 16:58:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffe0318f-cdbc-4868-9bec-0ab253b3084c] succeeded in 0.0024154800921678543s: None +2025-10-03 16:58:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:53 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a real-time: No details +2025-10-03 16:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e0bb533-88cf-4e8d-bd7f-67be4719a6f7] received +2025-10-03 16:58:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e0bb533-88cf-4e8d-bd7f-67be4719a6f7] succeeded in 0.0026274798437952995s: None +2025-10-03 16:58:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:58:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing completed track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:58:59 [INFO] Celery[DW-STDERR]: Storing track 'Kiss Me' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:58:59 [INFO] Celery[DW-STDERR]: Successfully stored track 'Kiss Me' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:58:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a completed: +2025-10-03 16:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa5ee47f-8eb0-4d5c-8ced-8d7f482e2757] received +2025-10-03 16:58:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa5ee47f-8eb0-4d5c-8ced-8d7f482e2757] succeeded in 0.001985682873055339s: None +2025-10-03 16:58:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:55 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:55 [INFO] Celery[DW-STDERR]: Storing track 'I Will Follow You into the Dark' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Will Follow You into the Dark' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:55 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d738367-a45d-4a06-b8f4-09f556896329] received +2025-10-03 16:59:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d738367-a45d-4a06-b8f4-09f556896329] succeeded in 0.0019257250241935253s: None +2025-10-03 16:59:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Storing track 'Wonderwall' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Successfully stored track 'Wonderwall' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a122a86b-b98f-4128-9fce-65b26b053c41] received +2025-10-03 16:59:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a122a86b-b98f-4128-9fce-65b26b053c41] succeeded in 0.002104393905028701s: None +2025-10-03 16:59:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Storing track 'If It's The Beaches' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Successfully stored track 'If It's The Beaches' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:56 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8909d65c-a35b-4d99-9a98-6052e3af3256] received +2025-10-03 16:59:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8909d65c-a35b-4d99-9a98-6052e3af3256] succeeded in 0.0019154080655425787s: None +2025-10-03 16:59:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Storing track 'I Don't Want to Miss a Thing - From "Armageddon" Soundtrack' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Don't Want to Miss a Thing - From "Armageddon" Soundtrack' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86988c1e-ae3f-4d52-a106-a9d287da5846] received +2025-10-03 16:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86988c1e-ae3f-4d52-a106-a9d287da5846] succeeded in 0.0018114959821105003s: None +2025-10-03 16:59:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Storing track 'Friday I'm in Love' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Successfully stored track 'Friday I'm in Love' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51b8fc6d-f83e-499c-9e3a-0b0670e898dc] received +2025-10-03 16:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51b8fc6d-f83e-499c-9e3a-0b0670e898dc] succeeded in 0.0024618140887469053s: None +2025-10-03 16:59:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Storing track 'Iris' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Successfully stored track 'Iris' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:57 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca8b6a5a-ffb9-4e2d-b2ff-0bfb98d6cdb6] received +2025-10-03 16:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca8b6a5a-ffb9-4e2d-b2ff-0bfb98d6cdb6] succeeded in 0.0019999160431325436s: None +2025-10-03 16:59:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Storing track 'Head Over Feet' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'Head Over Feet' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7458f8d-689b-4288-8829-280a9a319d63] received +2025-10-03 16:59:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7458f8d-689b-4288-8829-280a9a319d63] succeeded in 0.002141884993761778s: None +2025-10-03 16:59:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Storing track 'God Only Knows' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'God Only Knows' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[135c5419-371c-4c74-8734-aeae795ad4b3] received +2025-10-03 16:59:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[135c5419-371c-4c74-8734-aeae795ad4b3] succeeded in 0.001848192885518074s: None +2025-10-03 16:59:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Storing track 'I And Love And You' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Successfully stored track 'I And Love And You' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[050e9e82-a7ff-4a49-a0a2-b43fca2ab311] received +2025-10-03 16:59:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[050e9e82-a7ff-4a49-a0a2-b43fca2ab311] succeeded in 0.0019220230169594288s: None +2025-10-03 16:59:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:58 [INFO] Celery[DW-STDERR]: Storing track 'When You're Gone' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Successfully stored track 'When You're Gone' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7915702c-5282-42f0-9666-a43dff82fac5] received +2025-10-03 16:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7915702c-5282-42f0-9666-a43dff82fac5] succeeded in 0.0019173368345946074s: None +2025-10-03 16:59:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing skipped track in children table 'playlist_f37e624f02' (progressive) +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Storing track 'First Date' in CHILDREN table 'playlist_f37e624f02' for task b9e5df4a-40ec-4351-a7dc-565088d1b60a +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Successfully stored track 'First Date' in table 'playlist_f37e624f02' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a) +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a skipped: Unknown - Unknown +2025-10-03 16:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02b073ef-9651-43f8-8b10-85e0ac20b6df] received +2025-10-03 16:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02b073ef-9651-43f8-8b10-85e0ac20b6df] succeeded in 0.0018302330281585455s: None +2025-10-03 16:59:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a: Storing playlist history (completed) +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Populated 21 tracks in children table playlist_f37e624f02 +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Stored playlist history for 'Anniversary Mixtape Full' (task: b9e5df4a-40ec-4351-a7dc-565088d1b60a, children: playlist_f37e624f02, status: partial) +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a completed: +2025-10-03 16:59:59 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Direct Spotify download (account: json for blob) successful. +2025-10-03 16:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5912055c-b20f-4f72-9b64-4ac7a469136e] received +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task download_playlist[b9e5df4a-40ec-4351-a7dc-565088d1b60a] succeeded in 286.7627502840478s: {'status': 'success', 'message': 'Playlist download completed'} +2025-10-03 16:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5912055c-b20f-4f72-9b64-4ac7a469136e] succeeded in 0.0019244980067014694s: None +2025-10-03 16:59:59 [INFO] Celery[DW-STDERR]: Task b9e5df4a-40ec-4351-a7dc-565088d1b60a completed successfully: Anniversary Mixtape Full +2025-10-03 16:59:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 17:01:04 [INFO] SSE client disconnected +2025-10-03 17:01:04 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 17:01:05 [INFO] SSE Stream: New client connecting... +2025-10-03 17:01:05 [INFO] SSE: Client connected (total: 1) +2025-10-03 17:01:05 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 17:01:16 [INFO] SSE client disconnected +2025-10-03 17:01:16 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 17:01:17 [INFO] SSE Stream: New client connecting... +2025-10-03 17:01:17 [INFO] SSE: Client connected (total: 1) +2025-10-03 17:01:17 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 17:01:38 [INFO] SSE client disconnected +2025-10-03 17:01:38 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 17:03:15 [INFO] SSE Stream: New client connecting... +2025-10-03 17:03:15 [INFO] SSE: Client connected (total: 1) +2025-10-03 17:03:15 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 17:03:19 [INFO] SSE client disconnected +2025-10-03 17:03:19 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 17:03:52 [INFO] SSE Stream: New client connecting... +2025-10-03 17:03:52 [INFO] SSE: Client connected (total: 1) +2025-10-03 17:03:52 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 17:04:41 [INFO] SSE client disconnected +2025-10-03 17:04:41 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 17:13:42 [INFO] SSE Stream: New client connecting... +2025-10-03 17:13:42 [INFO] SSE: Client connected (total: 1) +2025-10-03 17:13:42 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 17:13:46 [INFO] SSE client disconnected +2025-10-03 17:13:46 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 17:32:41 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 17:32:42 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 17:43:54 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 17:43:55 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 17:43:56 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 17:56:42 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 17:56:43 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 17:56:44 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 17:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 18:18:57 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 18:18:58 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 18:18:59 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 18:45:55 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 18:45:56 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 18:45:57 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 18:54:44 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 18:54:45 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 18:54:46 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 18:56:46 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 18:56:47 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 18:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 19:15:56 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 19:15:58 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 19:15:59 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 19:16:47 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 19:16:48 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 19:16:49 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 19:30:58 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: self.run() +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1163, in reconnect +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1864, in create +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2025-10-03 19:30:59 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2025-10-03 19:50:55 [INFO] Spotify client initialized/reinitialized +2025-10-03 19:50:57 [INFO] SSE Stream: New client connecting... +2025-10-03 19:50:57 [INFO] SSE: Client connected (total: 1) +2025-10-03 19:50:57 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 19:51:06 [INFO] SSE client disconnected +2025-10-03 19:51:06 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 19:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 20:26:49 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 20:26:50 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 20:28:15 [INFO] SSE Stream: New client connecting... +2025-10-03 20:28:15 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:28:15 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:29:32 [INFO] SSE client disconnected +2025-10-03 20:29:32 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:34:29 [INFO] SSE Stream: New client connecting... +2025-10-03 20:34:29 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:34:29 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:34:36 [INFO] Checking watch status for playlist 4zfPIT6KMcy40Dx7C9JS4D. +2025-10-03 20:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4df679c1-391a-4889-a2d6-9b5ec9236f92] received +2025-10-03 20:34:37 [INFO] Added playlist download task 38319e17-140d-413f-916a-f4726d572bb5 to Celery queue. +2025-10-03 20:34:37 [INFO] Celery[DW-STDERR]: Task download_playlist[38319e17-140d-413f-916a-f4726d572bb5] received +2025-10-03 20:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4df679c1-391a-4889-a2d6-9b5ec9236f92] succeeded in 0.0028551658615469933s: None +2025-10-03 20:34:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 started processing: Beach Trip ‘25 +2025-10-03 20:34:37 [INFO] Celery[DW-STDERR]: Processing playlist download task: Beach Trip ‘25 +2025-10-03 20:34:37 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2025-10-03 20:34:37 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-10-03 20:34:37 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-10-03 20:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00b323b3-4e40-47be-9cd3-bdaf477d3eac] received +2025-10-03 20:34:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00b323b3-4e40-47be-9cd3-bdaf477d3eac] succeeded in 0.0026935150381177664s: None +2025-10-03 20:34:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:38 [INFO] Celery[DW-STDERR]: Created new session! device_id: e4e3f8798981a0e1e05eef69ba66f5a5ac534f1a, ap: ap-gue1.spotify.com:443 +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-10-03 20:34:39 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 initializing... +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Creating playlist children table +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Created playlist children table playlist_9e01ebd19a for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Playlist download started for task 38319e17-140d-413f-916a-f4726d572bb5, children table: playlist_9e01ebd19a +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Created and stored children table 'playlist_9e01ebd19a' in task info +2025-10-03 20:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49598bc4-c3bf-432f-ace8-c9fd62126f23] received +2025-10-03 20:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[49598bc4-c3bf-432f-ace8-c9fd62126f23] succeeded in 0.0021099040750414133s: None +2025-10-03 20:34:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Storing track 'The Way' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Way' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:34:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7c24b93-af0e-43fa-b417-9f706b4ee50d] received +2025-10-03 20:34:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7c24b93-af0e-43fa-b417-9f706b4ee50d] succeeded in 0.0020889081060886383s: None +2025-10-03 20:34:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Storing track 'American Idiot' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'American Idiot' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:34:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b47a1ed-2cce-4f53-a5b3-5959afb723f0] received +2025-10-03 20:34:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b47a1ed-2cce-4f53-a5b3-5959afb723f0] succeeded in 0.002591386903077364s: None +2025-10-03 20:34:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Storing track 'Almost' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'Almost' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:34:52 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:34:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c557b2e-d163-4b11-b6f7-cf888c26c7d1] received +2025-10-03 20:34:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c557b2e-d163-4b11-b6f7-cf888c26c7d1] succeeded in 0.0018604900687932968s: None +2025-10-03 20:34:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Storing track 'If It's The Beaches' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Successfully stored track 'If It's The Beaches' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f690756-b49b-4dfe-b993-83be36bcc2da] received +2025-10-03 20:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0f690756-b49b-4dfe-b993-83be36bcc2da] succeeded in 0.0019092161674052477s: None +2025-10-03 20:34:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Storing track 'Jenny Says' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Successfully stored track 'Jenny Says' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:34:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8647dac-2dc7-4ab1-b72a-912d9736f477] received +2025-10-03 20:34:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8647dac-2dc7-4ab1-b72a-912d9736f477] succeeded in 0.0018289759755134583s: None +2025-10-03 20:34:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 initializing... +2025-10-03 20:34:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Skipping track initialization storage (part of album/playlist, children table: playlist_9e01ebd19a) +2025-10-03 20:34:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[419d0203-f6cc-456e-87cc-f383ab19c7e1] received +2025-10-03 20:34:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[419d0203-f6cc-456e-87cc-f383ab19c7e1] succeeded in 0.0022325359750539064s: None +2025-10-03 20:34:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:34:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edf3aea1-1a40-49d7-b35d-8a2e7ed74874] received +2025-10-03 20:34:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[edf3aea1-1a40-49d7-b35d-8a2e7ed74874] succeeded in 0.002336605917662382s: None +2025-10-03 20:34:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:34:56 [INFO] SSE client disconnected +2025-10-03 20:34:56 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:34:57 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:34:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd93c481-3ce5-4dab-88a4-dbdea3306d44] received +2025-10-03 20:34:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fd93c481-3ce5-4dab-88a4-dbdea3306d44] succeeded in 0.002289975993335247s: None +2025-10-03 20:35:00 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e32c436b-5bec-47e3-b510-efbf1df23841] received +2025-10-03 20:35:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e32c436b-5bec-47e3-b510-efbf1df23841] succeeded in 0.000999955926090479s: None +2025-10-03 20:35:03 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68d62792-b69c-44f9-b934-93d81747f8b9] received +2025-10-03 20:35:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68d62792-b69c-44f9-b934-93d81747f8b9] succeeded in 0.0013239581603556871s: None +2025-10-03 20:35:05 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5c57d91-9e53-4b83-ae2e-8bc679f873fc] received +2025-10-03 20:35:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5c57d91-9e53-4b83-ae2e-8bc679f873fc] succeeded in 0.0022906260564923286s: None +2025-10-03 20:35:08 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[393af1bf-2c9a-4959-987e-d751bc0ed019] received +2025-10-03 20:35:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[393af1bf-2c9a-4959-987e-d751bc0ed019] succeeded in 0.001166546018794179s: None +2025-10-03 20:35:12 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70fbdb26-6bb4-49d9-b321-eb274c186e5f] received +2025-10-03 20:35:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70fbdb26-6bb4-49d9-b321-eb274c186e5f] succeeded in 0.0023654389660805464s: None +2025-10-03 20:35:14 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a9aa59b-8338-4207-b899-d3abf1bbe418] received +2025-10-03 20:35:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a9aa59b-8338-4207-b899-d3abf1bbe418] succeeded in 0.0024517180863767862s: None +2025-10-03 20:35:17 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28a12167-f1a0-433b-b9be-58a3962d8545] received +2025-10-03 20:35:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28a12167-f1a0-433b-b9be-58a3962d8545] succeeded in 0.006162795005366206s: None +2025-10-03 20:35:19 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[640b71a1-dad4-45dc-bf80-ff47358bb866] received +2025-10-03 20:35:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[640b71a1-dad4-45dc-bf80-ff47358bb866] succeeded in 0.0026371709536761045s: None +2025-10-03 20:35:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b25a34d-ce8e-4402-a878-13da09db2168] received +2025-10-03 20:35:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b25a34d-ce8e-4402-a878-13da09db2168] succeeded in 0.002709378954023123s: None +2025-10-03 20:35:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a905223f-0ff7-44f5-a871-a8640b9c9e99] received +2025-10-03 20:35:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a905223f-0ff7-44f5-a871-a8640b9c9e99] succeeded in 0.0022248770110309124s: None +2025-10-03 20:35:28 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6636c5d9-607f-48d8-86e0-62bf6598603c] received +2025-10-03 20:35:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6636c5d9-607f-48d8-86e0-62bf6598603c] succeeded in 0.0028711690101772547s: None +2025-10-03 20:35:31 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93c2843a-da3d-4c8f-8620-7021d5ea5280] received +2025-10-03 20:35:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93c2843a-da3d-4c8f-8620-7021d5ea5280] succeeded in 0.0020301700569689274s: None +2025-10-03 20:35:33 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36ffc33d-8521-47d6-bf2d-cf9221dda256] received +2025-10-03 20:35:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36ffc33d-8521-47d6-bf2d-cf9221dda256] succeeded in 0.002783415839076042s: None +2025-10-03 20:35:36 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b485a7a2-1137-4589-8ccc-f071da843396] received +2025-10-03 20:35:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b485a7a2-1137-4589-8ccc-f071da843396] succeeded in 0.0027632860001176596s: None +2025-10-03 20:35:39 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3310c819-3346-4773-973d-097447b24666] received +2025-10-03 20:35:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3310c819-3346-4773-973d-097447b24666] succeeded in 0.002232054015621543s: None +2025-10-03 20:35:42 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d29b72b8-384e-4b2b-a570-5f9624c5bbaa] received +2025-10-03 20:35:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d29b72b8-384e-4b2b-a570-5f9624c5bbaa] succeeded in 0.0026653760578483343s: None +2025-10-03 20:35:44 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[795dec0a-92b3-489e-9d19-5c2ab74bc7d8] received +2025-10-03 20:35:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[795dec0a-92b3-489e-9d19-5c2ab74bc7d8] succeeded in 0.002261588117107749s: None +2025-10-03 20:35:47 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e7260b5-da5f-4280-a8aa-5b56054a4915] received +2025-10-03 20:35:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e7260b5-da5f-4280-a8aa-5b56054a4915] succeeded in 0.00221705692820251s: None +2025-10-03 20:35:50 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fd59670-5eaf-4371-8a56-83ade9d7e955] received +2025-10-03 20:35:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fd59670-5eaf-4371-8a56-83ade9d7e955] succeeded in 0.0020630648359656334s: None +2025-10-03 20:35:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f89fbbc4-2561-4c63-a5ee-b296101b526e] received +2025-10-03 20:35:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f89fbbc4-2561-4c63-a5ee-b296101b526e] succeeded in 0.0026701008901000023s: None +2025-10-03 20:35:56 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8117730e-78f2-4256-96f8-bacbda2b3fd2] received +2025-10-03 20:35:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8117730e-78f2-4256-96f8-bacbda2b3fd2] succeeded in 0.0028908629901707172s: None +2025-10-03 20:35:58 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c801f8b8-c05e-4e71-ac6a-10f591ab29d7] received +2025-10-03 20:35:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c801f8b8-c05e-4e71-ac6a-10f591ab29d7] succeeded in 0.002544997027143836s: None +2025-10-03 20:36:01 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57ae467b-e035-4fbe-bd50-eca9e23a82dc] received +2025-10-03 20:36:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57ae467b-e035-4fbe-bd50-eca9e23a82dc] succeeded in 0.002544904127717018s: None +2025-10-03 20:36:04 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee78b56d-1bd0-441e-b608-24ac85c9c917] received +2025-10-03 20:36:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee78b56d-1bd0-441e-b608-24ac85c9c917] succeeded in 0.0022342519368976355s: None +2025-10-03 20:36:07 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b2d2146-2f0b-4e31-8286-9a43c68ebe6f] received +2025-10-03 20:36:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b2d2146-2f0b-4e31-8286-9a43c68ebe6f] succeeded in 0.0026270849630236626s: None +2025-10-03 20:36:10 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db0ee9c1-3b6c-4c8c-adf4-aee33ab39221] received +2025-10-03 20:36:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[db0ee9c1-3b6c-4c8c-adf4-aee33ab39221] succeeded in 0.0023896920029073954s: None +2025-10-03 20:36:12 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8283e87f-4f51-4d70-881f-8a440de5e5c7] received +2025-10-03 20:36:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8283e87f-4f51-4d70-881f-8a440de5e5c7] succeeded in 0.0015546029899269342s: None +2025-10-03 20:36:15 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71909eff-6bf1-4a4f-9def-cfdf077683b3] received +2025-10-03 20:36:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71909eff-6bf1-4a4f-9def-cfdf077683b3] succeeded in 0.0010962330270558596s: None +2025-10-03 20:36:18 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f7390ff-0d84-49da-93b7-5e9761ad9035] received +2025-10-03 20:36:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f7390ff-0d84-49da-93b7-5e9761ad9035] succeeded in 0.0026620260905474424s: None +2025-10-03 20:36:21 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[392b23c2-66d0-42ad-889b-467441637ac3] received +2025-10-03 20:36:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[392b23c2-66d0-42ad-889b-467441637ac3] succeeded in 0.002389795146882534s: None +2025-10-03 20:36:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78e4d9e7-90b4-44f4-943e-e361ff8307b7] received +2025-10-03 20:36:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78e4d9e7-90b4-44f4-943e-e361ff8307b7] succeeded in 0.002191251842305064s: None +2025-10-03 20:36:26 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[647d77bc-6592-4a36-a906-f674fd79fa8e] received +2025-10-03 20:36:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[647d77bc-6592-4a36-a906-f674fd79fa8e] succeeded in 0.00235184608027339s: None +2025-10-03 20:36:29 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d63c9e70-bf96-4b0f-a049-bb40a677c9c1] received +2025-10-03 20:36:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d63c9e70-bf96-4b0f-a049-bb40a677c9c1] succeeded in 0.0032317109871655703s: None +2025-10-03 20:36:32 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78818a6e-37a3-438a-848e-0223ab845e6d] received +2025-10-03 20:36:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78818a6e-37a3-438a-848e-0223ab845e6d] succeeded in 0.0017987589817494154s: None +2025-10-03 20:36:35 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c217d152-20c4-423b-9c2d-f71e55379d75] received +2025-10-03 20:36:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c217d152-20c4-423b-9c2d-f71e55379d75] succeeded in 0.002664575120434165s: None +2025-10-03 20:36:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20ecc87b-d19e-462d-830d-be14e6e936db] received +2025-10-03 20:36:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[20ecc87b-d19e-462d-830d-be14e6e936db] succeeded in 0.002080674981698394s: None +2025-10-03 20:36:40 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d83037d-766c-4a2c-baff-037cd5be58c3] received +2025-10-03 20:36:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5d83037d-766c-4a2c-baff-037cd5be58c3] succeeded in 0.0024475499521940947s: None +2025-10-03 20:36:43 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aae25106-d68f-4471-9cb3-1b3e4b19eddd] received +2025-10-03 20:36:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aae25106-d68f-4471-9cb3-1b3e4b19eddd] succeeded in 0.0022568090353161097s: None +2025-10-03 20:36:46 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f55ca27-7097-4eee-aaa4-0a98ab932637] received +2025-10-03 20:36:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f55ca27-7097-4eee-aaa4-0a98ab932637] succeeded in 0.002155005931854248s: None +2025-10-03 20:36:49 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[859920e1-4c8b-4991-a389-0735ee14d164] received +2025-10-03 20:36:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[859920e1-4c8b-4991-a389-0735ee14d164] succeeded in 0.002198740839958191s: None +2025-10-03 20:36:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5194b081-f72e-49c7-91aa-b7644c6e4f05] received +2025-10-03 20:36:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5194b081-f72e-49c7-91aa-b7644c6e4f05] succeeded in 0.0019391679670661688s: None +2025-10-03 20:36:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dae865b-e6e9-4452-a084-20e2acab72e0] received +2025-10-03 20:36:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dae865b-e6e9-4452-a084-20e2acab72e0] succeeded in 0.0022199139930307865s: None +2025-10-03 20:36:57 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:36:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[149d253a-f491-4415-acf4-b2c8e3314b16] received +2025-10-03 20:36:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[149d253a-f491-4415-acf4-b2c8e3314b16] succeeded in 0.002306687878444791s: None +2025-10-03 20:37:00 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac0fb0f7-fce1-4f55-827e-4838ffb8bd6f] received +2025-10-03 20:37:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac0fb0f7-fce1-4f55-827e-4838ffb8bd6f] succeeded in 0.0021460370626300573s: None +2025-10-03 20:37:03 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7311ff73-9dd0-45ee-836a-e5b76ad8cfaa] received +2025-10-03 20:37:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7311ff73-9dd0-45ee-836a-e5b76ad8cfaa] succeeded in 0.002218517940491438s: None +2025-10-03 20:37:05 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b6d340-1fa4-49a9-ad76-3a04b8ecc5ba] received +2025-10-03 20:37:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65b6d340-1fa4-49a9-ad76-3a04b8ecc5ba] succeeded in 0.0025153050664812326s: None +2025-10-03 20:37:08 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d66555c5-58d9-416c-8abc-62e0a982d803] received +2025-10-03 20:37:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d66555c5-58d9-416c-8abc-62e0a982d803] succeeded in 0.0024675929453223944s: None +2025-10-03 20:37:11 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f4fd16e-38bc-4945-bfb8-294ecbcadb70] received +2025-10-03 20:37:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f4fd16e-38bc-4945-bfb8-294ecbcadb70] succeeded in 0.002321487059816718s: None +2025-10-03 20:37:14 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[674255a8-84ed-425f-81ae-4dc8e7da84f1] received +2025-10-03 20:37:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[674255a8-84ed-425f-81ae-4dc8e7da84f1] succeeded in 0.00230037490837276s: None +2025-10-03 20:37:17 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48c332b7-73d2-400a-88f2-69fde6a2233a] received +2025-10-03 20:37:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48c332b7-73d2-400a-88f2-69fde6a2233a] succeeded in 0.0019959218334406614s: None +2025-10-03 20:37:19 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dde0203c-fb42-475a-aefe-2cb28b3e0265] received +2025-10-03 20:37:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dde0203c-fb42-475a-aefe-2cb28b3e0265] succeeded in 0.0025001971516758204s: None +2025-10-03 20:37:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d261173b-5ba1-4fa4-825d-c7f576e7e9a7] received +2025-10-03 20:37:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d261173b-5ba1-4fa4-825d-c7f576e7e9a7] succeeded in 0.0023105558939278126s: None +2025-10-03 20:37:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74ff6762-e7e5-4367-bbd0-e8c053ce1fdb] received +2025-10-03 20:37:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[74ff6762-e7e5-4367-bbd0-e8c053ce1fdb] succeeded in 0.00246555102057755s: None +2025-10-03 20:37:28 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a71fe100-b95c-4b99-a9b7-8cb0efc070f9] received +2025-10-03 20:37:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a71fe100-b95c-4b99-a9b7-8cb0efc070f9] succeeded in 0.0021861379500478506s: None +2025-10-03 20:37:30 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[253f4d72-82e9-49c2-b570-36fc492dd423] received +2025-10-03 20:37:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[253f4d72-82e9-49c2-b570-36fc492dd423] succeeded in 0.001134895021095872s: None +2025-10-03 20:37:33 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e0be43e-3968-48b0-91cd-cb112abff165] received +2025-10-03 20:37:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e0be43e-3968-48b0-91cd-cb112abff165] succeeded in 0.0019618601072579622s: None +2025-10-03 20:37:36 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e79f1ac3-da9c-4fdb-b689-d59436dcf711] received +2025-10-03 20:37:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e79f1ac3-da9c-4fdb-b689-d59436dcf711] succeeded in 0.0022142778616398573s: None +2025-10-03 20:37:39 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b084dbd-4194-40ef-9f25-6a1c4aebd6fd] received +2025-10-03 20:37:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b084dbd-4194-40ef-9f25-6a1c4aebd6fd] succeeded in 0.0020070651080459356s: None +2025-10-03 20:37:42 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1add1461-8351-466f-82af-ecdb3b34d266] received +2025-10-03 20:37:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1add1461-8351-466f-82af-ecdb3b34d266] succeeded in 0.002572719007730484s: None +2025-10-03 20:37:44 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[493a3a7e-a52a-4a74-94ca-09bf057dc48b] received +2025-10-03 20:37:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[493a3a7e-a52a-4a74-94ca-09bf057dc48b] succeeded in 0.002050108974799514s: None +2025-10-03 20:37:47 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5406000e-5cf7-4419-b48e-d04a8ed17ff5] received +2025-10-03 20:37:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5406000e-5cf7-4419-b48e-d04a8ed17ff5] succeeded in 0.002182010095566511s: None +2025-10-03 20:37:50 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29bf15b2-2c4f-463b-9eca-974d5b0eb16d] received +2025-10-03 20:37:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29bf15b2-2c4f-463b-9eca-974d5b0eb16d] succeeded in 0.0027077971026301384s: None +2025-10-03 20:37:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[439019ff-0b58-4c81-a038-871008b7777e] received +2025-10-03 20:37:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[439019ff-0b58-4c81-a038-871008b7777e] succeeded in 0.002322498941794038s: None +2025-10-03 20:37:56 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81067298-ef11-4cc5-aa9a-3eff937e0741] received +2025-10-03 20:37:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81067298-ef11-4cc5-aa9a-3eff937e0741] succeeded in 0.0027238039765506983s: None +2025-10-03 20:37:58 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:37:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92677f78-8134-45da-ba07-21e16d4a0715] received +2025-10-03 20:37:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92677f78-8134-45da-ba07-21e16d4a0715] succeeded in 0.002459677867591381s: None +2025-10-03 20:38:01 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f92eec7-bf0b-4f83-8c67-45323fca64ec] received +2025-10-03 20:38:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f92eec7-bf0b-4f83-8c67-45323fca64ec] succeeded in 0.0027177550364285707s: None +2025-10-03 20:38:04 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b71a7836-02bb-410d-ba9e-2ea1d9bb3e35] received +2025-10-03 20:38:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b71a7836-02bb-410d-ba9e-2ea1d9bb3e35] succeeded in 0.0015010049100965261s: None +2025-10-03 20:38:07 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fba91731-c19b-45fc-baad-d7dc75783be4] received +2025-10-03 20:38:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fba91731-c19b-45fc-baad-d7dc75783be4] succeeded in 0.0021843579597771168s: None +2025-10-03 20:38:10 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f07da2c1-8703-464e-8de5-fbb5a6d3aed9] received +2025-10-03 20:38:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f07da2c1-8703-464e-8de5-fbb5a6d3aed9] succeeded in 0.002632542047649622s: None +2025-10-03 20:38:12 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f20fe523-7378-4775-876f-98a62c1a80f2] received +2025-10-03 20:38:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f20fe523-7378-4775-876f-98a62c1a80f2] succeeded in 0.003089264966547489s: None +2025-10-03 20:38:15 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76b6c3c0-a402-413d-a7f3-2bfdbff7020d] received +2025-10-03 20:38:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76b6c3c0-a402-413d-a7f3-2bfdbff7020d] succeeded in 0.0024981710594147444s: None +2025-10-03 20:38:18 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[895fa92b-3783-4b4d-9f39-9fd61506e5c8] received +2025-10-03 20:38:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[895fa92b-3783-4b4d-9f39-9fd61506e5c8] succeeded in 0.0019323190208524466s: None +2025-10-03 20:38:21 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b347819-bafd-47ba-a386-c0792708522d] received +2025-10-03 20:38:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8b347819-bafd-47ba-a386-c0792708522d] succeeded in 0.002299831947311759s: None +2025-10-03 20:38:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0b52afc-2da4-4cbe-8999-5b217195251c] received +2025-10-03 20:38:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0b52afc-2da4-4cbe-8999-5b217195251c] succeeded in 0.0024502810556441545s: None +2025-10-03 20:38:26 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37fae969-4253-4485-9758-d1e72d9461a9] received +2025-10-03 20:38:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[37fae969-4253-4485-9758-d1e72d9461a9] succeeded in 0.002485182136297226s: None +2025-10-03 20:38:29 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e41f936-cc76-4db7-a788-c5f052cffd66] received +2025-10-03 20:38:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e41f936-cc76-4db7-a788-c5f052cffd66] succeeded in 0.0028353941161185503s: None +2025-10-03 20:38:32 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f290bc20-74a0-447e-a632-217a62f59d2b] received +2025-10-03 20:38:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f290bc20-74a0-447e-a632-217a62f59d2b] succeeded in 0.0026237131096422672s: None +2025-10-03 20:38:35 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0636512-25fd-4146-97e0-aba752ffc783] received +2025-10-03 20:38:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f0636512-25fd-4146-97e0-aba752ffc783] succeeded in 0.002102420898154378s: None +2025-10-03 20:38:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5779619-82fb-4551-a354-de5dae548b8f] received +2025-10-03 20:38:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5779619-82fb-4551-a354-de5dae548b8f] succeeded in 0.0021787958685308695s: None +2025-10-03 20:38:40 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[696cc002-900c-44df-b540-5882c68d56d2] received +2025-10-03 20:38:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[696cc002-900c-44df-b540-5882c68d56d2] succeeded in 0.0024858908727765083s: None +2025-10-03 20:38:43 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ebb4c59-1409-4525-b39d-bc3a65919ebb] received +2025-10-03 20:38:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ebb4c59-1409-4525-b39d-bc3a65919ebb] succeeded in 0.002522955881431699s: None +2025-10-03 20:38:46 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f841ba7-2dd2-4535-9f80-794368050222] received +2025-10-03 20:38:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f841ba7-2dd2-4535-9f80-794368050222] succeeded in 0.002105665858834982s: None +2025-10-03 20:38:49 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9628bfbf-0f32-4c53-af76-76b256447981] received +2025-10-03 20:38:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9628bfbf-0f32-4c53-af76-76b256447981] succeeded in 0.002071223920211196s: None +2025-10-03 20:38:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d87516b3-e05b-4ec0-a2e3-cd8b9918c8b6] received +2025-10-03 20:38:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d87516b3-e05b-4ec0-a2e3-cd8b9918c8b6] succeeded in 0.0028604180552065372s: None +2025-10-03 20:38:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[599f9d72-0020-4140-8337-795d58ac347d] received +2025-10-03 20:38:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[599f9d72-0020-4140-8337-795d58ac347d] succeeded in 0.0023481911048293114s: None +2025-10-03 20:38:57 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11a937a8-1363-44a0-b905-b40287653b0e] received +2025-10-03 20:38:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11a937a8-1363-44a0-b905-b40287653b0e] succeeded in 0.0021633259020745754s: None +2025-10-03 20:39:00 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b593c132-3192-4ed8-b196-cb8c001fd02a] received +2025-10-03 20:39:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b593c132-3192-4ed8-b196-cb8c001fd02a] succeeded in 0.0025773998349905014s: None +2025-10-03 20:39:03 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a74ab72d-8baf-4210-ae34-59fd0f7517cc] received +2025-10-03 20:39:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a74ab72d-8baf-4210-ae34-59fd0f7517cc] succeeded in 0.0026822600048035383s: None +2025-10-03 20:39:05 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04312602-b8a5-4bdf-9b8a-470d86612d7a] received +2025-10-03 20:39:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04312602-b8a5-4bdf-9b8a-470d86612d7a] succeeded in 0.0019419959280639887s: None +2025-10-03 20:39:08 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3b0e735-a627-45c0-9710-18bcca8296fc] received +2025-10-03 20:39:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3b0e735-a627-45c0-9710-18bcca8296fc] succeeded in 0.0021778380032628775s: None +2025-10-03 20:39:11 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f288634-8f67-443d-907b-deef410aae41] received +2025-10-03 20:39:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f288634-8f67-443d-907b-deef410aae41] succeeded in 0.002246019896119833s: None +2025-10-03 20:39:14 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf3ba9b1-de96-4bf6-bbd4-6af2fd1056b5] received +2025-10-03 20:39:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf3ba9b1-de96-4bf6-bbd4-6af2fd1056b5] succeeded in 0.002269465010613203s: None +2025-10-03 20:39:16 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89145a6b-e20b-4743-850b-badeac9098ab] received +2025-10-03 20:39:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[89145a6b-e20b-4743-850b-badeac9098ab] succeeded in 0.0023383169900625944s: None +2025-10-03 20:39:19 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d98ed22-e6fd-4ed7-a07b-3039422a0dba] received +2025-10-03 20:39:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d98ed22-e6fd-4ed7-a07b-3039422a0dba] succeeded in 0.0027392071206122637s: None +2025-10-03 20:39:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c04b2e5f-bfc9-4c1e-ba9f-9dd10c2d8b49] received +2025-10-03 20:39:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c04b2e5f-bfc9-4c1e-ba9f-9dd10c2d8b49] succeeded in 0.0023243078030645847s: None +2025-10-03 20:39:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfcad72e-84fe-42a1-b8ca-d6e716ce0754] received +2025-10-03 20:39:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfcad72e-84fe-42a1-b8ca-d6e716ce0754] succeeded in 0.00216197082772851s: None +2025-10-03 20:39:28 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8243bf6a-c33e-4171-8aab-35543a80e70c] received +2025-10-03 20:39:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8243bf6a-c33e-4171-8aab-35543a80e70c] succeeded in 0.0024299470242112875s: None +2025-10-03 20:39:30 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:39:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1be03f86-5145-4b90-8e14-2a63e6646917] received +2025-10-03 20:39:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1be03f86-5145-4b90-8e14-2a63e6646917] succeeded in 0.002425108104944229s: None +2025-10-03 20:39:38 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing completed track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:39:38 [INFO] Celery[DW-STDERR]: Storing track 'Secret Smile' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:39:38 [INFO] Celery[DW-STDERR]: Successfully stored track 'Secret Smile' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:39:38 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 completed: +2025-10-03 20:39:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0493fe4b-42a9-4bcb-8766-422b5fd79e52] received +2025-10-03 20:39:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0493fe4b-42a9-4bcb-8766-422b5fd79e52] succeeded in 0.0025927498936653137s: None +2025-10-03 20:40:17 [INFO] SSE Stream: New client connecting... +2025-10-03 20:40:17 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:40:17 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:40:21 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:21 [INFO] Celery[DW-STDERR]: Storing track 'It's All Been Done' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:21 [INFO] Celery[DW-STDERR]: Successfully stored track 'It's All Been Done' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:21 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[682e328e-36b0-479a-b5a4-063588efc947] received +2025-10-03 20:40:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[682e328e-36b0-479a-b5a4-063588efc947] succeeded in 0.0020130460616201162s: None +2025-10-03 20:40:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Storing track 'The Best Deceptions' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Best Deceptions' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[879c25cf-8895-4b7e-b90a-7e13ec216958] received +2025-10-03 20:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[879c25cf-8895-4b7e-b90a-7e13ec216958] succeeded in 0.00206180103123188s: None +2025-10-03 20:40:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Storing track 'Iris' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Successfully stored track 'Iris' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5b94260-1de0-421d-8a5e-47aa7ce367d3] received +2025-10-03 20:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5b94260-1de0-421d-8a5e-47aa7ce367d3] succeeded in 0.001946700969710946s: None +2025-10-03 20:40:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Storing track 'Sober Up - feat. Rivers Cuomo' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Successfully stored track 'Sober Up - feat. Rivers Cuomo' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c980ee4-b2ac-46ef-8b70-d7ce2cf40e5a] received +2025-10-03 20:40:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c980ee4-b2ac-46ef-8b70-d7ce2cf40e5a] succeeded in 0.002072955947369337s: None +2025-10-03 20:40:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Storing track 'Round Here' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Successfully stored track 'Round Here' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4d16fd9-774b-428c-bfe2-2ba98a8d18b7] received +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4d16fd9-774b-428c-bfe2-2ba98a8d18b7] succeeded in 0.0019147228449583054s: None +2025-10-03 20:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Storing track 'When You Were Young' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Successfully stored track 'When You Were Young' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c077ff7c-c7fc-4114-ad58-910fc99fb119] received +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c077ff7c-c7fc-4114-ad58-910fc99fb119] succeeded in 0.0020159960258752108s: None +2025-10-03 20:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Storing track 'Here's to Never Growing Up' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Successfully stored track 'Here's to Never Growing Up' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1ab2fbc-91d4-43fa-81fe-2469ad6bb9d6] received +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1ab2fbc-91d4-43fa-81fe-2469ad6bb9d6] succeeded in 0.0025030721444636583s: None +2025-10-03 20:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Storing track 'Here's to the Night' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Successfully stored track 'Here's to the Night' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[736f5b17-d95c-44f5-a02a-7f4d96c8e9ec] received +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[736f5b17-d95c-44f5-a02a-7f4d96c8e9ec] succeeded in 0.005496199941262603s: None +2025-10-03 20:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Storing track 'Semi-Charmed Life' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Successfully stored track 'Semi-Charmed Life' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b8e1cb1-c2cd-42f0-a57c-46061f2cdeb4] received +2025-10-03 20:40:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b8e1cb1-c2cd-42f0-a57c-46061f2cdeb4] succeeded in 0.002101598074659705s: None +2025-10-03 20:40:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Storing track 'Memories' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'Memories' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a16a8904-b355-4e13-88ea-b5be42954734] received +2025-10-03 20:40:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a16a8904-b355-4e13-88ea-b5be42954734] succeeded in 0.002096083015203476s: None +2025-10-03 20:40:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Storing track 'Rockin' the Suburbs' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'Rockin' the Suburbs' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[984051c6-a2be-488d-a121-35cd8cb5d5d4] received +2025-10-03 20:40:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[984051c6-a2be-488d-a121-35cd8cb5d5d4] succeeded in 0.002215280896052718s: None +2025-10-03 20:40:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:24 [INFO] Celery[DW-STDERR]: Storing track 'Undone - The Sweater Song' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Undone - The Sweater Song' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee1586ae-f2a4-49e4-bac6-b21762f1cb82] received +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee1586ae-f2a4-49e4-bac6-b21762f1cb82] succeeded in 0.0018629550468176603s: None +2025-10-03 20:40:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Storing track 'I Miss You' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Miss You' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a208e8da-75fb-47f9-8864-206cc81dba33] received +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a208e8da-75fb-47f9-8864-206cc81dba33] succeeded in 0.002184517914429307s: None +2025-10-03 20:40:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 initializing... +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Skipping track initialization storage (part of album/playlist, children table: playlist_9e01ebd19a) +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adfef293-32d7-42cc-ad3c-12b82a4dbaae] received +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adfef293-32d7-42cc-ad3c-12b82a4dbaae] succeeded in 0.0019286400638520718s: None +2025-10-03 20:40:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e82e1d6-5d8f-425f-9f22-55ff3e6ac5f8] received +2025-10-03 20:40:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e82e1d6-5d8f-425f-9f22-55ff3e6ac5f8] succeeded in 0.0017717229202389717s: None +2025-10-03 20:40:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:28 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18662f5e-36d3-420d-bae3-258f52a7e739] received +2025-10-03 20:40:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18662f5e-36d3-420d-bae3-258f52a7e739] succeeded in 0.002160168020054698s: None +2025-10-03 20:40:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:30 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdbf39fb-205c-4d68-adc1-454ff79194bd] received +2025-10-03 20:40:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdbf39fb-205c-4d68-adc1-454ff79194bd] succeeded in 0.0022332670632749796s: None +2025-10-03 20:40:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:33 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[280eb961-2659-4c4c-a251-749cffe75b8d] received +2025-10-03 20:40:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[280eb961-2659-4c4c-a251-749cffe75b8d] succeeded in 0.0026961148250848055s: None +2025-10-03 20:40:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:35 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81e6be47-ca7e-4ff1-a86c-7d8b327324e6] received +2025-10-03 20:40:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[81e6be47-ca7e-4ff1-a86c-7d8b327324e6] succeeded in 0.0025927128735929728s: None +2025-10-03 20:40:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3783b431-73a2-4d2a-a446-6afdab6fca4d] received +2025-10-03 20:40:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3783b431-73a2-4d2a-a446-6afdab6fca4d] succeeded in 0.0024861409328877926s: None +2025-10-03 20:40:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:40 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e39e8396-4d75-4b79-bfbf-2319010c244f] received +2025-10-03 20:40:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e39e8396-4d75-4b79-bfbf-2319010c244f] succeeded in 0.00214982102625072s: None +2025-10-03 20:40:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:42 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6aad16df-4fda-46de-a28f-999484832291] received +2025-10-03 20:40:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6aad16df-4fda-46de-a28f-999484832291] succeeded in 0.002643771003931761s: None +2025-10-03 20:40:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:45 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27ce9acd-de9d-497b-aea3-ceb0be82e7dd] received +2025-10-03 20:40:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27ce9acd-de9d-497b-aea3-ceb0be82e7dd] succeeded in 0.002017335034906864s: None +2025-10-03 20:40:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:47 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6af9a15-c093-430e-96a8-07bb8a4087a0] received +2025-10-03 20:40:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6af9a15-c093-430e-96a8-07bb8a4087a0] succeeded in 0.0022663320414721966s: None +2025-10-03 20:40:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:50 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0c3081c-0cb2-4594-8f2f-bc8c22516256] received +2025-10-03 20:40:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0c3081c-0cb2-4594-8f2f-bc8c22516256] succeeded in 0.002406307030469179s: None +2025-10-03 20:40:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:52 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[178b0991-100d-422d-9ef8-9e8959506c88] received +2025-10-03 20:40:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[178b0991-100d-422d-9ef8-9e8959506c88] succeeded in 0.002649736125022173s: None +2025-10-03 20:40:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:55 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[048032f1-6281-4f11-b2a0-281376aa73f2] received +2025-10-03 20:40:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[048032f1-6281-4f11-b2a0-281376aa73f2] succeeded in 0.00244483002461493s: None +2025-10-03 20:40:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:57 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d550cb41-9185-403a-84d2-bb0e5283b792] received +2025-10-03 20:40:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d550cb41-9185-403a-84d2-bb0e5283b792] succeeded in 0.0022266870364546776s: None +2025-10-03 20:40:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:40:59 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:40:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3287f6c-4a90-4720-822b-773b38e108db] received +2025-10-03 20:40:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3287f6c-4a90-4720-822b-773b38e108db] succeeded in 0.0024097319692373276s: None +2025-10-03 20:40:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:02 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[592aff08-3319-4d76-9b8a-9ec7838233d3] received +2025-10-03 20:41:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[592aff08-3319-4d76-9b8a-9ec7838233d3] succeeded in 0.00258996500633657s: None +2025-10-03 20:41:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:04 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f41a1ead-b5c7-4b0e-b4e8-95a803b13208] received +2025-10-03 20:41:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f41a1ead-b5c7-4b0e-b4e8-95a803b13208] succeeded in 0.0022776969708502293s: None +2025-10-03 20:41:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:07 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4a1b93d-6aea-4039-9592-4bdc8747fd9d] received +2025-10-03 20:41:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4a1b93d-6aea-4039-9592-4bdc8747fd9d] succeeded in 0.0023476718924939632s: None +2025-10-03 20:41:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:09 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7830a4c1-7ec8-4a2a-bcc5-277f38c81035] received +2025-10-03 20:41:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7830a4c1-7ec8-4a2a-bcc5-277f38c81035] succeeded in 0.002320371102541685s: None +2025-10-03 20:41:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:11 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14408aa5-7894-4297-9ce4-9576259f177c] received +2025-10-03 20:41:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14408aa5-7894-4297-9ce4-9576259f177c] succeeded in 0.0020062739495187998s: None +2025-10-03 20:41:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:14 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6d079d8-482c-4b76-8c05-7d418c761efa] received +2025-10-03 20:41:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6d079d8-482c-4b76-8c05-7d418c761efa] succeeded in 0.002282401081174612s: None +2025-10-03 20:41:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:16 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[520af689-925d-4caa-aa68-7dfa7c30dd9c] received +2025-10-03 20:41:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[520af689-925d-4caa-aa68-7dfa7c30dd9c] succeeded in 0.003229241818189621s: None +2025-10-03 20:41:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:19 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dd53dc1-3976-41ee-b9e2-f8245d8550c5] received +2025-10-03 20:41:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7dd53dc1-3976-41ee-b9e2-f8245d8550c5] succeeded in 0.0026215501129627228s: None +2025-10-03 20:41:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:21 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a50d9a41-4c73-4800-8493-b80b44890113] received +2025-10-03 20:41:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a50d9a41-4c73-4800-8493-b80b44890113] succeeded in 0.003339454997330904s: None +2025-10-03 20:41:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0c1ab9-0f51-4776-aab7-eed4cb04d714] received +2025-10-03 20:41:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0c1ab9-0f51-4776-aab7-eed4cb04d714] succeeded in 0.002182413125410676s: None +2025-10-03 20:41:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:26 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53f7cba2-a75d-4f4e-bcd0-fcb86a372031] received +2025-10-03 20:41:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[53f7cba2-a75d-4f4e-bcd0-fcb86a372031] succeeded in 0.0022959490306675434s: None +2025-10-03 20:41:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:29 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cdce38b-8aa1-4068-a02a-8131dd1ad78b] received +2025-10-03 20:41:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cdce38b-8aa1-4068-a02a-8131dd1ad78b] succeeded in 0.0027271059807389975s: None +2025-10-03 20:41:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:31 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ee6b8f7-dcf1-45d3-8528-9a6494500434] received +2025-10-03 20:41:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ee6b8f7-dcf1-45d3-8528-9a6494500434] succeeded in 0.0025737781543284655s: None +2025-10-03 20:41:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:33 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8099f527-860c-4c92-99a2-587cd88b1bb7] received +2025-10-03 20:41:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8099f527-860c-4c92-99a2-587cd88b1bb7] succeeded in 0.0027726739645004272s: None +2025-10-03 20:41:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:36 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[386fd977-5919-483b-99ea-e5f11015248e] received +2025-10-03 20:41:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[386fd977-5919-483b-99ea-e5f11015248e] succeeded in 0.0024917880073189735s: None +2025-10-03 20:41:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:38 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9e1a007-b02a-4a73-8f7e-0072db0c38e0] received +2025-10-03 20:41:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b9e1a007-b02a-4a73-8f7e-0072db0c38e0] succeeded in 0.0010260720737278461s: None +2025-10-03 20:41:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:41 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f4055ef-6f07-4b87-bdaf-b7cbfaca29e8] received +2025-10-03 20:41:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f4055ef-6f07-4b87-bdaf-b7cbfaca29e8] succeeded in 0.0025961599312722683s: None +2025-10-03 20:41:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:43 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5bcc552-7f84-4513-9ece-e069e7b1ed16] received +2025-10-03 20:41:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a5bcc552-7f84-4513-9ece-e069e7b1ed16] succeeded in 0.002743999008089304s: None +2025-10-03 20:41:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:46 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fb2d022-10aa-47cb-b60a-9d5d8e37eaa2] received +2025-10-03 20:41:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9fb2d022-10aa-47cb-b60a-9d5d8e37eaa2] succeeded in 0.0022311119828373194s: None +2025-10-03 20:41:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:48 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30e27e97-6f42-4289-a9b6-46348c6bedde] received +2025-10-03 20:41:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[30e27e97-6f42-4289-a9b6-46348c6bedde] succeeded in 0.001927435165271163s: None +2025-10-03 20:41:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:50 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b6ac98c-2059-4b9e-bcd3-516012319fa8] received +2025-10-03 20:41:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b6ac98c-2059-4b9e-bcd3-516012319fa8] succeeded in 0.0021424859296530485s: None +2025-10-03 20:41:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:53 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[465e5ae5-7a73-4ec1-b8d4-2e2ec6d3f609] received +2025-10-03 20:41:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[465e5ae5-7a73-4ec1-b8d4-2e2ec6d3f609] succeeded in 0.0025935079902410507s: None +2025-10-03 20:41:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:55 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd5a955c-4ac1-4a99-a86e-9aab44964c89] received +2025-10-03 20:41:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd5a955c-4ac1-4a99-a86e-9aab44964c89] succeeded in 0.002495724940672517s: None +2025-10-03 20:41:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:41:58 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[146aaae2-9b28-443e-8038-31b1c779b485] received +2025-10-03 20:41:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[146aaae2-9b28-443e-8038-31b1c779b485] succeeded in 0.0024992350954562426s: None +2025-10-03 20:41:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:00 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88ee87b6-edff-4be8-a325-530a14f1f440] received +2025-10-03 20:42:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88ee87b6-edff-4be8-a325-530a14f1f440] succeeded in 0.002504928968846798s: None +2025-10-03 20:42:00 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:03 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fa70a47-ed41-43d8-b14e-32c8331b6e32] received +2025-10-03 20:42:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1fa70a47-ed41-43d8-b14e-32c8331b6e32] succeeded in 0.00150817702524364s: None +2025-10-03 20:42:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:05 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f145b9d3-25b0-41cc-a0f7-ae3a1ef5a7e0] received +2025-10-03 20:42:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f145b9d3-25b0-41cc-a0f7-ae3a1ef5a7e0] succeeded in 0.0020926841534674168s: None +2025-10-03 20:42:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:07 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06b91ef5-a92b-4cc8-a860-2c5cd0f9d4fa] received +2025-10-03 20:42:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06b91ef5-a92b-4cc8-a860-2c5cd0f9d4fa] succeeded in 0.002438716124743223s: None +2025-10-03 20:42:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:10 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c45228ec-ecc8-4855-b759-8ad7d069533f] received +2025-10-03 20:42:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c45228ec-ecc8-4855-b759-8ad7d069533f] succeeded in 0.002437218790873885s: None +2025-10-03 20:42:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:12 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7628611-d3fd-47bf-8914-e0440b276e8c] received +2025-10-03 20:42:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7628611-d3fd-47bf-8914-e0440b276e8c] succeeded in 0.0026911739259958267s: None +2025-10-03 20:42:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:15 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c56bf0cc-c858-4a57-a2a5-6c8d9057ffbf] received +2025-10-03 20:42:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c56bf0cc-c858-4a57-a2a5-6c8d9057ffbf] succeeded in 0.0019870619289577007s: None +2025-10-03 20:42:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:17 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41a87496-b904-46e6-822b-5e4ebcb7bcaf] received +2025-10-03 20:42:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41a87496-b904-46e6-822b-5e4ebcb7bcaf] succeeded in 0.0023867469280958176s: None +2025-10-03 20:42:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:20 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00f329d9-8e76-472d-b4a3-89f8e7ac3038] received +2025-10-03 20:42:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00f329d9-8e76-472d-b4a3-89f8e7ac3038] succeeded in 0.0028598071075975895s: None +2025-10-03 20:42:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:22 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f47f2d7-62eb-4ea4-9580-39f075c5338d] received +2025-10-03 20:42:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f47f2d7-62eb-4ea4-9580-39f075c5338d] succeeded in 0.002483079908415675s: None +2025-10-03 20:42:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:24 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10ae98e2-1233-4641-8c3d-305b3914d2bc] received +2025-10-03 20:42:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10ae98e2-1233-4641-8c3d-305b3914d2bc] succeeded in 0.002528578042984009s: None +2025-10-03 20:42:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:27 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[382ae063-8b40-427f-9dc7-af3b4e519386] received +2025-10-03 20:42:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[382ae063-8b40-427f-9dc7-af3b4e519386] succeeded in 0.002617651131004095s: None +2025-10-03 20:42:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:29 [INFO] SSE client disconnected +2025-10-03 20:42:29 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:42:29 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b84d74a3-343e-4ad2-b8ad-eddbaa8b45c1] received +2025-10-03 20:42:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b84d74a3-343e-4ad2-b8ad-eddbaa8b45c1] succeeded in 0.002684046048671007s: None +2025-10-03 20:42:29 [INFO] Checking watch status for playlist 4zfPIT6KMcy40Dx7C9JS4D. +2025-10-03 20:42:31 [INFO] SSE Stream: New client connecting... +2025-10-03 20:42:31 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:42:31 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:42:31 [INFO] SSE Stream: Sent replay callback for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:42:32 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67ab58d6-4bec-49c6-b1f4-f95b7f51253b] received +2025-10-03 20:42:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67ab58d6-4bec-49c6-b1f4-f95b7f51253b] succeeded in 0.0018947150092571974s: None +2025-10-03 20:42:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:34 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[371daac5-94f4-464f-b187-300830e7aefb] received +2025-10-03 20:42:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[371daac5-94f4-464f-b187-300830e7aefb] succeeded in 0.0024207099340856075s: None +2025-10-03 20:42:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b0d5570-3796-4d89-ac5c-f5e2aa7f0f85] received +2025-10-03 20:42:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5b0d5570-3796-4d89-ac5c-f5e2aa7f0f85] succeeded in 0.0024935640394687653s: None +2025-10-03 20:42:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:39 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[668a4c98-81f8-460a-93c9-721c65d69dcb] received +2025-10-03 20:42:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[668a4c98-81f8-460a-93c9-721c65d69dcb] succeeded in 0.00253115501254797s: None +2025-10-03 20:42:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:41 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e98abbd7-bc63-4a46-8557-cd55f6979c91] received +2025-10-03 20:42:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e98abbd7-bc63-4a46-8557-cd55f6979c91] succeeded in 0.00254920800216496s: None +2025-10-03 20:42:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:44 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[793145a4-e8cc-4504-b451-7b5642193d58] received +2025-10-03 20:42:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[793145a4-e8cc-4504-b451-7b5642193d58] succeeded in 0.002478043083101511s: None +2025-10-03 20:42:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:46 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b85a1191-0c88-4d06-999e-8857357a2006] received +2025-10-03 20:42:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b85a1191-0c88-4d06-999e-8857357a2006] succeeded in 0.001610906096175313s: None +2025-10-03 20:42:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:49 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b34f809d-c6fb-44fb-bb54-78f808454a50] received +2025-10-03 20:42:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b34f809d-c6fb-44fb-bb54-78f808454a50] succeeded in 0.002079227939248085s: None +2025-10-03 20:42:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:51 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb1c9141-9309-4e52-8e6d-51dbb5e3849b] received +2025-10-03 20:42:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb1c9141-9309-4e52-8e6d-51dbb5e3849b] succeeded in 0.00245211785659194s: None +2025-10-03 20:42:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0d13833-f314-4e2a-8157-c5101a9aabc2] received +2025-10-03 20:42:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0d13833-f314-4e2a-8157-c5101a9aabc2] succeeded in 0.002231554128229618s: None +2025-10-03 20:42:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:56 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7359cd2-d443-4687-a3d8-6ffdd98d0ef2] received +2025-10-03 20:42:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7359cd2-d443-4687-a3d8-6ffdd98d0ef2] succeeded in 0.0023167310282588005s: None +2025-10-03 20:42:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:42:58 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:42:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3185620-494d-43ff-b010-7ef6e63ca813] received +2025-10-03 20:42:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3185620-494d-43ff-b010-7ef6e63ca813] succeeded in 0.0034649160224944353s: None +2025-10-03 20:42:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:01 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6348dab-3b91-4a58-b59e-d07307f2e1eb] received +2025-10-03 20:43:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d6348dab-3b91-4a58-b59e-d07307f2e1eb] succeeded in 0.0025165979750454426s: None +2025-10-03 20:43:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:03 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a14e5d-c8c0-4e7d-9f0f-36d8fac9ea79] received +2025-10-03 20:43:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77a14e5d-c8c0-4e7d-9f0f-36d8fac9ea79] succeeded in 0.0023537110537290573s: None +2025-10-03 20:43:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:06 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5adebe6-f167-4dcf-ac05-5fdd39296e70] received +2025-10-03 20:43:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5adebe6-f167-4dcf-ac05-5fdd39296e70] succeeded in 0.0022396158892661333s: None +2025-10-03 20:43:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:08 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[386fb4b8-d4bc-4bb2-be42-57962f13e76d] received +2025-10-03 20:43:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[386fb4b8-d4bc-4bb2-be42-57962f13e76d] succeeded in 0.00232499185949564s: None +2025-10-03 20:43:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:11 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b4dc2fa-04af-48f9-898f-58acd9e27494] received +2025-10-03 20:43:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b4dc2fa-04af-48f9-898f-58acd9e27494] succeeded in 0.002799504902213812s: None +2025-10-03 20:43:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:13 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e12e907-88aa-427b-9266-2f27b25677c4] received +2025-10-03 20:43:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8e12e907-88aa-427b-9266-2f27b25677c4] succeeded in 0.002161725889891386s: None +2025-10-03 20:43:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:15 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[831a65bd-2a17-4cc5-b47c-bebdb245622f] received +2025-10-03 20:43:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[831a65bd-2a17-4cc5-b47c-bebdb245622f] succeeded in 0.002192039042711258s: None +2025-10-03 20:43:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:17 [INFO] SSE client disconnected +2025-10-03 20:43:17 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:43:18 [INFO] Checking watch status for playlist 4zfPIT6KMcy40Dx7C9JS4D. +2025-10-03 20:43:18 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fe9a45c-6e76-48a9-8292-698bf7aca07b] received +2025-10-03 20:43:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8fe9a45c-6e76-48a9-8292-698bf7aca07b] succeeded in 0.001930583966895938s: None +2025-10-03 20:43:19 [INFO] SSE Stream: New client connecting... +2025-10-03 20:43:19 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:43:19 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:43:19 [INFO] SSE Stream: Sent replay callback for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:43:20 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4e6c5af-841e-4b74-9458-513843c1b2d9] received +2025-10-03 20:43:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4e6c5af-841e-4b74-9458-513843c1b2d9] succeeded in 0.002450902946293354s: None +2025-10-03 20:43:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a4884f2-6909-431e-8048-9de524776bf4] received +2025-10-03 20:43:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a4884f2-6909-431e-8048-9de524776bf4] succeeded in 0.002311005024239421s: None +2025-10-03 20:43:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:25 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a332a29-9771-413f-bf62-c2cce38b682a] received +2025-10-03 20:43:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a332a29-9771-413f-bf62-c2cce38b682a] succeeded in 0.0021769271697849035s: None +2025-10-03 20:43:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:28 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65bdea08-7977-45d9-923a-e8d9eea0df64] received +2025-10-03 20:43:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65bdea08-7977-45d9-923a-e8d9eea0df64] succeeded in 0.0019136571791023016s: None +2025-10-03 20:43:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:30 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34547890-af55-48c1-b098-f2895ae46b6b] received +2025-10-03 20:43:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[34547890-af55-48c1-b098-f2895ae46b6b] succeeded in 0.0022202779073268175s: None +2025-10-03 20:43:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:32 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72d09cae-599f-4a2c-a991-7e854312330b] received +2025-10-03 20:43:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72d09cae-599f-4a2c-a991-7e854312330b] succeeded in 0.0022079700138419867s: None +2025-10-03 20:43:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:35 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5619a2c-0292-4b05-9465-72db2fc456c0] received +2025-10-03 20:43:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5619a2c-0292-4b05-9465-72db2fc456c0] succeeded in 0.002591185038909316s: None +2025-10-03 20:43:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a615d0a7-7176-4749-aa62-c06b566a76c1] received +2025-10-03 20:43:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a615d0a7-7176-4749-aa62-c06b566a76c1] succeeded in 0.002174378139898181s: None +2025-10-03 20:43:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:40 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f2eb809-6bf7-4af3-aeba-130214988d87] received +2025-10-03 20:43:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f2eb809-6bf7-4af3-aeba-130214988d87] succeeded in 0.0025980749633163214s: None +2025-10-03 20:43:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:43:42 [INFO] SSE client disconnected +2025-10-03 20:43:42 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:43:42 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84fba9ce-920e-4164-9e6e-874c0655033d] received +2025-10-03 20:43:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[84fba9ce-920e-4164-9e6e-874c0655033d] succeeded in 0.002751918975263834s: None +2025-10-03 20:43:45 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7152a602-5386-4371-a1a2-ea5a6f68d982] received +2025-10-03 20:43:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7152a602-5386-4371-a1a2-ea5a6f68d982] succeeded in 0.002349352929741144s: None +2025-10-03 20:43:47 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7b6f5db-1454-4c9b-a6e9-dc6121220c9f] received +2025-10-03 20:43:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7b6f5db-1454-4c9b-a6e9-dc6121220c9f] succeeded in 0.002229912905022502s: None +2025-10-03 20:43:49 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bfb9daa-9047-482e-840f-23263d0b5499] received +2025-10-03 20:43:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bfb9daa-9047-482e-840f-23263d0b5499] succeeded in 0.002477192087098956s: None +2025-10-03 20:43:52 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb023223-139b-444a-a789-63612b14ae98] received +2025-10-03 20:43:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eb023223-139b-444a-a789-63612b14ae98] succeeded in 0.0022385979536920786s: None +2025-10-03 20:43:54 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ba86121-f557-44d7-ab77-0c4d4b9cc661] received +2025-10-03 20:43:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ba86121-f557-44d7-ab77-0c4d4b9cc661] succeeded in 0.003238455858081579s: None +2025-10-03 20:43:57 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[503b30fd-b431-4ece-9347-329964b61f57] received +2025-10-03 20:43:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[503b30fd-b431-4ece-9347-329964b61f57] succeeded in 0.002582379849627614s: None +2025-10-03 20:43:59 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:43:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f232ff2-547a-42e2-8b65-68d681f1f7ba] received +2025-10-03 20:43:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f232ff2-547a-42e2-8b65-68d681f1f7ba] succeeded in 0.003025525016710162s: None +2025-10-03 20:44:02 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7ff61a3-1a21-4c60-9784-6e38ac40598b] received +2025-10-03 20:44:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7ff61a3-1a21-4c60-9784-6e38ac40598b] succeeded in 0.002632998861372471s: None +2025-10-03 20:44:04 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92687650-6ad3-469a-b559-490e891d731e] received +2025-10-03 20:44:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[92687650-6ad3-469a-b559-490e891d731e] succeeded in 0.002189468126744032s: None +2025-10-03 20:44:07 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d568934a-b10c-4bc0-aeec-0568400505b2] received +2025-10-03 20:44:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d568934a-b10c-4bc0-aeec-0568400505b2] succeeded in 0.0026605178136378527s: None +2025-10-03 20:44:09 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d017370-f78b-45bf-8d35-c686bfdc4e33] received +2025-10-03 20:44:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d017370-f78b-45bf-8d35-c686bfdc4e33] succeeded in 0.0009658490307629108s: None +2025-10-03 20:44:11 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fe96a26-556b-4403-9757-e2cbe1a3ea67] received +2025-10-03 20:44:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fe96a26-556b-4403-9757-e2cbe1a3ea67] succeeded in 0.0017996320966631174s: None +2025-10-03 20:44:14 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c02170-6b3c-404e-ac72-4e798e950634] received +2025-10-03 20:44:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c02170-6b3c-404e-ac72-4e798e950634] succeeded in 0.006008883938193321s: None +2025-10-03 20:44:16 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00b4d0de-9bf4-42d4-9659-bea6c4f904ff] received +2025-10-03 20:44:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00b4d0de-9bf4-42d4-9659-bea6c4f904ff] succeeded in 0.002463549142703414s: None +2025-10-03 20:44:19 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97ace720-ce3a-4b16-9daf-e3b0cca95f0c] received +2025-10-03 20:44:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97ace720-ce3a-4b16-9daf-e3b0cca95f0c] succeeded in 0.002043267013505101s: None +2025-10-03 20:44:21 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[723975b9-3253-4ed3-9a24-2889decb428b] received +2025-10-03 20:44:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[723975b9-3253-4ed3-9a24-2889decb428b] succeeded in 0.0024155538994818926s: None +2025-10-03 20:44:23 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ab93604-55f1-46d2-bbc1-36ce4ad58183] received +2025-10-03 20:44:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ab93604-55f1-46d2-bbc1-36ce4ad58183] succeeded in 0.002564127091318369s: None +2025-10-03 20:44:26 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 real-time: No details +2025-10-03 20:44:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb816ada-f4c6-4091-ba58-063b567cf8c3] received +2025-10-03 20:44:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fb816ada-f4c6-4091-ba58-063b567cf8c3] succeeded in 0.0024472030345350504s: None +2025-10-03 20:44:34 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing completed track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:44:34 [INFO] Celery[DW-STDERR]: Storing track 'A Praise Chorus' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:44:34 [INFO] Celery[DW-STDERR]: Successfully stored track 'A Praise Chorus' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:44:34 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 completed: +2025-10-03 20:44:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ecf340a-cfeb-4331-8a33-9af9c3956ab8] received +2025-10-03 20:44:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ecf340a-cfeb-4331-8a33-9af9c3956ab8] succeeded in 0.002110244007781148s: None +2025-10-03 20:45:08 [INFO] SSE Stream: New client connecting... +2025-10-03 20:45:08 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:45:08 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:45:11 [INFO] SSE client disconnected +2025-10-03 20:45:11 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:45:12 [INFO] Checking watch status for playlist 4zfPIT6KMcy40Dx7C9JS4D. +2025-10-03 20:45:13 [INFO] SSE Stream: New client connecting... +2025-10-03 20:45:13 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:45:13 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Storing track 'So Long Goodbye' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Successfully stored track 'So Long Goodbye' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06127553-7a9f-4343-b84f-33ab411e6bc2] received +2025-10-03 20:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06127553-7a9f-4343-b84f-33ab411e6bc2] succeeded in 0.0025760671123862267s: None +2025-10-03 20:45:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing skipped track in children table 'playlist_9e01ebd19a' (progressive) +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Storing track 'The Anthem' in CHILDREN table 'playlist_9e01ebd19a' for task 38319e17-140d-413f-916a-f4726d572bb5 +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Anthem' in table 'playlist_9e01ebd19a' (task: 38319e17-140d-413f-916a-f4726d572bb5) +2025-10-03 20:45:37 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 skipped: Unknown - Unknown +2025-10-03 20:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72ab75a8-71ae-49e6-97c7-8a88be1ff8fe] received +2025-10-03 20:45:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72ab75a8-71ae-49e6-97c7-8a88be1ff8fe] succeeded in 0.0020187669433653355s: None +2025-10-03 20:45:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:45:38 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5: Storing playlist history (completed) +2025-10-03 20:45:38 [INFO] Celery[DW-STDERR]: Populated 22 tracks in children table playlist_9e01ebd19a +2025-10-03 20:45:38 [INFO] Celery[DW-STDERR]: Stored playlist history for 'Beach Trip ‘25' (task: 38319e17-140d-413f-916a-f4726d572bb5, children: playlist_9e01ebd19a, status: partial) +2025-10-03 20:45:38 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 completed: +2025-10-03 20:45:38 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Direct Spotify download (account: json for blob) successful. +2025-10-03 20:45:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59e54f48-b772-4040-9432-b88201118aa4] received +2025-10-03 20:45:38 [INFO] Celery[DW-STDERR]: Task download_playlist[38319e17-140d-413f-916a-f4726d572bb5] succeeded in 660.0861579731572s: {'status': 'success', 'message': 'Playlist download completed'} +2025-10-03 20:45:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59e54f48-b772-4040-9432-b88201118aa4] succeeded in 0.002578185871243477s: None +2025-10-03 20:45:38 [INFO] Celery[DW-STDERR]: Task 38319e17-140d-413f-916a-f4726d572bb5 completed successfully: Beach Trip ‘25 +2025-10-03 20:45:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:45:44 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-03 20:45:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bdf0b5a-ecc3-48ad-b413-945eb5a29e3b] received +2025-10-03 20:45:46 [INFO] Added playlist download task b19f0d49-8634-402b-a6b8-aed45f622b74 to Celery queue. +2025-10-03 20:45:46 [INFO] Celery[DW-STDERR]: Task download_playlist[b19f0d49-8634-402b-a6b8-aed45f622b74] received +2025-10-03 20:45:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9bdf0b5a-ecc3-48ad-b413-945eb5a29e3b] succeeded in 0.0029626290779560804s: None +2025-10-03 20:45:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 started processing: Post Beach Jams +2025-10-03 20:45:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0931311d-d501-4803-b8a3-453f6596ceb0] received +2025-10-03 20:45:46 [INFO] Celery[DW-STDERR]: Processing playlist download task: Post Beach Jams +2025-10-03 20:45:46 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Service determined from URL: spotify +2025-10-03 20:45:46 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2025-10-03 20:45:46 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2025-10-03 20:45:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0931311d-d501-4803-b8a3-453f6596ceb0] succeeded in 0.0022606980055570602s: None +2025-10-03 20:45:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:45:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:45:46 [INFO] Celery[DW-STDERR]: Created new session! device_id: 191a17776db4017a288da2db8770682b308c3755, ap: ap-gue1.spotify.com:80 +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Login5 authentication successful, got access token +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Authenticated as jsonjordan! +2025-10-03 20:45:47 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Creating playlist children table +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Created playlist children table playlist_23429f3bd2 for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Playlist download started for task b19f0d49-8634-402b-a6b8-aed45f622b74, children table: playlist_23429f3bd2 +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Created and stored children table 'playlist_23429f3bd2' in task info +2025-10-03 20:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3718162f-692b-4568-8513-0c14c432cbda] received +2025-10-03 20:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3718162f-692b-4568-8513-0c14c432cbda] succeeded in 0.0018638779874891043s: None +2025-10-03 20:46:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Storing track 'Lifestyles of the Rich & Famous' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Successfully stored track 'Lifestyles of the Rich & Famous' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:46:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9207b51a-9583-418f-9a42-16a00579844b] received +2025-10-03 20:46:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9207b51a-9583-418f-9a42-16a00579844b] succeeded in 0.001923003001138568s: None +2025-10-03 20:46:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Storing track 'Breakeven' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Successfully stored track 'Breakeven' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eff3a39-9ec2-4fcd-8e1a-7617121655fc] received +2025-10-03 20:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eff3a39-9ec2-4fcd-8e1a-7617121655fc] succeeded in 0.0019225769210606813s: None +2025-10-03 20:46:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Storing track 'Teenage Dirtbag' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Successfully stored track 'Teenage Dirtbag' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:46:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f41035a-c587-4eac-baa6-ec917892a5b0] received +2025-10-03 20:46:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f41035a-c587-4eac-baa6-ec917892a5b0] succeeded in 0.001824087928980589s: None +2025-10-03 20:46:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:46:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:46:03 [INFO] Celery[DW-STDERR]: Storing track 'Out Of My Head' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:46:03 [INFO] Celery[DW-STDERR]: Successfully stored track 'Out Of My Head' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:46:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:46:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd4708c0-eea7-4fcb-87fd-f23db6ea3427] received +2025-10-03 20:46:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd4708c0-eea7-4fcb-87fd-f23db6ea3427] succeeded in 0.0017604781314730644s: None +2025-10-03 20:46:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:46:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 20:46:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 20:46:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94212c94-af63-499e-85f2-4a391e44f325] received +2025-10-03 20:46:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94212c94-af63-499e-85f2-4a391e44f325] succeeded in 0.0026642989832907915s: None +2025-10-03 20:46:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:46:04 [INFO] SSE client disconnected +2025-10-03 20:46:04 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:46:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82acb11b-2d13-4385-a1e9-b5a0400708ad] received +2025-10-03 20:46:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82acb11b-2d13-4385-a1e9-b5a0400708ad] succeeded in 0.002344677923247218s: None +2025-10-03 20:46:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c47a7cb-f57f-4ad1-a08e-1227dc2f8935] received +2025-10-03 20:46:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c47a7cb-f57f-4ad1-a08e-1227dc2f8935] succeeded in 0.0026187850162386894s: None +2025-10-03 20:46:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[525178d2-aaba-4f9f-a391-975fbf502d1e] received +2025-10-03 20:46:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[525178d2-aaba-4f9f-a391-975fbf502d1e] succeeded in 0.00232138205319643s: None +2025-10-03 20:46:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[148c14cd-6f68-43fc-a8bf-a55ea915bc05] received +2025-10-03 20:46:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[148c14cd-6f68-43fc-a8bf-a55ea915bc05] succeeded in 0.002152838045731187s: None +2025-10-03 20:46:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd6595dc-0d8e-4321-80e5-9569f24fda9c] received +2025-10-03 20:46:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd6595dc-0d8e-4321-80e5-9569f24fda9c] succeeded in 0.0019448869861662388s: None +2025-10-03 20:46:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ffd3633-e1b0-4934-9a35-ceedc36a8aff] received +2025-10-03 20:46:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ffd3633-e1b0-4934-9a35-ceedc36a8aff] succeeded in 0.0022450301330536604s: None +2025-10-03 20:46:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cea87781-871e-438d-a101-27d34e52658f] received +2025-10-03 20:46:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cea87781-871e-438d-a101-27d34e52658f] succeeded in 0.002184048993512988s: None +2025-10-03 20:46:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f293010c-4ff7-4e96-8d2e-19ce278cc645] received +2025-10-03 20:46:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f293010c-4ff7-4e96-8d2e-19ce278cc645] succeeded in 0.002220106078311801s: None +2025-10-03 20:46:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[869e1899-802e-4c8c-b46f-b603695b22b8] received +2025-10-03 20:46:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[869e1899-802e-4c8c-b46f-b603695b22b8] succeeded in 0.002200743183493614s: None +2025-10-03 20:46:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddf19a5f-7591-4adb-ad69-2b961b0ceb6e] received +2025-10-03 20:46:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ddf19a5f-7591-4adb-ad69-2b961b0ceb6e] succeeded in 0.0023759959731251s: None +2025-10-03 20:46:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1e18d8e-a8ef-4f36-8d48-1ad4da0e6541] received +2025-10-03 20:46:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e1e18d8e-a8ef-4f36-8d48-1ad4da0e6541] succeeded in 0.0021669650450348854s: None +2025-10-03 20:46:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7042c6e0-22a2-4cd9-b2ab-35eca2c6a589] received +2025-10-03 20:46:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7042c6e0-22a2-4cd9-b2ab-35eca2c6a589] succeeded in 0.0022861319594085217s: None +2025-10-03 20:46:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d92adb8-1337-4c15-9c9d-d17b0fda233d] received +2025-10-03 20:46:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6d92adb8-1337-4c15-9c9d-d17b0fda233d] succeeded in 0.0022883890196681023s: None +2025-10-03 20:46:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[147e2611-0de3-4ba6-906e-4cc56c43c7e8] received +2025-10-03 20:46:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[147e2611-0de3-4ba6-906e-4cc56c43c7e8] succeeded in 0.002621009014546871s: None +2025-10-03 20:46:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[383041ff-2d30-4507-9d9c-e047eba9df99] received +2025-10-03 20:46:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[383041ff-2d30-4507-9d9c-e047eba9df99] succeeded in 0.0025694030337035656s: None +2025-10-03 20:46:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[423de88c-4c1a-4117-b0f9-6bd5d542b10f] received +2025-10-03 20:46:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[423de88c-4c1a-4117-b0f9-6bd5d542b10f] succeeded in 0.002529701916500926s: None +2025-10-03 20:46:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7821dd89-6231-4d0e-b094-6e9d439bd23b] received +2025-10-03 20:46:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7821dd89-6231-4d0e-b094-6e9d439bd23b] succeeded in 0.002591489115729928s: None +2025-10-03 20:46:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8602c323-368e-440f-9868-f2b495af0c37] received +2025-10-03 20:46:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8602c323-368e-440f-9868-f2b495af0c37] succeeded in 0.0026873850729316473s: None +2025-10-03 20:46:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc9f78d0-bc0c-4aa1-9ab0-25f68a47e0ed] received +2025-10-03 20:46:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc9f78d0-bc0c-4aa1-9ab0-25f68a47e0ed] succeeded in 0.0023697931319475174s: None +2025-10-03 20:46:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[784c355d-3539-4ef8-82b1-d616c8330795] received +2025-10-03 20:46:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[784c355d-3539-4ef8-82b1-d616c8330795] succeeded in 0.002482673851773143s: None +2025-10-03 20:46:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af964434-b234-4593-b4c9-6fc75a893bd7] received +2025-10-03 20:46:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af964434-b234-4593-b4c9-6fc75a893bd7] succeeded in 0.001410486875101924s: None +2025-10-03 20:46:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcea1959-ed66-4b67-9d23-fbd4b7b1eb77] received +2025-10-03 20:46:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bcea1959-ed66-4b67-9d23-fbd4b7b1eb77] succeeded in 0.0023762839846313s: None +2025-10-03 20:46:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c2ed93f-25ba-4c3e-8e5f-60736f7b0bc3] received +2025-10-03 20:46:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c2ed93f-25ba-4c3e-8e5f-60736f7b0bc3] succeeded in 0.0025114810559898615s: None +2025-10-03 20:46:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:46:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ac342a9-c1c6-44f2-9d6c-51c9bacc449b] received +2025-10-03 20:46:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ac342a9-c1c6-44f2-9d6c-51c9bacc449b] succeeded in 0.002330656163394451s: None +2025-10-03 20:47:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d53ffd32-f34a-4880-86d3-32df6f3dac53] received +2025-10-03 20:47:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d53ffd32-f34a-4880-86d3-32df6f3dac53] succeeded in 0.0025067380629479885s: None +2025-10-03 20:47:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47ccc235-2a5d-4489-8de0-512107c85f7b] received +2025-10-03 20:47:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[47ccc235-2a5d-4489-8de0-512107c85f7b] succeeded in 0.0024894289672374725s: None +2025-10-03 20:47:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6771ad3c-047e-4d4b-957f-33b6bb8eb1e0] received +2025-10-03 20:47:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6771ad3c-047e-4d4b-957f-33b6bb8eb1e0] succeeded in 0.0021104791667312384s: None +2025-10-03 20:47:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b79c7967-5222-447c-9440-0be1f731c83e] received +2025-10-03 20:47:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b79c7967-5222-447c-9440-0be1f731c83e] succeeded in 0.002441572956740856s: None +2025-10-03 20:47:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7745dcc-3cf6-4a21-9c9b-6ab0d25799e3] received +2025-10-03 20:47:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7745dcc-3cf6-4a21-9c9b-6ab0d25799e3] succeeded in 0.0024464628659188747s: None +2025-10-03 20:47:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ba5659c-3caa-4e2d-b97b-2f8d8d5baa17] received +2025-10-03 20:47:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5ba5659c-3caa-4e2d-b97b-2f8d8d5baa17] succeeded in 0.002230013022199273s: None +2025-10-03 20:47:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[502e394b-e7ab-4ec8-9177-d48c7545a72d] received +2025-10-03 20:47:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[502e394b-e7ab-4ec8-9177-d48c7545a72d] succeeded in 0.0025069459807127714s: None +2025-10-03 20:47:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[814622bc-42fa-4be5-b8a3-92e255705d02] received +2025-10-03 20:47:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[814622bc-42fa-4be5-b8a3-92e255705d02] succeeded in 0.0018730128649622202s: None +2025-10-03 20:47:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[427478a1-1e9f-47e0-baef-26af7f15fd32] received +2025-10-03 20:47:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[427478a1-1e9f-47e0-baef-26af7f15fd32] succeeded in 0.00209982180967927s: None +2025-10-03 20:47:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1f36d4b-81d2-494c-af0f-e3d31e9f9fef] received +2025-10-03 20:47:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1f36d4b-81d2-494c-af0f-e3d31e9f9fef] succeeded in 0.0022296451497823s: None +2025-10-03 20:47:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e10dc273-da21-4c94-a752-19e5476c5fe3] received +2025-10-03 20:47:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e10dc273-da21-4c94-a752-19e5476c5fe3] succeeded in 0.002229667967185378s: None +2025-10-03 20:47:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e4a0725-e4f6-4489-add7-4dc77f7ca92c] received +2025-10-03 20:47:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e4a0725-e4f6-4489-add7-4dc77f7ca92c] succeeded in 0.002085787011310458s: None +2025-10-03 20:47:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[011bcc72-f862-4fe7-b5e2-47ffff39d0f4] received +2025-10-03 20:47:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[011bcc72-f862-4fe7-b5e2-47ffff39d0f4] succeeded in 0.002189305843785405s: None +2025-10-03 20:47:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80d133c7-bbe9-4bd2-8339-99760b216fa5] received +2025-10-03 20:47:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[80d133c7-bbe9-4bd2-8339-99760b216fa5] succeeded in 0.0020248480141162872s: None +2025-10-03 20:47:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec12ff90-bb37-428a-9a5a-c153cbdd98d1] received +2025-10-03 20:47:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec12ff90-bb37-428a-9a5a-c153cbdd98d1] succeeded in 0.002144254045560956s: None +2025-10-03 20:47:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0e2e6ee-c8f2-4953-b427-270142c2008f] received +2025-10-03 20:47:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0e2e6ee-c8f2-4953-b427-270142c2008f] succeeded in 0.002276791026815772s: None +2025-10-03 20:47:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1112b85b-d1ab-4657-8ae2-90a3daa5bd74] received +2025-10-03 20:47:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1112b85b-d1ab-4657-8ae2-90a3daa5bd74] succeeded in 0.0021602450869977474s: None +2025-10-03 20:47:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b078d8a-2a09-4f13-8a35-08713ccf8569] received +2025-10-03 20:47:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b078d8a-2a09-4f13-8a35-08713ccf8569] succeeded in 0.0023842400405555964s: None +2025-10-03 20:47:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a63fd388-f424-4024-8e27-864e01ecaec3] received +2025-10-03 20:47:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a63fd388-f424-4024-8e27-864e01ecaec3] succeeded in 0.002395483199506998s: None +2025-10-03 20:47:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ac82cb6-4bf2-4335-8c78-b53540b7383f] received +2025-10-03 20:47:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ac82cb6-4bf2-4335-8c78-b53540b7383f] succeeded in 0.0023361211642622948s: None +2025-10-03 20:47:47 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 20:47:48 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 20:47:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[141fa1c7-70bf-4c96-b16c-eea5938bbf0c] received +2025-10-03 20:47:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[141fa1c7-70bf-4c96-b16c-eea5938bbf0c] succeeded in 0.002660934114828706s: None +2025-10-03 20:47:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[921ad4e9-40a1-4bae-8b54-7767ef81cc20] received +2025-10-03 20:47:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[921ad4e9-40a1-4bae-8b54-7767ef81cc20] succeeded in 0.0022775670513510704s: None +2025-10-03 20:47:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a59bda1c-abe6-4b1a-94d7-48d619aa92b6] received +2025-10-03 20:47:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a59bda1c-abe6-4b1a-94d7-48d619aa92b6] succeeded in 0.0020565909799188375s: None +2025-10-03 20:47:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ed9eab5-d762-4075-90c3-7e0431bb33af] received +2025-10-03 20:47:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ed9eab5-d762-4075-90c3-7e0431bb33af] succeeded in 0.0024590049870312214s: None +2025-10-03 20:47:58 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 20:47:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:47:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46b07fe4-c5c7-4aea-90c0-ba2455802b23] received +2025-10-03 20:47:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46b07fe4-c5c7-4aea-90c0-ba2455802b23] succeeded in 0.0026361290365457535s: None +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 20:48:00 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 20:48:01 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 20:48:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[492585cd-e35b-41f9-8b2b-6a4857b2aa15] received +2025-10-03 20:48:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[492585cd-e35b-41f9-8b2b-6a4857b2aa15] succeeded in 0.002744936151430011s: None +2025-10-03 20:48:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9b72587-2831-4b0f-9114-9c18666142d1] received +2025-10-03 20:48:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d9b72587-2831-4b0f-9114-9c18666142d1] succeeded in 0.0024687538389116526s: None +2025-10-03 20:48:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59893832-a2ac-4ab0-9dc9-d487bf304375] received +2025-10-03 20:48:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59893832-a2ac-4ab0-9dc9-d487bf304375] succeeded in 0.0024629179388284683s: None +2025-10-03 20:48:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3948f4f2-2b0b-4724-9791-af66bb105cfe] received +2025-10-03 20:48:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3948f4f2-2b0b-4724-9791-af66bb105cfe] succeeded in 0.002331227995455265s: None +2025-10-03 20:48:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b056b471-c4ed-4769-9277-907f57f38d15] received +2025-10-03 20:48:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b056b471-c4ed-4769-9277-907f57f38d15] succeeded in 0.002428674139082432s: None +2025-10-03 20:48:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[852beb11-76f6-4c44-b5ac-363a2c971bf5] received +2025-10-03 20:48:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[852beb11-76f6-4c44-b5ac-363a2c971bf5] succeeded in 0.0022048610262572765s: None +2025-10-03 20:48:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[007a0ce0-1d4d-4367-a695-37e5bc8d2842] received +2025-10-03 20:48:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[007a0ce0-1d4d-4367-a695-37e5bc8d2842] succeeded in 0.0019875250291079283s: None +2025-10-03 20:48:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f017af73-bdf2-4836-8164-2341c76f96a2] received +2025-10-03 20:48:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f017af73-bdf2-4836-8164-2341c76f96a2] succeeded in 0.001986648188903928s: None +2025-10-03 20:48:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e57ed46c-0753-44b8-9c39-94f22041ec88] received +2025-10-03 20:48:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e57ed46c-0753-44b8-9c39-94f22041ec88] succeeded in 0.0022409840021282434s: None +2025-10-03 20:48:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec6dcce2-4d1e-4703-8a7c-e8a24907e159] received +2025-10-03 20:48:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec6dcce2-4d1e-4703-8a7c-e8a24907e159] succeeded in 0.002226277021691203s: None +2025-10-03 20:48:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[308451e4-53e8-49f7-adf9-6b910297c662] received +2025-10-03 20:48:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[308451e4-53e8-49f7-adf9-6b910297c662] succeeded in 0.002226907992735505s: None +2025-10-03 20:48:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f75622b-c865-4655-8bc5-d4181da4c0e2] received +2025-10-03 20:48:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f75622b-c865-4655-8bc5-d4181da4c0e2] succeeded in 0.0023384320084005594s: None +2025-10-03 20:48:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c59ad55a-dbcf-400d-a4eb-b6bfd3b5b36a] received +2025-10-03 20:48:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c59ad55a-dbcf-400d-a4eb-b6bfd3b5b36a] succeeded in 0.0025344931054860353s: None +2025-10-03 20:48:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbe4d24b-5171-4579-a100-78154c74f25e] received +2025-10-03 20:48:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbe4d24b-5171-4579-a100-78154c74f25e] succeeded in 0.0021911789663136005s: None +2025-10-03 20:48:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cadc66d5-280d-480b-834a-c1c71823396b] received +2025-10-03 20:48:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cadc66d5-280d-480b-834a-c1c71823396b] succeeded in 0.00222022389061749s: None +2025-10-03 20:48:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[689c3919-45b2-4ee0-a055-82475c58e648] received +2025-10-03 20:48:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[689c3919-45b2-4ee0-a055-82475c58e648] succeeded in 0.0022313708905130625s: None +2025-10-03 20:48:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aee88c2-dd3c-4d44-9b1d-ebc9f8b4fa63] received +2025-10-03 20:48:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8aee88c2-dd3c-4d44-9b1d-ebc9f8b4fa63] succeeded in 0.0025807898491621017s: None +2025-10-03 20:48:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[627e1df9-ed68-434f-b4fd-86c827138805] received +2025-10-03 20:48:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[627e1df9-ed68-434f-b4fd-86c827138805] succeeded in 0.0022846958599984646s: None +2025-10-03 20:48:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b235b84b-f472-4f64-855b-32107134a244] received +2025-10-03 20:48:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b235b84b-f472-4f64-855b-32107134a244] succeeded in 0.0022827601060271263s: None +2025-10-03 20:48:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe003f1c-0f15-4688-959b-b06e0a3a5ff6] received +2025-10-03 20:48:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe003f1c-0f15-4688-959b-b06e0a3a5ff6] succeeded in 0.002196145011112094s: None +2025-10-03 20:48:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35ecf094-b637-46ca-9918-51362d2658aa] received +2025-10-03 20:48:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35ecf094-b637-46ca-9918-51362d2658aa] succeeded in 0.002262385096400976s: None +2025-10-03 20:48:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f77e3c7-3183-46f0-a265-b0043a02cfaf] received +2025-10-03 20:48:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2f77e3c7-3183-46f0-a265-b0043a02cfaf] succeeded in 0.0025835828855633736s: None +2025-10-03 20:48:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7f8682f-3f17-4655-b1a4-97a9261b4b78] received +2025-10-03 20:48:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7f8682f-3f17-4655-b1a4-97a9261b4b78] succeeded in 0.0010326290503144264s: None +2025-10-03 20:48:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c311d6f8-de3e-46b4-ab6e-a7ef62bfd179] received +2025-10-03 20:48:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c311d6f8-de3e-46b4-ab6e-a7ef62bfd179] succeeded in 0.0027863960713148117s: None +2025-10-03 20:48:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:48:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02494a6d-072d-47e7-9d7f-097dac8173e6] received +2025-10-03 20:48:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02494a6d-072d-47e7-9d7f-097dac8173e6] succeeded in 0.0023363560903817415s: None +2025-10-03 20:49:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da006c7d-8d18-43fa-b780-72cdc0170d09] received +2025-10-03 20:49:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da006c7d-8d18-43fa-b780-72cdc0170d09] succeeded in 0.002026077825576067s: None +2025-10-03 20:49:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2526c94-c48a-4fd2-ad49-f5ac171e2a46] received +2025-10-03 20:49:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2526c94-c48a-4fd2-ad49-f5ac171e2a46] succeeded in 0.00265319412574172s: None +2025-10-03 20:49:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78a2d8db-74fa-42dd-b1bd-1d044dcf03f0] received +2025-10-03 20:49:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78a2d8db-74fa-42dd-b1bd-1d044dcf03f0] succeeded in 0.0026082568801939487s: None +2025-10-03 20:49:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfa68242-6a15-412a-a7ba-82ca440ed06b] received +2025-10-03 20:49:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfa68242-6a15-412a-a7ba-82ca440ed06b] succeeded in 0.002466220175847411s: None +2025-10-03 20:49:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ce1c8f8-86e4-481b-9d0a-a3714e36f8d2] received +2025-10-03 20:49:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ce1c8f8-86e4-481b-9d0a-a3714e36f8d2] succeeded in 0.002086708089336753s: None +2025-10-03 20:49:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e1ca8f5-e8c6-40ea-a301-471bd5b37137] received +2025-10-03 20:49:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3e1ca8f5-e8c6-40ea-a301-471bd5b37137] succeeded in 0.0025765101891011s: None +2025-10-03 20:49:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a61bc284-414f-4f30-95d5-6ffa4587cf19] received +2025-10-03 20:49:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a61bc284-414f-4f30-95d5-6ffa4587cf19] succeeded in 0.0021172850392758846s: None +2025-10-03 20:49:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6df547bb-7c14-470c-83d6-849d4a605020] received +2025-10-03 20:49:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6df547bb-7c14-470c-83d6-849d4a605020] succeeded in 0.0023681288585066795s: None +2025-10-03 20:49:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9d756d2-55a8-4d1c-ba9a-86fd76e8f296] received +2025-10-03 20:49:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c9d756d2-55a8-4d1c-ba9a-86fd76e8f296] succeeded in 0.0060872710309922695s: None +2025-10-03 20:49:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da5be698-c51d-4529-9835-47df29f7976c] received +2025-10-03 20:49:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da5be698-c51d-4529-9835-47df29f7976c] succeeded in 0.0026688820216804743s: None +2025-10-03 20:49:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48094135-d994-4c24-8e5d-aaab708c783e] received +2025-10-03 20:49:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48094135-d994-4c24-8e5d-aaab708c783e] succeeded in 0.0024154509883373976s: None +2025-10-03 20:49:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ae5e1e-f589-418c-8a8a-77c178cf13d8] received +2025-10-03 20:49:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78ae5e1e-f589-418c-8a8a-77c178cf13d8] succeeded in 0.0024070539511740208s: None +2025-10-03 20:49:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce83ba8a-9582-42d8-89a5-c662def8da2b] received +2025-10-03 20:49:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce83ba8a-9582-42d8-89a5-c662def8da2b] succeeded in 0.002383930841460824s: None +2025-10-03 20:49:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec54e00-4507-4712-8cda-f134fcb1657d] received +2025-10-03 20:49:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec54e00-4507-4712-8cda-f134fcb1657d] succeeded in 0.002543714130297303s: None +2025-10-03 20:49:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c47e7d1-773c-4c4d-9b52-3d63fbc72e01] received +2025-10-03 20:49:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c47e7d1-773c-4c4d-9b52-3d63fbc72e01] succeeded in 0.002254878869280219s: None +2025-10-03 20:49:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52546e05-24c8-4331-bf80-0de9374c1c25] received +2025-10-03 20:49:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52546e05-24c8-4331-bf80-0de9374c1c25] succeeded in 0.0029699990991503s: None +2025-10-03 20:49:39 [INFO] SSE Stream: New client connecting... +2025-10-03 20:49:39 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:49:39 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:49:39 [INFO] SSE Stream: Sent replay callback for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:49:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6728446-d9d7-49c1-bd4c-5c229af51e50] received +2025-10-03 20:49:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6728446-d9d7-49c1-bd4c-5c229af51e50] succeeded in 0.002096631098538637s: None +2025-10-03 20:49:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99a0f4bb-46fa-4d9b-942d-fbed5fd12d90] received +2025-10-03 20:49:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99a0f4bb-46fa-4d9b-942d-fbed5fd12d90] succeeded in 0.0023931190371513367s: None +2025-10-03 20:49:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3a1a2c4-04b7-4baf-9d5f-354341257dff] received +2025-10-03 20:49:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3a1a2c4-04b7-4baf-9d5f-354341257dff] succeeded in 0.002714785048738122s: None +2025-10-03 20:49:44 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0acde2-a070-45e4-8d56-2f374a352018] received +2025-10-03 20:49:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0a0acde2-a070-45e4-8d56-2f374a352018] succeeded in 0.0020127359312027693s: None +2025-10-03 20:49:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d433c081-b371-4c1e-8d3e-e11fb9a7bdfb] received +2025-10-03 20:49:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d433c081-b371-4c1e-8d3e-e11fb9a7bdfb] succeeded in 0.0022122289519757032s: None +2025-10-03 20:49:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b70123d-f29c-49ec-9e93-ff551d8f2593] received +2025-10-03 20:49:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b70123d-f29c-49ec-9e93-ff551d8f2593] succeeded in 0.0023633609525859356s: None +2025-10-03 20:49:51 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbc272f5-936a-4f81-a924-3c4568e73185] received +2025-10-03 20:49:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dbc272f5-936a-4f81-a924-3c4568e73185] succeeded in 0.002513014944270253s: None +2025-10-03 20:49:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69420ae0-f7b6-4332-b957-7a2cb54e7733] received +2025-10-03 20:49:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69420ae0-f7b6-4332-b957-7a2cb54e7733] succeeded in 0.0023769468534737825s: None +2025-10-03 20:49:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:49:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00572d80-fa16-42cb-8143-e331c494bee6] received +2025-10-03 20:49:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[00572d80-fa16-42cb-8143-e331c494bee6] succeeded in 0.0027644920628517866s: None +2025-10-03 20:49:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:50:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5847dade-2b0e-4076-8068-f6b25b763bd0] received +2025-10-03 20:50:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5847dade-2b0e-4076-8068-f6b25b763bd0] succeeded in 0.002786491997539997s: None +2025-10-03 20:50:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:50:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:50:09 [INFO] Celery[DW-STDERR]: Storing track 'Bad Things (with Camila Cabello)' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:50:09 [INFO] Celery[DW-STDERR]: Successfully stored track 'Bad Things (with Camila Cabello)' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:50:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 20:50:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cefc75ef-c01f-43a1-91a1-41870384cce4] received +2025-10-03 20:50:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cefc75ef-c01f-43a1-91a1-41870384cce4] succeeded in 0.0023958608508110046s: None +2025-10-03 20:50:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:50:31 [INFO] SSE client disconnected +2025-10-03 20:50:31 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Storing track 'Little Black Backpack - Remastered' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Successfully stored track 'Little Black Backpack - Remastered' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[796c55d6-28ca-4469-8fed-d64cbe1d015c] received +2025-10-03 20:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[796c55d6-28ca-4469-8fed-d64cbe1d015c] succeeded in 0.002041684929281473s: None +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 20:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6079368-00d5-4950-895c-d1a585d180ed] received +2025-10-03 20:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6079368-00d5-4950-895c-d1a585d180ed] succeeded in 0.002235532971099019s: None +2025-10-03 20:50:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c3eba91-29ac-4515-87b5-ec26466a5c4e] received +2025-10-03 20:50:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c3eba91-29ac-4515-87b5-ec26466a5c4e] succeeded in 0.0016940729692578316s: None +2025-10-03 20:50:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e81eed0a-b96a-4f11-8378-e48f506dd71d] received +2025-10-03 20:50:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e81eed0a-b96a-4f11-8378-e48f506dd71d] succeeded in 0.0021331789903342724s: None +2025-10-03 20:50:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcf7d7b2-e337-401a-8451-fd9319b03905] received +2025-10-03 20:50:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcf7d7b2-e337-401a-8451-fd9319b03905] succeeded in 0.0025948488619178534s: None +2025-10-03 20:50:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d858fd0-4bc0-40b3-a862-980ef1a56104] received +2025-10-03 20:50:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d858fd0-4bc0-40b3-a862-980ef1a56104] succeeded in 0.0024366609286516905s: None +2025-10-03 20:50:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bad6ff3d-2853-40d0-84d4-ccca80d8b735] received +2025-10-03 20:50:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bad6ff3d-2853-40d0-84d4-ccca80d8b735] succeeded in 0.002584144938737154s: None +2025-10-03 20:50:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7f86286-fe10-4e86-9096-61644bead2ef] received +2025-10-03 20:50:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7f86286-fe10-4e86-9096-61644bead2ef] succeeded in 0.002644999185577035s: None +2025-10-03 20:50:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:50:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22a1d7f8-b895-40fa-a403-c2f48ac1632a] received +2025-10-03 20:50:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[22a1d7f8-b895-40fa-a403-c2f48ac1632a] succeeded in 0.0027150202076882124s: None +2025-10-03 20:51:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26f6b692-3e68-4a98-a59c-45d18c8a8e4f] received +2025-10-03 20:51:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26f6b692-3e68-4a98-a59c-45d18c8a8e4f] succeeded in 0.0025088689289987087s: None +2025-10-03 20:51:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a288fbe-be41-455b-bb22-3d626885f7be] received +2025-10-03 20:51:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a288fbe-be41-455b-bb22-3d626885f7be] succeeded in 0.0023194639943540096s: None +2025-10-03 20:51:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[398a9856-8f65-44de-8e26-4703d1229dd2] received +2025-10-03 20:51:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[398a9856-8f65-44de-8e26-4703d1229dd2] succeeded in 0.0025120319332927465s: None +2025-10-03 20:51:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78448178-ed74-4361-9d69-e4eedf063951] received +2025-10-03 20:51:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[78448178-ed74-4361-9d69-e4eedf063951] succeeded in 0.002570918994024396s: None +2025-10-03 20:51:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a79a1e4-b2da-45d5-aeb9-9ce872249db1] received +2025-10-03 20:51:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a79a1e4-b2da-45d5-aeb9-9ce872249db1] succeeded in 0.002170691965147853s: None +2025-10-03 20:51:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bae0164f-f1ca-4c8a-8c20-072bdc276296] received +2025-10-03 20:51:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bae0164f-f1ca-4c8a-8c20-072bdc276296] succeeded in 0.002012389013543725s: None +2025-10-03 20:51:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0bb065d-0c1f-4d8a-aed5-253853d63687] received +2025-10-03 20:51:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0bb065d-0c1f-4d8a-aed5-253853d63687] succeeded in 0.002498700050637126s: None +2025-10-03 20:51:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0b40944-e7b1-432e-97c8-4a0b3457da25] received +2025-10-03 20:51:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0b40944-e7b1-432e-97c8-4a0b3457da25] succeeded in 0.002647029934450984s: None +2025-10-03 20:51:22 [INFO] SSE Stream: New client connecting... +2025-10-03 20:51:22 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:51:22 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:51:22 [INFO] SSE Stream: Sent replay callback for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:51:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0e4ccf-99c7-4bfe-8e09-3f0116c6664f] received +2025-10-03 20:51:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a0e4ccf-99c7-4bfe-8e09-3f0116c6664f] succeeded in 0.002614164026454091s: None +2025-10-03 20:51:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:25 [INFO] SSE client disconnected +2025-10-03 20:51:25 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:51:26 [INFO] Spotify client initialized/reinitialized +2025-10-03 20:51:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4987069b-9720-4fe4-8e6a-9dd82a19d77f] received +2025-10-03 20:51:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4987069b-9720-4fe4-8e6a-9dd82a19d77f] succeeded in 0.0021538229193538427s: None +2025-10-03 20:51:26 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-03 20:51:28 [INFO] SSE Stream: New client connecting... +2025-10-03 20:51:28 [INFO] SSE: Client connected (total: 1) +2025-10-03 20:51:28 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 20:51:28 [INFO] SSE Stream: Sent replay callback for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:51:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[149aaaeb-bc1d-43a7-89f2-bd9fc4d8c5da] received +2025-10-03 20:51:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[149aaaeb-bc1d-43a7-89f2-bd9fc4d8c5da] succeeded in 0.0022779188584536314s: None +2025-10-03 20:51:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae9ee4e3-759e-495c-9e0d-8fd8d5b68702] received +2025-10-03 20:51:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae9ee4e3-759e-495c-9e0d-8fd8d5b68702] succeeded in 0.0024849551264196634s: None +2025-10-03 20:51:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50384d1f-d164-40ad-aa4b-15f4af18bc94] received +2025-10-03 20:51:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50384d1f-d164-40ad-aa4b-15f4af18bc94] succeeded in 0.0021166501101106405s: None +2025-10-03 20:51:35 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb109d2d-0612-40db-b6da-7275ec8bb8b9] received +2025-10-03 20:51:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb109d2d-0612-40db-b6da-7275ec8bb8b9] succeeded in 0.0024144339840859175s: None +2025-10-03 20:51:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[695debfc-6c27-4800-90fa-7f721fbbcadb] received +2025-10-03 20:51:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[695debfc-6c27-4800-90fa-7f721fbbcadb] succeeded in 0.002447345992550254s: None +2025-10-03 20:51:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2998cfd3-383d-48e8-812f-ba3e57c8a9e6] received +2025-10-03 20:51:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2998cfd3-383d-48e8-812f-ba3e57c8a9e6] succeeded in 0.002644444117322564s: None +2025-10-03 20:51:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d839ffc-1a80-4db4-93c5-74cfd902c914] received +2025-10-03 20:51:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d839ffc-1a80-4db4-93c5-74cfd902c914] succeeded in 0.0010999520309269428s: None +2025-10-03 20:51:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 20:51:47 [INFO] SSE client disconnected +2025-10-03 20:51:47 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 20:51:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6991dc42-8993-4b12-b9e1-35cf52a490be] received +2025-10-03 20:51:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6991dc42-8993-4b12-b9e1-35cf52a490be] succeeded in 0.0021698360797017813s: None +2025-10-03 20:51:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[affafcfd-d4b9-4599-b760-b484c0c7a5b0] received +2025-10-03 20:51:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[affafcfd-d4b9-4599-b760-b484c0c7a5b0] succeeded in 0.002603329950943589s: None +2025-10-03 20:51:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8906c8e7-186a-4d5a-a5be-2e5ccc86a425] received +2025-10-03 20:51:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8906c8e7-186a-4d5a-a5be-2e5ccc86a425] succeeded in 0.0023181969299912453s: None +2025-10-03 20:51:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:51:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffa65848-3393-45d8-9dbb-52bef7f8e073] received +2025-10-03 20:51:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffa65848-3393-45d8-9dbb-52bef7f8e073] succeeded in 0.0020002468954771757s: None +2025-10-03 20:52:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1143bd6a-a331-4817-a0df-d97308ca0c86] received +2025-10-03 20:52:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1143bd6a-a331-4817-a0df-d97308ca0c86] succeeded in 0.002581903012469411s: None +2025-10-03 20:52:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eca8f57-4efc-4515-9b42-70c813f915e0] received +2025-10-03 20:52:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8eca8f57-4efc-4515-9b42-70c813f915e0] succeeded in 0.0026588630862534046s: None +2025-10-03 20:52:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7412d3d-fb27-40d1-9141-ac5f57800b48] received +2025-10-03 20:52:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7412d3d-fb27-40d1-9141-ac5f57800b48] succeeded in 0.0022440049797296524s: None +2025-10-03 20:52:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39b111ec-5823-44af-81ba-a73141987f3a] received +2025-10-03 20:52:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[39b111ec-5823-44af-81ba-a73141987f3a] succeeded in 0.0021021789871156216s: None +2025-10-03 20:52:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3acc6048-b949-4535-ad89-87fb6074e987] received +2025-10-03 20:52:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3acc6048-b949-4535-ad89-87fb6074e987] succeeded in 0.0020585060119628906s: None +2025-10-03 20:52:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c098765-ddec-4344-9921-312434d46aa8] received +2025-10-03 20:52:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c098765-ddec-4344-9921-312434d46aa8] succeeded in 0.002445095917209983s: None +2025-10-03 20:52:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef7d0022-4db6-49b8-a4a4-79ab8df55d75] received +2025-10-03 20:52:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef7d0022-4db6-49b8-a4a4-79ab8df55d75] succeeded in 0.0012097470462322235s: None +2025-10-03 20:52:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3504f34-9a9a-490c-95f1-f5f351850555] received +2025-10-03 20:52:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3504f34-9a9a-490c-95f1-f5f351850555] succeeded in 0.0026468378491699696s: None +2025-10-03 20:52:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f4a714-b689-4f11-9c56-9dd22328a49a] received +2025-10-03 20:52:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2f4a714-b689-4f11-9c56-9dd22328a49a] succeeded in 0.0013301940634846687s: None +2025-10-03 20:52:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9288b739-bc70-4d6a-9e50-268fe23be42a] received +2025-10-03 20:52:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9288b739-bc70-4d6a-9e50-268fe23be42a] succeeded in 0.002766659017652273s: None +2025-10-03 20:52:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d22dd059-3175-4181-8da8-7ecab8247e32] received +2025-10-03 20:52:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d22dd059-3175-4181-8da8-7ecab8247e32] succeeded in 0.0014386959373950958s: None +2025-10-03 20:52:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1264d759-6836-46e3-86ba-560426536924] received +2025-10-03 20:52:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1264d759-6836-46e3-86ba-560426536924] succeeded in 0.0022205309942364693s: None +2025-10-03 20:52:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1104e75-88ea-4c54-9589-bc8d81ee1479] received +2025-10-03 20:52:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1104e75-88ea-4c54-9589-bc8d81ee1479] succeeded in 0.0024949759244918823s: None +2025-10-03 20:52:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe8dc698-c911-4ac4-a5f8-3f61394f374c] received +2025-10-03 20:52:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe8dc698-c911-4ac4-a5f8-3f61394f374c] succeeded in 0.002883128821849823s: None +2025-10-03 20:52:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaec4d3c-a6be-4be1-b3f7-26989fbef094] received +2025-10-03 20:52:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaec4d3c-a6be-4be1-b3f7-26989fbef094] succeeded in 0.002186342142522335s: None +2025-10-03 20:52:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b61b455-9c64-484d-917e-edbd3ec8cbf0] received +2025-10-03 20:52:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b61b455-9c64-484d-917e-edbd3ec8cbf0] succeeded in 0.0023547359742224216s: None +2025-10-03 20:52:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7925efc2-aa1d-4894-96df-243194151b83] received +2025-10-03 20:52:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7925efc2-aa1d-4894-96df-243194151b83] succeeded in 0.00247329194098711s: None +2025-10-03 20:52:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c800b1fc-ccb4-47e7-93a6-36d03596a16d] received +2025-10-03 20:52:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c800b1fc-ccb4-47e7-93a6-36d03596a16d] succeeded in 0.00279327598400414s: None +2025-10-03 20:52:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c08f27b1-f9d6-4877-a35a-6cc743c8032d] received +2025-10-03 20:52:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c08f27b1-f9d6-4877-a35a-6cc743c8032d] succeeded in 0.0022262579295784235s: None +2025-10-03 20:52:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1481470b-3f2e-4af4-954d-34aa632ce10a] received +2025-10-03 20:52:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1481470b-3f2e-4af4-954d-34aa632ce10a] succeeded in 0.0018941350281238556s: None +2025-10-03 20:52:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:52:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d096672f-054c-41a8-bd35-5bbf49572659] received +2025-10-03 20:52:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d096672f-054c-41a8-bd35-5bbf49572659] succeeded in 0.0021860990673303604s: None +2025-10-03 20:53:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb0893cf-d69d-4b4e-8d9d-78ecf3dc8364] received +2025-10-03 20:53:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb0893cf-d69d-4b4e-8d9d-78ecf3dc8364] succeeded in 0.002149291103705764s: None +2025-10-03 20:53:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4f59102-d2d3-4c8b-9501-d44aa6b2fbdd] received +2025-10-03 20:53:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4f59102-d2d3-4c8b-9501-d44aa6b2fbdd] succeeded in 0.00230162194930017s: None +2025-10-03 20:53:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f6a12fd-0417-41c2-9a90-42a4a4636f37] received +2025-10-03 20:53:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f6a12fd-0417-41c2-9a90-42a4a4636f37] succeeded in 0.0023670129012316465s: None +2025-10-03 20:53:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0be93f14-4225-4e56-9547-8c7f10c2c54d] received +2025-10-03 20:53:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0be93f14-4225-4e56-9547-8c7f10c2c54d] succeeded in 0.002465945901349187s: None +2025-10-03 20:53:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9823bc2b-28de-4bea-91ba-80d3803006b1] received +2025-10-03 20:53:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9823bc2b-28de-4bea-91ba-80d3803006b1] succeeded in 0.0025786999613046646s: None +2025-10-03 20:53:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e414b045-f53c-48e2-b045-b78e0c7554b6] received +2025-10-03 20:53:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e414b045-f53c-48e2-b045-b78e0c7554b6] succeeded in 0.00230686878785491s: None +2025-10-03 20:53:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae0d9b49-ed01-4835-932b-5b0283693d01] received +2025-10-03 20:53:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae0d9b49-ed01-4835-932b-5b0283693d01] succeeded in 0.0023579299449920654s: None +2025-10-03 20:53:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4230a03-722d-4736-b83e-29661af6f9ab] received +2025-10-03 20:53:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4230a03-722d-4736-b83e-29661af6f9ab] succeeded in 0.0029105818830430508s: None +2025-10-03 20:53:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51dfc6db-c93d-4854-b728-9ddf9351ebee] received +2025-10-03 20:53:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51dfc6db-c93d-4854-b728-9ddf9351ebee] succeeded in 0.0025867028161883354s: None +2025-10-03 20:53:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f786035-b5b7-447c-98b0-4fec8ca8a8d5] received +2025-10-03 20:53:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8f786035-b5b7-447c-98b0-4fec8ca8a8d5] succeeded in 0.0024260038044303656s: None +2025-10-03 20:53:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c9013b6-78d2-4c0a-839a-8c01e0bfbc00] received +2025-10-03 20:53:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c9013b6-78d2-4c0a-839a-8c01e0bfbc00] succeeded in 0.002199453068897128s: None +2025-10-03 20:53:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e952c36a-6b84-4422-9281-92cb76bf35ba] received +2025-10-03 20:53:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e952c36a-6b84-4422-9281-92cb76bf35ba] succeeded in 0.00227832212112844s: None +2025-10-03 20:53:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9741466c-d981-4d0c-bb48-97bfc3e1a06b] received +2025-10-03 20:53:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9741466c-d981-4d0c-bb48-97bfc3e1a06b] succeeded in 0.0022924828808754683s: None +2025-10-03 20:53:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ff0387e-f67d-465b-8231-98fe967a9e06] received +2025-10-03 20:53:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ff0387e-f67d-465b-8231-98fe967a9e06] succeeded in 0.002048433991149068s: None +2025-10-03 20:53:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[976f63c5-6b9a-4e03-bd44-d9cac208be35] received +2025-10-03 20:53:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[976f63c5-6b9a-4e03-bd44-d9cac208be35] succeeded in 0.002237780950963497s: None +2025-10-03 20:53:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41094d72-08a3-4d9b-971c-16fcec371dc0] received +2025-10-03 20:53:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41094d72-08a3-4d9b-971c-16fcec371dc0] succeeded in 0.0025155539624392986s: None +2025-10-03 20:53:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c60909a-efd9-45f6-85e6-75f6647bd1ce] received +2025-10-03 20:53:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c60909a-efd9-45f6-85e6-75f6647bd1ce] succeeded in 0.002611535834148526s: None +2025-10-03 20:53:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36fcfc85-8f08-4c7c-a2d0-05b9d044b82c] received +2025-10-03 20:53:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36fcfc85-8f08-4c7c-a2d0-05b9d044b82c] succeeded in 0.0023632380180060863s: None +2025-10-03 20:53:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90dfabcf-76f7-455a-b2ef-77bba1c406b8] received +2025-10-03 20:53:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90dfabcf-76f7-455a-b2ef-77bba1c406b8] succeeded in 0.002274388913065195s: None +2025-10-03 20:53:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ed1287c-a6e9-4866-938c-322dd6a88614] received +2025-10-03 20:53:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ed1287c-a6e9-4866-938c-322dd6a88614] succeeded in 0.0010348709765821695s: None +2025-10-03 20:54:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d84f7965-324a-41c0-816a-59056378cd39] received +2025-10-03 20:54:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d84f7965-324a-41c0-816a-59056378cd39] succeeded in 0.0022803661413490772s: None +2025-10-03 20:54:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e79a39d2-cb27-4f46-9c4c-bda5ca8cd533] received +2025-10-03 20:54:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e79a39d2-cb27-4f46-9c4c-bda5ca8cd533] succeeded in 0.0021612411364912987s: None +2025-10-03 20:54:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c360096a-2db4-4902-8343-602bc4365599] received +2025-10-03 20:54:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c360096a-2db4-4902-8343-602bc4365599] succeeded in 0.0024367368314415216s: None +2025-10-03 20:54:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0db54ee2-f02f-41e4-8c5e-8bdc5ded3acb] received +2025-10-03 20:54:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0db54ee2-f02f-41e4-8c5e-8bdc5ded3acb] succeeded in 0.0025241158436983824s: None +2025-10-03 20:54:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[229dcabf-2f2b-4ea2-9a55-4d1f7223aeff] received +2025-10-03 20:54:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[229dcabf-2f2b-4ea2-9a55-4d1f7223aeff] succeeded in 0.0021310830488801003s: None +2025-10-03 20:54:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d025794-0fda-4490-9683-1dee540581e7] received +2025-10-03 20:54:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1d025794-0fda-4490-9683-1dee540581e7] succeeded in 0.0024340071249753237s: None +2025-10-03 20:54:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[befbeade-951d-42fc-9fc5-da5d84725582] received +2025-10-03 20:54:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[befbeade-951d-42fc-9fc5-da5d84725582] succeeded in 0.00229162210598588s: None +2025-10-03 20:54:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f3b6e50-9f13-4f9c-b597-4346627728d0] received +2025-10-03 20:54:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f3b6e50-9f13-4f9c-b597-4346627728d0] succeeded in 0.0018025299068540335s: None +2025-10-03 20:54:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6e09077-391b-484e-9020-4677738fef72] received +2025-10-03 20:54:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c6e09077-391b-484e-9020-4677738fef72] succeeded in 0.002361588180065155s: None +2025-10-03 20:54:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15169db0-ae93-48be-803f-a255774e7ae3] received +2025-10-03 20:54:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15169db0-ae93-48be-803f-a255774e7ae3] succeeded in 0.0028316471725702286s: None +2025-10-03 20:54:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1026abf4-250e-47ec-9109-a7df877a1101] received +2025-10-03 20:54:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1026abf4-250e-47ec-9109-a7df877a1101] succeeded in 0.00633705104701221s: None +2025-10-03 20:54:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03a4d290-3d91-4576-aff2-ae9b1caf57da] received +2025-10-03 20:54:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03a4d290-3d91-4576-aff2-ae9b1caf57da] succeeded in 0.002401190111413598s: None +2025-10-03 20:54:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a8b3653-fa53-4f57-988c-f22f1584b6e4] received +2025-10-03 20:54:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a8b3653-fa53-4f57-988c-f22f1584b6e4] succeeded in 0.002398594981059432s: None +2025-10-03 20:54:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[513042a3-b715-4b55-a068-fd5cd1e4d7bb] received +2025-10-03 20:54:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[513042a3-b715-4b55-a068-fd5cd1e4d7bb] succeeded in 0.002496667904779315s: None +2025-10-03 20:54:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[885b850a-5712-45d2-a682-2c29b911f89e] received +2025-10-03 20:54:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[885b850a-5712-45d2-a682-2c29b911f89e] succeeded in 0.0023009779397398233s: None +2025-10-03 20:54:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21bfd8bb-6c4e-47c2-ac0c-d86c5ebed482] received +2025-10-03 20:54:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21bfd8bb-6c4e-47c2-ac0c-d86c5ebed482] succeeded in 0.002111823996528983s: None +2025-10-03 20:54:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4baf1118-69b2-4d48-92eb-282f5816024c] received +2025-10-03 20:54:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4baf1118-69b2-4d48-92eb-282f5816024c] succeeded in 0.0021430030465126038s: None +2025-10-03 20:54:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a53d5aa4-aaad-4a15-81f0-7d7484bb062a] received +2025-10-03 20:54:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a53d5aa4-aaad-4a15-81f0-7d7484bb062a] succeeded in 0.0025181970559060574s: None +2025-10-03 20:54:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a860946-b198-4f79-b8a3-b283e856e4e8] received +2025-10-03 20:54:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a860946-b198-4f79-b8a3-b283e856e4e8] succeeded in 0.002806333126500249s: None +2025-10-03 20:54:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c1d6d77-f141-4b00-a9fc-aea2f8d8847d] received +2025-10-03 20:54:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c1d6d77-f141-4b00-a9fc-aea2f8d8847d] succeeded in 0.002888123970478773s: None +2025-10-03 20:54:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:54:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01e392b1-e0d2-4fe2-85ed-a80ba1919bfd] received +2025-10-03 20:54:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[01e392b1-e0d2-4fe2-85ed-a80ba1919bfd] succeeded in 0.002429993823170662s: None +2025-10-03 20:55:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dffa198-1a69-450f-9c8b-18c52a5cca89] received +2025-10-03 20:55:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1dffa198-1a69-450f-9c8b-18c52a5cca89] succeeded in 0.0023966319859027863s: None +2025-10-03 20:55:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[834ceffa-f65c-4dcb-9787-9747d494b400] received +2025-10-03 20:55:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[834ceffa-f65c-4dcb-9787-9747d494b400] succeeded in 0.002346510998904705s: None +2025-10-03 20:55:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12639c27-7ee6-4ff9-83c3-196ffbc46fa3] received +2025-10-03 20:55:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12639c27-7ee6-4ff9-83c3-196ffbc46fa3] succeeded in 0.0019662838894873857s: None +2025-10-03 20:55:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca12508b-a7d6-4f43-afeb-45999790e12b] received +2025-10-03 20:55:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca12508b-a7d6-4f43-afeb-45999790e12b] succeeded in 0.0025587230920791626s: None +2025-10-03 20:55:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73b293f7-e30d-4536-8922-8fbd2d81d09f] received +2025-10-03 20:55:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73b293f7-e30d-4536-8922-8fbd2d81d09f] succeeded in 0.0021515940316021442s: None +2025-10-03 20:55:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ba6a39d-fc4d-4602-b168-4ce841acda44] received +2025-10-03 20:55:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ba6a39d-fc4d-4602-b168-4ce841acda44] succeeded in 0.0026085791178047657s: None +2025-10-03 20:55:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c50b21e5-53b8-4061-bae2-2c953db52deb] received +2025-10-03 20:55:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c50b21e5-53b8-4061-bae2-2c953db52deb] succeeded in 0.002385432831943035s: None +2025-10-03 20:55:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a5303e4-d554-4003-a09f-89daf28daeb5] received +2025-10-03 20:55:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8a5303e4-d554-4003-a09f-89daf28daeb5] succeeded in 0.0021926069166511297s: None +2025-10-03 20:55:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67a18e6d-b30f-492b-bacb-914475535cda] received +2025-10-03 20:55:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67a18e6d-b30f-492b-bacb-914475535cda] succeeded in 0.002331725088879466s: None +2025-10-03 20:55:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef0907b1-0a5c-4ba1-8df9-6bd644db004a] received +2025-10-03 20:55:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef0907b1-0a5c-4ba1-8df9-6bd644db004a] succeeded in 0.002567675895988941s: None +2025-10-03 20:55:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:55:36 [INFO] Celery[DW-STDERR]: Storing track 'Counting Blue Cars (Tell Me Your Thoughts On God)' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:55:36 [INFO] Celery[DW-STDERR]: Successfully stored track 'Counting Blue Cars (Tell Me Your Thoughts On God)' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:55:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 20:55:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[918bb1a9-b048-448e-b25c-f9a313c6cc3b] received +2025-10-03 20:55:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[918bb1a9-b048-448e-b25c-f9a313c6cc3b] succeeded in 0.0023099288810044527s: None +2025-10-03 20:56:50 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 20:56:51 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Storing track 'She' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'She' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3858fde-999e-489e-87ad-4a77a9dc1476] received +2025-10-03 20:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3858fde-999e-489e-87ad-4a77a9dc1476] succeeded in 0.001908605918288231s: None +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Storing track 'I Will Follow You into the Dark' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Will Follow You into the Dark' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ed7f455-151a-443c-ae22-4ca15d0f4690] received +2025-10-03 20:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9ed7f455-151a-443c-ae22-4ca15d0f4690] succeeded in 0.0018592090345919132s: None +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Storing track 'Feeling This' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Successfully stored track 'Feeling This' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 20:56:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 20:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e6dd912-e968-4425-abf4-1cdb16a447f7] received +2025-10-03 20:56:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e6dd912-e968-4425-abf4-1cdb16a447f7] succeeded in 0.0017996460665017366s: None +2025-10-03 20:56:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 20:56:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 20:56:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bf05754-5da6-4828-a2e4-be6ac7a354f1] received +2025-10-03 20:56:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0bf05754-5da6-4828-a2e4-be6ac7a354f1] succeeded in 0.002004976850003004s: None +2025-10-03 20:56:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:56:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd2ddaf8-8748-486b-bad3-c90df4cd6fa9] received +2025-10-03 20:56:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd2ddaf8-8748-486b-bad3-c90df4cd6fa9] succeeded in 0.0016635069623589516s: None +2025-10-03 20:56:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fad6c092-66bb-4496-97d7-6b50cb835e9b] received +2025-10-03 20:56:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fad6c092-66bb-4496-97d7-6b50cb835e9b] succeeded in 0.0030700978823006153s: None +2025-10-03 20:56:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:56:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d58f558-0543-4299-9325-812477e5b585] received +2025-10-03 20:56:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d58f558-0543-4299-9325-812477e5b585] succeeded in 0.0023729559034109116s: None +2025-10-03 20:56:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40b07ee1-0b25-4081-8066-c8d21382c941] received +2025-10-03 20:56:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40b07ee1-0b25-4081-8066-c8d21382c941] succeeded in 0.0023998520337045193s: None +2025-10-03 20:57:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d8294a4-fd3f-418b-8fff-e9f4a14b06f2] received +2025-10-03 20:57:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d8294a4-fd3f-418b-8fff-e9f4a14b06f2] succeeded in 0.002263041213154793s: None +2025-10-03 20:57:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e16a5cd2-2da0-4915-87fc-1e1a088360fd] received +2025-10-03 20:57:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e16a5cd2-2da0-4915-87fc-1e1a088360fd] succeeded in 0.002230648882687092s: None +2025-10-03 20:57:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b8082cf-dff4-4ac2-a127-cc5bc5bf73ab] received +2025-10-03 20:57:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b8082cf-dff4-4ac2-a127-cc5bc5bf73ab] succeeded in 0.002252300037071109s: None +2025-10-03 20:57:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f25d6e05-ce47-42bc-8656-ffb52f724fc1] received +2025-10-03 20:57:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f25d6e05-ce47-42bc-8656-ffb52f724fc1] succeeded in 0.0022564660757780075s: None +2025-10-03 20:57:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d277d8fc-0c43-4cf2-bdcc-7325e42e9c6f] received +2025-10-03 20:57:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d277d8fc-0c43-4cf2-bdcc-7325e42e9c6f] succeeded in 0.002680721925571561s: None +2025-10-03 20:57:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a29c2278-87a8-4fba-8f27-b421885699a4] received +2025-10-03 20:57:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a29c2278-87a8-4fba-8f27-b421885699a4] succeeded in 0.0010224268771708012s: None +2025-10-03 20:57:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28883527-ecde-4989-8054-a16074e77226] received +2025-10-03 20:57:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[28883527-ecde-4989-8054-a16074e77226] succeeded in 0.00214983313344419s: None +2025-10-03 20:57:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1d8fa67-9908-4011-9447-3d6116ec2604] received +2025-10-03 20:57:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c1d8fa67-9908-4011-9447-3d6116ec2604] succeeded in 0.0023073807824403048s: None +2025-10-03 20:57:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afc732c4-fdcb-47d0-a6f5-72dbd2366026] received +2025-10-03 20:57:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afc732c4-fdcb-47d0-a6f5-72dbd2366026] succeeded in 0.002571177901700139s: None +2025-10-03 20:57:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a87c472-5dc7-4a66-acb4-83185db52f43] received +2025-10-03 20:57:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9a87c472-5dc7-4a66-acb4-83185db52f43] succeeded in 0.0027178789023309946s: None +2025-10-03 20:57:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48a9f304-a409-4f05-b22e-a79fcbe5d62a] received +2025-10-03 20:57:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[48a9f304-a409-4f05-b22e-a79fcbe5d62a] succeeded in 0.0021084588952362537s: None +2025-10-03 20:57:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a62d8ad3-550d-4cc5-b67b-c9045c607c77] received +2025-10-03 20:57:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a62d8ad3-550d-4cc5-b67b-c9045c607c77] succeeded in 0.0024612201377749443s: None +2025-10-03 20:57:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf987a87-6d3d-4dcd-a279-111a098e9798] received +2025-10-03 20:57:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cf987a87-6d3d-4dcd-a279-111a098e9798] succeeded in 0.0022102228831499815s: None +2025-10-03 20:57:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba5a89b0-bd5e-499c-b3df-a7bf2e37491d] received +2025-10-03 20:57:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ba5a89b0-bd5e-499c-b3df-a7bf2e37491d] succeeded in 0.0022402091417461634s: None +2025-10-03 20:57:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[302a9a57-abae-45a2-ba4a-1fbdbef33f3b] received +2025-10-03 20:57:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[302a9a57-abae-45a2-ba4a-1fbdbef33f3b] succeeded in 0.0020339901093393564s: None +2025-10-03 20:57:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8cfbc75-aa15-44e4-bc07-d15f5190bbd7] received +2025-10-03 20:57:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8cfbc75-aa15-44e4-bc07-d15f5190bbd7] succeeded in 0.0023331360425800085s: None +2025-10-03 20:57:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93b5b851-afa8-4f77-8f88-e2edc33760d5] received +2025-10-03 20:57:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[93b5b851-afa8-4f77-8f88-e2edc33760d5] succeeded in 0.0022047641687095165s: None +2025-10-03 20:57:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6524117a-9dfd-4a82-8c70-92795dd5b021] received +2025-10-03 20:57:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6524117a-9dfd-4a82-8c70-92795dd5b021] succeeded in 0.0022802050225436687s: None +2025-10-03 20:57:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[875ad1e4-a577-494c-a9fa-c82d50d980aa] received +2025-10-03 20:57:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[875ad1e4-a577-494c-a9fa-c82d50d980aa] succeeded in 0.001905743032693863s: None +2025-10-03 20:57:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5451a956-2bf1-433d-ac06-3a26283f5977] received +2025-10-03 20:57:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5451a956-2bf1-433d-ac06-3a26283f5977] succeeded in 0.002236397936940193s: None +2025-10-03 20:57:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77d862cb-1ace-4728-827b-4663138d2a4e] received +2025-10-03 20:57:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[77d862cb-1ace-4728-827b-4663138d2a4e] succeeded in 0.0025797581765800714s: None +2025-10-03 20:57:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b95c2efe-367d-4a47-b102-a5f62b2f3c86] received +2025-10-03 20:57:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b95c2efe-367d-4a47-b102-a5f62b2f3c86] succeeded in 0.0025455139111727476s: None +2025-10-03 20:57:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63b74657-7268-4b50-ac22-6c074149c1be] received +2025-10-03 20:57:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[63b74657-7268-4b50-ac22-6c074149c1be] succeeded in 0.001025145873427391s: None +2025-10-03 20:57:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44262f40-68d6-421b-b2de-af70eeed2a94] received +2025-10-03 20:57:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[44262f40-68d6-421b-b2de-af70eeed2a94] succeeded in 0.0030424129217863083s: None +2025-10-03 20:57:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43ed3cad-b030-44f0-85ee-24a1915df662] received +2025-10-03 20:57:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43ed3cad-b030-44f0-85ee-24a1915df662] succeeded in 0.0022749260533601046s: None +2025-10-03 20:57:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ac5a215-bba2-45cd-bf98-679edda368cd] received +2025-10-03 20:57:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ac5a215-bba2-45cd-bf98-679edda368cd] succeeded in 0.002073278184980154s: None +2025-10-03 20:57:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46ccbb46-d580-406e-9c50-acfa9b37ae69] received +2025-10-03 20:57:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[46ccbb46-d580-406e-9c50-acfa9b37ae69] succeeded in 0.0022532630246132612s: None +2025-10-03 20:57:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df873663-f014-4504-bf2b-206d225b50cd] received +2025-10-03 20:57:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df873663-f014-4504-bf2b-206d225b50cd] succeeded in 0.002221667906269431s: None +2025-10-03 20:57:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b89ce0c9-9150-488c-a692-3f56f2dc256b] received +2025-10-03 20:57:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b89ce0c9-9150-488c-a692-3f56f2dc256b] succeeded in 0.0019456569571048021s: None +2025-10-03 20:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 20:57:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65e722ae-7408-4e66-96e6-0524ca43172e] received +2025-10-03 20:57:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65e722ae-7408-4e66-96e6-0524ca43172e] succeeded in 0.0016912110149860382s: None +2025-10-03 20:57:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc490b09-b645-4a9b-bc0e-48e8fd1d8e27] received +2025-10-03 20:57:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc490b09-b645-4a9b-bc0e-48e8fd1d8e27] succeeded in 0.002386716892942786s: None +2025-10-03 20:57:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:57:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02b7804c-710f-4277-b16f-f34427d01f22] received +2025-10-03 20:57:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02b7804c-710f-4277-b16f-f34427d01f22] succeeded in 0.002182068070396781s: None +2025-10-03 20:58:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4a3c525-aca6-47d8-a449-98b6cee2ecce] received +2025-10-03 20:58:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f4a3c525-aca6-47d8-a449-98b6cee2ecce] succeeded in 0.002408866072073579s: None +2025-10-03 20:58:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f932d0d1-973b-4597-adb0-f12772a19595] received +2025-10-03 20:58:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f932d0d1-973b-4597-adb0-f12772a19595] succeeded in 0.002629918046295643s: None +2025-10-03 20:58:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ab15631-8e10-4916-ab91-02fb4675f0ac] received +2025-10-03 20:58:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ab15631-8e10-4916-ab91-02fb4675f0ac] succeeded in 0.002249601064249873s: None +2025-10-03 20:58:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13cdff78-5a5a-4ea6-9825-feaf612c4774] received +2025-10-03 20:58:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[13cdff78-5a5a-4ea6-9825-feaf612c4774] succeeded in 0.0026174730155617s: None +2025-10-03 20:58:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[baa9b53c-b07a-4731-9719-469637d0344f] received +2025-10-03 20:58:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[baa9b53c-b07a-4731-9719-469637d0344f] succeeded in 0.0020180330611765385s: None +2025-10-03 20:58:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3882298e-f617-497f-8e79-cad5e192b678] received +2025-10-03 20:58:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3882298e-f617-497f-8e79-cad5e192b678] succeeded in 0.0025924670044332743s: None +2025-10-03 20:58:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff74cf98-5c2d-4c25-beb6-3fa32d795fa0] received +2025-10-03 20:58:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff74cf98-5c2d-4c25-beb6-3fa32d795fa0] succeeded in 0.00206526811234653s: None +2025-10-03 20:58:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25837bdc-9bd5-435d-9404-72b0bbfcbd8a] received +2025-10-03 20:58:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25837bdc-9bd5-435d-9404-72b0bbfcbd8a] succeeded in 0.0023880901280790567s: None +2025-10-03 20:58:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3aedee5-84d9-4165-9c2f-6e949998a31c] received +2025-10-03 20:58:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3aedee5-84d9-4165-9c2f-6e949998a31c] succeeded in 0.0021797060035169125s: None +2025-10-03 20:58:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5c16b3c-7003-410a-8aee-8bd899302e3a] received +2025-10-03 20:58:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b5c16b3c-7003-410a-8aee-8bd899302e3a] succeeded in 0.002330640098080039s: None +2025-10-03 20:58:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acf7d536-a40c-47e1-a7e3-939516371789] received +2025-10-03 20:58:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[acf7d536-a40c-47e1-a7e3-939516371789] succeeded in 0.0024087410420179367s: None +2025-10-03 20:58:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffaec499-b733-443b-afc8-da380340c99e] received +2025-10-03 20:58:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffaec499-b733-443b-afc8-da380340c99e] succeeded in 0.001999185886234045s: None +2025-10-03 20:58:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7024409-12a3-4a1a-9e67-749bf9b4b46c] received +2025-10-03 20:58:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7024409-12a3-4a1a-9e67-749bf9b4b46c] succeeded in 0.0024182558991014957s: None +2025-10-03 20:58:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52938524-6576-4bec-9058-e63b9de7d02a] received +2025-10-03 20:58:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[52938524-6576-4bec-9058-e63b9de7d02a] succeeded in 0.002365791006013751s: None +2025-10-03 20:58:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56c2b2cb-de7e-41b5-9831-cc229cef1be8] received +2025-10-03 20:58:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56c2b2cb-de7e-41b5-9831-cc229cef1be8] succeeded in 0.0023087819572538137s: None +2025-10-03 20:58:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6e7bc03-20c5-4f79-ac28-15ed77b6503e] received +2025-10-03 20:58:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b6e7bc03-20c5-4f79-ac28-15ed77b6503e] succeeded in 0.0023269960656762123s: None +2025-10-03 20:58:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df00bc6b-49b3-4292-a666-4de9de526366] received +2025-10-03 20:58:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[df00bc6b-49b3-4292-a666-4de9de526366] succeeded in 0.0022739279083907604s: None +2025-10-03 20:58:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c01900da-0913-460b-b085-6541858c8a54] received +2025-10-03 20:58:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c01900da-0913-460b-b085-6541858c8a54] succeeded in 0.0010496510658413172s: None +2025-10-03 20:58:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eee4cba6-8c2d-4f4f-946e-721ea3a19fec] received +2025-10-03 20:58:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eee4cba6-8c2d-4f4f-946e-721ea3a19fec] succeeded in 0.002328122965991497s: None +2025-10-03 20:58:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eed87bce-46c4-4a7c-a81d-151bcd2cbd6d] received +2025-10-03 20:58:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eed87bce-46c4-4a7c-a81d-151bcd2cbd6d] succeeded in 0.0020433601457625628s: None +2025-10-03 20:58:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3800246-58fd-4048-8d1d-807cf4b338f7] received +2025-10-03 20:58:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d3800246-58fd-4048-8d1d-807cf4b338f7] succeeded in 0.0021133047994226217s: None +2025-10-03 20:58:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c8b7123-f10d-4cd7-b169-3c44299dbcb4] received +2025-10-03 20:58:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c8b7123-f10d-4cd7-b169-3c44299dbcb4] succeeded in 0.0024502919986844063s: None +2025-10-03 20:58:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5c1af98-a9e2-4c97-baed-4556fb13484c] received +2025-10-03 20:58:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5c1af98-a9e2-4c97-baed-4556fb13484c] succeeded in 0.0025661420077085495s: None +2025-10-03 20:58:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de3d7bd7-f599-453c-9999-6d6329143461] received +2025-10-03 20:58:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[de3d7bd7-f599-453c-9999-6d6329143461] succeeded in 0.0026444848626852036s: None +2025-10-03 20:58:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98cc42cb-5a33-436d-b93e-51eaa73772a9] received +2025-10-03 20:58:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[98cc42cb-5a33-436d-b93e-51eaa73772a9] succeeded in 0.0021884848829358816s: None +2025-10-03 20:58:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7082a488-2370-48c7-9219-1ecaa161d11c] received +2025-10-03 20:58:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7082a488-2370-48c7-9219-1ecaa161d11c] succeeded in 0.002138563897460699s: None +2025-10-03 20:58:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[977e818a-5ec1-4915-92ec-0b21b9c914ec] received +2025-10-03 20:58:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[977e818a-5ec1-4915-92ec-0b21b9c914ec] succeeded in 0.0022613059263676405s: None +2025-10-03 20:58:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e36ba63-c113-4250-88f0-b295de78e01a] received +2025-10-03 20:58:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5e36ba63-c113-4250-88f0-b295de78e01a] succeeded in 0.002139005810022354s: None +2025-10-03 20:58:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c68b9d3-c7c0-4c10-be3c-68266650a541] received +2025-10-03 20:58:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6c68b9d3-c7c0-4c10-be3c-68266650a541] succeeded in 0.002302024979144335s: None +2025-10-03 20:58:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b889236d-45ad-4d45-a559-74a6b4df6608] received +2025-10-03 20:58:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b889236d-45ad-4d45-a559-74a6b4df6608] succeeded in 0.0021090127993375063s: None +2025-10-03 20:58:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:58:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5818b71e-3a3d-4df8-9594-9cb2d9cb128f] received +2025-10-03 20:58:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5818b71e-3a3d-4df8-9594-9cb2d9cb128f] succeeded in 0.0017524389550089836s: None +2025-10-03 20:59:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b48fc6bd-53a2-442f-85dd-e964fc384904] received +2025-10-03 20:59:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b48fc6bd-53a2-442f-85dd-e964fc384904] succeeded in 0.0021728489082306623s: None +2025-10-03 20:59:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bca36a92-9d35-4520-adf9-c57d4fea841d] received +2025-10-03 20:59:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bca36a92-9d35-4520-adf9-c57d4fea841d] succeeded in 0.0020771510899066925s: None +2025-10-03 20:59:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1392be21-e5d9-49bb-8363-641fb43a32c3] received +2025-10-03 20:59:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1392be21-e5d9-49bb-8363-641fb43a32c3] succeeded in 0.0020001728553324938s: None +2025-10-03 20:59:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b6a1cc5-510f-41dd-bafc-353678274385] received +2025-10-03 20:59:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b6a1cc5-510f-41dd-bafc-353678274385] succeeded in 0.0020221408922225237s: None +2025-10-03 20:59:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7982c4b5-2ec0-4b79-abc6-525c50293fee] received +2025-10-03 20:59:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7982c4b5-2ec0-4b79-abc6-525c50293fee] succeeded in 0.002265585120767355s: None +2025-10-03 20:59:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eb85b2c-140f-4c00-93f7-4bd7d62f84c5] received +2025-10-03 20:59:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4eb85b2c-140f-4c00-93f7-4bd7d62f84c5] succeeded in 0.00229251803830266s: None +2025-10-03 20:59:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a33c827-d8c5-45a9-add1-aadb97889599] received +2025-10-03 20:59:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a33c827-d8c5-45a9-add1-aadb97889599] succeeded in 0.0020475098863244057s: None +2025-10-03 20:59:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7814ea4b-9086-4aee-abdb-da34c1f9485c] received +2025-10-03 20:59:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7814ea4b-9086-4aee-abdb-da34c1f9485c] succeeded in 0.0061512591782957315s: None +2025-10-03 20:59:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfc97e03-f4b4-4137-8dce-f1febd6d6df7] received +2025-10-03 20:59:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfc97e03-f4b4-4137-8dce-f1febd6d6df7] succeeded in 0.002608118811622262s: None +2025-10-03 20:59:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c6c91b7-5fa9-443f-978a-73a688db7179] received +2025-10-03 20:59:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c6c91b7-5fa9-443f-978a-73a688db7179] succeeded in 0.002278020139783621s: None +2025-10-03 20:59:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7079f9b1-c0c4-4334-ba1e-6db4768ecb97] received +2025-10-03 20:59:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7079f9b1-c0c4-4334-ba1e-6db4768ecb97] succeeded in 0.002320044906809926s: None +2025-10-03 20:59:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a49be0cd-43b0-4be0-8a65-2506c3886fb3] received +2025-10-03 20:59:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a49be0cd-43b0-4be0-8a65-2506c3886fb3] succeeded in 0.002805137075483799s: None +2025-10-03 20:59:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18b300be-f4b2-4641-814c-e77d3bd7fbfa] received +2025-10-03 20:59:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18b300be-f4b2-4641-814c-e77d3bd7fbfa] succeeded in 0.0022223941050469875s: None +2025-10-03 20:59:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b01664b-0eae-4ee5-ae8b-fb8f4865531d] received +2025-10-03 20:59:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b01664b-0eae-4ee5-ae8b-fb8f4865531d] succeeded in 0.002781856805086136s: None +2025-10-03 20:59:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a68a8530-19be-417b-8dfe-c0f018b85be2] received +2025-10-03 20:59:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a68a8530-19be-417b-8dfe-c0f018b85be2] succeeded in 0.0022110440768301487s: None +2025-10-03 20:59:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15f305dd-431f-435c-8d5c-9dbaba7e091d] received +2025-10-03 20:59:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15f305dd-431f-435c-8d5c-9dbaba7e091d] succeeded in 0.0023038070648908615s: None +2025-10-03 20:59:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb005c57-77a6-4b9d-ac77-23db2f05c8a3] received +2025-10-03 20:59:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb005c57-77a6-4b9d-ac77-23db2f05c8a3] succeeded in 0.0021917170379310846s: None +2025-10-03 20:59:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be4a9699-9795-440f-b19d-2379ad751f68] received +2025-10-03 20:59:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[be4a9699-9795-440f-b19d-2379ad751f68] succeeded in 0.0025677660014480352s: None +2025-10-03 20:59:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[870c8f7b-b7cb-4d92-9603-5c88997a1d53] received +2025-10-03 20:59:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[870c8f7b-b7cb-4d92-9603-5c88997a1d53] succeeded in 0.0023502400144934654s: None +2025-10-03 20:59:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6230171a-05b1-4730-8b3a-b502450c7908] received +2025-10-03 20:59:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6230171a-05b1-4730-8b3a-b502450c7908] succeeded in 0.002212812891229987s: None +2025-10-03 20:59:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3a00b51-66aa-46df-bf43-813841207f6b] received +2025-10-03 20:59:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3a00b51-66aa-46df-bf43-813841207f6b] succeeded in 0.0025088139809668064s: None +2025-10-03 20:59:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a9e4798-ea1e-4cf6-a388-59656107a9a4] received +2025-10-03 20:59:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a9e4798-ea1e-4cf6-a388-59656107a9a4] succeeded in 0.0021304080728441477s: None +2025-10-03 20:59:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1575f3e-b412-467f-89d8-dc1d3f16565c] received +2025-10-03 20:59:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f1575f3e-b412-467f-89d8-dc1d3f16565c] succeeded in 0.002311551943421364s: None +2025-10-03 20:59:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e5ac45e-9d13-4e1a-aa8f-69e454f7288f] received +2025-10-03 20:59:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e5ac45e-9d13-4e1a-aa8f-69e454f7288f] succeeded in 0.0022470271214842796s: None +2025-10-03 20:59:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7b38a6b-3a17-485f-9562-f1c89c59d7e0] received +2025-10-03 20:59:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b7b38a6b-3a17-485f-9562-f1c89c59d7e0] succeeded in 0.0023201589938253164s: None +2025-10-03 20:59:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b5f9ade-ba43-456e-b50b-b9a8e5978bbf] received +2025-10-03 20:59:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2b5f9ade-ba43-456e-b50b-b9a8e5978bbf] succeeded in 0.0022440520115196705s: None +2025-10-03 20:59:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43eab918-ab10-4fb8-a575-9fe7c19c8511] received +2025-10-03 20:59:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[43eab918-ab10-4fb8-a575-9fe7c19c8511] succeeded in 0.002768761944025755s: None +2025-10-03 20:59:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e28a6026-089f-4c7f-98b6-eb2119733dbb] received +2025-10-03 20:59:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e28a6026-089f-4c7f-98b6-eb2119733dbb] succeeded in 0.0024102109018713236s: None +2025-10-03 20:59:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d436986c-3253-4058-993d-7c02b6298bdf] received +2025-10-03 20:59:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d436986c-3253-4058-993d-7c02b6298bdf] succeeded in 0.002415979979559779s: None +2025-10-03 20:59:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[002c1b6a-9e52-4d76-91db-f29b24465562] received +2025-10-03 20:59:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[002c1b6a-9e52-4d76-91db-f29b24465562] succeeded in 0.0025484280195087194s: None +2025-10-03 20:59:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b23f211-561d-456d-89bb-4e62c7f0eae8] received +2025-10-03 20:59:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6b23f211-561d-456d-89bb-4e62c7f0eae8] succeeded in 0.0025173008907586336s: None +2025-10-03 20:59:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 20:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd6d5a49-a229-4b24-9e52-06ed65a5edcc] received +2025-10-03 20:59:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd6d5a49-a229-4b24-9e52-06ed65a5edcc] succeeded in 0.002007251139730215s: None +2025-10-03 21:00:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2f20c5a-3956-432a-a324-9ccc5e0a8f41] received +2025-10-03 21:00:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f2f20c5a-3956-432a-a324-9ccc5e0a8f41] succeeded in 0.0021776279900223017s: None +2025-10-03 21:00:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:00:06 [INFO] Celery[DW-STDERR]: Storing track 'Landslide - Remastered' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:00:06 [INFO] Celery[DW-STDERR]: Successfully stored track 'Landslide - Remastered' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:00:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 21:00:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7a905dd-a5b8-43c1-b429-2aec02ec4597] received +2025-10-03 21:00:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7a905dd-a5b8-43c1-b429-2aec02ec4597] succeeded in 0.002582036890089512s: None +2025-10-03 21:00:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Storing track 'My Friends Over You' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Successfully stored track 'My Friends Over You' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56d47643-1a9e-4b33-ba79-9fe8c11d514c] received +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[56d47643-1a9e-4b33-ba79-9fe8c11d514c] succeeded in 0.0019002510234713554s: None +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Storing track 'No Church In The Wild' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Successfully stored track 'No Church In The Wild' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8fde0e5-f3c0-45fc-8382-61bd7aebbaae] received +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d8fde0e5-f3c0-45fc-8382-61bd7aebbaae] succeeded in 0.0018621410708874464s: None +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Storing track 'The Boys of Summer' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Boys of Summer' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42176731-9bf6-444b-9d48-636161385d5d] received +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42176731-9bf6-444b-9d48-636161385d5d] succeeded in 0.0016168761067092419s: None +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Storing track 'Everywhere' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Successfully stored track 'Everywhere' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50ce7e4a-e99c-436a-bf20-4d827080e9ea] received +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[50ce7e4a-e99c-436a-bf20-4d827080e9ea] succeeded in 0.0017615808174014091s: None +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1655affb-d470-4b57-96b8-2ea78ba856a0] received +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1655affb-d470-4b57-96b8-2ea78ba856a0] succeeded in 0.002006376860663295s: None +2025-10-03 21:00:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab5a2017-4598-4c57-b177-b86508aae4d1] received +2025-10-03 21:00:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab5a2017-4598-4c57-b177-b86508aae4d1] succeeded in 0.001604112097993493s: None +2025-10-03 21:00:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dd27f6b-e613-4f7b-96e0-4e0b60b0046a] received +2025-10-03 21:00:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dd27f6b-e613-4f7b-96e0-4e0b60b0046a] succeeded in 0.0023302941117435694s: None +2025-10-03 21:00:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85745c3b-5bb1-4aa7-a8db-dc86d1a4b0eb] received +2025-10-03 21:00:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[85745c3b-5bb1-4aa7-a8db-dc86d1a4b0eb] succeeded in 0.002473114989697933s: None +2025-10-03 21:00:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b13363cf-943a-4c85-911b-edfb7b898844] received +2025-10-03 21:00:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b13363cf-943a-4c85-911b-edfb7b898844] succeeded in 0.002064103027805686s: None +2025-10-03 21:00:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5402efcd-e19d-494e-882f-e66bc1a86509] received +2025-10-03 21:00:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5402efcd-e19d-494e-882f-e66bc1a86509] succeeded in 0.0025560560170561075s: None +2025-10-03 21:00:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c4ad045-7481-4eee-bc43-67d1e4acffeb] received +2025-10-03 21:00:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c4ad045-7481-4eee-bc43-67d1e4acffeb] succeeded in 0.0014228960499167442s: None +2025-10-03 21:00:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c884a772-9bcf-40d9-b6ed-43573b8261b2] received +2025-10-03 21:00:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c884a772-9bcf-40d9-b6ed-43573b8261b2] succeeded in 0.0025950060226023197s: None +2025-10-03 21:00:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10655672-de98-4810-8505-c8b8bdae7edf] received +2025-10-03 21:00:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10655672-de98-4810-8505-c8b8bdae7edf] succeeded in 0.002566545968875289s: None +2025-10-03 21:00:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[844ed8d3-79df-415b-b413-85e7666ab6e1] received +2025-10-03 21:00:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[844ed8d3-79df-415b-b413-85e7666ab6e1] succeeded in 0.0023162998259067535s: None +2025-10-03 21:00:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a54d6d71-7c9d-4b24-a9cd-a50dee768c52] received +2025-10-03 21:00:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a54d6d71-7c9d-4b24-a9cd-a50dee768c52] succeeded in 0.0029154540970921516s: None +2025-10-03 21:00:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:00:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f779d61-4fee-44b8-a37c-d1f22c4627c0] received +2025-10-03 21:00:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f779d61-4fee-44b8-a37c-d1f22c4627c0] succeeded in 0.00255249603651464s: None +2025-10-03 21:01:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f11ad8e1-8782-4c24-97ac-b6c3143c16d6] received +2025-10-03 21:01:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f11ad8e1-8782-4c24-97ac-b6c3143c16d6] succeeded in 0.0026438580825924873s: None +2025-10-03 21:01:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a155845-e5c5-4ee9-836e-052f308c025b] received +2025-10-03 21:01:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a155845-e5c5-4ee9-836e-052f308c025b] succeeded in 0.0022797780111432076s: None +2025-10-03 21:01:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bda6657-35b5-44e4-800f-66319fbce9ae] received +2025-10-03 21:01:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5bda6657-35b5-44e4-800f-66319fbce9ae] succeeded in 0.0025353520177304745s: None +2025-10-03 21:01:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf653eba-3875-4b79-880f-e4c24a99349a] received +2025-10-03 21:01:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf653eba-3875-4b79-880f-e4c24a99349a] succeeded in 0.002313205972313881s: None +2025-10-03 21:01:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2583d96-4dbc-4917-9625-4548e71bbcf5] received +2025-10-03 21:01:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e2583d96-4dbc-4917-9625-4548e71bbcf5] succeeded in 0.0024127489887177944s: None +2025-10-03 21:01:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d3561d9-2aa1-4764-a485-dc63f7cd0ebe] received +2025-10-03 21:01:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9d3561d9-2aa1-4764-a485-dc63f7cd0ebe] succeeded in 0.00236570299603045s: None +2025-10-03 21:01:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e319c60-2299-4c67-b6fe-eeb5d7f645d8] received +2025-10-03 21:01:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e319c60-2299-4c67-b6fe-eeb5d7f645d8] succeeded in 0.0023730341345071793s: None +2025-10-03 21:01:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[961326ae-6091-43be-85c0-375793e018fa] received +2025-10-03 21:01:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[961326ae-6091-43be-85c0-375793e018fa] succeeded in 0.0026429379358887672s: None +2025-10-03 21:01:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b526305c-5f6b-4a49-9f5b-93812b16a94a] received +2025-10-03 21:01:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b526305c-5f6b-4a49-9f5b-93812b16a94a] succeeded in 0.00224028411321342s: None +2025-10-03 21:01:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd4ffb95-a3bd-4e23-b73d-e6558b952efe] received +2025-10-03 21:01:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cd4ffb95-a3bd-4e23-b73d-e6558b952efe] succeeded in 0.002655272139236331s: None +2025-10-03 21:01:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1e39a07-d89b-4221-ad79-2b458583b98a] received +2025-10-03 21:01:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1e39a07-d89b-4221-ad79-2b458583b98a] succeeded in 0.00264893495477736s: None +2025-10-03 21:01:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[575c765d-a1da-4a2b-a22b-cf8146840df1] received +2025-10-03 21:01:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[575c765d-a1da-4a2b-a22b-cf8146840df1] succeeded in 0.0020360061898827553s: None +2025-10-03 21:01:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[266faa12-b8c8-4c24-bcef-5bf6d66e4ca5] received +2025-10-03 21:01:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[266faa12-b8c8-4c24-bcef-5bf6d66e4ca5] succeeded in 0.002330977004021406s: None +2025-10-03 21:01:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ffe5361-abe2-49bb-8683-ab8d5debfcdc] received +2025-10-03 21:01:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ffe5361-abe2-49bb-8683-ab8d5debfcdc] succeeded in 0.002449657069519162s: None +2025-10-03 21:01:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac415e53-d990-4f3d-8c7f-52d18b2e4842] received +2025-10-03 21:01:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ac415e53-d990-4f3d-8c7f-52d18b2e4842] succeeded in 0.0026348100509494543s: None +2025-10-03 21:01:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[318db49f-3e0c-47f8-b81f-cae2556dcf32] received +2025-10-03 21:01:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[318db49f-3e0c-47f8-b81f-cae2556dcf32] succeeded in 0.0009975589346140623s: None +2025-10-03 21:01:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c89e78b-7075-4511-928c-dbe1f65b6538] received +2025-10-03 21:01:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5c89e78b-7075-4511-928c-dbe1f65b6538] succeeded in 0.0023029069416224957s: None +2025-10-03 21:01:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f608750c-ad9b-4074-8f69-79b590eea8f6] received +2025-10-03 21:01:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f608750c-ad9b-4074-8f69-79b590eea8f6] succeeded in 0.002667534863576293s: None +2025-10-03 21:01:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfb9374c-bb48-4e69-806f-22d25de12d7e] received +2025-10-03 21:01:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dfb9374c-bb48-4e69-806f-22d25de12d7e] succeeded in 0.0019794527906924486s: None +2025-10-03 21:01:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afdfc264-c47e-4bb9-a7cd-b053ae4bb400] received +2025-10-03 21:01:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[afdfc264-c47e-4bb9-a7cd-b053ae4bb400] succeeded in 0.002120675053447485s: None +2025-10-03 21:01:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fad58784-7f15-41aa-9191-794ddb55c611] received +2025-10-03 21:01:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fad58784-7f15-41aa-9191-794ddb55c611] succeeded in 0.0025223600678145885s: None +2025-10-03 21:01:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a51769f-b3a7-4ab0-9d06-af50afbe159b] received +2025-10-03 21:01:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a51769f-b3a7-4ab0-9d06-af50afbe159b] succeeded in 0.0026505119167268276s: None +2025-10-03 21:01:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9554c9de-08ae-4ff5-b407-f6066ad395e7] received +2025-10-03 21:01:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9554c9de-08ae-4ff5-b407-f6066ad395e7] succeeded in 0.002708574989810586s: None +2025-10-03 21:01:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d43a723f-0f4f-4bfb-8c44-c2cb79b10307] received +2025-10-03 21:01:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d43a723f-0f4f-4bfb-8c44-c2cb79b10307] succeeded in 0.0021570888347923756s: None +2025-10-03 21:01:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a932e704-bee9-4248-bfac-b2fe87b4300d] received +2025-10-03 21:01:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a932e704-bee9-4248-bfac-b2fe87b4300d] succeeded in 0.0021037450060248375s: None +2025-10-03 21:01:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce5925da-2815-4fd2-a4d2-f6022659b324] received +2025-10-03 21:01:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce5925da-2815-4fd2-a4d2-f6022659b324] succeeded in 0.002242899965494871s: None +2025-10-03 21:01:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11395ca0-73b0-4121-b3ba-1a856e927e2a] received +2025-10-03 21:01:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[11395ca0-73b0-4121-b3ba-1a856e927e2a] succeeded in 0.0020993980579078197s: None +2025-10-03 21:01:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff8ec4fb-4163-4d38-8ab5-6059b1f514b1] received +2025-10-03 21:01:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff8ec4fb-4163-4d38-8ab5-6059b1f514b1] succeeded in 0.0028333570808172226s: None +2025-10-03 21:01:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6df3cd7a-ba35-4940-b6e9-83ced323a69e] received +2025-10-03 21:01:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6df3cd7a-ba35-4940-b6e9-83ced323a69e] succeeded in 0.0025022360496222973s: None +2025-10-03 21:01:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b71a54d7-d4e6-4376-9a7a-a06fc0b3a87d] received +2025-10-03 21:01:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b71a54d7-d4e6-4376-9a7a-a06fc0b3a87d] succeeded in 0.0024629170075058937s: None +2025-10-03 21:01:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04467c01-b5b9-4ca2-9ff9-e63615e88f42] received +2025-10-03 21:01:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04467c01-b5b9-4ca2-9ff9-e63615e88f42] succeeded in 0.0025805828627198935s: None +2025-10-03 21:01:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73d53b6b-3fb9-4323-919b-c739e6fe497f] received +2025-10-03 21:01:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[73d53b6b-3fb9-4323-919b-c739e6fe497f] succeeded in 0.002253323094919324s: None +2025-10-03 21:01:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:01:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd13757f-9815-43ff-b7a4-44a6fbad44de] received +2025-10-03 21:01:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd13757f-9815-43ff-b7a4-44a6fbad44de] succeeded in 0.002163696102797985s: None +2025-10-03 21:02:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f852034a-111c-4b4d-941f-fad71794317a] received +2025-10-03 21:02:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f852034a-111c-4b4d-941f-fad71794317a] succeeded in 0.0022111700382083654s: None +2025-10-03 21:02:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bb5cf5e-9ef4-44c6-bdc5-247bed23ca40] received +2025-10-03 21:02:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2bb5cf5e-9ef4-44c6-bdc5-247bed23ca40] succeeded in 0.002152977976948023s: None +2025-10-03 21:02:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eed0e203-df8a-49f2-a0f5-79a8b501257c] received +2025-10-03 21:02:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[eed0e203-df8a-49f2-a0f5-79a8b501257c] succeeded in 0.0025692000053822994s: None +2025-10-03 21:02:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a540ac06-5bed-4e37-9849-3a170485f648] received +2025-10-03 21:02:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a540ac06-5bed-4e37-9849-3a170485f648] succeeded in 0.002351966919377446s: None +2025-10-03 21:02:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d612e8e4-4f09-43c0-bd70-5a0a9b64775b] received +2025-10-03 21:02:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d612e8e4-4f09-43c0-bd70-5a0a9b64775b] succeeded in 0.0025356519035995007s: None +2025-10-03 21:02:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f51cc9c7-2512-49cd-8cac-de61a38f95e5] received +2025-10-03 21:02:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f51cc9c7-2512-49cd-8cac-de61a38f95e5] succeeded in 0.0024357319343835115s: None +2025-10-03 21:02:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dd9bf63-9880-4812-b863-4983517da9b5] received +2025-10-03 21:02:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dd9bf63-9880-4812-b863-4983517da9b5] succeeded in 0.001941820839419961s: None +2025-10-03 21:02:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3dcdc223-1a8d-482b-93ba-b4e95516f4a8] received +2025-10-03 21:02:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3dcdc223-1a8d-482b-93ba-b4e95516f4a8] succeeded in 0.0030610039830207825s: None +2025-10-03 21:02:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4695a2ff-224b-4919-9350-6033955d1cc9] received +2025-10-03 21:02:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4695a2ff-224b-4919-9350-6033955d1cc9] succeeded in 0.0025752319488674402s: None +2025-10-03 21:02:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0526b817-b147-43aa-adbb-1c65e6f8ad9e] received +2025-10-03 21:02:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0526b817-b147-43aa-adbb-1c65e6f8ad9e] succeeded in 0.0022543391678482294s: None +2025-10-03 21:02:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c372444-bc59-44ea-8161-8ea9044966a2] received +2025-10-03 21:02:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c372444-bc59-44ea-8161-8ea9044966a2] succeeded in 0.002251796890050173s: None +2025-10-03 21:02:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea0f5796-dea8-416a-9181-c2338e969846] received +2025-10-03 21:02:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea0f5796-dea8-416a-9181-c2338e969846] succeeded in 0.0022983590606600046s: None +2025-10-03 21:02:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21dd7d75-8bf9-4b52-a2df-a186aca9eed7] received +2025-10-03 21:02:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[21dd7d75-8bf9-4b52-a2df-a186aca9eed7] succeeded in 0.0024185231886804104s: None +2025-10-03 21:02:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b146555b-893b-42c1-aa1a-738a52d74082] received +2025-10-03 21:02:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b146555b-893b-42c1-aa1a-738a52d74082] succeeded in 0.002242597984150052s: None +2025-10-03 21:02:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa75af6f-e9fe-4514-aff1-4e4c1b79e01e] received +2025-10-03 21:02:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fa75af6f-e9fe-4514-aff1-4e4c1b79e01e] succeeded in 0.0026675090193748474s: None +2025-10-03 21:02:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[235af9ed-b5b1-45e5-b9f9-aff8413f1082] received +2025-10-03 21:02:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[235af9ed-b5b1-45e5-b9f9-aff8413f1082] succeeded in 0.002399157965555787s: None +2025-10-03 21:02:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cf98f1d-41dc-48a7-b0f0-d0dbc04d1e1e] received +2025-10-03 21:02:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cf98f1d-41dc-48a7-b0f0-d0dbc04d1e1e] succeeded in 0.0025207779835909605s: None +2025-10-03 21:02:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd35a144-89fe-43f6-ba61-51431212f4b1] received +2025-10-03 21:02:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd35a144-89fe-43f6-ba61-51431212f4b1] succeeded in 0.003077639965340495s: None +2025-10-03 21:02:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b567655a-1f82-4407-8bb8-9937806b1163] received +2025-10-03 21:02:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b567655a-1f82-4407-8bb8-9937806b1163] succeeded in 0.0022573850583285093s: None +2025-10-03 21:02:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70746fe6-5d20-4b24-a163-7e0b6798915d] received +2025-10-03 21:02:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[70746fe6-5d20-4b24-a163-7e0b6798915d] succeeded in 0.0022605860140174627s: None +2025-10-03 21:02:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[030376d6-7fe7-4498-b66c-f55de2fe8bbb] received +2025-10-03 21:02:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[030376d6-7fe7-4498-b66c-f55de2fe8bbb] succeeded in 0.002253954065963626s: None +2025-10-03 21:02:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b005de89-29ab-4c5c-b930-bc900e6b0dbc] received +2025-10-03 21:02:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b005de89-29ab-4c5c-b930-bc900e6b0dbc] succeeded in 0.002224273979663849s: None +2025-10-03 21:02:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d598ddce-c38f-41fe-b02b-e251ec5c6eea] received +2025-10-03 21:02:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d598ddce-c38f-41fe-b02b-e251ec5c6eea] succeeded in 0.002836998086422682s: None +2025-10-03 21:02:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b57508a2-abab-4c4e-a0a6-30e81e5ab4ac] received +2025-10-03 21:02:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b57508a2-abab-4c4e-a0a6-30e81e5ab4ac] succeeded in 0.0025675310753285885s: None +2025-10-03 21:02:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0129754-8fbd-4369-85d7-18c8bc1ec5be] received +2025-10-03 21:02:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0129754-8fbd-4369-85d7-18c8bc1ec5be] succeeded in 0.006264775060117245s: None +2025-10-03 21:02:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[614c374b-4033-42ed-9c0f-353058bf20c9] received +2025-10-03 21:02:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[614c374b-4033-42ed-9c0f-353058bf20c9] succeeded in 0.002854426857084036s: None +2025-10-03 21:02:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6cf6a6b-f8ff-407b-bc72-cbf3ad512da3] received +2025-10-03 21:02:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a6cf6a6b-f8ff-407b-bc72-cbf3ad512da3] succeeded in 0.0022159451618790627s: None +2025-10-03 21:02:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e177715-197f-4e78-8e6a-e4cb9a207277] received +2025-10-03 21:02:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4e177715-197f-4e78-8e6a-e4cb9a207277] succeeded in 0.0028547330293804407s: None +2025-10-03 21:02:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec211fc-d4b5-42b6-b856-5c1e631faaaf] received +2025-10-03 21:02:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4ec211fc-d4b5-42b6-b856-5c1e631faaaf] succeeded in 0.002139247953891754s: None +2025-10-03 21:02:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0d9aaa5-4ab3-47ac-bcc9-69aba99d77a1] received +2025-10-03 21:02:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0d9aaa5-4ab3-47ac-bcc9-69aba99d77a1] succeeded in 0.0022861319594085217s: None +2025-10-03 21:02:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1eb8961b-543f-49a3-b4a2-9542a473afa8] received +2025-10-03 21:02:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1eb8961b-543f-49a3-b4a2-9542a473afa8] succeeded in 0.002234226791188121s: None +2025-10-03 21:02:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0a12fc7-0bf2-43ca-8302-b67d704281f0] received +2025-10-03 21:02:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e0a12fc7-0bf2-43ca-8302-b67d704281f0] succeeded in 0.002518187975510955s: None +2025-10-03 21:03:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c395077f-de6c-41f1-8b4f-817646482d65] received +2025-10-03 21:03:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c395077f-de6c-41f1-8b4f-817646482d65] succeeded in 0.0026757200248539448s: None +2025-10-03 21:03:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b3ac6e4-758a-47d4-b395-bddd849d1989] received +2025-10-03 21:03:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b3ac6e4-758a-47d4-b395-bddd849d1989] succeeded in 0.002053525997325778s: None +2025-10-03 21:03:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64ce3f81-5f31-4339-bacb-dbfa547ee4b8] received +2025-10-03 21:03:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64ce3f81-5f31-4339-bacb-dbfa547ee4b8] succeeded in 0.0023203459568321705s: None +2025-10-03 21:03:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bcda2c1-a4ae-44f7-9143-706589272616] received +2025-10-03 21:03:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3bcda2c1-a4ae-44f7-9143-706589272616] succeeded in 0.002078467980027199s: None +2025-10-03 21:03:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a5ede65-1380-4256-b36e-ddb6879c05ad] received +2025-10-03 21:03:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4a5ede65-1380-4256-b36e-ddb6879c05ad] succeeded in 0.0025244769640266895s: None +2025-10-03 21:03:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36bf8e22-e68c-42f3-b953-0751b37f417d] received +2025-10-03 21:03:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36bf8e22-e68c-42f3-b953-0751b37f417d] succeeded in 0.002072748029604554s: None +2025-10-03 21:03:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d789b42e-dd4b-4b8d-9177-d76f61c81b4f] received +2025-10-03 21:03:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d789b42e-dd4b-4b8d-9177-d76f61c81b4f] succeeded in 0.0023762232158333063s: None +2025-10-03 21:03:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b967a69-dc20-4e44-bca7-acdc4e8d8c01] received +2025-10-03 21:03:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3b967a69-dc20-4e44-bca7-acdc4e8d8c01] succeeded in 0.002376060001552105s: None +2025-10-03 21:03:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[502f2df5-9b60-4afe-baf1-582255fa417e] received +2025-10-03 21:03:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[502f2df5-9b60-4afe-baf1-582255fa417e] succeeded in 0.0021291880402714014s: None +2025-10-03 21:03:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[166d4e38-9b97-4402-b213-fee9362b3a19] received +2025-10-03 21:03:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[166d4e38-9b97-4402-b213-fee9362b3a19] succeeded in 0.002073738956823945s: None +2025-10-03 21:03:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5381060e-8cd0-43b1-a2db-20823ce6ef5c] received +2025-10-03 21:03:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5381060e-8cd0-43b1-a2db-20823ce6ef5c] succeeded in 0.0027001609560102224s: None +2025-10-03 21:03:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5ddfcd3-0b1d-43cd-9868-acb544cec92f] received +2025-10-03 21:03:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5ddfcd3-0b1d-43cd-9868-acb544cec92f] succeeded in 0.0025744459126144648s: None +2025-10-03 21:03:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e22feb70-2750-4c83-860d-d4bb6cf1c874] received +2025-10-03 21:03:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e22feb70-2750-4c83-860d-d4bb6cf1c874] succeeded in 0.0022488830145448446s: None +2025-10-03 21:03:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f13fa14-1059-4471-8da3-935de5035db9] received +2025-10-03 21:03:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3f13fa14-1059-4471-8da3-935de5035db9] succeeded in 0.002266088966280222s: None +2025-10-03 21:03:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29ae1c38-5dc8-491b-882d-ccb2eb7a43cf] received +2025-10-03 21:03:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29ae1c38-5dc8-491b-882d-ccb2eb7a43cf] succeeded in 0.002495652064681053s: None +2025-10-03 21:03:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f235806-7c2c-4332-a4ab-ff68284bfcdb] received +2025-10-03 21:03:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7f235806-7c2c-4332-a4ab-ff68284bfcdb] succeeded in 0.002310215961188078s: None +2025-10-03 21:03:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36461e3e-78c1-41d8-8365-290417a9ffa4] received +2025-10-03 21:03:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36461e3e-78c1-41d8-8365-290417a9ffa4] succeeded in 0.0028058409225195646s: None +2025-10-03 21:03:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0a57df3-b20e-42ad-b317-4cc6eec74f43] received +2025-10-03 21:03:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0a57df3-b20e-42ad-b317-4cc6eec74f43] succeeded in 0.002605847083032131s: None +2025-10-03 21:03:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90921d4e-9e46-4902-8764-ff7049e39bb0] received +2025-10-03 21:03:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90921d4e-9e46-4902-8764-ff7049e39bb0] succeeded in 0.0022295129019767046s: None +2025-10-03 21:03:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d341ba3-0c87-4ead-bfd2-f3e603c81158] received +2025-10-03 21:03:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3d341ba3-0c87-4ead-bfd2-f3e603c81158] succeeded in 0.0024402469862252474s: None +2025-10-03 21:03:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc9801e0-e15d-43c0-ab81-5154d91a27e4] received +2025-10-03 21:03:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc9801e0-e15d-43c0-ab81-5154d91a27e4] succeeded in 0.0019901718478649855s: None +2025-10-03 21:03:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdb93fd8-d99f-419a-bdb1-a8302e9eae23] received +2025-10-03 21:03:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cdb93fd8-d99f-419a-bdb1-a8302e9eae23] succeeded in 0.0025741769932210445s: None +2025-10-03 21:03:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[979319e6-ab95-4351-b747-103e9b1a0736] received +2025-10-03 21:03:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[979319e6-ab95-4351-b747-103e9b1a0736] succeeded in 0.002223106101155281s: None +2025-10-03 21:03:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:03:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58c2ff84-9811-44ad-a26d-5e7a6e949814] received +2025-10-03 21:03:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58c2ff84-9811-44ad-a26d-5e7a6e949814] succeeded in 0.0022386149503290653s: None +2025-10-03 21:03:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:03:48 [INFO] Celery[DW-STDERR]: Storing track 'I'm A Believer - From "Shrek" Motion Picture Soundtrack' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:03:48 [INFO] Celery[DW-STDERR]: Successfully stored track 'I'm A Believer - From "Shrek" Motion Picture Soundtrack' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:03:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 21:03:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1256084-f631-44aa-86d4-08c7cb255df7] received +2025-10-03 21:03:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1256084-f631-44aa-86d4-08c7cb255df7] succeeded in 0.0020512929186224937s: None +2025-10-03 21:04:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 21:04:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 21:04:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29409d2c-8b77-4fe9-8456-6a278cb4ba11] received +2025-10-03 21:04:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[29409d2c-8b77-4fe9-8456-6a278cb4ba11] succeeded in 0.002453660126775503s: None +2025-10-03 21:04:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[142bcb9c-8ebc-41cd-9191-75f79cab9c76] received +2025-10-03 21:04:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[142bcb9c-8ebc-41cd-9191-75f79cab9c76] succeeded in 0.0022286411840468645s: None +2025-10-03 21:04:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7256ca6-f5f7-4bfb-b1e3-b3b69dea0904] received +2025-10-03 21:04:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f7256ca6-f5f7-4bfb-b1e3-b3b69dea0904] succeeded in 0.002335831057280302s: None +2025-10-03 21:04:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7e6ef36-9db9-4134-a565-982b2fdbd968] received +2025-10-03 21:04:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c7e6ef36-9db9-4134-a565-982b2fdbd968] succeeded in 0.002262334106490016s: None +2025-10-03 21:04:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c6fac09-9878-4044-bffe-5c215e465844] received +2025-10-03 21:04:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4c6fac09-9878-4044-bffe-5c215e465844] succeeded in 0.003012723056599498s: None +2025-10-03 21:04:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[930d2210-82d7-4caf-9223-85356a4961b8] received +2025-10-03 21:04:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[930d2210-82d7-4caf-9223-85356a4961b8] succeeded in 0.0020558880642056465s: None +2025-10-03 21:04:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffa2178f-8e3f-473d-ba52-6c853c8c758f] received +2025-10-03 21:04:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ffa2178f-8e3f-473d-ba52-6c853c8c758f] succeeded in 0.002526819007471204s: None +2025-10-03 21:04:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3e0a9a5-8f1f-43cb-8043-94566b78ebd2] received +2025-10-03 21:04:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3e0a9a5-8f1f-43cb-8043-94566b78ebd2] succeeded in 0.00259509589523077s: None +2025-10-03 21:04:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e6d7106-381d-4522-8fab-34765bd455f2] received +2025-10-03 21:04:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6e6d7106-381d-4522-8fab-34765bd455f2] succeeded in 0.002346994122490287s: None +2025-10-03 21:04:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f5ce56c-9b41-4853-8f84-6965cba3778d] received +2025-10-03 21:04:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f5ce56c-9b41-4853-8f84-6965cba3778d] succeeded in 0.0023600768763571978s: None +2025-10-03 21:04:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7d09d6-5033-4e44-b42c-9469089c13eb] received +2025-10-03 21:04:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7d09d6-5033-4e44-b42c-9469089c13eb] succeeded in 0.002653885865584016s: None +2025-10-03 21:04:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[798cbb60-5b53-447d-8ea4-81954cc7ffa2] received +2025-10-03 21:04:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[798cbb60-5b53-447d-8ea4-81954cc7ffa2] succeeded in 0.0019431079272180796s: None +2025-10-03 21:04:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59bd26b3-2519-4edc-b6bf-f1bfe4cf8a1b] received +2025-10-03 21:04:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59bd26b3-2519-4edc-b6bf-f1bfe4cf8a1b] succeeded in 0.0026634889654815197s: None +2025-10-03 21:04:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41dd070b-0c08-480c-9697-8f2696c4cb5e] received +2025-10-03 21:04:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[41dd070b-0c08-480c-9697-8f2696c4cb5e] succeeded in 0.0027839390095323324s: None +2025-10-03 21:04:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72c5bc47-e4d5-423d-884b-7493fd1451e7] received +2025-10-03 21:04:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72c5bc47-e4d5-423d-884b-7493fd1451e7] succeeded in 0.0025047750677913427s: None +2025-10-03 21:04:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[064d7599-bda7-405e-8ea9-3e7d24ceac39] received +2025-10-03 21:04:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[064d7599-bda7-405e-8ea9-3e7d24ceac39] succeeded in 0.0026264190673828125s: None +2025-10-03 21:04:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e800c044-2688-44a1-818d-29a3654f8600] received +2025-10-03 21:04:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e800c044-2688-44a1-818d-29a3654f8600] succeeded in 0.00223839795216918s: None +2025-10-03 21:04:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5c4a578-472e-4dbc-bef0-d56d3c18bade] received +2025-10-03 21:04:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d5c4a578-472e-4dbc-bef0-d56d3c18bade] succeeded in 0.0025809400249272585s: None +2025-10-03 21:04:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3002914f-9ed2-4f50-bb72-396653397601] received +2025-10-03 21:04:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3002914f-9ed2-4f50-bb72-396653397601] succeeded in 0.002377938013523817s: None +2025-10-03 21:04:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a61e4372-0bc8-4136-b5df-d2efe8fb2f1f] received +2025-10-03 21:04:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a61e4372-0bc8-4136-b5df-d2efe8fb2f1f] succeeded in 0.002184706972911954s: None +2025-10-03 21:04:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[560bb2c5-e1d9-46d7-8162-2e718488fd3f] received +2025-10-03 21:04:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[560bb2c5-e1d9-46d7-8162-2e718488fd3f] succeeded in 0.002195540117099881s: None +2025-10-03 21:04:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc35dc42-bde9-4493-b5c5-e9bcd1e0f2a0] received +2025-10-03 21:04:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc35dc42-bde9-4493-b5c5-e9bcd1e0f2a0] succeeded in 0.0029110079631209373s: None +2025-10-03 21:04:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4538a88a-0780-44a7-9623-5643409964c8] received +2025-10-03 21:04:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4538a88a-0780-44a7-9623-5643409964c8] succeeded in 0.002353724092245102s: None +2025-10-03 21:04:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:04:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dae91a5-8e35-4ba3-85dc-579c0e123913] received +2025-10-03 21:04:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4dae91a5-8e35-4ba3-85dc-579c0e123913] succeeded in 0.0024593051057308912s: None +2025-10-03 21:05:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8007ddd-8a76-487d-9985-7a17d5e90a42] received +2025-10-03 21:05:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a8007ddd-8a76-487d-9985-7a17d5e90a42] succeeded in 0.002204296877607703s: None +2025-10-03 21:05:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c765b9c3-fcf0-49a0-ab9a-073e0006d376] received +2025-10-03 21:05:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c765b9c3-fcf0-49a0-ab9a-073e0006d376] succeeded in 0.0032601819839328527s: None +2025-10-03 21:05:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23df456c-bb3e-4ad3-9fcf-9fac84e2e593] received +2025-10-03 21:05:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23df456c-bb3e-4ad3-9fcf-9fac84e2e593] succeeded in 0.00204589799977839s: None +2025-10-03 21:05:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f875b909-68c7-4b02-a253-1dca462e822f] received +2025-10-03 21:05:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f875b909-68c7-4b02-a253-1dca462e822f] succeeded in 0.002608969109132886s: None +2025-10-03 21:05:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a046deae-bd23-4a85-8da4-78adb8ea8f57] received +2025-10-03 21:05:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a046deae-bd23-4a85-8da4-78adb8ea8f57] succeeded in 0.0026653700042515993s: None +2025-10-03 21:05:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4fa59cc-588a-407a-b376-188ecab3c8e3] received +2025-10-03 21:05:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4fa59cc-588a-407a-b376-188ecab3c8e3] succeeded in 0.002356412820518017s: None +2025-10-03 21:05:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd69242e-4f7f-4201-a5fc-499180ab8753] received +2025-10-03 21:05:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dd69242e-4f7f-4201-a5fc-499180ab8753] succeeded in 0.0024537909775972366s: None +2025-10-03 21:05:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a937d4f4-730c-494f-b384-2cc5ce450692] received +2025-10-03 21:05:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a937d4f4-730c-494f-b384-2cc5ce450692] succeeded in 0.002693349961191416s: None +2025-10-03 21:05:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36b29f2d-d104-4219-aab5-4b9b087db149] received +2025-10-03 21:05:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[36b29f2d-d104-4219-aab5-4b9b087db149] succeeded in 0.0025289638433605433s: None +2025-10-03 21:05:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72c032fe-abbc-4a54-8f14-cd340af32dd3] received +2025-10-03 21:05:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72c032fe-abbc-4a54-8f14-cd340af32dd3] succeeded in 0.002212174003943801s: None +2025-10-03 21:05:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4636c4d-73ef-4834-817e-b31520cae780] received +2025-10-03 21:05:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4636c4d-73ef-4834-817e-b31520cae780] succeeded in 0.0027326380368322134s: None +2025-10-03 21:05:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7d9c58d-dc47-4cbb-9ced-3e4c0351ce6a] received +2025-10-03 21:05:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d7d9c58d-dc47-4cbb-9ced-3e4c0351ce6a] succeeded in 0.0023303211200982332s: None +2025-10-03 21:05:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71042434-e391-4cfe-8281-a425c80e7e83] received +2025-10-03 21:05:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71042434-e391-4cfe-8281-a425c80e7e83] succeeded in 0.002416159026324749s: None +2025-10-03 21:05:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14d81509-4060-4591-b9c2-203835a71b9e] received +2025-10-03 21:05:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[14d81509-4060-4591-b9c2-203835a71b9e] succeeded in 0.002793210092931986s: None +2025-10-03 21:05:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dacfde2d-c009-4f59-bfb1-813042c7a20e] received +2025-10-03 21:05:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dacfde2d-c009-4f59-bfb1-813042c7a20e] succeeded in 0.002206329954788089s: None +2025-10-03 21:05:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaa265b6-a93c-4e29-8032-b19fc96c9b7f] received +2025-10-03 21:05:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaa265b6-a93c-4e29-8032-b19fc96c9b7f] succeeded in 0.0023915080819278955s: None +2025-10-03 21:05:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72bb0c70-e4ca-4947-88b5-417cc5b17c51] received +2025-10-03 21:05:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72bb0c70-e4ca-4947-88b5-417cc5b17c51] succeeded in 0.0023841930087655783s: None +2025-10-03 21:05:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12448dfe-671d-415e-92cd-f7f09d8b7100] received +2025-10-03 21:05:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[12448dfe-671d-415e-92cd-f7f09d8b7100] succeeded in 0.0025796289555728436s: None +2025-10-03 21:05:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebd76e38-5217-4365-a38a-8ddb493576d0] received +2025-10-03 21:05:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ebd76e38-5217-4365-a38a-8ddb493576d0] succeeded in 0.00224089901894331s: None +2025-10-03 21:05:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fcf4493-d195-4059-99fa-d71b57c34ed4] received +2025-10-03 21:05:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fcf4493-d195-4059-99fa-d71b57c34ed4] succeeded in 0.0021803739946335554s: None +2025-10-03 21:05:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da17a283-4dd8-44a3-8196-d5e68fefc083] received +2025-10-03 21:05:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da17a283-4dd8-44a3-8196-d5e68fefc083] succeeded in 0.0023750639520585537s: None +2025-10-03 21:05:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[001624e1-e1ce-4c96-b19b-3c99133f3d74] received +2025-10-03 21:05:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[001624e1-e1ce-4c96-b19b-3c99133f3d74] succeeded in 0.002658856101334095s: None +2025-10-03 21:05:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f755ae9-3008-407c-aae5-d33c4233289d] received +2025-10-03 21:05:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f755ae9-3008-407c-aae5-d33c4233289d] succeeded in 0.002410320797935128s: None +2025-10-03 21:05:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15a8ad97-2622-4495-97a7-ddbe909a7eb3] received +2025-10-03 21:05:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15a8ad97-2622-4495-97a7-ddbe909a7eb3] succeeded in 0.0021031510550528765s: None +2025-10-03 21:05:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a8435af-27cc-45e7-8c13-1165370ece43] received +2025-10-03 21:05:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6a8435af-27cc-45e7-8c13-1165370ece43] succeeded in 0.002183448988944292s: None +2025-10-03 21:05:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f554ec88-8579-431d-afa3-8d1b0cc11945] received +2025-10-03 21:05:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f554ec88-8579-431d-afa3-8d1b0cc11945] succeeded in 0.0022099430207163095s: None +2025-10-03 21:05:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86ef6345-aeca-4d9c-a5ec-338265ff9dfe] received +2025-10-03 21:05:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[86ef6345-aeca-4d9c-a5ec-338265ff9dfe] succeeded in 0.00227937288582325s: None +2025-10-03 21:05:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5e8162b-f100-4877-a4bd-c5213370fe0a] received +2025-10-03 21:05:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5e8162b-f100-4877-a4bd-c5213370fe0a] succeeded in 0.0023756769951432943s: None +2025-10-03 21:05:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91e281f7-ecd7-4efb-b3fb-2ff3e25aef57] received +2025-10-03 21:05:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[91e281f7-ecd7-4efb-b3fb-2ff3e25aef57] succeeded in 0.002293175086379051s: None +2025-10-03 21:05:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[328e9952-c690-49e9-944e-e7227145c668] received +2025-10-03 21:05:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[328e9952-c690-49e9-944e-e7227145c668] succeeded in 0.002209876896813512s: None +2025-10-03 21:05:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3284eb9c-6086-4862-9798-8c20b2b77afa] received +2025-10-03 21:05:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3284eb9c-6086-4862-9798-8c20b2b77afa] succeeded in 0.0025195570196956396s: None +2025-10-03 21:05:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c16fb0b7-8de8-4b09-bf8a-b176ede0fa1a] received +2025-10-03 21:05:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c16fb0b7-8de8-4b09-bf8a-b176ede0fa1a] succeeded in 0.00220205495133996s: None +2025-10-03 21:05:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42646973-6017-42c7-bbcc-944d50f7c916] received +2025-10-03 21:05:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[42646973-6017-42c7-bbcc-944d50f7c916] succeeded in 0.0026099218521267176s: None +2025-10-03 21:05:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61f31bcb-97cd-4763-8e35-7063c6e0afe7] received +2025-10-03 21:05:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[61f31bcb-97cd-4763-8e35-7063c6e0afe7] succeeded in 0.0024423119612038136s: None +2025-10-03 21:05:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35c2f667-b0c1-4151-8106-7bd234c72ff8] received +2025-10-03 21:05:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35c2f667-b0c1-4151-8106-7bd234c72ff8] succeeded in 0.0023360648192465305s: None +2025-10-03 21:05:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33a0348f-66f1-401d-8cc2-a65ef763118a] received +2025-10-03 21:05:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33a0348f-66f1-401d-8cc2-a65ef763118a] succeeded in 0.0022206672001630068s: None +2025-10-03 21:05:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff482818-257f-4408-8ca7-e56672f7d35c] received +2025-10-03 21:05:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff482818-257f-4408-8ca7-e56672f7d35c] succeeded in 0.002567172981798649s: None +2025-10-03 21:05:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4af217b3-91c1-41f3-87e0-caa6ea5f6ab4] received +2025-10-03 21:05:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4af217b3-91c1-41f3-87e0-caa6ea5f6ab4] succeeded in 0.0011503540445119143s: None +2025-10-03 21:05:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3c5c7e1-c844-43fa-89ae-5b0767df5bbc] received +2025-10-03 21:05:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f3c5c7e1-c844-43fa-89ae-5b0767df5bbc] succeeded in 0.0023897308856248856s: None +2025-10-03 21:05:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41ef768-4508-4e3b-bb84-e66cea9b6d4b] received +2025-10-03 21:05:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41ef768-4508-4e3b-bb84-e66cea9b6d4b] succeeded in 0.0026341599877923727s: None +2025-10-03 21:05:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e6b2bf8-b8c6-4fb2-8615-6dfbc0194e80] received +2025-10-03 21:05:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e6b2bf8-b8c6-4fb2-8615-6dfbc0194e80] succeeded in 0.0022673229686915874s: None +2025-10-03 21:05:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3a97e64-35df-493b-a93a-9abb073dbcb9] received +2025-10-03 21:05:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c3a97e64-35df-493b-a93a-9abb073dbcb9] succeeded in 0.0018964800983667374s: None +2025-10-03 21:05:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec75d36f-453e-41b6-9f8c-e2e41139b2cf] received +2025-10-03 21:05:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec75d36f-453e-41b6-9f8c-e2e41139b2cf] succeeded in 0.0025616539642214775s: None +2025-10-03 21:05:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:05:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03424380-3b11-430a-829f-58d3db525120] received +2025-10-03 21:05:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03424380-3b11-430a-829f-58d3db525120] succeeded in 0.0060382201336324215s: None +2025-10-03 21:06:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce328d3b-e83d-4724-9bf5-fd61b0c7cca2] received +2025-10-03 21:06:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ce328d3b-e83d-4724-9bf5-fd61b0c7cca2] succeeded in 0.002779195085167885s: None +2025-10-03 21:06:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32b90cf3-4955-49f1-8d52-3051b8e8c411] received +2025-10-03 21:06:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[32b90cf3-4955-49f1-8d52-3051b8e8c411] succeeded in 0.0034891830291599035s: None +2025-10-03 21:06:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15f22c1c-3a55-4cfb-b1a2-add0e1c0a063] received +2025-10-03 21:06:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[15f22c1c-3a55-4cfb-b1a2-add0e1c0a063] succeeded in 0.0025418251752853394s: None +2025-10-03 21:06:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99bdf6be-dcba-4634-8c18-b785d4c6df1a] received +2025-10-03 21:06:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[99bdf6be-dcba-4634-8c18-b785d4c6df1a] succeeded in 0.002638715086504817s: None +2025-10-03 21:06:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad21d3d1-d0ce-4367-81a1-b8ed58d98d39] received +2025-10-03 21:06:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ad21d3d1-d0ce-4367-81a1-b8ed58d98d39] succeeded in 0.002518878085538745s: None +2025-10-03 21:06:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67d647cb-75f1-4cea-bb82-0d5b04c19586] received +2025-10-03 21:06:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[67d647cb-75f1-4cea-bb82-0d5b04c19586] succeeded in 0.0026791919954121113s: None +2025-10-03 21:06:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0824a9f-6cf6-4d26-8d35-71a57093b6f4] received +2025-10-03 21:06:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0824a9f-6cf6-4d26-8d35-71a57093b6f4] succeeded in 0.002949525136500597s: None +2025-10-03 21:06:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7060573c-5356-4ddb-87ea-615cb7323338] received +2025-10-03 21:06:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7060573c-5356-4ddb-87ea-615cb7323338] succeeded in 0.0024922029115259647s: None +2025-10-03 21:06:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6039f037-6731-4092-90fe-1933699a8bf1] received +2025-10-03 21:06:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6039f037-6731-4092-90fe-1933699a8bf1] succeeded in 0.002759466879069805s: None +2025-10-03 21:06:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66acabe6-a1c7-40e6-9c80-38a49a4509af] received +2025-10-03 21:06:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[66acabe6-a1c7-40e6-9c80-38a49a4509af] succeeded in 0.0023161410354077816s: None +2025-10-03 21:06:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[537672f3-cf62-497b-9285-53c48b654ad6] received +2025-10-03 21:06:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[537672f3-cf62-497b-9285-53c48b654ad6] succeeded in 0.002451844047755003s: None +2025-10-03 21:06:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38a7f191-b26a-405c-83b6-ba8841451baf] received +2025-10-03 21:06:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[38a7f191-b26a-405c-83b6-ba8841451baf] succeeded in 0.0021333969198167324s: None +2025-10-03 21:06:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b757b347-1974-4a73-9b5f-ed6d45076d43] received +2025-10-03 21:06:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b757b347-1974-4a73-9b5f-ed6d45076d43] succeeded in 0.0024062320590019226s: None +2025-10-03 21:06:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8ea4294-42cf-404b-9ad7-4aad2cb1995c] received +2025-10-03 21:06:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f8ea4294-42cf-404b-9ad7-4aad2cb1995c] succeeded in 0.0021480910945683718s: None +2025-10-03 21:06:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[388575a8-d423-4684-b38e-f44d258c416b] received +2025-10-03 21:06:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[388575a8-d423-4684-b38e-f44d258c416b] succeeded in 0.0020247551146894693s: None +2025-10-03 21:06:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c12c0ecd-a354-4735-82b0-1bbf39bc082c] received +2025-10-03 21:06:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c12c0ecd-a354-4735-82b0-1bbf39bc082c] succeeded in 0.002286589005962014s: None +2025-10-03 21:06:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f8263ce-73ee-48f8-b695-d8ccd0ba9b5f] received +2025-10-03 21:06:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f8263ce-73ee-48f8-b695-d8ccd0ba9b5f] succeeded in 0.0022374221589416265s: None +2025-10-03 21:06:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bba56e1-c2fe-422e-a04e-82646c44d1d1] received +2025-10-03 21:06:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4bba56e1-c2fe-422e-a04e-82646c44d1d1] succeeded in 0.002597939921543002s: None +2025-10-03 21:06:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbaf2071-7344-4b3d-ba72-03dd8d0afff4] received +2025-10-03 21:06:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fbaf2071-7344-4b3d-ba72-03dd8d0afff4] succeeded in 0.0022047318052500486s: None +2025-10-03 21:06:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[566f274a-df7f-415f-9a79-92ecef3e644e] received +2025-10-03 21:06:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[566f274a-df7f-415f-9a79-92ecef3e644e] succeeded in 0.002291120123118162s: None +2025-10-03 21:06:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35059ecf-0d26-4d3e-9b9e-9ba72dfa5e0a] received +2025-10-03 21:06:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35059ecf-0d26-4d3e-9b9e-9ba72dfa5e0a] succeeded in 0.0026519889943301678s: None +2025-10-03 21:06:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ca1e76d-9d00-4acf-9382-3248341d5eb3] received +2025-10-03 21:06:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ca1e76d-9d00-4acf-9382-3248341d5eb3] succeeded in 0.0023113610222935677s: None +2025-10-03 21:06:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dc1509d-08ee-410a-b6fc-37afff14cffa] received +2025-10-03 21:06:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9dc1509d-08ee-410a-b6fc-37afff14cffa] succeeded in 0.002241595881059766s: None +2025-10-03 21:06:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a26b180-abbb-4d94-86c1-700251bde2bb] received +2025-10-03 21:06:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a26b180-abbb-4d94-86c1-700251bde2bb] succeeded in 0.0021202629432082176s: None +2025-10-03 21:06:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae18fdd0-1ed6-419c-9d44-b09fca3c88a4] received +2025-10-03 21:06:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ae18fdd0-1ed6-419c-9d44-b09fca3c88a4] succeeded in 0.002520945854485035s: None +2025-10-03 21:06:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c15d3dd-8de6-43a5-a734-6c05fe910dd9] received +2025-10-03 21:06:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c15d3dd-8de6-43a5-a734-6c05fe910dd9] succeeded in 0.0013309840578585863s: None +2025-10-03 21:06:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[245495a9-1539-4bfb-946e-83e342e755cc] received +2025-10-03 21:06:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[245495a9-1539-4bfb-946e-83e342e755cc] succeeded in 0.0025428510271012783s: None +2025-10-03 21:06:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f4d875b-781f-40b7-ac4e-c56a738f991e] received +2025-10-03 21:06:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5f4d875b-781f-40b7-ac4e-c56a738f991e] succeeded in 0.002709300024434924s: None +2025-10-03 21:06:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[128dc9d1-8eca-4af2-9a65-d94b47d85ca0] received +2025-10-03 21:06:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[128dc9d1-8eca-4af2-9a65-d94b47d85ca0] succeeded in 0.002727674087509513s: None +2025-10-03 21:06:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7adc7995-233e-4608-a79f-3d40e51f258f] received +2025-10-03 21:06:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7adc7995-233e-4608-a79f-3d40e51f258f] succeeded in 0.0010691741481423378s: None +2025-10-03 21:06:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[933521c9-1ea2-4204-ad06-c16f992e1c37] received +2025-10-03 21:06:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[933521c9-1ea2-4204-ad06-c16f992e1c37] succeeded in 0.0024791269097477198s: None +2025-10-03 21:06:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88234a22-2d64-4ace-b0ab-101fbca79b67] received +2025-10-03 21:06:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[88234a22-2d64-4ace-b0ab-101fbca79b67] succeeded in 0.0021023598965257406s: None +2025-10-03 21:06:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:06:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72d2e3a4-8ca1-4939-82e3-60f36c4d752c] received +2025-10-03 21:06:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[72d2e3a4-8ca1-4939-82e3-60f36c4d752c] succeeded in 0.002285849070176482s: None +2025-10-03 21:06:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:06:47 [INFO] Celery[DW-STDERR]: Storing track 'I Think We're Alone Now' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:06:47 [INFO] Celery[DW-STDERR]: Successfully stored track 'I Think We're Alone Now' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:06:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 21:06:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76e03319-73ca-4031-96b4-c91b56b5da14] received +2025-10-03 21:06:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76e03319-73ca-4031-96b4-c91b56b5da14] succeeded in 0.002442397875711322s: None +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Storing track 'Flavor Of The Weak' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Successfully stored track 'Flavor Of The Weak' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ddf7646-3ee3-48df-93a7-0519316bca91] received +2025-10-03 21:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ddf7646-3ee3-48df-93a7-0519316bca91] succeeded in 0.0018011571373790503s: None +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 21:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef1578ac-eb70-4e71-88fe-6a09fcf1709a] received +2025-10-03 21:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ef1578ac-eb70-4e71-88fe-6a09fcf1709a] succeeded in 0.002146389102563262s: None +2025-10-03 21:07:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94efa99f-2ce8-44bc-a88b-189d47860675] received +2025-10-03 21:07:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94efa99f-2ce8-44bc-a88b-189d47860675] succeeded in 0.00201879208907485s: None +2025-10-03 21:07:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:07:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dac58291-ee55-40cd-b251-fe4cf17c9b4d] received +2025-10-03 21:07:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dac58291-ee55-40cd-b251-fe4cf17c9b4d] succeeded in 0.002477804897353053s: None +2025-10-03 21:07:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:07:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9508422-a68d-4943-b6e2-11a51e01aed6] received +2025-10-03 21:07:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9508422-a68d-4943-b6e2-11a51e01aed6] succeeded in 0.002483267802745104s: None +2025-10-03 21:07:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:07:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f892d6d-cdb9-49d0-8fa8-b962192bc9e4] received +2025-10-03 21:07:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4f892d6d-cdb9-49d0-8fa8-b962192bc9e4] succeeded in 0.0026110808830708265s: None +2025-10-03 21:07:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:07:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[943b224c-5a80-402d-8557-4b5328edf197] received +2025-10-03 21:07:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[943b224c-5a80-402d-8557-4b5328edf197] succeeded in 0.0025142240338027477s: None +2025-10-03 21:07:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:07:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd332813-20c0-469a-acc0-6f5bf0d2ecfe] received +2025-10-03 21:07:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bd332813-20c0-469a-acc0-6f5bf0d2ecfe] succeeded in 0.002337265992537141s: None +2025-10-03 21:08:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ba55bbc-bf22-4e84-929d-c05d1d9c7385] received +2025-10-03 21:08:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0ba55bbc-bf22-4e84-929d-c05d1d9c7385] succeeded in 0.0023567969910800457s: None +2025-10-03 21:08:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5103ea7-3a15-47db-b7fa-640f7bd776b1] received +2025-10-03 21:08:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c5103ea7-3a15-47db-b7fa-640f7bd776b1] succeeded in 0.002146831015124917s: None +2025-10-03 21:08:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c25aac8c-fbd3-4b32-928c-0418270b0338] received +2025-10-03 21:08:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c25aac8c-fbd3-4b32-928c-0418270b0338] succeeded in 0.003063688986003399s: None +2025-10-03 21:08:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f66182-4b5f-4451-9587-3374d28d7c74] received +2025-10-03 21:08:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[04f66182-4b5f-4451-9587-3374d28d7c74] succeeded in 0.002493340987712145s: None +2025-10-03 21:08:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57fc3564-5dad-4681-a333-0c9495beeb92] received +2025-10-03 21:08:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[57fc3564-5dad-4681-a333-0c9495beeb92] succeeded in 0.002494215965270996s: None +2025-10-03 21:08:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10883dac-6f16-407f-9189-48828c752b4f] received +2025-10-03 21:08:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10883dac-6f16-407f-9189-48828c752b4f] succeeded in 0.002546935807913542s: None +2025-10-03 21:08:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4314807-cb49-4698-bdd6-79ad192a47e7] received +2025-10-03 21:08:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4314807-cb49-4698-bdd6-79ad192a47e7] succeeded in 0.002277267863973975s: None +2025-10-03 21:08:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a115ac3a-67ef-4738-84c6-647cc053c803] received +2025-10-03 21:08:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a115ac3a-67ef-4738-84c6-647cc053c803] succeeded in 0.0021982970647513866s: None +2025-10-03 21:08:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59823cf9-8026-42b2-b4cf-2485a07c00d1] received +2025-10-03 21:08:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59823cf9-8026-42b2-b4cf-2485a07c00d1] succeeded in 0.0024557679425925016s: None +2025-10-03 21:08:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fde9151-52f3-49d7-a8bd-9bf9ad2d8924] received +2025-10-03 21:08:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7fde9151-52f3-49d7-a8bd-9bf9ad2d8924] succeeded in 0.002295247046276927s: None +2025-10-03 21:08:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ec3db2b-3205-4d39-9727-781da2138b23] received +2025-10-03 21:08:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2ec3db2b-3205-4d39-9727-781da2138b23] succeeded in 0.0024531648959964514s: None +2025-10-03 21:08:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d63ebdc8-2d0d-4ac2-ab37-a3afacf1a4b5] received +2025-10-03 21:08:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d63ebdc8-2d0d-4ac2-ab37-a3afacf1a4b5] succeeded in 0.0026366349775344133s: None +2025-10-03 21:08:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc712cf3-abf7-4703-829e-4483892601e6] received +2025-10-03 21:08:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc712cf3-abf7-4703-829e-4483892601e6] succeeded in 0.002652315888553858s: None +2025-10-03 21:08:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09dc0cdd-2ff1-47a6-a10f-b5d2482577ef] received +2025-10-03 21:08:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[09dc0cdd-2ff1-47a6-a10f-b5d2482577ef] succeeded in 0.0023477720096707344s: None +2025-10-03 21:08:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfaa1174-b211-41a1-9afa-f4dbb7233f5f] received +2025-10-03 21:08:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bfaa1174-b211-41a1-9afa-f4dbb7233f5f] succeeded in 0.0027027190662920475s: None +2025-10-03 21:08:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08863932-9428-4ec0-a0f7-7e24ed5dce82] received +2025-10-03 21:08:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[08863932-9428-4ec0-a0f7-7e24ed5dce82] succeeded in 0.0026838108897209167s: None +2025-10-03 21:08:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59a52aa4-bc59-4d74-af55-3cdd956f8924] received +2025-10-03 21:08:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[59a52aa4-bc59-4d74-af55-3cdd956f8924] succeeded in 0.002328339032828808s: None +2025-10-03 21:08:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71bede65-7999-4dc4-99a6-546dc66119ba] received +2025-10-03 21:08:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[71bede65-7999-4dc4-99a6-546dc66119ba] succeeded in 0.0009704071562737226s: None +2025-10-03 21:08:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:08:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec6ad2d2-caa0-4d08-91e9-8e1dcefe9024] received +2025-10-03 21:08:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec6ad2d2-caa0-4d08-91e9-8e1dcefe9024] succeeded in 0.002481995150446892s: None +2025-10-03 21:09:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b8cea75-2e37-46cd-b1e2-5bcbb089ce87] received +2025-10-03 21:09:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b8cea75-2e37-46cd-b1e2-5bcbb089ce87] succeeded in 0.0016089219134300947s: None +2025-10-03 21:09:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc869de5-1ae1-437f-8c72-eccabe6755b5] received +2025-10-03 21:09:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bc869de5-1ae1-437f-8c72-eccabe6755b5] succeeded in 0.002386281033977866s: None +2025-10-03 21:09:09 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e98c8831-253a-445a-82cc-648ded866bb4] received +2025-10-03 21:09:09 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e98c8831-253a-445a-82cc-648ded866bb4] succeeded in 0.001112507889047265s: None +2025-10-03 21:09:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[003e183d-b535-47cb-a617-592e56053083] received +2025-10-03 21:09:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[003e183d-b535-47cb-a617-592e56053083] succeeded in 0.0026703309267759323s: None +2025-10-03 21:09:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee1655f5-0d32-4259-9a65-3e1c2121fdf7] received +2025-10-03 21:09:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ee1655f5-0d32-4259-9a65-3e1c2121fdf7] succeeded in 0.002279432024806738s: None +2025-10-03 21:09:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2b09192-2f82-4d86-9513-fb60865dcb10] received +2025-10-03 21:09:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c2b09192-2f82-4d86-9513-fb60865dcb10] succeeded in 0.0027319248765707016s: None +2025-10-03 21:09:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[971cf429-234c-4045-a2cf-f1f6e9bad5b2] received +2025-10-03 21:09:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[971cf429-234c-4045-a2cf-f1f6e9bad5b2] succeeded in 0.0025512308347970247s: None +2025-10-03 21:09:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90503ee5-1592-4feb-90b5-44e2876b6949] received +2025-10-03 21:09:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90503ee5-1592-4feb-90b5-44e2876b6949] succeeded in 0.0023288719821721315s: None +2025-10-03 21:09:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d61a062e-c19b-46e5-8812-52ba61ff0cc6] received +2025-10-03 21:09:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d61a062e-c19b-46e5-8812-52ba61ff0cc6] succeeded in 0.0026683169417083263s: None +2025-10-03 21:09:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[501d5af6-5c1a-4a52-b6f8-24c8ddb0c1f9] received +2025-10-03 21:09:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[501d5af6-5c1a-4a52-b6f8-24c8ddb0c1f9] succeeded in 0.002239721128717065s: None +2025-10-03 21:09:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b65604d-7bb0-468f-a46d-1611a9dbc04c] received +2025-10-03 21:09:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4b65604d-7bb0-468f-a46d-1611a9dbc04c] succeeded in 0.002156132133677602s: None +2025-10-03 21:09:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5db4d7d-e017-4aae-8a06-57ae7bba0192] received +2025-10-03 21:09:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e5db4d7d-e017-4aae-8a06-57ae7bba0192] succeeded in 0.002359163947403431s: None +2025-10-03 21:09:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26f2c73a-3a94-40cc-88d4-5716a19aac5a] received +2025-10-03 21:09:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[26f2c73a-3a94-40cc-88d4-5716a19aac5a] succeeded in 0.002897663041949272s: None +2025-10-03 21:09:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaa78883-ac30-446a-a340-ef23aada3b30] received +2025-10-03 21:09:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aaa78883-ac30-446a-a340-ef23aada3b30] succeeded in 0.0022499188780784607s: None +2025-10-03 21:09:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e690566-d37f-416c-b08f-54bed7edbb84] received +2025-10-03 21:09:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7e690566-d37f-416c-b08f-54bed7edbb84] succeeded in 0.0021953468676656485s: None +2025-10-03 21:09:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18c01042-2651-4eb8-9c60-5dd38f2397d5] received +2025-10-03 21:09:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[18c01042-2651-4eb8-9c60-5dd38f2397d5] succeeded in 0.002276757964864373s: None +2025-10-03 21:09:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0009713-3fb2-4ec8-9ea8-4101027845ee] received +2025-10-03 21:09:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0009713-3fb2-4ec8-9ea8-4101027845ee] succeeded in 0.0023360010236501694s: None +2025-10-03 21:09:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:09:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e900bafd-ae3a-47b3-a465-249f2e13a787] received +2025-10-03 21:09:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e900bafd-ae3a-47b3-a465-249f2e13a787] succeeded in 0.00211398396641016s: None +2025-10-03 21:10:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[931c5c80-ca9b-44aa-bdb1-a20b6abaa970] received +2025-10-03 21:10:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[931c5c80-ca9b-44aa-bdb1-a20b6abaa970] succeeded in 0.002161544980481267s: None +2025-10-03 21:10:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4444a972-5f4a-4fbf-bc74-be36f1c2467c] received +2025-10-03 21:10:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4444a972-5f4a-4fbf-bc74-be36f1c2467c] succeeded in 0.0026291711255908012s: None +2025-10-03 21:10:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7b81a4-dfa9-498e-a0f7-1f4ab5f8030d] received +2025-10-03 21:10:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c7b81a4-dfa9-498e-a0f7-1f4ab5f8030d] succeeded in 0.0023051199968904257s: None +2025-10-03 21:10:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe4e1954-3cb2-4659-9b09-9a10761112de] received +2025-10-03 21:10:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe4e1954-3cb2-4659-9b09-9a10761112de] succeeded in 0.002269342076033354s: None +2025-10-03 21:10:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f228fdd5-d18d-478e-bfa2-52fa2382b6ae] received +2025-10-03 21:10:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f228fdd5-d18d-478e-bfa2-52fa2382b6ae] succeeded in 0.0023111009504646063s: None +2025-10-03 21:10:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1812ac6-4fde-4b99-8043-217c73c9620e] received +2025-10-03 21:10:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1812ac6-4fde-4b99-8043-217c73c9620e] succeeded in 0.002317525912076235s: None +2025-10-03 21:10:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40a7b33b-41df-4dda-9f22-c1774ec0ef7e] received +2025-10-03 21:10:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[40a7b33b-41df-4dda-9f22-c1774ec0ef7e] succeeded in 0.002528840908780694s: None +2025-10-03 21:10:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adedaa60-5b59-4486-8cd5-a4b3c8527696] received +2025-10-03 21:10:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[adedaa60-5b59-4486-8cd5-a4b3c8527696] succeeded in 0.002550492063164711s: None +2025-10-03 21:10:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90691bf0-b6e8-4ffe-a288-829fe9ec73f6] received +2025-10-03 21:10:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[90691bf0-b6e8-4ffe-a288-829fe9ec73f6] succeeded in 0.0023400590289384127s: None +2025-10-03 21:10:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d827ca2f-8387-480a-8ca1-3c32c969eab2] received +2025-10-03 21:10:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d827ca2f-8387-480a-8ca1-3c32c969eab2] succeeded in 0.0021814838983118534s: None +2025-10-03 21:10:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03ec5662-57b8-4a20-9ad7-e98876294206] received +2025-10-03 21:10:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03ec5662-57b8-4a20-9ad7-e98876294206] succeeded in 0.002674782881513238s: None +2025-10-03 21:10:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c04e4e2e-ee93-46ad-a0fb-88c00c669adb] received +2025-10-03 21:10:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c04e4e2e-ee93-46ad-a0fb-88c00c669adb] succeeded in 0.0026482678949832916s: None +2025-10-03 21:10:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07dde7f1-b456-4585-b824-ec4d584fb909] received +2025-10-03 21:10:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[07dde7f1-b456-4585-b824-ec4d584fb909] succeeded in 0.001284449826925993s: None +2025-10-03 21:10:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[461035d1-14fd-426d-87b8-e4acb3d6362b] received +2025-10-03 21:10:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[461035d1-14fd-426d-87b8-e4acb3d6362b] succeeded in 0.0024218580219894648s: None +2025-10-03 21:10:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35aeadcb-fece-4c84-a6df-5de7b7eaca08] received +2025-10-03 21:10:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[35aeadcb-fece-4c84-a6df-5de7b7eaca08] succeeded in 0.00269644008949399s: None +2025-10-03 21:10:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d69f2162-80c8-4736-96b8-c2a38411dd4f] received +2025-10-03 21:10:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d69f2162-80c8-4736-96b8-c2a38411dd4f] succeeded in 0.00246017100289464s: None +2025-10-03 21:10:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e70d4e40-501f-4675-9697-d8815fa92758] received +2025-10-03 21:10:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e70d4e40-501f-4675-9697-d8815fa92758] succeeded in 0.0020453459583222866s: None +2025-10-03 21:10:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[467417a5-178a-471d-845f-da1edc3aa701] received +2025-10-03 21:10:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[467417a5-178a-471d-845f-da1edc3aa701] succeeded in 0.0025835558772087097s: None +2025-10-03 21:10:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:10:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1bf23a92-fedd-4d48-bd86-b3e7bafffe32] received +2025-10-03 21:10:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1bf23a92-fedd-4d48-bd86-b3e7bafffe32] succeeded in 0.002861849032342434s: None +2025-10-03 21:11:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1651da3-b503-45c4-8f6f-da9c6ec86151] received +2025-10-03 21:11:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1651da3-b503-45c4-8f6f-da9c6ec86151] succeeded in 0.0024373841006308794s: None +2025-10-03 21:11:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83a2483-1036-4b44-9806-49967e11f1b8] received +2025-10-03 21:11:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f83a2483-1036-4b44-9806-49967e11f1b8] succeeded in 0.0061140519101172686s: None +2025-10-03 21:11:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65f45e09-ba7e-48fb-8137-7d15b0417627] received +2025-10-03 21:11:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[65f45e09-ba7e-48fb-8137-7d15b0417627] succeeded in 0.0019999989308416843s: None +2025-10-03 21:11:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7de18fc2-6603-4fa9-88da-0586330dca4a] received +2025-10-03 21:11:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7de18fc2-6603-4fa9-88da-0586330dca4a] succeeded in 0.0023482060059905052s: None +2025-10-03 21:11:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea8a2478-96a7-409c-aabd-fc97df6ab9bc] received +2025-10-03 21:11:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ea8a2478-96a7-409c-aabd-fc97df6ab9bc] succeeded in 0.002985699800774455s: None +2025-10-03 21:11:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b49ce6d-04b1-46fe-8d93-84ab149c9ebe] received +2025-10-03 21:11:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9b49ce6d-04b1-46fe-8d93-84ab149c9ebe] succeeded in 0.0025276329834014177s: None +2025-10-03 21:11:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d3f1a23-e931-4112-a980-d95d52497374] received +2025-10-03 21:11:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d3f1a23-e931-4112-a980-d95d52497374] succeeded in 0.0023268850054591894s: None +2025-10-03 21:11:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0002e448-99c8-429b-a4f0-05e7939b86e5] received +2025-10-03 21:11:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0002e448-99c8-429b-a4f0-05e7939b86e5] succeeded in 0.0022639301605522633s: None +2025-10-03 21:11:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4330615-21b3-4097-b2b3-6b32e0751a28] received +2025-10-03 21:11:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4330615-21b3-4097-b2b3-6b32e0751a28] succeeded in 0.0023778860922902822s: None +2025-10-03 21:11:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4ace9fb-30e2-4390-a657-eb7755911851] received +2025-10-03 21:11:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e4ace9fb-30e2-4390-a657-eb7755911851] succeeded in 0.002118778182193637s: None +2025-10-03 21:11:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ff3a014-fc0f-43ae-96b1-fe87f0c34e80] received +2025-10-03 21:11:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ff3a014-fc0f-43ae-96b1-fe87f0c34e80] succeeded in 0.0025678358506411314s: None +2025-10-03 21:11:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d149e85-7002-470a-8083-b4e3c5c66ad1] received +2025-10-03 21:11:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d149e85-7002-470a-8083-b4e3c5c66ad1] succeeded in 0.002427112078294158s: None +2025-10-03 21:11:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b250e66f-2678-4faf-8b87-5dd9b7c471f3] received +2025-10-03 21:11:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b250e66f-2678-4faf-8b87-5dd9b7c471f3] succeeded in 0.0021680230274796486s: None +2025-10-03 21:11:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97cf4d17-eaa9-438b-9264-a112bf643868] received +2025-10-03 21:11:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[97cf4d17-eaa9-438b-9264-a112bf643868] succeeded in 0.002034521196037531s: None +2025-10-03 21:11:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27d60334-9e88-4524-8e5a-f6325cd3276f] received +2025-10-03 21:11:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[27d60334-9e88-4524-8e5a-f6325cd3276f] succeeded in 0.0022420778404921293s: None +2025-10-03 21:11:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f98a85e9-484a-4ea5-8edf-2c9fb07167f9] received +2025-10-03 21:11:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f98a85e9-484a-4ea5-8edf-2c9fb07167f9] succeeded in 0.002514648949727416s: None +2025-10-03 21:11:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f388978d-3b1d-4d75-8ef4-f3ec7493f86c] received +2025-10-03 21:11:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f388978d-3b1d-4d75-8ef4-f3ec7493f86c] succeeded in 0.0024020120035856962s: None +2025-10-03 21:11:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d62ac692-a04a-4f12-bd5c-73a9c69dc1d8] received +2025-10-03 21:11:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d62ac692-a04a-4f12-bd5c-73a9c69dc1d8] succeeded in 0.002207959070801735s: None +2025-10-03 21:11:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:11:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b9c25d0-1403-4271-9090-5225117675e4] received +2025-10-03 21:11:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b9c25d0-1403-4271-9090-5225117675e4] succeeded in 0.0010722801089286804s: None +2025-10-03 21:12:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1d82d0b-4c55-4666-8990-b3570687283a] received +2025-10-03 21:12:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b1d82d0b-4c55-4666-8990-b3570687283a] succeeded in 0.002088523004204035s: None +2025-10-03 21:12:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc1030b6-3b67-4195-ac16-8e369bb024c1] received +2025-10-03 21:12:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cc1030b6-3b67-4195-ac16-8e369bb024c1] succeeded in 0.0015652240253984928s: None +2025-10-03 21:12:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[566cc500-adec-4c1e-8e31-fd1e36740cb9] received +2025-10-03 21:12:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[566cc500-adec-4c1e-8e31-fd1e36740cb9] succeeded in 0.002111464971676469s: None +2025-10-03 21:12:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cf16145-d742-4748-894d-cd6bfd4d6793] received +2025-10-03 21:12:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1cf16145-d742-4748-894d-cd6bfd4d6793] succeeded in 0.0023154071532189846s: None +2025-10-03 21:12:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c91a7e8-e087-4419-bec2-b785b27b290d] received +2025-10-03 21:12:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3c91a7e8-e087-4419-bec2-b785b27b290d] succeeded in 0.0021202550269663334s: None +2025-10-03 21:12:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[738a92dd-dcc0-4658-99fb-80979def0b97] received +2025-10-03 21:12:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[738a92dd-dcc0-4658-99fb-80979def0b97] succeeded in 0.0022370470687747s: None +2025-10-03 21:12:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58b247d9-d9c0-42ae-a391-05b4ca136962] received +2025-10-03 21:12:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[58b247d9-d9c0-42ae-a391-05b4ca136962] succeeded in 0.0023329220712184906s: None +2025-10-03 21:12:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa3453ea-f936-4257-a28d-79d06935f562] received +2025-10-03 21:12:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aa3453ea-f936-4257-a28d-79d06935f562] succeeded in 0.0020339740440249443s: None +2025-10-03 21:12:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e8e11b2-7c2d-42ff-952b-a1cc72b21973] received +2025-10-03 21:12:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0e8e11b2-7c2d-42ff-952b-a1cc72b21973] succeeded in 0.0012077158316969872s: None +2025-10-03 21:12:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b2cbab3-7b06-4e20-b872-0e2662acd906] received +2025-10-03 21:12:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1b2cbab3-7b06-4e20-b872-0e2662acd906] succeeded in 0.0022215598728507757s: None +2025-10-03 21:12:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcb1207e-f663-4272-9b04-02abbaf6143a] received +2025-10-03 21:12:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dcb1207e-f663-4272-9b04-02abbaf6143a] succeeded in 0.0024985289201140404s: None +2025-10-03 21:12:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[164aade3-bce0-411b-9a71-9ef6811ab2b5] received +2025-10-03 21:12:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[164aade3-bce0-411b-9a71-9ef6811ab2b5] succeeded in 0.002221564995124936s: None +2025-10-03 21:12:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[586ff173-5266-4dfd-8bdb-1183cccfc8f2] received +2025-10-03 21:12:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[586ff173-5266-4dfd-8bdb-1183cccfc8f2] succeeded in 0.002468382939696312s: None +2025-10-03 21:12:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06aed719-e903-4513-ab46-d00779153b33] received +2025-10-03 21:12:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[06aed719-e903-4513-ab46-d00779153b33] succeeded in 0.0020198379643261433s: None +2025-10-03 21:12:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efa1ae08-f5f9-41ba-8e30-f66de8c7e73f] received +2025-10-03 21:12:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[efa1ae08-f5f9-41ba-8e30-f66de8c7e73f] succeeded in 0.0023780681658536196s: None +2025-10-03 21:12:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[571122c0-851b-4cc0-8fa1-2f03748c7ff5] received +2025-10-03 21:12:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[571122c0-851b-4cc0-8fa1-2f03748c7ff5] succeeded in 0.0026975988876074553s: None +2025-10-03 21:12:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a9303f7-8cc7-4dac-b82a-3b16f28774aa] received +2025-10-03 21:12:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2a9303f7-8cc7-4dac-b82a-3b16f28774aa] succeeded in 0.0023613180965185165s: None +2025-10-03 21:12:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8855548f-28b5-4a23-9c85-055b6a1d989d] received +2025-10-03 21:12:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8855548f-28b5-4a23-9c85-055b6a1d989d] succeeded in 0.002594043966382742s: None +2025-10-03 21:12:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82a0efaf-4259-4dc5-9276-3126155197b7] received +2025-10-03 21:12:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[82a0efaf-4259-4dc5-9276-3126155197b7] succeeded in 0.0026819759514182806s: None +2025-10-03 21:13:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:13:08 [INFO] Celery[DW-STDERR]: Storing track 'The Ballad of Love and Hate' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:13:08 [INFO] Celery[DW-STDERR]: Successfully stored track 'The Ballad of Love and Hate' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:13:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 21:13:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69818e83-5b27-4dda-ae97-8183172fbd70] received +2025-10-03 21:13:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[69818e83-5b27-4dda-ae97-8183172fbd70] succeeded in 0.0020610601641237736s: None +2025-10-03 21:13:50 [INFO] SSE Stream: New client connecting... +2025-10-03 21:13:50 [INFO] SSE: Client connected (total: 1) +2025-10-03 21:13:50 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Storing track 'How Do You Tell Someone' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'How Do You Tell Someone' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:13:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cde5d33-96f3-494a-9310-8b22e33bb6de] received +2025-10-03 21:13:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2cde5d33-96f3-494a-9310-8b22e33bb6de] succeeded in 0.0019339511636644602s: None +2025-10-03 21:13:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Storing track 'Failure By Design' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Successfully stored track 'Failure By Design' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:13:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:13:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e3ae820-76cb-45a1-ae6c-66a07700c377] received +2025-10-03 21:13:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e3ae820-76cb-45a1-ae6c-66a07700c377] succeeded in 0.001952701946720481s: None +2025-10-03 21:13:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Storing track 'Yellow' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Successfully stored track 'Yellow' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ba0041a-e1dd-4f35-856d-23af9345f0e3] received +2025-10-03 21:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ba0041a-e1dd-4f35-856d-23af9345f0e3] succeeded in 0.002052182098850608s: None +2025-10-03 21:13:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 initializing... +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Skipping track initialization storage (part of album/playlist, children table: playlist_23429f3bd2) +2025-10-03 21:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[725c2828-5ac5-4dac-9ce5-cac3549fd4d2] received +2025-10-03 21:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[725c2828-5ac5-4dac-9ce5-cac3549fd4d2] succeeded in 0.0021290190052241087s: None +2025-10-03 21:13:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:13:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c95af1c-d40b-4b78-b0b6-ed09e7494d70] received +2025-10-03 21:13:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2c95af1c-d40b-4b78-b0b6-ed09e7494d70] succeeded in 0.0023704010527580976s: None +2025-10-03 21:13:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:13:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:13:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[407d5d72-f841-4037-8fd4-3ab24d34cc69] received +2025-10-03 21:13:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[407d5d72-f841-4037-8fd4-3ab24d34cc69] succeeded in 0.0022642191033810377s: None +2025-10-03 21:13:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:14:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb3d9405-ac08-4221-aacc-cd801707de91] received +2025-10-03 21:14:01 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cb3d9405-ac08-4221-aacc-cd801707de91] succeeded in 0.0027331470046192408s: None +2025-10-03 21:14:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:14:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e236587-8321-4e48-9aab-2b0c994dd9cb] received +2025-10-03 21:14:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2e236587-8321-4e48-9aab-2b0c994dd9cb] succeeded in 0.002543533919379115s: None +2025-10-03 21:14:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:14:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af888896-6d02-4147-aaf1-9135493b9e4b] received +2025-10-03 21:14:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af888896-6d02-4147-aaf1-9135493b9e4b] succeeded in 0.002601215848699212s: None +2025-10-03 21:14:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:14:07 [INFO] SSE client disconnected +2025-10-03 21:14:07 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 21:14:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a94c7aa-b0f0-4f1c-b196-376e45c99024] received +2025-10-03 21:14:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1a94c7aa-b0f0-4f1c-b196-376e45c99024] succeeded in 0.00260274694301188s: None +2025-10-03 21:14:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fbd186b-dbf5-4f93-90df-800713a560a3] received +2025-10-03 21:14:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2fbd186b-dbf5-4f93-90df-800713a560a3] succeeded in 0.002857767976820469s: None +2025-10-03 21:14:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d28a6050-7019-4850-b982-2d81fde5abe3] received +2025-10-03 21:14:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d28a6050-7019-4850-b982-2d81fde5abe3] succeeded in 0.002549197059124708s: None +2025-10-03 21:14:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c3ce17-0242-4653-b1b0-f4ebd9b32297] received +2025-10-03 21:14:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[94c3ce17-0242-4653-b1b0-f4ebd9b32297] succeeded in 0.0019656671211123466s: None +2025-10-03 21:14:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[526ec6e2-7273-4320-937a-54783b5f06d0] received +2025-10-03 21:14:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[526ec6e2-7273-4320-937a-54783b5f06d0] succeeded in 0.0017377841286361217s: None +2025-10-03 21:14:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d023bac-a652-49fb-a5e5-96afbc120ff2] received +2025-10-03 21:14:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0d023bac-a652-49fb-a5e5-96afbc120ff2] succeeded in 0.0024694581516087055s: None +2025-10-03 21:14:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7a64ac2-1750-46ce-8694-3337ebc22705] received +2025-10-03 21:14:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e7a64ac2-1750-46ce-8694-3337ebc22705] succeeded in 0.002333562122657895s: None +2025-10-03 21:14:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1809427-6bee-4f61-8bce-735a11e83425] received +2025-10-03 21:14:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d1809427-6bee-4f61-8bce-735a11e83425] succeeded in 0.0022571920417249203s: None +2025-10-03 21:14:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0277b9b-a99a-401e-834b-583c9d416f3e] received +2025-10-03 21:14:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a0277b9b-a99a-401e-834b-583c9d416f3e] succeeded in 0.002162329852581024s: None +2025-10-03 21:14:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95fea7da-4a49-4704-b5e7-51e0b6fa0e32] received +2025-10-03 21:14:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[95fea7da-4a49-4704-b5e7-51e0b6fa0e32] succeeded in 0.0022392680402845144s: None +2025-10-03 21:14:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23648c15-4db0-4e73-90d5-16ea3e231cb1] received +2025-10-03 21:14:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[23648c15-4db0-4e73-90d5-16ea3e231cb1] succeeded in 0.002793374937027693s: None +2025-10-03 21:14:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf112f75-dfb4-499e-8986-026cbbf7672e] received +2025-10-03 21:14:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bf112f75-dfb4-499e-8986-026cbbf7672e] succeeded in 0.0024108749348670244s: None +2025-10-03 21:14:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a1f1560-67de-453e-9333-934c1786dcb8] received +2025-10-03 21:14:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a1f1560-67de-453e-9333-934c1786dcb8] succeeded in 0.0023126420564949512s: None +2025-10-03 21:14:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d77ee49-fe04-455d-a1ea-9adc4b47c59b] received +2025-10-03 21:14:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4d77ee49-fe04-455d-a1ea-9adc4b47c59b] succeeded in 0.002254500985145569s: None +2025-10-03 21:14:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03ceed44-58ce-47cc-9379-9803618223e2] received +2025-10-03 21:14:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[03ceed44-58ce-47cc-9379-9803618223e2] succeeded in 0.0021479949355125427s: None +2025-10-03 21:14:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6eb4669d-7aff-4a94-a424-b4aa97c530d3] received +2025-10-03 21:14:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6eb4669d-7aff-4a94-a424-b4aa97c530d3] succeeded in 0.0024870808701962233s: None +2025-10-03 21:14:44 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25914b4a-e724-4643-aee5-d331f7dd47b9] received +2025-10-03 21:14:44 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[25914b4a-e724-4643-aee5-d331f7dd47b9] succeeded in 0.0025418398436158895s: None +2025-10-03 21:14:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c761f3f-2869-4b3f-b3b0-3a54aa1d718a] received +2025-10-03 21:14:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7c761f3f-2869-4b3f-b3b0-3a54aa1d718a] succeeded in 0.002431744011119008s: None +2025-10-03 21:14:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e266642e-d76e-4099-ba58-72ad2eb8da3e] received +2025-10-03 21:14:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e266642e-d76e-4099-ba58-72ad2eb8da3e] succeeded in 0.0022550118155777454s: None +2025-10-03 21:14:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8271d0ac-cce0-41d1-ae0f-63c623335f96] received +2025-10-03 21:14:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8271d0ac-cce0-41d1-ae0f-63c623335f96] succeeded in 0.0022521510254591703s: None +2025-10-03 21:14:53 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68d0eaf9-e082-485d-a65e-a75729126b7a] received +2025-10-03 21:14:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[68d0eaf9-e082-485d-a65e-a75729126b7a] succeeded in 0.0025541740469634533s: None +2025-10-03 21:14:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3f84731-5bd5-4e3e-911e-d86a3b6ea355] received +2025-10-03 21:14:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b3f84731-5bd5-4e3e-911e-d86a3b6ea355] succeeded in 0.002139453077688813s: None +2025-10-03 21:14:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d57ce843-c603-4af9-9a13-c1c2d1f05bea] received +2025-10-03 21:14:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d57ce843-c603-4af9-9a13-c1c2d1f05bea] succeeded in 0.0009602359496057034s: None +2025-10-03 21:14:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:14:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41b7c8d-c38e-4519-8f35-51f4460fdb37] received +2025-10-03 21:14:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b41b7c8d-c38e-4519-8f35-51f4460fdb37] succeeded in 0.002320213010534644s: None +2025-10-03 21:15:02 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb10dfca-9482-4db1-bf03-1b17f204606b] received +2025-10-03 21:15:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[bb10dfca-9482-4db1-bf03-1b17f204606b] succeeded in 0.0022908360697329044s: None +2025-10-03 21:15:03 [INFO] SSE Stream: New client connecting... +2025-10-03 21:15:03 [INFO] SSE: Client connected (total: 1) +2025-10-03 21:15:03 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 21:15:03 [INFO] SSE Stream: Sent replay callback for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:15:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ba1ddba-eafe-4838-8976-8131ab301a26] received +2025-10-03 21:15:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3ba1ddba-eafe-4838-8976-8131ab301a26] succeeded in 0.002174973953515291s: None +2025-10-03 21:15:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab3a8620-f81b-463b-93b7-9d0b4f460240] received +2025-10-03 21:15:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ab3a8620-f81b-463b-93b7-9d0b4f460240] succeeded in 0.0023563820868730545s: None +2025-10-03 21:15:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca8c9675-359f-4f18-b0eb-729e3fac3116] received +2025-10-03 21:15:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca8c9675-359f-4f18-b0eb-729e3fac3116] succeeded in 0.0026782320346683264s: None +2025-10-03 21:15:09 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:09 [INFO] SSE client disconnected +2025-10-03 21:15:09 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 21:15:09 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-03 21:15:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0ce58d5-b2d0-4f63-8fb3-8c2d220e9613] received +2025-10-03 21:15:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d0ce58d5-b2d0-4f63-8fb3-8c2d220e9613] succeeded in 0.0023938179947435856s: None +2025-10-03 21:15:11 [INFO] SSE Stream: New client connecting... +2025-10-03 21:15:11 [INFO] SSE: Client connected (total: 1) +2025-10-03 21:15:11 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-03 21:15:11 [INFO] SSE Stream: Sent replay callback for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:15:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e26b9737-21e5-4001-94f9-6952a9ca91c6] received +2025-10-03 21:15:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e26b9737-21e5-4001-94f9-6952a9ca91c6] succeeded in 0.002560609020292759s: None +2025-10-03 21:15:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ab9a550-7c03-4812-9560-612e97141250] received +2025-10-03 21:15:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1ab9a550-7c03-4812-9560-612e97141250] succeeded in 0.002472357824444771s: None +2025-10-03 21:15:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:18 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[238a3ffd-306d-474c-8c8e-a28f7bdacd35] received +2025-10-03 21:15:18 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[238a3ffd-306d-474c-8c8e-a28f7bdacd35] succeeded in 0.002577934879809618s: None +2025-10-03 21:15:18 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fdf36e1-0fe8-4764-8d24-70235588d125] received +2025-10-03 21:15:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6fdf36e1-0fe8-4764-8d24-70235588d125] succeeded in 0.0022598979994654655s: None +2025-10-03 21:15:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9ce158b-5f76-46e2-be54-7870707fb963] received +2025-10-03 21:15:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a9ce158b-5f76-46e2-be54-7870707fb963] succeeded in 0.0026085530407726765s: None +2025-10-03 21:15:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b96a435-281f-4fbc-97c4-178fd505f333] received +2025-10-03 21:15:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[0b96a435-281f-4fbc-97c4-178fd505f333] succeeded in 0.002192501910030842s: None +2025-10-03 21:15:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:27 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da59c43e-256f-49eb-bfd3-77f32f70ef05] received +2025-10-03 21:15:27 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[da59c43e-256f-49eb-bfd3-77f32f70ef05] succeeded in 0.0024878080002963543s: None +2025-10-03 21:15:27 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfe98e0a-7bab-4eac-86b3-903f7b2a00e4] received +2025-10-03 21:15:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[cfe98e0a-7bab-4eac-86b3-903f7b2a00e4] succeeded in 0.0024670539423823357s: None +2025-10-03 21:15:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3649c5e-e77e-41c0-8931-51580b3c9315] received +2025-10-03 21:15:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e3649c5e-e77e-41c0-8931-51580b3c9315] succeeded in 0.0022734999656677246s: None +2025-10-03 21:15:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ed0388b-ac4b-49aa-8f6b-d5cb893450b9] received +2025-10-03 21:15:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7ed0388b-ac4b-49aa-8f6b-d5cb893450b9] succeeded in 0.0013232838828116655s: None +2025-10-03 21:15:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:36 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec16b9bb-82e1-421e-8937-20255c740080] received +2025-10-03 21:15:36 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ec16b9bb-82e1-421e-8937-20255c740080] succeeded in 0.002229312900453806s: None +2025-10-03 21:15:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c63b209-f10b-407a-8f8f-52adde5dbcd2] received +2025-10-03 21:15:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1c63b209-f10b-407a-8f8f-52adde5dbcd2] succeeded in 0.002666875021532178s: None +2025-10-03 21:15:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f995ee5-0354-400c-b572-a111fdc5ee46] received +2025-10-03 21:15:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f995ee5-0354-400c-b572-a111fdc5ee46] succeeded in 0.0019177538342773914s: None +2025-10-03 21:15:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:42 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[004e0ca9-8619-42b3-92af-cfa57469c8c8] received +2025-10-03 21:15:42 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[004e0ca9-8619-42b3-92af-cfa57469c8c8] succeeded in 0.0020436029881238937s: None +2025-10-03 21:15:42 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:45 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10ef0bdc-b632-4856-8349-8f4231e6591f] received +2025-10-03 21:15:45 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[10ef0bdc-b632-4856-8349-8f4231e6591f] succeeded in 0.002228659112006426s: None +2025-10-03 21:15:45 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[888b52bf-f554-43ff-98c8-9a7d38098e65] received +2025-10-03 21:15:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[888b52bf-f554-43ff-98c8-9a7d38098e65] succeeded in 0.0023026298731565475s: None +2025-10-03 21:15:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:49 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a66b4b8-46f5-4039-935f-d1a3a335e0ea] received +2025-10-03 21:15:49 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[5a66b4b8-46f5-4039-935f-d1a3a335e0ea] succeeded in 0.002490556100383401s: None +2025-10-03 21:15:49 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:51 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a36561d-7ee4-40c8-a1d0-30ab6a63588a] received +2025-10-03 21:15:51 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7a36561d-7ee4-40c8-a1d0-30ab6a63588a] succeeded in 0.002426577964797616s: None +2025-10-03 21:15:52 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:54 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc7445d4-eade-4a9e-96af-0d8abfe17a19] received +2025-10-03 21:15:54 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fc7445d4-eade-4a9e-96af-0d8abfe17a19] succeeded in 0.002318579936400056s: None +2025-10-03 21:15:54 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:56 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e67432d-d5ed-4275-a69e-a35797c5df6d] received +2025-10-03 21:15:56 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1e67432d-d5ed-4275-a69e-a35797c5df6d] succeeded in 0.0020049861632287502s: None +2025-10-03 21:15:56 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:15:58 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:15:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4622cd10-a503-464a-b76e-774974819274] received +2025-10-03 21:15:58 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4622cd10-a503-464a-b76e-774974819274] succeeded in 0.002539189998060465s: None +2025-10-03 21:15:58 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:00 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4855e0f-9262-4a30-9824-5f3f8ab8fd7d] received +2025-10-03 21:16:00 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d4855e0f-9262-4a30-9824-5f3f8ab8fd7d] succeeded in 0.0023970098700374365s: None +2025-10-03 21:16:01 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:03 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4f489e3-c4e3-4a1b-baa7-800e4abc86ee] received +2025-10-03 21:16:03 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b4f489e3-c4e3-4a1b-baa7-800e4abc86ee] succeeded in 0.002562023000791669s: None +2025-10-03 21:16:03 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:05 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d83e18fd-46c6-4cad-96b1-75ec0634f22b] received +2025-10-03 21:16:05 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d83e18fd-46c6-4cad-96b1-75ec0634f22b] succeeded in 0.0023205799516290426s: None +2025-10-03 21:16:05 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:07 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02f8a9d4-e734-48cd-b02f-d8cde7d5e3df] received +2025-10-03 21:16:07 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[02f8a9d4-e734-48cd-b02f-d8cde7d5e3df] succeeded in 0.0059734731912612915s: None +2025-10-03 21:16:07 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:10 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0da2f9d-9e5f-4d70-8043-186d51d19314] received +2025-10-03 21:16:10 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c0da2f9d-9e5f-4d70-8043-186d51d19314] succeeded in 0.00276988185942173s: None +2025-10-03 21:16:10 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:12 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cb7d463-ab64-41b8-b833-673fe19468c5] received +2025-10-03 21:16:12 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7cb7d463-ab64-41b8-b833-673fe19468c5] succeeded in 0.0025257710367441177s: None +2025-10-03 21:16:12 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:14 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b69145e9-2f97-48fc-977c-c4fc8bfc6438] received +2025-10-03 21:16:14 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b69145e9-2f97-48fc-977c-c4fc8bfc6438] succeeded in 0.0021577768493443727s: None +2025-10-03 21:16:14 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:16 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64e51e59-dea8-4405-a911-02f60c668697] received +2025-10-03 21:16:16 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[64e51e59-dea8-4405-a911-02f60c668697] succeeded in 0.0028052229899913073s: None +2025-10-03 21:16:16 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:19 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f1e43c0-3f40-4811-b4c6-733488846f8c] received +2025-10-03 21:16:19 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f1e43c0-3f40-4811-b4c6-733488846f8c] succeeded in 0.0025830490048974752s: None +2025-10-03 21:16:19 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:21 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d644b72-712c-4e92-97c2-59d37661f001] received +2025-10-03 21:16:21 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8d644b72-712c-4e92-97c2-59d37661f001] succeeded in 0.0025720770936459303s: None +2025-10-03 21:16:21 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:23 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca475be4-f787-4d5c-b671-7c8f0752790b] received +2025-10-03 21:16:23 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ca475be4-f787-4d5c-b671-7c8f0752790b] succeeded in 0.002411019057035446s: None +2025-10-03 21:16:23 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5fec2f0-df82-414b-ab86-f0b90232c921] received +2025-10-03 21:16:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f5fec2f0-df82-414b-ab86-f0b90232c921] succeeded in 0.0025613419711589813s: None +2025-10-03 21:16:25 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:28 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af043055-0f25-4079-9fbc-9c056f205222] received +2025-10-03 21:16:28 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[af043055-0f25-4079-9fbc-9c056f205222] succeeded in 0.002302624983713031s: None +2025-10-03 21:16:28 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:30 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cd32758-0687-4270-975d-98106543dce5] received +2025-10-03 21:16:30 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[8cd32758-0687-4270-975d-98106543dce5] succeeded in 0.002454299945384264s: None +2025-10-03 21:16:30 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:32 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54febb89-b669-4588-bc34-0ae6f2fec01d] received +2025-10-03 21:16:32 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[54febb89-b669-4588-bc34-0ae6f2fec01d] succeeded in 0.002486448036506772s: None +2025-10-03 21:16:32 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:34 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4a9eb73-4379-4ddf-8c28-a29cc682b57e] received +2025-10-03 21:16:34 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[a4a9eb73-4379-4ddf-8c28-a29cc682b57e] succeeded in 0.00217465590685606s: None +2025-10-03 21:16:34 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:37 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed320f0a-a2d2-4ece-8185-f8dd6b57b8f6] received +2025-10-03 21:16:37 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ed320f0a-a2d2-4ece-8185-f8dd6b57b8f6] succeeded in 0.001972476951777935s: None +2025-10-03 21:16:37 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:39 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76378b38-e080-4184-aae5-e31807698b54] received +2025-10-03 21:16:39 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[76378b38-e080-4184-aae5-e31807698b54] succeeded in 0.0021671419963240623s: None +2025-10-03 21:16:39 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:41 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c87fe155-24a0-4592-96a0-2794a7391dbd] received +2025-10-03 21:16:41 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c87fe155-24a0-4592-96a0-2794a7391dbd] succeeded in 0.0023667779751122s: None +2025-10-03 21:16:41 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:43 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[835b8ec8-5d74-4c36-80ab-b492a0e93506] received +2025-10-03 21:16:43 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[835b8ec8-5d74-4c36-80ab-b492a0e93506] succeeded in 0.0024913118686527014s: None +2025-10-03 21:16:43 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:46 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f95e80e-40c7-49bf-93c9-61f08eb084ee] received +2025-10-03 21:16:46 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[1f95e80e-40c7-49bf-93c9-61f08eb084ee] succeeded in 0.0024522182065993547s: None +2025-10-03 21:16:46 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:48 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9ac8eed-6c76-4aeb-ba83-d5d5b38271c8] received +2025-10-03 21:16:48 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[f9ac8eed-6c76-4aeb-ba83-d5d5b38271c8] succeeded in 0.0020381819922477007s: None +2025-10-03 21:16:48 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:50 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[394c6b4f-aeba-42c7-8a19-671736835708] received +2025-10-03 21:16:50 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[394c6b4f-aeba-42c7-8a19-671736835708] succeeded in 0.002397431991994381s: None +2025-10-03 21:16:50 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:52 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:52 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc429913-440f-411c-ae03-cd16c5028211] received +2025-10-03 21:16:53 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[dc429913-440f-411c-ae03-cd16c5028211] succeeded in 0.002458960982039571s: None +2025-10-03 21:16:53 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:55 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[182afdb2-f197-4eee-928d-e87f878d8795] received +2025-10-03 21:16:55 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[182afdb2-f197-4eee-928d-e87f878d8795] succeeded in 0.002778369002044201s: None +2025-10-03 21:16:55 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:57 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f1f5ed5-b329-4a22-9d9e-7998bafac171] received +2025-10-03 21:16:57 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[9f1f5ed5-b329-4a22-9d9e-7998bafac171] succeeded in 0.002207356970757246s: None +2025-10-03 21:16:57 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:16:59 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:16:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[984717e1-ed72-438d-9d5c-7ca456cec05b] received +2025-10-03 21:16:59 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[984717e1-ed72-438d-9d5c-7ca456cec05b] succeeded in 0.0022651138715445995s: None +2025-10-03 21:16:59 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:01 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[233166fe-311a-408e-ad09-9eb02adf18c0] received +2025-10-03 21:17:02 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[233166fe-311a-408e-ad09-9eb02adf18c0] succeeded in 0.002269035903736949s: None +2025-10-03 21:17:02 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:04 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51e80e41-9c0b-48de-bf00-f1395db09d39] received +2025-10-03 21:17:04 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51e80e41-9c0b-48de-bf00-f1395db09d39] succeeded in 0.002439715899527073s: None +2025-10-03 21:17:04 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:06 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d16813bd-b2eb-48c3-ae64-5812a7f1be89] received +2025-10-03 21:17:06 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d16813bd-b2eb-48c3-ae64-5812a7f1be89] succeeded in 0.0028992679435759783s: None +2025-10-03 21:17:06 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:08 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff56385a-1489-49fd-af71-53a6065a56cb] received +2025-10-03 21:17:08 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff56385a-1489-49fd-af71-53a6065a56cb] succeeded in 0.0026927469298243523s: None +2025-10-03 21:17:08 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:11 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe83d8eb-acd3-4b5e-9bde-e4774ba4e695] received +2025-10-03 21:17:11 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe83d8eb-acd3-4b5e-9bde-e4774ba4e695] succeeded in 0.0022723819129168987s: None +2025-10-03 21:17:11 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:13 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[152e3718-b358-4070-98a7-af2e2a73b76f] received +2025-10-03 21:17:13 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[152e3718-b358-4070-98a7-af2e2a73b76f] succeeded in 0.0023144190199673176s: None +2025-10-03 21:17:13 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:15 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c70253b2-5666-4fd6-956e-6eb07ff5e922] received +2025-10-03 21:17:15 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c70253b2-5666-4fd6-956e-6eb07ff5e922] succeeded in 0.0021260599605739117s: None +2025-10-03 21:17:15 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:17 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aba2a614-62d4-46a3-a653-4351f20f8577] received +2025-10-03 21:17:17 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[aba2a614-62d4-46a3-a653-4351f20f8577] succeeded in 0.002207578159868717s: None +2025-10-03 21:17:17 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:20 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a6b6f93-4d79-4ad1-ba53-a213f7cbbf62] received +2025-10-03 21:17:20 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[3a6b6f93-4d79-4ad1-ba53-a213f7cbbf62] succeeded in 0.0022710731718689203s: None +2025-10-03 21:17:20 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:22 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33e21e92-ff20-4c3d-9d20-689ec521fca1] received +2025-10-03 21:17:22 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[33e21e92-ff20-4c3d-9d20-689ec521fca1] succeeded in 0.0024130370002239943s: None +2025-10-03 21:17:22 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[366751c3-ad93-439f-b836-3c5856ba5e0a] received +2025-10-03 21:17:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[366751c3-ad93-439f-b836-3c5856ba5e0a] succeeded in 0.0023762218188494444s: None +2025-10-03 21:17:24 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:26 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff69d7e9-ec25-4b17-974d-eb1d407dcfc0] received +2025-10-03 21:17:26 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[ff69d7e9-ec25-4b17-974d-eb1d407dcfc0] succeeded in 0.002458358881995082s: None +2025-10-03 21:17:26 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:29 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0ef33a4-1ded-4f70-8273-0d4e78a905ff] received +2025-10-03 21:17:29 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[b0ef33a4-1ded-4f70-8273-0d4e78a905ff] succeeded in 0.0022291068453341722s: None +2025-10-03 21:17:29 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:31 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe4fc18d-d536-45d8-a162-d0114372e879] received +2025-10-03 21:17:31 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[fe4fc18d-d536-45d8-a162-d0114372e879] succeeded in 0.0019076238386332989s: None +2025-10-03 21:17:31 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:33 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d21fa4a5-4ba7-4939-91ff-770e35381937] received +2025-10-03 21:17:33 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[d21fa4a5-4ba7-4939-91ff-770e35381937] succeeded in 0.002329695038497448s: None +2025-10-03 21:17:33 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:35 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2abef275-5457-4f50-ba0e-d7dd63181a8b] received +2025-10-03 21:17:35 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[2abef275-5457-4f50-ba0e-d7dd63181a8b] succeeded in 0.002587005030363798s: None +2025-10-03 21:17:36 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:38 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6199742-45e3-4336-a29d-ebd6d955b1ab] received +2025-10-03 21:17:38 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e6199742-45e3-4336-a29d-ebd6d955b1ab] succeeded in 0.00225740484893322s: None +2025-10-03 21:17:38 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:40 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 real-time: No details +2025-10-03 21:17:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[196f9ef2-3940-456b-8032-bf393d20dc93] received +2025-10-03 21:17:40 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[196f9ef2-3940-456b-8032-bf393d20dc93] succeeded in 0.0024022262077778578s: None +2025-10-03 21:17:40 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:17:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing completed track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:17:47 [INFO] Celery[DW-STDERR]: Storing track 'Big Yellow Taxi' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:17:47 [INFO] Celery[DW-STDERR]: Successfully stored track 'Big Yellow Taxi' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:17:47 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 21:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51f4a7b5-f9ce-4656-b918-ed362c9db64b] received +2025-10-03 21:17:47 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[51f4a7b5-f9ce-4656-b918-ed362c9db64b] succeeded in 0.002286932896822691s: None +2025-10-03 21:17:47 [INFO] SSE Broadcaster: Successfully sent to 1 clients, removed 0 disconnected clients +2025-10-03 21:18:12 [INFO] SSE client disconnected +2025-10-03 21:18:12 [INFO] SSE: Client disconnected (total: 0) +2025-10-03 21:19:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:19:24 [INFO] Celery[DW-STDERR]: Storing track 'As Lovers Go' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:19:24 [INFO] Celery[DW-STDERR]: Successfully stored track 'As Lovers Go' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:19:24 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:19:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f3decc7-3fab-4d50-8a8d-b26cd7c54a44] received +2025-10-03 21:19:24 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[6f3decc7-3fab-4d50-8a8d-b26cd7c54a44] succeeded in 0.001833440037444234s: None +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Storing track 'Burn The House Down' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Burn The House Down' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4b48d18-d4c5-46a3-82a4-2567ab5e2e8b] received +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[c4b48d18-d4c5-46a3-82a4-2567ab5e2e8b] succeeded in 0.0016810069791972637s: None +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Storing track 'Everything You Want' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Everything You Want' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b85a633-d156-450f-8b70-f226e3bcde26] received +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[7b85a633-d156-450f-8b70-f226e3bcde26] succeeded in 0.001786370063200593s: None +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing skipped track in children table 'playlist_23429f3bd2' (progressive) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Storing track 'Fuck You' in CHILDREN table 'playlist_23429f3bd2' for task b19f0d49-8634-402b-a6b8-aed45f622b74 +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Successfully stored track 'Fuck You' in table 'playlist_23429f3bd2' (task: b19f0d49-8634-402b-a6b8-aed45f622b74) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 skipped: Unknown - Unknown +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4effdc23-438d-46fe-ac28-55d1d934632f] received +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[4effdc23-438d-46fe-ac28-55d1d934632f] succeeded in 0.0017884690314531326s: None +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74: Storing playlist history (completed) +2025-10-03 21:19:25 [INFO] Celery[DW-STDOUT]: DEBUG: playlist.py - Direct Spotify download (account: json for blob) successful. +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e56cf863-6b69-4f67-8c70-bdad6d7a9ada] received +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Populated 27 tracks in children table playlist_23429f3bd2 +2025-10-03 21:19:25 [INFO] Celery[UW-STDERR]: Task trigger_sse_update_task[e56cf863-6b69-4f67-8c70-bdad6d7a9ada] succeeded in 0.0020387519616633654s: None +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Stored playlist history for 'Post Beach Jams' (task: b19f0d49-8634-402b-a6b8-aed45f622b74, children: playlist_23429f3bd2, status: partial) +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed: +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task download_playlist[b19f0d49-8634-402b-a6b8-aed45f622b74] succeeded in 2019.3816483980045s: {'status': 'success', 'message': 'Playlist download completed'} +2025-10-03 21:19:25 [INFO] Celery[DW-STDERR]: Task b19f0d49-8634-402b-a6b8-aed45f622b74 completed successfully: Post Beach Jams +2025-10-03 21:32:52 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 21:32:53 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 21:32:54 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 21:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 22:34:53 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 22:34:54 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 22:34:55 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 22:42:55 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 22:42:56 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 22:42:57 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 22:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-03 23:05:50 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 23:05:51 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 23:12:57 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 23:12:58 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 23:40:00 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-03 23:40:02 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-03 23:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 00:11:52 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 00:11:53 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 00:18:17 [INFO] Spotify client initialized/reinitialized +2025-10-04 00:18:18 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-04 00:18:19 [INFO] SSE Stream: New client connecting... +2025-10-04 00:18:19 [INFO] SSE: Client connected (total: 1) +2025-10-04 00:18:19 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-04 00:18:39 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 00:18:40 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 00:18:41 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 00:18:42 [INFO] SSE client disconnected +2025-10-04 00:18:42 [INFO] SSE: Client disconnected (total: 0) +2025-10-04 00:28:58 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 00:28:59 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 00:29:00 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 00:44:03 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-04 00:44:04 [INFO] SSE Stream: New client connecting... +2025-10-04 00:44:04 [INFO] SSE: Client connected (total: 1) +2025-10-04 00:44:04 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-04 00:44:57 [INFO] SSE client disconnected +2025-10-04 00:44:57 [INFO] SSE: Client disconnected (total: 0) +2025-10-04 00:49:53 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 00:49:55 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 00:49:56 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 00:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 01:36:59 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 01:37:00 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 01:37:01 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 01:51:55 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 01:51:57 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 01:51:58 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 01:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 02:18:02 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 02:18:03 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 02:18:04 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 02:46:40 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 02:46:42 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 02:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 03:22:42 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 03:22:43 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 03:22:44 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 03:34:44 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 03:34:45 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 03:39:01 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 03:39:02 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 03:39:03 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 03:50:45 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 03:50:46 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 03:53:57 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 03:53:58 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 03:53:59 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 03:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 04:28:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 04:28:06 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 04:38:46 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 04:38:47 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 04:38:48 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 04:44:47 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 04:44:49 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 04:44:50 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 04:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 04:58:49 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 04:58:50 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 04:58:51 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 04:59:58 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 04:59:59 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 05:00:00 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 05:04:51 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 05:04:52 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 05:32:52 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 05:32:53 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 05:32:53 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 05:32:53 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 05:32:53 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 05:32:53 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 05:32:54 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 05:32:54 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 05:32:54 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 05:32:54 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 05:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: self.run() +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1163, in reconnect +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1864, in create +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2025-10-04 06:24:06 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2025-10-04 06:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 07:15:03 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 07:15:04 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 07:15:05 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 07:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 08:36:01 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 08:36:02 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 08:36:03 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 08:48:55 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 08:48:56 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 08:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 09:11:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 09:11:05 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 09:11:06 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 09:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 10:08:56 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 10:08:57 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 10:25:36 [INFO] SSE Stream: New client connecting... +2025-10-04 10:25:36 [INFO] SSE: Client connected (total: 1) +2025-10-04 10:25:36 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-04 10:25:48 [INFO] SSE client disconnected +2025-10-04 10:25:48 [INFO] SSE: Client disconnected (total: 0) +2025-10-04 10:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 11:32:02 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 11:32:03 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 11:32:04 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 11:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 12:12:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 12:12:05 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 12:12:06 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 12:19:06 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 12:19:07 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 12:27:07 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 12:27:08 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 12:27:09 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 12:45:08 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 12:45:10 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 12:56:05 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 12:56:06 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 12:56:07 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 12:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 13:09:10 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 13:09:11 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 13:16:07 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 13:16:08 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 13:16:09 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 13:40:08 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 13:40:09 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 13:40:10 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 13:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 14:25:11 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 14:25:12 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 14:25:13 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 14:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 15:06:57 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 15:06:59 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 15:07:00 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 15:51:12 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 15:51:14 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 15:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 16:14:59 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 16:15:01 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 16:15:02 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 16:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 17:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 18:12:10 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 18:12:11 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 18:22:11 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 18:22:12 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 18:22:13 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 18:45:15 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 18:45:16 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 18:45:17 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 18:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 19:40:13 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 19:40:14 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 19:55:01 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 19:55:02 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 19:55:03 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 19:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 19:59:17 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 19:59:18 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 19:59:19 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 20:03:02 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 20:03:04 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 20:45:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 20:45:05 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 20:45:06 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 20:51:19 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 20:51:20 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 20:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 21:29:05 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 21:29:07 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 21:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 22:01:07 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 22:01:08 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 22:01:09 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 22:22:14 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 22:22:15 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 22:22:16 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 22:27:20 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 22:27:22 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 22:50:16 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 22:50:17 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 22:50:18 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 22:51:08 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 22:51:10 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 22:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-04 23:01:22 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 23:01:23 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 23:01:24 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 23:55:23 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-04 23:55:24 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-04 23:55:25 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-04 23:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 00:16:17 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 00:16:18 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 00:16:19 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: self.run() +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1163, in reconnect +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1864, in create +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2025-10-05 00:17:25 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2025-10-05 00:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 00:59:11 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 00:59:12 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 01:15:12 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 01:15:13 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 01:22:18 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 01:22:20 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: self.run() +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1163, in reconnect +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1864, in create +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2025-10-05 01:49:13 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2025-10-05 01:50:20 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 01:50:21 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 01:50:22 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 01:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 02:00:22 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 02:00:23 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 02:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 03:28:23 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 03:28:24 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 03:28:25 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 03:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 04:24:25 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 04:24:26 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 04:56:26 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 04:56:27 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 04:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 05:18:27 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 05:18:29 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 05:18:30 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 05:22:29 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 05:22:30 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 05:22:31 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 05:46:30 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 05:46:32 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 05:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 06:30:32 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 06:30:33 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 06:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 07:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 08:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 09:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 10:32:35 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 10:32:37 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 10:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 11:02:37 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 11:02:39 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 11:02:40 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 11:40:39 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Connection successfully! +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Session.Receiver started +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Skipping 02 +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Received license_version: 0 +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Received country_code: US +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Skipping 1f +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Skipping 69 +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Re-authenticated as jsonjordan! +2025-10-05 11:40:41 [INFO] Celery[DW-STDERR]: Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2025-10-05 11:42:02 [INFO] Spotify client initialized/reinitialized +2025-10-05 11:42:02 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-05 11:42:04 [INFO] SSE Stream: New client connecting... +2025-10-05 11:42:04 [INFO] SSE: Client connected (total: 1) +2025-10-05 11:42:04 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-05 11:42:38 [INFO] SSE client disconnected +2025-10-05 11:42:38 [INFO] SSE: Client disconnected (total: 0) +2025-10-05 11:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 12:40:10 [INFO] SSE Stream: New client connecting... +2025-10-05 12:40:10 [INFO] SSE: Client connected (total: 1) +2025-10-05 12:40:10 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-05 12:42:37 [INFO] SSE client disconnected +2025-10-05 12:42:37 [INFO] SSE: Client disconnected (total: 0) +2025-10-05 12:47:23 [INFO] SSE Stream: New client connecting... +2025-10-05 12:47:23 [INFO] SSE: Client connected (total: 1) +2025-10-05 12:47:23 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-05 12:49:05 [INFO] SSE client disconnected +2025-10-05 12:49:05 [INFO] SSE: Client disconnected (total: 0) +2025-10-05 12:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 13:26:43 [INFO] SSE Stream: New client connecting... +2025-10-05 13:26:43 [INFO] SSE: Client connected (total: 1) +2025-10-05 13:26:43 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-05 13:27:22 [INFO] SSE client disconnected +2025-10-05 13:27:22 [INFO] SSE: Client disconnected (total: 0) +2025-10-05 13:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 14:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1990, in run +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 58, in receive_encoded +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: header_bytes = self.__receive_cipher.decrypt(connection.read(3)) +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1887, in read +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: return self.__socket.recv(length) +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: self.run() +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 2003, in run +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1163, in reconnect +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1864, in create +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2025-10-05 15:46:41 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2025-10-05 15:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 16:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 17:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 18:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 19:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 20:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 21:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 22:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-05 23:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 00:45:21 [INFO] SSE Stream: New client connecting... +2025-10-06 00:45:21 [INFO] SSE: Client connected (total: 1) +2025-10-06 00:45:21 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-06 00:46:13 [INFO] SSE client disconnected +2025-10-06 00:46:13 [INFO] SSE: Client disconnected (total: 0) +2025-10-06 00:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 01:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 02:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 03:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 04:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 05:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 06:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 07:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 08:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 09:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 10:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 11:43:24 [INFO] SSE Stream: New client connecting... +2025-10-06 11:43:24 [INFO] SSE: Client connected (total: 1) +2025-10-06 11:43:24 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-06 11:43:32 [INFO] SSE client disconnected +2025-10-06 11:43:32 [INFO] SSE: Client disconnected (total: 0) +2025-10-06 11:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 12:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 13:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 14:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 15:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 16:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 17:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 18:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 19:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 20:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 21:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 22:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-06 23:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 00:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 01:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 02:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 03:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 04:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 05:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 06:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 07:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 08:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 09:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 10:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 11:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 12:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 13:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 14:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 15:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 16:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 17:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 18:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 19:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 20:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 21:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 22:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-07 23:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 00:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 01:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 02:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 03:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 04:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 05:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 06:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 07:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 08:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 09:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 10:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 11:51:20 [INFO] Spotify client initialized/reinitialized +2025-10-08 11:51:21 [INFO] Checking watch status for playlist 16OPZVbiPADA5Bc1lj5zwo. +2025-10-08 11:51:22 [INFO] SSE Stream: New client connecting... +2025-10-08 11:51:22 [INFO] SSE: Client connected (total: 1) +2025-10-08 11:51:22 [INFO] SSE Stream: Client registered successfully, total clients: 1 +2025-10-08 11:51:28 [INFO] SSE client disconnected +2025-10-08 11:51:28 [INFO] SSE: Client disconnected (total: 0) +2025-10-08 11:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 12:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 13:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 14:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 15:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 16:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 17:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 18:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 19:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 20:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 21:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 22:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-08 23:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 00:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 01:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 02:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 03:57:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 04:54:29 [INFO] Watch Manager: Stopping background scheduler... +2025-10-09 04:54:29 [INFO] Watch Scheduler: Thread stopped. +2025-10-09 04:54:29 [INFO] Watch Manager: Background scheduler stopped. +2025-10-09 04:54:29 [INFO] Watch Manager stopped +2025-10-09 04:54:29 [INFO] CeleryManager: Stopping Celery workers... +2025-10-09 04:54:29 [INFO] Terminating Celery Download Worker (PID: 9)... +2025-10-09 04:54:29 [INFO] Celery[DW-STDOUT]: +2025-10-09 04:54:29 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-10-09 04:54:29 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2025-10-09 04:54:31 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2025-10-09 04:54:31 [INFO] Celery[DW-STDERR] stream reader thread finished. +2025-10-09 04:54:31 [INFO] Celery Download Worker (PID: 9) terminated. +2025-10-09 04:54:31 [INFO] Terminating Celery Utility Worker (PID: 12)... +2025-10-09 04:54:31 [INFO] Celery[UW-STDOUT]: +2025-10-09 04:54:31 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-10-09 04:54:34 [INFO] CeleryManager: Config monitor thread stopped. +2025-10-09 04:55:15 [INFO] Logging system initialized +2025-10-09 04:55:15 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-10-09 04:55:15 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-10-09 04:55:15 [INFO] Database migrations executed (if needed) early in startup. +2025-10-09 04:55:15 [INFO] Testing Redis connection to redis:6379... +2025-10-09 04:55:15 [INFO] Redis connection successful +2025-10-09 04:55:15 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-10-09 04:55:15 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-10-09 04:55:15 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2025-10-09 04:55:15 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-10-09 04:55:15 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2025-10-09 04:55:15 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-10-09 04:55:15 [INFO] CeleryManager: Config monitor thread started. +2025-10-09 04:55:15 [INFO] Celery workers started successfully +2025-10-09 04:55:15 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-09 04:55:15 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-10-09 04:55:15 [INFO] Successfully updated all existing tables schema in playlists database +2025-10-09 04:55:15 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-10-09 04:55:15 [INFO] Watch Scheduler: Thread started. +2025-10-09 04:55:15 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-10-09 04:55:15 [INFO] Watch Manager initialized and registered for shutdown. +2025-10-09 04:55:15 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 04:55:16 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-09 04:55:16 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-09 04:55:16 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-09 04:55:16 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-09 04:55:16 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-09 04:55:16 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-09 04:55:16 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-09 04:55:16 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-157-generic-x86_64-with-glibc2.36 2025-10-09 04:55:17 +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f5d839d9ad0 +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: [tasks] +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: . download_album +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-157-generic-x86_64-with-glibc2.36 2025-10-09 04:55:17 +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f8699c9d990 +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-10-09 04:55:17 [INFO] Celery[UW-STDOUT]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: . download_track +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-10-09 04:55:17 [INFO] Celery[DW-STDOUT]: +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-09 04:55:17 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-09 04:55:17 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-10-09 04:55:18 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-10-09 04:55:18 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-10-09 04:55:18 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-10-09 04:55:18 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-10-09 04:55:18 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2025-10-09 04:55:18 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-10-09 04:55:18 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-10-09 04:55:18 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2025-10-09 05:55:15 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 06:55:15 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 07:40:39 [INFO] Watch Manager: Stopping background scheduler... +2025-10-09 07:40:39 [INFO] Watch Scheduler: Thread stopped. +2025-10-09 07:40:39 [INFO] Watch Manager: Background scheduler stopped. +2025-10-09 07:40:39 [INFO] Watch Manager stopped +2025-10-09 07:40:39 [INFO] CeleryManager: Stopping Celery workers... +2025-10-09 07:40:39 [INFO] Terminating Celery Download Worker (PID: 9)... +2025-10-09 07:40:39 [INFO] Celery[DW-STDOUT]: +2025-10-09 07:40:39 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2025-10-09 07:40:46 [INFO] CeleryManager: Config monitor thread stopped. +2025-10-09 07:49:41 [INFO] Logging system initialized +2025-10-09 07:49:41 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-10-09 07:49:41 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-10-09 07:49:41 [INFO] Database migrations executed (if needed) early in startup. +2025-10-09 07:49:41 [INFO] Testing Redis connection to redis:6379... +2025-10-09 07:49:41 [INFO] Redis connection successful +2025-10-09 07:49:41 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-10-09 07:49:41 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-10-09 07:49:41 [INFO] Celery Download Worker (PID: 8) started with concurrency 3. +2025-10-09 07:49:41 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-10-09 07:49:41 [INFO] Celery Utility Worker (PID: 11) started with concurrency 5. +2025-10-09 07:49:41 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-10-09 07:49:41 [INFO] CeleryManager: Config monitor thread started. +2025-10-09 07:49:41 [INFO] Celery workers started successfully +2025-10-09 07:49:41 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-09 07:49:41 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-10-09 07:49:41 [INFO] Successfully updated all existing tables schema in playlists database +2025-10-09 07:49:41 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-10-09 07:49:41 [INFO] Watch Scheduler: Thread started. +2025-10-09 07:49:41 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-10-09 07:49:41 [INFO] Watch Manager initialized and registered for shutdown. +2025-10-09 07:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-157-generic-x86_64-with-glibc2.36 2025-10-09 07:49:43 +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f454215fa10 +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: [tasks] +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: . download_album +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: . download_track +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-10-09 07:49:43 [INFO] Celery[DW-STDOUT]: +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-157-generic-x86_64-with-glibc2.36 2025-10-09 07:49:43 +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f42fb1b4690 +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-10-09 07:49:43 [INFO] Celery[UW-STDOUT]: +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-09 07:49:43 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-10-09 07:49:44 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-10-09 07:49:44 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-10-09 07:49:44 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-10-09 07:49:44 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2025-10-09 07:49:44 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-10-09 07:49:44 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-10-09 07:49:44 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-10-09 07:49:44 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2025-10-09 08:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 09:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 10:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 11:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 12:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 13:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 14:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 15:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 16:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 17:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 18:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 19:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 20:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 21:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 22:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-09 23:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 00:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 01:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 02:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 03:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 04:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 05:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 06:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 07:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 08:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 09:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 10:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 11:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 12:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 13:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 14:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 15:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 16:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 17:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 18:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 19:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 20:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 21:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 22:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-10 23:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 00:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 01:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 02:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 03:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 04:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 05:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 06:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 07:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 08:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 09:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 10:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 11:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 12:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 13:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 14:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 15:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 16:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 17:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 18:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 19:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 20:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 21:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 22:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-11 23:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 00:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 01:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 02:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 03:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 04:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 05:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 06:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 07:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 08:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 09:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 10:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 11:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 12:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 13:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 14:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 15:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 16:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 17:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 18:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 19:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 20:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 21:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 22:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-12 23:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 00:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 01:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 02:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 03:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 04:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 05:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 06:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 07:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 08:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 09:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 10:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 11:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 12:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 13:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 14:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 15:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 16:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 17:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 18:49:41 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-13 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 02:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 03:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 04:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 05:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 06:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 07:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 08:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 09:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 10:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 11:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 12:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 13:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 14:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 15:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 16:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 17:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 18:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-14 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 02:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 03:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 04:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 05:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 06:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 07:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 08:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 09:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 10:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 11:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 12:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 13:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 14:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 15:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 16:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 17:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 18:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-15 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 02:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 03:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 04:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 05:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 06:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 07:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 08:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 09:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 10:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 11:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 12:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 13:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 14:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 15:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 16:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 17:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 18:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-16 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 02:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 03:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 04:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 05:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 06:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 07:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 08:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 09:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 10:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 11:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 12:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 13:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 14:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 15:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 16:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 17:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 18:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-17 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 02:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 03:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 04:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 05:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 06:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 07:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 08:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 09:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 10:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 11:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 12:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 13:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 14:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 15:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 16:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 17:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 18:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-18 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 02:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 03:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 04:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 05:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 06:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 07:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 08:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 09:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 10:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 11:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 12:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 13:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 14:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 15:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 16:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 17:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 18:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 19:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 20:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 21:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 22:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-19 23:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 00:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 01:49:42 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 14:23:49 [INFO] Logging system initialized +2025-10-20 14:23:49 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2025-10-20 14:23:49 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2025-10-20 14:23:49 [INFO] Database migrations executed (if needed) early in startup. +2025-10-20 14:23:49 [INFO] Testing Redis connection to redis:6379... +2025-10-20 14:23:49 [INFO] Redis connection successful +2025-10-20 14:23:49 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2025-10-20 14:23:49 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2025-10-20 14:23:49 [INFO] Celery Download Worker (PID: 10) started with concurrency 3. +2025-10-20 14:23:49 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2025-10-20 14:23:49 [INFO] Celery Utility Worker (PID: 13) started with concurrency 5. +2025-10-20 14:23:49 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2025-10-20 14:23:49 [INFO] CeleryManager: Config monitor thread started. +2025-10-20 14:23:49 [INFO] Celery workers started successfully +2025-10-20 14:23:49 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-20 14:23:49 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2025-10-20 14:23:49 [INFO] Successfully updated all existing tables schema in playlists database +2025-10-20 14:23:49 [INFO] Watch Manager: Successfully updated all existing tables schema +2025-10-20 14:23:49 [INFO] Watch Scheduler: Thread started. +2025-10-20 14:23:49 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2025-10-20 14:23:49 [INFO] Watch Manager initialized and registered for shutdown. +2025-10-20 14:23:49 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-157-generic-x86_64-with-glibc2.36 2025-10-20 14:23:51 +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f87dccfd850 +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2025-10-20 14:23:51 [INFO] Celery[UW-STDOUT]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-157-generic-x86_64-with-glibc2.36 2025-10-20 14:23:51 +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f76ca137190 +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: [tasks] +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: . download_album +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: . download_playlist +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: . download_track +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2025-10-20 14:23:51 [INFO] Celery[DW-STDOUT]: +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2025-10-20 14:23:51 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2025-10-20 14:23:52 [INFO] Celery[DW-STDERR]: mingle: all alone +2025-10-20 14:23:52 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2025-10-20 14:23:52 [INFO] Celery[DW-STDERR]: Redis connection successful +2025-10-20 14:23:52 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2025-10-20 14:23:52 [INFO] Celery[UW-STDERR]: mingle: all alone +2025-10-20 14:23:52 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2025-10-20 14:23:52 [INFO] Celery[UW-STDERR]: Redis connection successful +2025-10-20 14:23:52 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2025-10-20 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-20 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-21 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-22 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-23 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-24 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-25 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-26 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-27 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-28 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-29 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-30 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-10-31 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-01 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-02 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-03 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-04 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-05 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-06 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-07 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-08 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-09 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-10 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-11 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-12 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-13 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-14 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 16:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 17:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 18:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 19:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 20:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 21:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 22:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-15 23:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 00:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 01:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 02:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 03:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 04:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 05:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 06:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 07:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 08:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 09:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 10:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 11:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 12:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 13:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 14:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 15:23:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-16 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-17 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-18 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-19 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-20 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-21 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-22 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-23 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-24 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-25 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-26 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-27 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-28 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-29 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-11-30 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-01 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-02 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-03 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-04 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-05 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-06 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-07 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-08 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-09 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-10 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-11 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-12 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-13 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-14 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-15 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-16 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 02:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 03:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 04:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 05:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 06:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 07:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 08:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 09:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 10:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 11:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 12:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 13:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 14:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 15:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 16:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 17:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 18:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 19:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 20:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 21:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 22:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-17 23:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 00:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 01:23:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-18 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-19 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-20 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-21 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-22 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-23 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-24 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-25 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-26 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-27 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-28 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-29 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-30 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2025-12-31 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 02:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 03:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 04:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 05:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 06:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 07:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 08:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 09:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 10:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 11:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 12:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 13:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 14:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 15:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 16:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 17:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 18:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 19:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 20:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 21:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 22:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-01 23:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 00:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 01:23:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 02:09:21 [INFO] Watch Manager: Stopping background scheduler... +2026-01-02 02:09:21 [INFO] Watch Scheduler: Thread stopped. +2026-01-02 02:09:21 [INFO] Watch Manager: Background scheduler stopped. +2026-01-02 02:09:21 [INFO] Watch Manager stopped +2026-01-02 02:09:21 [INFO] CeleryManager: Stopping Celery workers... +2026-01-02 02:09:21 [INFO] Terminating Celery Download Worker (PID: 10)... +2026-01-02 02:09:21 [INFO] Celery[DW-STDOUT]: +2026-01-02 02:09:21 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-01-02 02:09:23 [INFO] CeleryManager: Config monitor thread stopped. +2026-01-02 02:10:14 [INFO] Logging system initialized +2026-01-02 02:10:14 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-01-02 02:10:14 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-01-02 02:10:14 [INFO] Database migrations executed (if needed) early in startup. +2026-01-02 02:10:14 [INFO] Testing Redis connection to redis:6379... +2026-01-02 02:10:14 [INFO] Redis connection successful +2026-01-02 02:10:14 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-01-02 02:10:14 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-01-02 02:10:14 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-01-02 02:10:14 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-01-02 02:10:14 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-01-02 02:10:14 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-01-02 02:10:14 [INFO] CeleryManager: Config monitor thread started. +2026-01-02 02:10:14 [INFO] Celery workers started successfully +2026-01-02 02:10:14 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-02 02:10:14 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-01-02 02:10:14 [INFO] Successfully updated all existing tables schema in playlists database +2026-01-02 02:10:14 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-01-02 02:10:14 [INFO] Watch Scheduler: Thread started. +2026-01-02 02:10:14 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-01-02 02:10:14 [INFO] Watch Manager initialized and registered for shutdown. +2026-01-02 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-02 02:10:15 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-02 02:10:15 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-02 02:10:15 +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fcf9cb20250 +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: [tasks] +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: . download_album +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: . download_track +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-01-02 02:10:15 [INFO] Celery[DW-STDOUT]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-02 02:10:15 +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f03c36b8ad0 +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-01-02 02:10:15 [INFO] Celery[UW-STDOUT]: +2026-01-02 02:10:16 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-02 02:10:16 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-01-02 02:10:16 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-02 02:10:16 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-01-02 02:10:17 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-01-02 02:10:17 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-01-02 02:10:17 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-01-02 02:10:17 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-01-02 02:10:17 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-01-02 02:10:17 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-01-02 02:10:17 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-01-02 02:10:17 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-01-02 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-02 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-03 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-04 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-05 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-06 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-07 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-08 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-09 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-10 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-11 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-12 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 14:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 15:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 16:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 17:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 18:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 19:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 20:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 21:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 22:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-13 23:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 00:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 01:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 02:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 03:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 04:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 05:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 06:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 07:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 08:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 09:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 10:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 11:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 12:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 13:10:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 13:53:47 [INFO] Watch Manager: Stopping background scheduler... +2026-01-14 13:53:47 [INFO] Watch Scheduler: Thread stopped. +2026-01-14 13:53:47 [INFO] Watch Manager: Background scheduler stopped. +2026-01-14 13:53:47 [INFO] Watch Manager stopped +2026-01-14 13:53:47 [INFO] CeleryManager: Stopping Celery workers... +2026-01-14 13:53:47 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-01-14 13:53:47 [INFO] Celery[DW-STDOUT]: +2026-01-14 13:53:47 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-01-14 13:53:54 [INFO] CeleryManager: Config monitor thread stopped. +2026-01-14 13:54:02 [INFO] Logging system initialized +2026-01-14 13:54:02 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-01-14 13:54:02 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-01-14 13:54:02 [INFO] Database migrations executed (if needed) early in startup. +2026-01-14 13:54:02 [INFO] Testing Redis connection to redis:6379... +2026-01-14 13:54:02 [INFO] Redis connection successful +2026-01-14 13:54:02 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-01-14 13:54:02 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-01-14 13:54:02 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-01-14 13:54:02 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-01-14 13:54:02 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-01-14 13:54:02 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-01-14 13:54:02 [INFO] CeleryManager: Config monitor thread started. +2026-01-14 13:54:02 [INFO] Celery workers started successfully +2026-01-14 13:54:02 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-14 13:54:02 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-01-14 13:54:02 [INFO] Successfully updated all existing tables schema in playlists database +2026-01-14 13:54:02 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-01-14 13:54:02 [INFO] Watch Scheduler: Thread started. +2026-01-14 13:54:02 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-01-14 13:54:02 [INFO] Watch Manager initialized and registered for shutdown. +2026-01-14 13:54:02 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-14 13:54:03 +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f28ae90e090 +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: [tasks] +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: . download_album +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: . download_track +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-01-14 13:54:03 [INFO] Celery[DW-STDOUT]: +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-14 13:54:03 +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f8687849050 +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-01-14 13:54:03 [INFO] Celery[UW-STDOUT]: +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-14 13:54:03 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-01-14 13:54:04 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-01-14 13:54:04 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-01-14 13:54:04 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-01-14 13:54:04 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-01-14 13:54:04 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-01-14 13:54:04 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-01-14 13:54:04 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-01-14 13:54:04 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-01-14 14:29:11 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: next(loop) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: fail(error) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: raise error +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: return do() +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: step.start(parent) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: next(loop) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: fail(error) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: raise error +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: return do() +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-01-14 14:29:11 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-01-14 14:29:11 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:11 [INFO] Watch Manager: Stopping background scheduler... +2026-01-14 14:29:11 [INFO] Watch Scheduler: Thread stopped. +2026-01-14 14:29:11 [INFO] Watch Manager: Background scheduler stopped. +2026-01-14 14:29:11 [INFO] Watch Manager stopped +2026-01-14 14:29:11 [INFO] CeleryManager: Stopping Celery workers... +2026-01-14 14:29:11 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-01-14 14:29:11 [INFO] Celery[DW-STDOUT]: +2026-01-14 14:29:11 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-01-14 14:29:12 [INFO] CeleryManager: Config monitor thread stopped. +2026-01-14 14:29:13 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -2 connecting to redis:6379. Name or service not known.. +2026-01-14 14:29:13 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2026-01-14 14:29:13 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:14 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-01-14 14:29:14 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-01-14 14:29:14 [INFO] Celery Download Worker (PID: 9) terminated. +2026-01-14 14:29:14 [INFO] Terminating Celery Utility Worker (PID: 12)... +2026-01-14 14:29:14 [INFO] Celery[UW-STDOUT]: +2026-01-14 14:29:14 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-01-14 14:29:16 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-01-14 14:29:16 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-01-14 14:29:16 [INFO] Celery Utility Worker (PID: 12) terminated. +2026-01-14 14:29:16 [INFO] Joining log threads... +2026-01-14 14:29:16 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-01-14 14:29:16 [INFO] Celery workers stopped +2026-01-14 14:29:54 [INFO] Logging system initialized +2026-01-14 14:29:54 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-01-14 14:29:54 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-01-14 14:29:54 [INFO] Database migrations executed (if needed) early in startup. +2026-01-14 14:29:54 [INFO] Testing Redis connection to redis:6379... +2026-01-14 14:29:54 [INFO] Redis connection successful +2026-01-14 14:29:54 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-01-14 14:29:54 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-01-14 14:29:54 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-01-14 14:29:54 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-01-14 14:29:54 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-01-14 14:29:54 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-01-14 14:29:54 [INFO] CeleryManager: Config monitor thread started. +2026-01-14 14:29:54 [INFO] Celery workers started successfully +2026-01-14 14:29:54 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-14 14:29:54 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-01-14 14:29:54 [INFO] Successfully updated all existing tables schema in playlists database +2026-01-14 14:29:54 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-01-14 14:29:54 [INFO] Watch Scheduler: Thread started. +2026-01-14 14:29:54 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-01-14 14:29:54 [INFO] Watch Manager initialized and registered for shutdown. +2026-01-14 14:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 14:29:55 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-14 14:29:55 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-14 14:29:55 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-14 14:29:55 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-14 14:29:55 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-14 14:29:55 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-14 14:29:55 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-14 14:29:55 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-14 14:29:56 +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fa0d4c5c490 +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: [tasks] +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: . download_album +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: . download_track +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-01-14 14:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-14 14:29:56 +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f8b8e8cc410 +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-01-14 14:29:56 [INFO] Celery[UW-STDOUT]: +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-14 14:29:56 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-14 14:29:56 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-01-14 14:29:57 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-01-14 14:29:57 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-01-14 14:29:57 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-01-14 14:29:57 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-01-14 14:29:57 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-01-14 14:29:57 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-01-14 14:29:57 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-01-14 14:29:57 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-01-14 15:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 16:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 17:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 18:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 19:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 20:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 21:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 22:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-14 23:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 00:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 01:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 02:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 03:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 04:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 05:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 06:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 07:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 08:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 09:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 10:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 11:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 12:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 13:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 14:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 15:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 16:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 17:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 18:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 19:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 20:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 21:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 22:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-15 23:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 00:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 01:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 02:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 03:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 04:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 05:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 06:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 07:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 08:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 09:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 10:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 11:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 12:29:54 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 13:29:41 [INFO] Watch Manager: Stopping background scheduler... +2026-01-16 13:29:41 [INFO] Watch Scheduler: Thread stopped. +2026-01-16 13:29:41 [INFO] Watch Manager: Background scheduler stopped. +2026-01-16 13:29:41 [INFO] Watch Manager stopped +2026-01-16 13:29:41 [INFO] CeleryManager: Stopping Celery workers... +2026-01-16 13:29:41 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-01-16 13:29:41 [INFO] Celery[DW-STDOUT]: +2026-01-16 13:29:41 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-01-16 13:29:48 [INFO] CeleryManager: Config monitor thread stopped. +2026-01-16 13:29:55 [INFO] Logging system initialized +2026-01-16 13:29:55 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-01-16 13:29:55 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-01-16 13:29:55 [INFO] Database migrations executed (if needed) early in startup. +2026-01-16 13:29:55 [INFO] Testing Redis connection to redis:6379... +2026-01-16 13:29:55 [INFO] Redis connection successful +2026-01-16 13:29:55 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-01-16 13:29:55 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-01-16 13:29:55 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-01-16 13:29:55 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-01-16 13:29:55 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-01-16 13:29:55 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-01-16 13:29:55 [INFO] CeleryManager: Config monitor thread started. +2026-01-16 13:29:55 [INFO] Celery workers started successfully +2026-01-16 13:29:55 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-16 13:29:55 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-01-16 13:29:55 [INFO] Successfully updated all existing tables schema in playlists database +2026-01-16 13:29:55 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-01-16 13:29:55 [INFO] Watch Scheduler: Thread started. +2026-01-16 13:29:55 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-01-16 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 13:29:55 [INFO] Watch Manager initialized and registered for shutdown. +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-16 13:29:56 +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-01-16 13:29:56 +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f6438b6da10 +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f19d2c5cd10 +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-01-16 13:29:56 [INFO] Celery[UW-STDOUT]: +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: [tasks] +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: . download_album +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: . download_track +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-01-16 13:29:56 [INFO] Celery[DW-STDOUT]: +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-01-16 13:29:56 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-01-16 13:29:57 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-01-16 13:29:57 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-01-16 13:29:57 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-01-16 13:29:57 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-01-16 13:29:57 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-01-16 13:29:57 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-01-16 13:29:57 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-01-16 13:29:57 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-01-16 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-16 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-17 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-18 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-19 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-20 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-21 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 16:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 17:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 18:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 19:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 20:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 21:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 22:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-22 23:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 00:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 01:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 02:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 03:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 04:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 05:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 06:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 07:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 08:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 09:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 10:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 11:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 12:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 13:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 14:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-01-23 15:29:55 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 12:02:13 [INFO] Logging system initialized +2026-05-06 12:02:13 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-06 12:02:13 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-06 12:02:13 [INFO] Database migrations executed (if needed) early in startup. +2026-05-06 12:02:13 [INFO] Testing Redis connection to redis:6379... +2026-05-06 12:02:13 [INFO] Redis connection successful +2026-05-06 12:02:13 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-06 12:02:13 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-06 12:02:13 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-05-06 12:02:13 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-06 12:02:13 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-05-06 12:02:13 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-06 12:02:13 [INFO] CeleryManager: Config monitor thread started. +2026-05-06 12:02:13 [INFO] Celery workers started successfully +2026-05-06 12:02:13 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-06 12:02:13 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-06 12:02:13 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-06 12:02:13 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-06 12:02:13 [INFO] Watch Scheduler: Thread started. +2026-05-06 12:02:13 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-06 12:02:13 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-06 12:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-06 12:02:15 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-06 12:02:15 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-05-06 12:02:15 +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fcefefbbc50 +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-06 12:02:15 [INFO] Celery[UW-STDOUT]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-05-06 12:02:15 +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f39e0418250 +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-06 12:02:15 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:02:16 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-06 12:02:16 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-06 12:02:16 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-06 12:02:16 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-06 12:02:17 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-06 12:02:17 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-06 12:02:17 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-06 12:02:17 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-06 12:02:17 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-06 12:02:17 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-06 12:02:17 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-06 12:02:17 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-06 12:30:42 [INFO] Watch Manager: Stopping background scheduler... +2026-05-06 12:30:42 [INFO] Watch Scheduler: Thread stopped. +2026-05-06 12:30:42 [INFO] Watch Manager: Background scheduler stopped. +2026-05-06 12:30:42 [INFO] Watch Manager stopped +2026-05-06 12:30:42 [INFO] CeleryManager: Stopping Celery workers... +2026-05-06 12:30:42 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-05-06 12:30:42 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:30:42 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-06 12:30:43 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-06 12:30:56 [INFO] Logging system initialized +2026-05-06 12:30:56 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-06 12:30:56 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-06 12:30:56 [INFO] Database migrations executed (if needed) early in startup. +2026-05-06 12:30:56 [INFO] Testing Redis connection to redis:6379... +2026-05-06 12:30:56 [INFO] Redis connection successful +2026-05-06 12:30:56 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-06 12:30:56 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-06 12:30:56 [INFO] Celery Download Worker (PID: 8) started with concurrency 3. +2026-05-06 12:30:56 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-06 12:30:56 [INFO] Celery Utility Worker (PID: 11) started with concurrency 5. +2026-05-06 12:30:56 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-06 12:30:56 [INFO] CeleryManager: Config monitor thread started. +2026-05-06 12:30:56 [INFO] Celery workers started successfully +2026-05-06 12:30:56 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-06 12:30:56 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-06 12:30:56 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-06 12:30:56 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-06 12:30:56 [INFO] Watch Scheduler: Thread started. +2026-05-06 12:30:56 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-06 12:30:56 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-06 12:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 12:30:57 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-06 12:30:57 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-06 12:30:57 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-06 12:30:57 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-06 12:30:57 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-06 12:30:57 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-06 12:30:57 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-06 12:30:57 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-05-06 12:30:58 +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f4072739650 +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-06 12:30:58 [INFO] Celery[UW-STDOUT]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-164-generic-x86_64-with-glibc2.36 2026-05-06 12:30:58 +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fc1d9d531d0 +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-06 12:30:58 [INFO] Celery[DW-STDOUT]: +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-06 12:30:58 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-06 12:30:58 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-06 12:30:59 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-06 12:30:59 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-06 12:30:59 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-06 12:30:59 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-06 12:30:59 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-06 12:30:59 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-06 12:30:59 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-06 12:30:59 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-06 13:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 14:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 15:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 16:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 17:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 18:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 19:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 20:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 21:30:56 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 22:30:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-06 23:30:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 00:30:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 01:30:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 02:30:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 02:42:23 [INFO] Watch Manager: Stopping background scheduler... +2026-05-07 02:42:23 [INFO] Watch Scheduler: Thread stopped. +2026-05-07 02:42:23 [INFO] Watch Manager: Background scheduler stopped. +2026-05-07 02:42:23 [INFO] Watch Manager stopped +2026-05-07 02:42:23 [INFO] CeleryManager: Stopping Celery workers... +2026-05-07 02:42:23 [INFO] Terminating Celery Download Worker (PID: 8)... +2026-05-07 02:42:23 [INFO] Celery[DW-STDOUT]: +2026-05-07 02:42:23 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-07 02:42:23 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: next(loop) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: fail(error) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: raise error +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: return do() +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-07 02:42:23 [INFO] Celery[UW-STDERR]: +2026-05-07 02:42:24 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-07 02:42:24 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-07 02:42:24 [INFO] Celery Download Worker (PID: 8) terminated. +2026-05-07 02:42:24 [INFO] Terminating Celery Utility Worker (PID: 11)... +2026-05-07 02:42:24 [INFO] Celery[UW-STDOUT]: +2026-05-07 02:42:24 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-07 02:42:26 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-07 02:42:26 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-07 02:42:27 [INFO] Celery Utility Worker (PID: 11) terminated. +2026-05-07 02:42:27 [INFO] Joining log threads... +2026-05-07 02:42:27 [INFO] Joining config_monitor_thread... +2026-05-07 02:42:29 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-07 02:42:29 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-07 02:42:29 [INFO] Celery workers stopped +2026-05-07 02:43:19 [INFO] Logging system initialized +2026-05-07 02:43:19 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-07 02:43:19 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-07 02:43:19 [INFO] Database migrations executed (if needed) early in startup. +2026-05-07 02:43:19 [INFO] Testing Redis connection to redis:6379... +2026-05-07 02:43:19 [INFO] Redis connection successful +2026-05-07 02:43:19 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-07 02:43:19 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-07 02:43:19 [INFO] Celery Download Worker (PID: 8) started with concurrency 3. +2026-05-07 02:43:19 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-07 02:43:19 [INFO] Celery Utility Worker (PID: 11) started with concurrency 5. +2026-05-07 02:43:19 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-07 02:43:19 [INFO] CeleryManager: Config monitor thread started. +2026-05-07 02:43:19 [INFO] Celery workers started successfully +2026-05-07 02:43:19 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-07 02:43:19 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-07 02:43:19 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-07 02:43:19 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-07 02:43:19 [INFO] Watch Scheduler: Thread started. +2026-05-07 02:43:19 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-07 02:43:19 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-07 02:43:19 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-07 02:43:21 +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f3271df0510 +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-07 02:43:21 [INFO] Celery[DW-STDOUT]: +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-07 02:43:21 +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f7cc6d11710 +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-07 02:43:21 [INFO] Celery[UW-STDOUT]: +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-07 02:43:21 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-07 02:43:22 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-07 02:43:22 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-07 02:43:22 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-07 02:43:22 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-07 02:43:22 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-07 02:43:22 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-07 02:43:22 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-07 02:43:22 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-07 03:11:43 [INFO] Watch Manager: Stopping background scheduler... +2026-05-07 03:11:43 [INFO] Watch Scheduler: Thread stopped. +2026-05-07 03:11:43 [INFO] Watch Manager: Background scheduler stopped. +2026-05-07 03:11:43 [INFO] Watch Manager stopped +2026-05-07 03:11:43 [INFO] CeleryManager: Stopping Celery workers... +2026-05-07 03:11:43 [INFO] Terminating Celery Download Worker (PID: 8)... +2026-05-07 03:11:43 [INFO] Celery[DW-STDOUT]: +2026-05-07 03:11:43 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-07 03:11:49 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-07 03:11:57 [INFO] Logging system initialized +2026-05-07 03:11:57 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-07 03:11:57 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-07 03:11:57 [INFO] Database migrations executed (if needed) early in startup. +2026-05-07 03:11:57 [INFO] Testing Redis connection to redis:6379... +2026-05-07 03:11:57 [INFO] Redis connection successful +2026-05-07 03:11:57 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-07 03:11:57 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-07 03:11:57 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-05-07 03:11:57 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-07 03:11:57 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-05-07 03:11:57 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-07 03:11:57 [INFO] CeleryManager: Config monitor thread started. +2026-05-07 03:11:57 [INFO] Celery workers started successfully +2026-05-07 03:11:57 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-07 03:11:57 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-07 03:11:57 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-07 03:11:57 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-07 03:11:57 [INFO] Watch Scheduler: Thread started. +2026-05-07 03:11:57 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-07 03:11:57 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-07 03:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-07 03:11:58 +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-07 03:11:58 +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f7028964e10 +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f2fa99eb1d0 +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-07 03:11:58 [INFO] Celery[UW-STDOUT]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-07 03:11:58 [INFO] Celery[DW-STDOUT]: +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-07 03:11:58 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-07 03:11:59 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-07 03:11:59 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-07 03:11:59 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-07 03:11:59 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-07 03:11:59 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-07 03:11:59 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-07 03:11:59 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-07 03:11:59 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-07 04:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 05:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 06:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 07:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 08:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 09:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 10:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 11:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 12:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 13:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 14:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 15:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 16:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 17:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 18:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 19:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 20:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 21:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 22:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-07 23:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 00:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 01:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 02:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 03:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 04:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 05:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 06:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 07:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 08:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 09:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 10:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 11:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 12:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 13:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 14:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 15:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 16:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 17:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 18:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 19:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 20:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 21:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 22:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-08 23:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 00:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 01:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 02:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 03:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 04:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 05:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 06:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 07:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 08:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 09:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 10:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 11:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 12:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 13:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 14:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 15:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 16:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 17:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 18:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 19:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 20:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 21:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 22:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-09 23:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 00:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 01:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 02:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 03:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 04:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 05:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 06:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 07:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 08:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 09:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 10:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 11:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 12:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 13:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 14:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 15:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 16:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 17:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 18:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 19:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 20:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 21:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 22:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-10 23:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 00:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 01:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 02:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 03:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 04:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 05:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 06:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 07:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 08:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 09:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 10:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 11:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 12:11:57 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 13:01:13 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: next(loop) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: fail(error) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: raise error +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: return do() +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: step.start(parent) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: next(loop) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: fail(error) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: raise error +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: return do() +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-11 13:01:13 [INFO] Celery[DW-STDERR]: +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-11 13:01:13 [INFO] Celery[UW-STDERR]: +2026-05-11 13:01:13 [INFO] Watch Manager: Stopping background scheduler... +2026-05-11 13:01:13 [INFO] Watch Scheduler: Thread stopped. +2026-05-11 13:01:13 [INFO] Watch Manager: Background scheduler stopped. +2026-05-11 13:01:13 [INFO] Watch Manager stopped +2026-05-11 13:01:13 [INFO] CeleryManager: Stopping Celery workers... +2026-05-11 13:01:13 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-05-11 13:01:13 [INFO] Celery[DW-STDOUT]: +2026-05-11 13:01:13 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-11 13:01:16 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-11 13:01:16 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-11 13:01:16 [INFO] Celery Download Worker (PID: 9) terminated. +2026-05-11 13:01:16 [INFO] Terminating Celery Utility Worker (PID: 12)... +2026-05-11 13:01:18 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-11 13:04:00 [INFO] Logging system initialized +2026-05-11 13:04:00 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-11 13:04:00 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-11 13:04:00 [INFO] Database migrations executed (if needed) early in startup. +2026-05-11 13:04:00 [INFO] Testing Redis connection to redis:6379... +2026-05-11 13:04:00 [INFO] Redis connection successful +2026-05-11 13:04:00 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-11 13:04:00 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-11 13:04:00 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-05-11 13:04:00 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-11 13:04:00 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-05-11 13:04:00 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-11 13:04:00 [INFO] CeleryManager: Config monitor thread started. +2026-05-11 13:04:00 [INFO] Celery workers started successfully +2026-05-11 13:04:00 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-11 13:04:00 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-11 13:04:00 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-11 13:04:00 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-11 13:04:00 [INFO] Watch Scheduler: Thread started. +2026-05-11 13:04:00 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-11 13:04:00 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-11 13:04:00 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: +2026-05-11 13:04:01 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-11 13:04:01 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-11 13:04:02 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-11 13:04:02 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-11 13:04:02 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-11 13:04:02 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-11 13:04:02 +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f66e43f72d0 +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-11 13:04:02 [INFO] Celery[UW-STDOUT]: +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-11 13:04:02 +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7ff8302fc410 +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-11 13:04:02 [INFO] Celery[DW-STDOUT]: +2026-05-11 13:04:02 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-11 13:04:02 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-11 13:04:02 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-11 13:04:02 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-11 13:04:03 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-11 13:04:03 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-11 13:04:03 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-11 13:04:03 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-11 13:04:03 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-11 13:04:03 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-11 13:04:03 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-11 13:04:03 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-11 14:04:00 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 15:04:00 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 16:04:00 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 17:04:00 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 17:51:35 [INFO] Watch Manager: Stopping background scheduler... +2026-05-11 17:51:35 [INFO] Watch Scheduler: Thread stopped. +2026-05-11 17:51:35 [INFO] Watch Manager: Background scheduler stopped. +2026-05-11 17:51:35 [INFO] Watch Manager stopped +2026-05-11 17:51:35 [INFO] CeleryManager: Stopping Celery workers... +2026-05-11 17:51:35 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-05-11 17:51:35 [INFO] Celery[DW-STDOUT]: +2026-05-11 17:51:35 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-11 17:51:41 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-11 17:59:03 [INFO] Logging system initialized +2026-05-11 17:59:03 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-11 17:59:03 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-11 17:59:03 [INFO] Database migrations executed (if needed) early in startup. +2026-05-11 17:59:03 [INFO] Testing Redis connection to redis:6379... +2026-05-11 17:59:03 [INFO] Redis connection successful +2026-05-11 17:59:03 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-11 17:59:03 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-11 17:59:03 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-05-11 17:59:03 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-11 17:59:03 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-05-11 17:59:03 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-11 17:59:03 [INFO] CeleryManager: Config monitor thread started. +2026-05-11 17:59:03 [INFO] Celery workers started successfully +2026-05-11 17:59:03 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-11 17:59:03 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-11 17:59:03 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-11 17:59:03 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-11 17:59:03 [INFO] Watch Scheduler: Thread started. +2026-05-11 17:59:03 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-11 17:59:03 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-11 17:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-11 17:59:04 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-11 17:59:04 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-11 17:59:04 +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f1263e58510 +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-11 17:59:04 [INFO] Celery[UW-STDOUT]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-11 17:59:04 +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f13aff37190 +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-11 17:59:04 [INFO] Celery[DW-STDOUT]: +2026-05-11 17:59:05 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-11 17:59:05 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-11 17:59:05 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-11 17:59:05 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-11 17:59:06 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-11 17:59:06 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-11 17:59:06 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-11 17:59:06 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-11 17:59:06 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-11 17:59:06 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-11 17:59:06 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-11 17:59:06 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-11 18:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 19:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 20:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 21:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 22:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-11 23:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 00:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 01:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 02:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 03:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 04:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 05:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 06:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 07:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 08:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 09:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 10:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 11:57:50 [INFO] Logging system initialized +2026-05-12 11:57:50 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-05-12 11:57:50 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-05-12 11:57:50 [INFO] Migration validation completed (3.3.0 gate) +2026-05-12 11:57:50 [INFO] Database migrations executed (if needed) early in startup. +2026-05-12 11:57:50 [INFO] Backfilled Spotify device info for 'json' (device_info: name=json Speaker, type=4, id=7593d593edf915dc4b7cc1b5c7988700f47f365a, locale=us) +2026-05-12 11:57:50 [INFO] Spotify device info backfill complete: created=1 updated=0 skipped=0 +2026-05-12 11:57:50 [INFO] Testing Redis connection to redis:6379... +2026-05-12 11:57:50 [ERROR] Unexpected error checking Redis connection: [Errno -2] Name or service not known +2026-05-12 11:57:50 [ERROR] Failed to connect to Redis. Please ensure Redis is running and accessible. +2026-05-12 11:57:50 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-05-12 11:57:50 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-12 11:57:50 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-05-12 11:57:50 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-05-12 11:57:50 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-05-12 11:57:50 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-12 11:57:50 [INFO] CeleryManager: Config monitor thread started. +2026-05-12 11:57:50 [INFO] Celery workers started successfully +2026-05-12 11:57:50 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-12 11:57:50 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-12 11:57:50 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-12 11:57:50 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-12 11:57:50 [INFO] Watch Scheduler: Thread started. +2026-05-12 11:57:50 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-12 11:57:50 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-12 11:57:50 [INFO] Application startup complete. +2026-05-12 11:57:50 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-05-12 11:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: +2026-05-12 11:57:51 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@f86e153e192b v5.5.3 (immunity) +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@f86e153e192b v5.5.3 (immunity) +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-12 11:57:51 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f777aaec4d0 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-12 11:57:51 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f1ab8584550 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: [tasks] +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: . download_album +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: . download_track +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-05-12 11:57:51 [INFO] Celery[UW-STDOUT]: +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-12 11:57:51 [INFO] Celery[DW-STDOUT]: +2026-05-12 11:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 11:59:43 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-12 11:59:43 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-12 11:59:43 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-12 11:59:43 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-12 12:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 12:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 13:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 13:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 14:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 14:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 15:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 15:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 16:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 16:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 17:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 17:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 18:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 18:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 19:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 19:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 20:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 20:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 21:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 21:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 22:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 22:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 23:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-12 23:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 00:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 00:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 01:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 01:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 02:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 02:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 03:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 03:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 04:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 04:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 05:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 05:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 06:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 06:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 07:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 07:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 08:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 08:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 09:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 09:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 10:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 10:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 11:57:50 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 11:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 12:36:19 [INFO] Shutting down +2026-05-13 12:36:20 [INFO] Waiting for application shutdown. +2026-05-13 12:36:20 [INFO] Watch Manager: Stopping background scheduler... +2026-05-13 12:36:20 [INFO] Watch Scheduler: Thread stopped. +2026-05-13 12:36:20 [INFO] Watch Manager: Background scheduler stopped. +2026-05-13 12:36:20 [INFO] Watch Manager stopped +2026-05-13 12:36:20 [INFO] CeleryManager: Stopping Celery workers... +2026-05-13 12:36:20 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-13 12:36:20 [INFO] Joining log threads... +2026-05-13 12:36:20 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-13 12:36:20 [INFO] Celery workers stopped +2026-05-13 12:36:20 [INFO] Application shutdown complete. +2026-05-13 12:36:20 [INFO] Finished server process [1] +2026-05-13 12:36:29 [INFO] Logging system initialized +2026-05-13 12:36:29 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-05-13 12:36:29 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-05-13 12:36:29 [INFO] Migration validation completed (3.3.0 gate) +2026-05-13 12:36:29 [INFO] Database migrations executed (if needed) early in startup. +2026-05-13 12:36:29 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-05-13 12:36:29 [INFO] Testing Redis connection to redis:6379... +2026-05-13 12:36:29 [ERROR] Unexpected error checking Redis connection: [Errno -2] Name or service not known +2026-05-13 12:36:29 [ERROR] Failed to connect to Redis. Please ensure Redis is running and accessible. +2026-05-13 12:36:29 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-05-13 12:36:29 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-13 12:36:29 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-05-13 12:36:29 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-05-13 12:36:29 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-05-13 12:36:29 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-13 12:36:29 [INFO] CeleryManager: Config monitor thread started. +2026-05-13 12:36:29 [INFO] Celery workers started successfully +2026-05-13 12:36:29 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 12:36:29 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 12:36:29 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-13 12:36:29 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-13 12:36:29 [INFO] Watch Scheduler: Thread started. +2026-05-13 12:36:29 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-13 12:36:29 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-13 12:36:29 [INFO] Application startup complete. +2026-05-13 12:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 12:36:29 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@12ccb3de9929 v5.5.3 (immunity) +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 12:36:30 +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f290ac30510 +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-13 12:36:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@12ccb3de9929 v5.5.3 (immunity) +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 12:36:30 +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f06a3a30210 +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: [tasks] +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: . download_album +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: . download_track +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-05-13 12:36:30 [INFO] Celery[UW-STDOUT]: +2026-05-13 12:38:22 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-13 12:38:22 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-13 12:38:22 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-13 12:38:22 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-13 12:44:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:44:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:44:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:44:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:45:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:45:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:46:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:46:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:47:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:47:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:48:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:48:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:49:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:49:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:50:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:50:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:50:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:50:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:50:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:50:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:51:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:51:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:51:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:51:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:52:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:52:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:52:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:52:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:53:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:53:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:53:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:53:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:54:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:54:24 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:54:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:54:54 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:55:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:55:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:55:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:55:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:56:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:56:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:56:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:56:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:57:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:57:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:57:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:57:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:58:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:58:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:58:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:58:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:59:03 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 12:59:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:59:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:59:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 12:59:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:00:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:00:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:00:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:00:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:01:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:01:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:01:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:01:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:02:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:02:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:02:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:02:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:03:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:03:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:03:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:03:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:04:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:04:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:04:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:04:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:05:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:05:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:05:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:05:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:06:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:06:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:06:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:06:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:07:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:07:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:07:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:07:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:08:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:08:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:08:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:08:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:09:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:09:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:09:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:09:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:10:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:10:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:10:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:10:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:11:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:11:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:11:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:11:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:12:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:12:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:12:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:12:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:13:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:13:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:13:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:13:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:14:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:14:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:14:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:14:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:14:56 [INFO] Watch Manager: Stopping background scheduler... +2026-05-13 13:14:56 [INFO] Watch Scheduler: Thread stopped. +2026-05-13 13:14:56 [INFO] Watch Manager: Background scheduler stopped. +2026-05-13 13:14:56 [INFO] Watch Manager stopped +2026-05-13 13:14:56 [INFO] CeleryManager: Stopping Celery workers... +2026-05-13 13:14:56 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-05-13 13:14:56 [INFO] Celery[DW-STDOUT]: +2026-05-13 13:14:56 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-13 13:15:05 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-13 13:15:10 [INFO] Logging system initialized +2026-05-13 13:15:10 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-13 13:15:10 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-13 13:15:10 [INFO] Database migrations executed (if needed) early in startup. +2026-05-13 13:15:10 [INFO] Testing Redis connection to redis:6379... +2026-05-13 13:15:10 [INFO] Redis connection successful +2026-05-13 13:15:10 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-13 13:15:10 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-13 13:15:10 [INFO] Celery Download Worker (PID: 10) started with concurrency 3. +2026-05-13 13:15:10 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-13 13:15:10 [INFO] Celery Utility Worker (PID: 13) started with concurrency 5. +2026-05-13 13:15:10 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-13 13:15:10 [INFO] CeleryManager: Config monitor thread started. +2026-05-13 13:15:10 [INFO] Celery workers started successfully +2026-05-13 13:15:10 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 13:15:10 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 13:15:10 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-13 13:15:10 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-13 13:15:10 [INFO] Watch Scheduler: Thread started. +2026-05-13 13:15:10 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-13 13:15:10 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-13 13:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 13:15:11 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-13 13:15:11 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-13 13:15:11 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 13:15:11 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 13:15:11 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 13:15:11 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-13 13:15:11 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 13:15:11 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 13:15:12 +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fd8e90b1f90 +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-13 13:15:12 [INFO] Celery[UW-STDOUT]: +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 13:15:12 +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fcac7ca8c50 +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-13 13:15:12 [INFO] Celery[DW-STDOUT]: +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-13 13:15:12 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-13 13:15:12 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-13 13:15:13 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-13 13:15:13 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-13 13:15:13 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-13 13:15:13 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-13 13:15:13 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-13 13:15:13 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-13 13:15:13 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-13 13:15:13 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-13 13:15:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:15:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:15:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:15:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:16:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:16:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:16:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:16:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:17:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:17:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:17:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:17:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:18:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:18:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:18:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:18:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:19:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:19:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:19:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:19:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:20:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:20:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:20:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:20:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:21:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:21:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:21:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:21:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:22:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:22:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:22:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:22:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:23:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:23:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:23:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:23:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:24:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:24:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:24:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:24:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:25:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:25:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:25:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:25:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:26:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:26:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:26:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:26:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:27:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:27:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:27:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:27:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:28:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:28:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:28:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:28:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:29:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:29:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:29:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:29:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:30:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:30:25 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:30:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:30:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 13:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 14:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 14:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 15:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 15:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 16:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 16:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 17:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 17:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 18:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 18:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 19:15:10 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 19:36:29 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 19:47:35 [INFO] Shutting down +2026-05-13 19:47:35 [INFO] Waiting for application shutdown. +2026-05-13 19:47:35 [INFO] Watch Manager: Stopping background scheduler... +2026-05-13 19:47:35 [INFO] Watch Scheduler: Thread stopped. +2026-05-13 19:47:35 [INFO] Watch Manager: Background scheduler stopped. +2026-05-13 19:47:35 [INFO] Watch Manager stopped +2026-05-13 19:47:35 [INFO] CeleryManager: Stopping Celery workers... +2026-05-13 19:47:35 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-13 19:47:35 [INFO] Joining log threads... +2026-05-13 19:47:35 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-13 19:47:35 [INFO] Celery workers stopped +2026-05-13 19:47:35 [INFO] Application shutdown complete. +2026-05-13 19:47:35 [INFO] Finished server process [1] +2026-05-13 20:12:53 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: next(loop) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: step.start(parent) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: next(loop) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: fail(error) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: raise error +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: return do() +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: fail(error) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: raise error +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: return do() +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2026-05-13 20:12:53 [INFO] Watch Manager: Stopping background scheduler... +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-13 20:12:53 [INFO] Watch Scheduler: Thread stopped. +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-13 20:12:53 [INFO] Watch Manager: Background scheduler stopped. +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-05-13 20:12:53 [INFO] Watch Manager stopped +2026-05-13 20:12:53 [INFO] CeleryManager: Stopping Celery workers... +2026-05-13 20:12:53 [INFO] Terminating Celery Download Worker (PID: 10)... +2026-05-13 20:12:53 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:12:53 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-13 20:12:53 [INFO] Celery[UW-STDERR]: +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-13 20:12:53 [INFO] Celery[DW-STDERR]: +2026-05-13 20:12:55 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -2 connecting to redis:6379. Name or service not known.. +2026-05-13 20:12:55 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2026-05-13 20:12:55 [INFO] Celery[UW-STDERR]: +2026-05-13 20:12:55 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-13 20:12:55 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-13 20:12:55 [INFO] Celery Download Worker (PID: 10) terminated. +2026-05-13 20:12:55 [INFO] Terminating Celery Utility Worker (PID: 13)... +2026-05-13 20:12:55 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:12:55 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-13 20:12:57 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-13 20:12:57 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-13 20:12:58 [INFO] Celery Utility Worker (PID: 13) terminated. +2026-05-13 20:12:58 [INFO] Joining log threads... +2026-05-13 20:12:58 [INFO] Joining config_monitor_thread... +2026-05-13 20:13:02 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-13 20:13:02 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-13 20:13:02 [INFO] Celery workers stopped +2026-05-13 20:13:07 [INFO] Logging system initialized +2026-05-13 20:13:07 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-13 20:13:07 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-13 20:13:07 [INFO] Database migrations executed (if needed) early in startup. +2026-05-13 20:13:07 [INFO] Testing Redis connection to redis:6379... +2026-05-13 20:13:07 [INFO] Redis connection successful +2026-05-13 20:13:07 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-13 20:13:07 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-13 20:13:07 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-05-13 20:13:07 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-13 20:13:07 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-05-13 20:13:07 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-13 20:13:07 [INFO] CeleryManager: Config monitor thread started. +2026-05-13 20:13:07 [INFO] Celery workers started successfully +2026-05-13 20:13:07 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:13:07 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:13:07 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-13 20:13:07 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-13 20:13:07 [INFO] Watch Scheduler: Thread started. +2026-05-13 20:13:07 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-13 20:13:07 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-13 20:13:07 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 20:13:08 +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f4da7e88150 +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-13 20:13:08 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 20:13:08 +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f9043fcba50 +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-13 20:13:08 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-13 20:13:08 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-13 20:13:09 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-13 20:13:09 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-13 20:13:09 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-13 20:13:09 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-13 20:13:09 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-13 20:13:09 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-13 20:13:09 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-13 20:13:09 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-13 20:15:28 [INFO] Logging system initialized +2026-05-13 20:15:28 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-05-13 20:15:28 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-05-13 20:15:28 [INFO] Migration validation completed (3.3.0 gate) +2026-05-13 20:15:28 [INFO] Database migrations executed (if needed) early in startup. +2026-05-13 20:15:28 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-05-13 20:15:28 [INFO] Testing Redis connection to redis:6379... +2026-05-13 20:15:28 [ERROR] Unexpected error checking Redis connection: [Errno -2] Name or service not known +2026-05-13 20:15:28 [ERROR] Failed to connect to Redis. Please ensure Redis is running and accessible. +2026-05-13 20:15:28 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-05-13 20:15:28 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-13 20:15:28 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-05-13 20:15:28 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-05-13 20:15:28 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-05-13 20:15:28 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-13 20:15:28 [INFO] CeleryManager: Config monitor thread started. +2026-05-13 20:15:28 [INFO] Celery workers started successfully +2026-05-13 20:15:28 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:15:28 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:15:28 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-13 20:15:28 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-13 20:15:28 [INFO] Watch Scheduler: Thread started. +2026-05-13 20:15:28 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-13 20:15:28 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 20:15:28 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-13 20:15:28 [INFO] Application startup complete. +2026-05-13 20:15:28 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: +2026-05-13 20:15:29 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@510fc86be77b v5.5.3 (immunity) +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 20:15:30 +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f3ea5ba47d0 +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: [tasks] +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: . download_album +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: . download_track +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-05-13 20:15:30 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@510fc86be77b v5.5.3 (immunity) +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 20:15:30 +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f3c51520510 +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-13 20:15:30 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:17:21 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-13 20:17:21 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-13 20:17:21 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-13 20:17:21 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-13 20:25:07 [INFO] Shutting down +2026-05-13 20:25:07 [INFO] Waiting for application shutdown. +2026-05-13 20:25:07 [INFO] Watch Manager: Stopping background scheduler... +2026-05-13 20:25:07 [INFO] Watch Scheduler: Thread stopped. +2026-05-13 20:25:07 [INFO] Watch Manager: Background scheduler stopped. +2026-05-13 20:25:07 [INFO] Watch Manager stopped +2026-05-13 20:25:07 [INFO] CeleryManager: Stopping Celery workers... +2026-05-13 20:25:07 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-13 20:25:07 [INFO] Joining log threads... +2026-05-13 20:25:07 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-13 20:25:07 [INFO] Celery workers stopped +2026-05-13 20:25:07 [INFO] Application shutdown complete. +2026-05-13 20:25:07 [INFO] Finished server process [1] +2026-05-13 20:30:26 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: step.start(parent) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: next(loop) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: fail(error) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: next(loop) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: raise error +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: return do() +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: fail(error) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: raise error +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: return do() +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-13 20:30:26 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-13 20:30:26 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:26 [INFO] Watch Manager: Stopping background scheduler... +2026-05-13 20:30:26 [INFO] Watch Scheduler: Thread stopped. +2026-05-13 20:30:26 [INFO] Watch Manager: Background scheduler stopped. +2026-05-13 20:30:26 [INFO] Watch Manager stopped +2026-05-13 20:30:26 [INFO] CeleryManager: Stopping Celery workers... +2026-05-13 20:30:26 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-05-13 20:30:26 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:30:26 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-13 20:30:27 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-13 20:30:28 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -2 connecting to redis:6379. Name or service not known.. +2026-05-13 20:30:28 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2026-05-13 20:30:28 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:28 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-13 20:30:28 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-13 20:30:29 [INFO] Celery Download Worker (PID: 9) terminated. +2026-05-13 20:30:29 [INFO] Terminating Celery Utility Worker (PID: 12)... +2026-05-13 20:30:29 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:30:29 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-13 20:30:30 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-13 20:30:30 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-13 20:30:30 [INFO] Celery Utility Worker (PID: 12) terminated. +2026-05-13 20:30:30 [INFO] Joining log threads... +2026-05-13 20:30:30 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-13 20:30:30 [INFO] Celery workers stopped +2026-05-13 20:30:40 [INFO] Logging system initialized +2026-05-13 20:30:40 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-13 20:30:40 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-13 20:30:40 [INFO] Database migrations executed (if needed) early in startup. +2026-05-13 20:30:40 [INFO] Testing Redis connection to redis:6379... +2026-05-13 20:30:40 [INFO] Redis connection successful +2026-05-13 20:30:40 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-13 20:30:40 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-13 20:30:40 [INFO] Celery Download Worker (PID: 10) started with concurrency 3. +2026-05-13 20:30:40 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-13 20:30:40 [INFO] Celery Utility Worker (PID: 13) started with concurrency 5. +2026-05-13 20:30:40 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-13 20:30:40 [INFO] CeleryManager: Config monitor thread started. +2026-05-13 20:30:40 [INFO] Celery workers started successfully +2026-05-13 20:30:40 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:30:40 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:30:40 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-13 20:30:40 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-13 20:30:40 [INFO] Watch Scheduler: Thread started. +2026-05-13 20:30:40 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-13 20:30:40 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-13 20:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-13 20:30:41 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-13 20:30:41 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 20:30:41 +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f93321da9d0 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 20:30:41 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fe98d0a5910 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-13 20:30:41 [INFO] Celery[UW-STDOUT]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-13 20:30:41 [INFO] Celery[DW-STDOUT]: +2026-05-13 20:30:42 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-13 20:30:42 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-13 20:30:42 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-13 20:30:42 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-13 20:30:43 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-13 20:30:43 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-13 20:30:43 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-13 20:30:43 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-13 20:30:43 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-13 20:30:43 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-13 20:30:43 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-13 20:30:43 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-13 21:11:17 [INFO] Logging system initialized +2026-05-13 21:11:17 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-05-13 21:11:17 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-05-13 21:11:17 [INFO] Migration validation completed (3.3.0 gate) +2026-05-13 21:11:17 [INFO] Database migrations executed (if needed) early in startup. +2026-05-13 21:11:17 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-05-13 21:11:17 [INFO] Testing Redis connection to redis:6379... +2026-05-13 21:11:17 [ERROR] Unexpected error checking Redis connection: [Errno -2] Name or service not known +2026-05-13 21:11:17 [ERROR] Failed to connect to Redis. Please ensure Redis is running and accessible. +2026-05-13 21:11:17 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-05-13 21:11:17 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-13 21:11:17 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-05-13 21:11:17 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-05-13 21:11:17 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-05-13 21:11:17 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-13 21:11:17 [INFO] CeleryManager: Config monitor thread started. +2026-05-13 21:11:17 [INFO] Celery workers started successfully +2026-05-13 21:11:17 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-13 21:11:17 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-13 21:11:17 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-13 21:11:17 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-13 21:11:17 [INFO] Watch Scheduler: Thread started. +2026-05-13 21:11:17 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-13 21:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 21:11:17 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-13 21:11:17 [INFO] Application startup complete. +2026-05-13 21:11:17 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@54861f7be702 v5.5.3 (immunity) +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 21:11:19 +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fd343aac510 +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: [tasks] +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: . download_album +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: . download_track +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-05-13 21:11:19 [INFO] Celery[UW-STDOUT]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@54861f7be702 v5.5.3 (immunity) +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-13 21:11:19 +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fb47dc2c490 +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-13 21:11:19 [INFO] Celery[DW-STDOUT]: +2026-05-13 21:12:31 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:12:32 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:12:32 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:13:02 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:13:10 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-13 21:13:10 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-13 21:13:10 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-13 21:13:10 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-13 21:13:32 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:14:02 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:14:32 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:15:02 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:15:32 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:16:02 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:16:32 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:17:02 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:20:38 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:20:39 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:20:39 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:25:50 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:25:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:25:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:26:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:27:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:27:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:28:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:28:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:29:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:29:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:30:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 21:30:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:31:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:31:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:32:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:32:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:33:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:33:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:34:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:34:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:35:21 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:35:51 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:36:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:36:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:37:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:37:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:38:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:38:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:39:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:39:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:40:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:40:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:41:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:41:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:42:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:42:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:43:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:43:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:44:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:44:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:45:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:45:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:46:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:46:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:47:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:47:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:48:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:48:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:49:12 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:49:42 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:50:12 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:50:42 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:51:12 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:51:42 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:52:12 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:52:42 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:58:55 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:58:56 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:58:56 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:59:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:59:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 21:59:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:08 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:09 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:09 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:36 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:37 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:37 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:47 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:48 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:01:48 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:02:07 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:02:18 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:02:33 [INFO] Search requested: query='Ajr', type=track, limit=50, main_account_name=None +2026-05-13 22:02:33 [INFO] Spotify client initialized/reinitialized for search +2026-05-13 22:02:34 [INFO] Search completed successfully for query: 'Ajr' +2026-05-13 22:02:36 [INFO] Search requested: query='AJR', type=track, limit=50, main_account_name=None +2026-05-13 22:02:37 [INFO] Search completed successfully for query: 'AJR' +2026-05-13 22:02:37 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:02:48 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:03:18 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:03:34 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:03:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:03:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:03:42 [INFO] Search requested: query='Ajr', type=artist, limit=50, main_account_name=None +2026-05-13 22:03:43 [INFO] Search completed successfully for query: 'Ajr' +2026-05-13 22:03:43 [INFO] Search requested: query='AJR', type=artist, limit=50, main_account_name=None +2026-05-13 22:03:44 [INFO] Search completed successfully for query: 'AJR' +2026-05-13 22:03:48 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:04:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:04:18 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:04:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 22:21:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:21:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:21:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:22:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:22:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:23:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:23:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:24:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:24:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:25:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:25:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:26:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:26:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:27:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:27:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:28:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:28:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:29:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:29:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:30:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:30:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 22:31:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:31:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:32:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:32:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:33:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:33:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:34:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:34:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:35:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:35:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:36:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:36:35 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 22:37:05 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-13 23:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-13 23:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 00:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 00:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 00:38:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:38:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:39:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:39:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:40:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:40:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:41:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:41:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:42:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:42:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:43:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:43:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:44:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:44:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:45:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:45:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:46:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:46:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:47:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:47:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:48:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:48:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:49:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:49:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:50:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:50:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:51:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:51:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:52:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:52:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:53:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:53:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:54:14 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 00:54:44 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 01:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 01:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 02:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 02:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 02:39:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:39:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:40:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:41:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:41:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:42:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:42:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:43:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:43:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:44:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:44:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:45:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:45:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:46:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:46:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:47:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:47:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:48:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:48:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:49:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:49:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:50:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:50:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:51:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:51:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:52:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:52:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:53:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:53:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:54:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:54:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:55:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:55:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:56:11 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 02:56:41 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 03:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 03:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 04:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 04:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 04:41:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:41:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:41:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:42:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:42:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:43:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:43:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:44:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:44:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:45:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:45:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:46:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:46:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:47:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:47:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:48:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:48:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:49:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:49:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:50:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:50:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:51:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:51:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:52:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:52:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:53:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:53:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:54:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:54:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:55:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:55:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:56:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:56:52 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 04:57:22 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 05:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 05:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 06:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 06:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 07:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 07:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 07:44:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:44:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:45:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:45:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:46:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:46:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:47:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:47:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:48:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:48:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:49:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:49:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:50:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:50:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:51:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:51:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:52:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:52:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:53:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:53:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:54:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:54:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:55:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:55:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:56:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:56:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:57:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:57:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:58:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:58:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:59:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 07:59:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 08:00:23 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 08:00:53 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 08:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 08:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 09:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 09:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 10:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 10:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 11:00:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:00:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:00:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:01:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:01:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:02:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:02:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:03:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:03:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:04:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:04:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:05:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:05:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:06:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:06:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:07:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:07:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:08:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:08:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:09:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:09:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:10:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:10:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:11:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 11:11:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:12:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:12:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:13:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:13:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:14:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:14:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:15:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:15:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:16:15 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:16:45 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 11:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 12:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 12:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 13:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 13:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 14:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 14:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 15:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 15:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 16:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 16:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 17:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 17:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 18:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 18:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 19:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 19:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 20:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 20:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 20:59:20 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 20:59:20 [ERROR] Error getting all tasks: Error -2 connecting to redis:6379. Name or service not known. +2026-05-14 21:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 21:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 22:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 22:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 23:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-14 23:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 00:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 00:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 01:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 01:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 02:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 02:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 03:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 03:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 04:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 04:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 05:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 05:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 06:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 06:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 07:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 07:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 08:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 08:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 09:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 09:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 10:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 10:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 11:11:17 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 11:30:40 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-15 11:51:58 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: step.start(parent) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: next(loop) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: fail(error) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: raise error +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: return do() +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: next(loop) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: fail(error) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: raise error +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: return do() +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-15 11:51:58 [INFO] Celery[DW-STDERR]: +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-15 11:51:58 [INFO] Celery[UW-STDERR]: +2026-05-15 11:51:58 [INFO] Watch Manager: Stopping background scheduler... +2026-05-15 11:51:58 [INFO] Watch Scheduler: Thread stopped. +2026-05-15 11:51:58 [INFO] Watch Manager: Background scheduler stopped. +2026-05-15 11:51:58 [INFO] Watch Manager stopped +2026-05-15 11:51:58 [INFO] CeleryManager: Stopping Celery workers... +2026-05-15 11:51:58 [INFO] Terminating Celery Download Worker (PID: 10)... +2026-05-15 11:51:58 [INFO] Celery[DW-STDOUT]: +2026-05-15 11:51:58 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-15 11:52:00 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -2 connecting to redis:6379. Name or service not known.. +2026-05-15 11:52:00 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2026-05-15 11:52:00 [INFO] Celery[UW-STDERR]: +2026-05-15 11:52:01 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-15 11:52:01 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-15 11:52:01 [INFO] Celery Download Worker (PID: 10) terminated. +2026-05-15 11:52:01 [INFO] Terminating Celery Utility Worker (PID: 13)... +2026-05-15 11:52:01 [INFO] Celery[UW-STDOUT]: +2026-05-15 11:52:01 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-15 11:52:03 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-15 11:52:03 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-15 11:52:03 [INFO] Celery Utility Worker (PID: 13) terminated. +2026-05-15 11:52:03 [INFO] Joining log threads... +2026-05-15 11:52:03 [INFO] Joining config_monitor_thread... +2026-05-15 11:52:07 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-15 11:52:07 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-15 11:52:07 [INFO] Celery workers stopped +2026-05-18 00:24:09 [INFO] Logging system initialized +2026-05-18 00:24:09 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-18 00:24:09 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-18 00:24:09 [INFO] Database migrations executed (if needed) early in startup. +2026-05-18 00:24:09 [INFO] Testing Redis connection to redis:6379... +2026-05-18 00:24:09 [INFO] Redis connection successful +2026-05-18 00:24:09 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-18 00:24:09 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-18 00:24:09 [INFO] Celery Download Worker (PID: 9) started with concurrency 3. +2026-05-18 00:24:09 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-18 00:24:09 [INFO] Celery Utility Worker (PID: 12) started with concurrency 5. +2026-05-18 00:24:09 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-18 00:24:09 [INFO] CeleryManager: Config monitor thread started. +2026-05-18 00:24:09 [INFO] Celery workers started successfully +2026-05-18 00:24:09 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-18 00:24:09 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-18 00:24:09 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-18 00:24:09 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-18 00:24:09 [INFO] Watch Scheduler: Thread started. +2026-05-18 00:24:09 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-18 00:24:09 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-18 00:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-18 00:24:10 +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f499a9002d0 +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-18 00:24:10 [INFO] Celery[DW-STDOUT]: +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-18 00:24:10 +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f53e85c1290 +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-18 00:24:10 [INFO] Celery[UW-STDOUT]: +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-18 00:24:10 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-18 00:24:10 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-18 00:24:11 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-18 00:24:11 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-18 00:24:11 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-18 00:24:11 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-18 00:24:11 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-18 00:24:11 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-18 00:24:11 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-18 00:24:11 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-18 01:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 02:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 03:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 04:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 05:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 06:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 07:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 08:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 09:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 10:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 11:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 12:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 13:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 14:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 15:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 16:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 17:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 18:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 19:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 20:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 21:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 22:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-18 23:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 00:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 01:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 02:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 03:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 04:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 05:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 06:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 07:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 08:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 09:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 10:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 11:24:09 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 11:56:47 [INFO] Watch Manager: Stopping background scheduler... +2026-05-19 11:56:47 [INFO] Watch Scheduler: Thread stopped. +2026-05-19 11:56:47 [INFO] Watch Manager: Background scheduler stopped. +2026-05-19 11:56:47 [INFO] Watch Manager stopped +2026-05-19 11:56:47 [INFO] CeleryManager: Stopping Celery workers... +2026-05-19 11:56:47 [INFO] Terminating Celery Download Worker (PID: 9)... +2026-05-19 11:56:47 [INFO] Celery[DW-STDOUT]: +2026-05-19 11:56:47 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-19 11:56:49 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-19 11:57:01 [INFO] Logging system initialized +2026-05-19 11:57:01 [INFO] No migration performed: detected schema for 3.2.1; no changes needed for 3.2.1 -> 3.3.0. +2026-05-19 11:57:01 [INFO] Database migrations check completed (3.2.0 -> 3.3.0 path) +2026-05-19 11:57:01 [INFO] Database migrations executed (if needed) early in startup. +2026-05-19 11:57:01 [INFO] Testing Redis connection to redis:6379... +2026-05-19 11:57:01 [INFO] Redis connection successful +2026-05-19 11:57:01 [INFO] CeleryManager initialized. Download concurrency set to: 3 +2026-05-19 11:57:01 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-19 11:57:01 [INFO] Celery Download Worker (PID: 10) started with concurrency 3. +2026-05-19 11:57:01 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=ERROR -Q utility_tasks,default -c 5 --hostname=worker_utw@%h --pool=prefork +2026-05-19 11:57:01 [INFO] Celery Utility Worker (PID: 13) started with concurrency 5. +2026-05-19 11:57:01 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-19 11:57:01 [INFO] CeleryManager: Config monitor thread started. +2026-05-19 11:57:01 [INFO] Celery workers started successfully +2026-05-19 11:57:01 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-19 11:57:01 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-19 11:57:01 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-19 11:57:01 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-19 11:57:01 [INFO] Watch Scheduler: Thread started. +2026-05-19 11:57:01 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-19 11:57:01 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-19 11:57:01 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Redis configuration: REDIS_URL=redis://:ajRGddcABb1@redis:6379/0, REDIS_BACKEND=redis://:ajRGddcABb1@redis:6379/0 +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Artists database initialized/updated successfully at data/watch/artists.db +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Eagerly initialized watch databases and core tables. +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Celery worker initialized with concurrency 3 +2026-05-19 11:57:02 [INFO] Celery[UW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-19 11:57:02 [INFO] Celery[DW-STDERR]: Worker config: spotifyQuality=VERY_HIGH, deezerQuality=FLAC +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@3e3b03c4f2e6 v5.5.3 (immunity) +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-19 11:57:03 +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-19 11:57:03 +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f4d250c8a10 +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7febab553990 +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 5 (prefork) +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: +2026-05-19 11:57:03 [INFO] Celery[UW-STDOUT]: +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-19 11:57:03 [INFO] Celery[DW-STDOUT]: +2026-05-19 11:57:03 [INFO] Celery[DW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-19 11:57:03 [INFO] Celery[DW-STDERR]: mingle: searching for neighbors +2026-05-19 11:57:03 [INFO] Celery[UW-STDERR]: Connected to redis://:**@redis:6379/0 +2026-05-19 11:57:03 [INFO] Celery[UW-STDERR]: mingle: searching for neighbors +2026-05-19 11:57:04 [INFO] Celery[DW-STDERR]: mingle: all alone +2026-05-19 11:57:04 [INFO] Celery[DW-STDERR]: Celery worker ready and listening for tasks +2026-05-19 11:57:04 [INFO] Celery[DW-STDERR]: Redis connection successful +2026-05-19 11:57:04 [INFO] Celery[DW-STDERR]: worker_dlw@3e3b03c4f2e6 ready. +2026-05-19 11:57:04 [INFO] Celery[UW-STDERR]: mingle: all alone +2026-05-19 11:57:04 [INFO] Celery[UW-STDERR]: Celery worker ready and listening for tasks +2026-05-19 11:57:04 [INFO] Celery[UW-STDERR]: Redis connection successful +2026-05-19 11:57:04 [INFO] Celery[UW-STDERR]: worker_utw@3e3b03c4f2e6 ready. +2026-05-19 12:07:53 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 109, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: blueprint.start(self) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: step.start(parent) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: c.loop(*c.loop_args()) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: next(loop) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: consumer: Connection to broker lost. Trying to re-establish the connection... +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: Traceback (most recent call last): +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 341, in start +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: blueprint.start(self) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/celery/bootsteps.py", line 116, in start +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: step.start(parent) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/consumer/consumer.py", line 772, in start +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: c.loop(*c.loop_args()) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/celery/worker/loops.py", line 97, in asynloop +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: next(loop) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/asynchronous/hub.py", line 373, in create_loop +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: cb(*cbargs) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: self.cycle.on_readable(fileno) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: chan.handlers[type]() +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ret.append(self._receive_one(c)) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: response = c.parse_response() +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: response = self._execute(conn, try_read) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: return conn.retry.call_with_retry( +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: fail(error) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: cb(*cbargs) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 1359, in on_readable +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: self.cycle.on_readable(fileno) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 576, in on_readable +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: chan.handlers[type]() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 925, in _receive +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ret.append(self._receive_one(c)) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/kombu/transport/redis.py", line 935, in _receive_one +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: response = c.parse_response() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 837, in parse_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: response = self._execute(conn, try_read) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: raise error +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: return do() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 813, in _execute +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: return conn.retry.call_with_retry( +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 49, in call_with_retry +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: lambda: command(*args, **kwargs), +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: fail(error) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 815, in +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: lambda error: self._disconnect_raise_connect(conn, error), +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 802, in _disconnect_raise_connect +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: raise error +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/retry.py", line 46, in call_with_retry +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: return do() +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 814, in +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: lambda: command(*args, **kwargs), +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: raw = self._buffer.readline() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/client.py", line 835, in try_read +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: self._read_from_socket() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: return conn.read_response(disconnect_on_error=False, push_request=True) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/connection.py", line 512, in read_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: response = self._parser.read_response(disable_decoding=disable_decoding) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-19 12:07:53 [INFO] Celery[UW-STDERR]: +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 15, in read_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: result = self._read_response(disable_decoding=disable_decoding) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/resp2.py", line 25, in _read_response +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: raw = self._buffer.readline() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^ +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 115, in readline +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: self._read_from_socket() +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: redis.exceptions.ConnectionError: Connection closed by server. +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: /python/celery/worker/consumer/consumer.py:392: CPendingDeprecationWarning: +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: In Celery 5.1 we introduced an optional breaking change which +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: on connection loss cancels all currently executed tasks with late acknowledgement enabled. +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: These tasks cannot be acknowledged as the connection is gone, and the tasks are automatically redelivered +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: back to the queue. You can enable this behavior using the worker_cancel_long_running_tasks_on_connection_loss +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: setting. In Celery 5.1 it is set to False by default. The setting will be set to True by default in Celery 6.0. +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: warnings.warn(CANCEL_TASKS_BY_DEFAULT, CPendingDeprecationWarning) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error 111 connecting to redis:6379. Connection refused.. +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: Trying again in 2.00 seconds... (1/10) +2026-05-19 12:07:53 [INFO] Celery[DW-STDERR]: +2026-05-19 12:07:53 [INFO] Watch Manager: Stopping background scheduler... +2026-05-19 12:07:53 [INFO] Watch Scheduler: Thread stopped. +2026-05-19 12:07:53 [INFO] Watch Manager: Background scheduler stopped. +2026-05-19 12:07:53 [INFO] Watch Manager stopped +2026-05-19 12:07:53 [INFO] CeleryManager: Stopping Celery workers... +2026-05-19 12:07:53 [INFO] Terminating Celery Download Worker (PID: 10)... +2026-05-19 12:07:53 [INFO] Celery[DW-STDOUT]: +2026-05-19 12:07:53 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-19 12:07:55 [INFO] Celery[UW-STDERR]: consumer: Cannot connect to redis://:**@redis:6379/0: Error -2 connecting to redis:6379. Name or service not known.. +2026-05-19 12:07:55 [INFO] Celery[UW-STDERR]: Trying again in 4.00 seconds... (2/10) +2026-05-19 12:07:55 [INFO] Celery[UW-STDERR]: +2026-05-19 12:07:56 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-05-19 12:07:56 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-05-19 12:07:56 [INFO] Celery Download Worker (PID: 10) terminated. +2026-05-19 12:07:56 [INFO] Terminating Celery Utility Worker (PID: 13)... +2026-05-19 12:07:56 [INFO] Celery[UW-STDOUT]: +2026-05-19 12:07:56 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-05-19 12:07:58 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-05-19 12:07:58 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-05-19 12:07:58 [INFO] Celery Utility Worker (PID: 13) terminated. +2026-05-19 12:07:58 [INFO] Joining log threads... +2026-05-19 12:07:58 [INFO] Joining config_monitor_thread... +2026-05-19 12:08:01 [INFO] CeleryManager: Config monitor thread stopped. +2026-05-19 12:08:01 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-05-19 12:08:01 [INFO] Celery workers stopped +2026-05-22 13:02:13 [INFO] Logging system initialized +2026-05-22 13:02:13 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-05-22 13:02:13 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-05-22 13:02:13 [INFO] Migration validation completed (3.3.0 gate) +2026-05-22 13:02:13 [INFO] Database migrations executed (if needed) early in startup. +2026-05-22 13:02:13 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-05-22 13:02:13 [INFO] Testing Redis connection to redis:6379... +2026-05-22 13:02:13 [INFO] Redis connection successful +2026-05-22 13:02:13 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-05-22 13:02:13 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-22 13:02:13 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-05-22 13:02:13 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-05-22 13:02:13 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-05-22 13:02:13 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-22 13:02:13 [INFO] CeleryManager: Config monitor thread started. +2026-05-22 13:02:13 [INFO] Celery workers started successfully +2026-05-22 13:02:13 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-22 13:02:13 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-22 13:02:13 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-22 13:02:13 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-22 13:02:13 [INFO] Watch Scheduler: Thread started. +2026-05-22 13:02:13 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-22 13:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 13:02:13 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-22 13:02:13 [INFO] Application startup complete. +2026-05-22 13:02:13 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@e8ae21031f10 v5.5.3 (immunity) +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@e8ae21031f10 v5.5.3 (immunity) +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-22 13:02:14 +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-177-generic-x86_64-with-glibc2.36 2026-05-22 13:02:14 +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f881dea8390 +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f54245e8bd0 +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: [tasks] +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: . download_album +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: . download_track +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-05-22 13:02:14 [INFO] Celery[UW-STDOUT]: +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-22 13:02:14 [INFO] Celery[DW-STDOUT]: +2026-05-22 14:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 15:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 16:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 17:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 18:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 19:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 20:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 21:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 22:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-22 23:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 00:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 01:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 02:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 03:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 04:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 05:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 06:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 07:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 08:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 09:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 10:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 11:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 12:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 13:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 14:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 15:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 16:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 17:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 18:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 19:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 20:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 21:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 22:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-23 23:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 00:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 01:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 02:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 03:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 04:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 05:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 06:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 07:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 08:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 09:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 10:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 11:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 12:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 13:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 14:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 15:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 16:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 17:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 18:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 19:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 20:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 21:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 22:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-24 23:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 00:02:13 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 00:17:24 [ERROR] SSE Redis Subscriber: Fatal error: Connection closed by server. +Traceback (most recent call last): + File "/app/routes/system/progress.py", line 179, in redis_subscriber_thread + for message in pubsub.listen(): + File "/python/redis/client.py", line 998, in listen + response = self.handle_message(self.parse_response(block=True)) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 837, in parse_response + response = self._execute(conn, try_read) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 813, in _execute + return conn.retry.call_with_retry( + ^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/retry.py", line 49, in call_with_retry + fail(error) + File "/python/redis/client.py", line 815, in + lambda error: self._disconnect_raise_connect(conn, error), + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 802, in _disconnect_raise_connect + raise error + File "/python/redis/retry.py", line 46, in call_with_retry + return do() + ^^^^ + File "/python/redis/client.py", line 814, in + lambda: command(*args, **kwargs), + ^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/client.py", line 835, in try_read + return conn.read_response(disconnect_on_error=False, push_request=True) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/connection.py", line 512, in read_response + response = self._parser.read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 15, in read_response + result = self._read_response(disable_decoding=disable_decoding) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/resp2.py", line 25, in _read_response + raw = self._buffer.readline() + ^^^^^^^^^^^^^^^^^^^^^^^ + File "/python/redis/_parsers/socket.py", line 115, in readline + self._read_from_socket() + File "/python/redis/_parsers/socket.py", line 68, in _read_from_socket + raise ConnectionError(SERVER_CLOSED_CONNECTION_ERROR) +redis.exceptions.ConnectionError: Connection closed by server. +2026-05-25 00:18:34 [INFO] Logging system initialized +2026-05-25 00:18:34 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-05-25 00:18:34 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-05-25 00:18:34 [INFO] Migration validation completed (3.3.0 gate) +2026-05-25 00:18:34 [INFO] Database migrations executed (if needed) early in startup. +2026-05-25 00:18:34 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-05-25 00:18:34 [INFO] Testing Redis connection to redis:6379... +2026-05-25 00:18:34 [INFO] Redis connection successful +2026-05-25 00:18:34 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-05-25 00:18:34 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-05-25 00:18:34 [INFO] Celery Download Worker (PID: 11) started with concurrency 3. +2026-05-25 00:18:34 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-05-25 00:18:34 [INFO] Celery Utility Worker (PID: 14) started with concurrency 1. +2026-05-25 00:18:34 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-05-25 00:18:34 [INFO] CeleryManager: Config monitor thread started. +2026-05-25 00:18:34 [INFO] Celery workers started successfully +2026-05-25 00:18:34 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-05-25 00:18:34 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-05-25 00:18:34 [INFO] Successfully updated all existing tables schema in playlists database +2026-05-25 00:18:34 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-05-25 00:18:34 [INFO] Watch Scheduler: Thread started. +2026-05-25 00:18:34 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-05-25 00:18:34 [INFO] Watch Manager initialized and registered for shutdown. +2026-05-25 00:18:34 [INFO] Application startup complete. +2026-05-25 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 00:18:34 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@e8ae21031f10 v5.5.3 (immunity) +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-05-25 00:18:36 +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fa1f3c84590 +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: [tasks] +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: . download_album +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: . download_track +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-05-25 00:18:36 [INFO] Celery[DW-STDOUT]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@e8ae21031f10 v5.5.3 (immunity) +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-05-25 00:18:36 +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fcb5e13c550 +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: [tasks] +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: . download_album +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: . download_track +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-05-25 00:18:36 [INFO] Celery[UW-STDOUT]: +2026-05-25 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-25 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-26 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-27 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-28 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-29 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-30 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-05-31 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-01 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-02 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-03 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-04 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-05 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-06 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-07 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 20:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 21:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 22:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-08 23:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 00:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 01:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 02:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 03:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 04:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 05:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 06:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 07:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 08:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 09:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 10:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 11:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 12:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 13:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 14:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 15:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 16:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 17:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 18:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 19:18:34 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 19:59:24 [INFO] Search requested: query='every', type=track, limit=50, main_account_name=None +2026-06-09 19:59:24 [INFO] Spotify client initialized/reinitialized for search +2026-06-09 19:59:25 [INFO] Search completed successfully for query: 'every' +2026-06-09 19:59:25 [INFO] Search requested: query='everywhere', type=track, limit=50, main_account_name=None +2026-06-09 19:59:26 [INFO] Search completed successfully for query: 'everywhere' +2026-06-09 19:59:39 [INFO] Search requested: query='everywhere yellowcard', type=track, limit=50, main_account_name=None +2026-06-09 19:59:40 [INFO] Search completed successfully for query: 'everywhere yellowcard' +2026-06-09 19:59:52 [INFO] Using Spotify device info for 'json': name=json Speaker type=4 id=7593d593edf915dc4b7cc1b5c7988700f47f365a locale=us +2026-06-09 19:59:53 [INFO] Created new session! device_id: 7593d593edf915dc4b7cc1b5c7988700f47f365a, ap: ap-gue1.spotify.com:4070 +2026-06-09 19:59:54 [INFO] Connection successfully! +2026-06-09 19:59:55 [INFO] Session.Receiver started +2026-06-09 19:59:55 [INFO] Skipping 02 +2026-06-09 19:59:55 [INFO] Received license_version: 0 +2026-06-09 19:59:55 [INFO] Received country_code: US +2026-06-09 19:59:55 [INFO] Skipping 1f +2026-06-09 19:59:55 [INFO] Skipping 69 +2026-06-09 19:59:55 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 19:59:55 [INFO] Login5 authentication successful, got access token +2026-06-09 19:59:55 [INFO] Authenticated as jsonjordan! +2026-06-09 19:59:56 [INFO] Added track download task a6958b50-cd6d-4472-bea0-67e5c057eb40 to Celery queue. +2026-06-09 19:59:57 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2026-06-09 19:59:57 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2026-06-09 19:59:57 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: Failed to initialize Spotify session: [Errno 111] Connection refused +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/track.py", line 232, in download_track +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: spo = SpoLogin( +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 68, in __init__ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: self.__initialize_session() +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 77, in __initialize_session +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: session = session_builder.stored_file().create() +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1554, in create +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: session = Session( +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 833, in __init__ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create(address, None) +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: Error in download_track task: [Errno 111] Connection refused +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/celery_tasks.py", line 1647, in download_track +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: download_track_func( +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/track.py", line 232, in download_track +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: spo = SpoLogin( +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 68, in __init__ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: self.__initialize_session() +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 77, in __initialize_session +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: session = session_builder.stored_file().create() +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1554, in create +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: session = Session( +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 833, in __init__ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create(address, None) +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-09 19:59:57 [INFO] Celery[DW-STDERR]: Task a6958b50-cd6d-4472-bea0-67e5c057eb40 failed: [Errno 111] Connection refused +2026-06-09 20:03:55 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 20:03:56 [INFO] Connection successfully! +2026-06-09 20:03:56 [INFO] Session.Receiver started +2026-06-09 20:03:56 [INFO] Skipping 02 +2026-06-09 20:03:56 [INFO] Received license_version: 0 +2026-06-09 20:03:56 [INFO] Re-authenticated as jsonjordan! +2026-06-09 20:03:56 [INFO] Received country_code: US +2026-06-09 20:03:56 [INFO] Skipping 1f +2026-06-09 20:03:56 [INFO] Skipping 69 +2026-06-09 20:03:57 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 20:04:41 [INFO] Task a6958b50-cd6d-4472-bea0-67e5c057eb40 cancelled by user. Data scheduled for deletion in 3s. +2026-06-09 20:04:53 [INFO] Shutting down +2026-06-09 20:04:53 [INFO] Waiting for connections to close. (CTRL+C to force quit) +2026-06-09 20:05:14 [INFO] Logging system initialized +2026-06-09 20:05:14 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-09 20:05:14 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-09 20:05:14 [INFO] Migration validation completed (3.3.0 gate) +2026-06-09 20:05:14 [INFO] Database migrations executed (if needed) early in startup. +2026-06-09 20:05:14 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-06-09 20:05:14 [INFO] Testing Redis connection to redis:6379... +2026-06-09 20:05:14 [INFO] Redis connection successful +2026-06-09 20:05:14 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-09 20:05:14 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-09 20:05:14 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-09 20:05:14 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-09 20:05:14 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-09 20:05:14 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-09 20:05:14 [INFO] CeleryManager: Config monitor thread started. +2026-06-09 20:05:14 [INFO] Celery workers started successfully +2026-06-09 20:05:14 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-09 20:05:14 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-09 20:05:14 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-09 20:05:14 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-09 20:05:14 [INFO] Watch Scheduler: Thread started. +2026-06-09 20:05:14 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-09 20:05:14 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 20:05:14 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-09 20:05:14 [INFO] Application startup complete. +2026-06-09 20:05:14 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: +2026-06-09 20:05:16 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@fa78f25229a4 v5.5.3 (immunity) +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@fa78f25229a4 v5.5.3 (immunity) +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 20:05:16 +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 20:05:16 +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f992d59c7d0 +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fd73b298590 +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-09 20:05:16 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-09 20:05:16 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:06:09 [INFO] Search requested: query='everywhere yellowcard', type=track, limit=50, main_account_name=None +2026-06-09 20:06:09 [INFO] Spotify client initialized/reinitialized for search +2026-06-09 20:06:09 [INFO] Search completed successfully for query: 'everywhere yellowcard' +2026-06-09 20:06:17 [INFO] Using Spotify device info for 'json': name=json Speaker type=4 id=7593d593edf915dc4b7cc1b5c7988700f47f365a locale=us +2026-06-09 20:06:17 [INFO] Created new session! device_id: 7593d593edf915dc4b7cc1b5c7988700f47f365a, ap: ap-gew1.spotify.com:443 +2026-06-09 20:06:19 [INFO] Connection successfully! +2026-06-09 20:06:19 [INFO] Session.Receiver started +2026-06-09 20:06:19 [INFO] Skipping 02 +2026-06-09 20:06:19 [INFO] Received license_version: 0 +2026-06-09 20:06:19 [INFO] Received country_code: US +2026-06-09 20:06:19 [INFO] Skipping 1f +2026-06-09 20:06:19 [INFO] Skipping 69 +2026-06-09 20:06:19 [INFO] Login5 authentication successful, got access token +2026-06-09 20:06:19 [INFO] Authenticated as jsonjordan! +2026-06-09 20:06:19 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 20:06:19 [INFO] Added track download task 8ad94cdf-5cbb-45a3-b5cc-8c59982f0790 to Celery queue. +2026-06-09 20:06:20 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2026-06-09 20:06:20 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='json', fallback_account_name='None' +2026-06-09 20:06:20 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): json +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: Failed to initialize Spotify session: [Errno 111] Connection refused +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/track.py", line 232, in download_track +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: spo = SpoLogin( +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 68, in __init__ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: self.__initialize_session() +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 77, in __initialize_session +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: session = session_builder.stored_file().create() +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1554, in create +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: session = Session( +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 833, in __init__ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create(address, None) +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: Error in download_track task: [Errno 111] Connection refused +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/celery_tasks.py", line 1647, in download_track +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: download_track_func( +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/app/routes/utils/track.py", line 232, in download_track +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: spo = SpoLogin( +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 68, in __init__ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: self.__initialize_session() +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/deezspot/spotloader/__init__.py", line 77, in __initialize_session +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: session = session_builder.stored_file().create() +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1554, in create +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: session = Session( +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 833, in __init__ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create(address, None) +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-09 20:06:20 [INFO] Celery[DW-STDERR]: Task 8ad94cdf-5cbb-45a3-b5cc-8c59982f0790 failed: [Errno 111] Connection refused +2026-06-09 20:16:12 [INFO] Logging system initialized +2026-06-09 20:16:12 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-09 20:16:12 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-09 20:16:12 [INFO] Migration validation completed (3.3.0 gate) +2026-06-09 20:16:12 [INFO] Database migrations executed (if needed) early in startup. +2026-06-09 20:16:12 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-06-09 20:16:12 [INFO] Testing Redis connection to redis:6379... +2026-06-09 20:16:12 [INFO] Redis connection successful +2026-06-09 20:16:12 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-09 20:16:12 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-09 20:16:12 [INFO] Celery Download Worker (PID: 13) started with concurrency 3. +2026-06-09 20:16:12 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-09 20:16:12 [INFO] Celery Utility Worker (PID: 16) started with concurrency 1. +2026-06-09 20:16:12 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-09 20:16:12 [INFO] CeleryManager: Config monitor thread started. +2026-06-09 20:16:12 [INFO] Celery workers started successfully +2026-06-09 20:16:12 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-09 20:16:12 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-09 20:16:12 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-09 20:16:12 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-09 20:16:12 [INFO] Watch Scheduler: Thread started. +2026-06-09 20:16:12 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-09 20:16:12 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-09 20:16:12 [INFO] Application startup complete. +2026-06-09 20:16:12 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-09 20:16:12 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 20:16:13 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@f72acb018374 v5.5.3 (immunity) +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@f72acb018374 v5.5.3 (immunity) +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 20:16:13 +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 20:16:13 +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f8516638450 +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f11abaf8550 +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-09 20:16:13 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-09 20:16:13 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:16:23 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:23 [INFO] Celery[DW-STDOUT]: worker: Hitting Ctrl+C again will initiate cold shutdown, terminating all running tasks! +2026-06-09 20:16:23 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:23 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 20:16:23 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:16:23 [INFO] Celery[UW-STDOUT]: worker: Hitting Ctrl+C again will initiate cold shutdown, terminating all running tasks! +2026-06-09 20:16:23 [INFO] Celery[UW-STDOUT]: +2026-06-09 20:16:23 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 20:16:23 [INFO] Shutting down +2026-06-09 20:16:23 [INFO] Waiting for application shutdown. +2026-06-09 20:16:23 [INFO] Watch Manager: Stopping background scheduler... +2026-06-09 20:16:23 [INFO] Watch Scheduler: Thread stopped. +2026-06-09 20:16:23 [INFO] Watch Manager: Background scheduler stopped. +2026-06-09 20:16:23 [INFO] Watch Manager stopped +2026-06-09 20:16:23 [INFO] CeleryManager: Stopping Celery workers... +2026-06-09 20:16:23 [INFO] CeleryManager: Config monitor thread stopped. +2026-06-09 20:16:23 [INFO] Terminating Celery Download Worker (PID: 13)... +2026-06-09 20:16:23 [INFO] Celery[DW-STDOUT]: +2026-06-09 20:16:23 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 20:16:25 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-06-09 20:16:25 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-06-09 20:16:25 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-06-09 20:16:25 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-06-09 20:16:25 [INFO] Celery Download Worker (PID: 13) terminated. +2026-06-09 20:16:25 [INFO] Joining log threads... +2026-06-09 20:16:25 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-06-09 20:16:25 [INFO] Celery workers stopped +2026-06-09 20:16:25 [INFO] Application shutdown complete. +2026-06-09 20:16:25 [INFO] Finished server process [1] +2026-06-09 20:22:19 [INFO] Shutting down +2026-06-09 20:22:19 [INFO] Waiting for connections to close. (CTRL+C to force quit) +2026-06-09 21:03:58 [INFO] Logging system initialized +2026-06-09 21:03:58 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-09 21:03:58 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-09 21:03:58 [INFO] Migration validation completed (3.3.0 gate) +2026-06-09 21:03:58 [INFO] Database migrations executed (if needed) early in startup. +2026-06-09 21:03:58 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-06-09 21:03:58 [INFO] Testing Redis connection to redis:6379... +2026-06-09 21:03:58 [INFO] Redis connection successful +2026-06-09 21:03:58 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-09 21:03:58 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-09 21:03:58 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-09 21:03:58 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-09 21:03:58 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-09 21:03:58 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-09 21:03:58 [INFO] CeleryManager: Config monitor thread started. +2026-06-09 21:03:58 [INFO] Celery workers started successfully +2026-06-09 21:03:58 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-09 21:03:58 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-09 21:03:58 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-09 21:03:58 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-09 21:03:58 [INFO] Watch Scheduler: Thread started. +2026-06-09 21:03:58 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-09 21:03:58 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-09 21:03:58 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 21:03:58 [INFO] Application startup complete. +2026-06-09 21:03:58 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 21:04:00 +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f053ff20510 +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-09 21:04:00 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@25a74395df0e v5.5.3 (immunity) +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 21:04:00 +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f652d69c550 +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-09 21:04:00 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:04:12 [INFO] Shutting down +2026-06-09 21:04:12 [INFO] Waiting for application shutdown. +2026-06-09 21:04:12 [INFO] Watch Manager: Stopping background scheduler... +2026-06-09 21:04:12 [INFO] Watch Scheduler: Thread stopped. +2026-06-09 21:04:12 [INFO] Watch Manager: Background scheduler stopped. +2026-06-09 21:04:12 [INFO] Watch Manager stopped +2026-06-09 21:04:12 [INFO] CeleryManager: Stopping Celery workers... +2026-06-09 21:04:12 [INFO] CeleryManager: Config monitor thread stopped. +2026-06-09 21:04:12 [INFO] Terminating Celery Download Worker (PID: 12)... +2026-06-09 21:04:12 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:04:12 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 21:04:13 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-06-09 21:04:13 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-06-09 21:04:13 [INFO] Celery Download Worker (PID: 12) terminated. +2026-06-09 21:04:13 [INFO] Terminating Celery Utility Worker (PID: 15)... +2026-06-09 21:04:13 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:04:13 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 21:04:16 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-06-09 21:04:16 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-06-09 21:04:16 [INFO] Celery Utility Worker (PID: 15) terminated. +2026-06-09 21:04:16 [INFO] Joining log threads... +2026-06-09 21:04:16 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-06-09 21:04:16 [INFO] Celery workers stopped +2026-06-09 21:04:16 [INFO] Application shutdown complete. +2026-06-09 21:04:16 [INFO] Finished server process [1] +2026-06-09 21:05:23 [INFO] Logging system initialized +2026-06-09 21:05:23 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-09 21:05:23 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-09 21:05:23 [INFO] Migration validation completed (3.3.0 gate) +2026-06-09 21:05:23 [INFO] Database migrations executed (if needed) early in startup. +2026-06-09 21:05:23 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-06-09 21:05:23 [INFO] Testing Redis connection to redis:6379... +2026-06-09 21:05:23 [INFO] Redis connection successful +2026-06-09 21:05:23 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-09 21:05:23 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-09 21:05:23 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-09 21:05:23 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-09 21:05:23 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-09 21:05:23 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-09 21:05:23 [INFO] CeleryManager: Config monitor thread started. +2026-06-09 21:05:23 [INFO] Celery workers started successfully +2026-06-09 21:05:23 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-09 21:05:23 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-09 21:05:23 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-09 21:05:23 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-09 21:05:23 [INFO] Watch Scheduler: Thread started. +2026-06-09 21:05:23 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 21:05:23 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-09 21:05:23 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-09 21:05:23 [INFO] Application startup complete. +2026-06-09 21:05:23 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 21:05:24 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@25a74395df0e v5.5.3 (immunity) +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 21:05:24 +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f72057f0750 +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-09 21:05:24 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 21:05:24 +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f07e4254490 +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-09 21:05:24 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:05:46 [INFO] Shutting down +2026-06-09 21:05:46 [INFO] Waiting for application shutdown. +2026-06-09 21:05:46 [INFO] Watch Manager: Stopping background scheduler... +2026-06-09 21:05:46 [INFO] Watch Scheduler: Thread stopped. +2026-06-09 21:05:46 [INFO] Watch Manager: Background scheduler stopped. +2026-06-09 21:05:46 [INFO] Watch Manager stopped +2026-06-09 21:05:46 [INFO] CeleryManager: Stopping Celery workers... +2026-06-09 21:05:46 [INFO] CeleryManager: Config monitor thread stopped. +2026-06-09 21:05:46 [INFO] Terminating Celery Download Worker (PID: 12)... +2026-06-09 21:05:46 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:05:46 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 21:05:48 [INFO] Celery[DW-STDERR] stream reader thread finished. +2026-06-09 21:05:48 [INFO] Celery[DW-STDOUT] stream reader thread finished. +2026-06-09 21:05:48 [INFO] Celery Download Worker (PID: 12) terminated. +2026-06-09 21:05:48 [INFO] Terminating Celery Utility Worker (PID: 15)... +2026-06-09 21:05:48 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:05:48 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-09 21:05:50 [INFO] Celery[UW-STDERR] stream reader thread finished. +2026-06-09 21:05:50 [INFO] Celery[UW-STDOUT] stream reader thread finished. +2026-06-09 21:05:50 [INFO] Celery Utility Worker (PID: 15) terminated. +2026-06-09 21:05:50 [INFO] Joining log threads... +2026-06-09 21:05:50 [INFO] CeleryManager: All workers and threads signaled to stop and joined. +2026-06-09 21:05:50 [INFO] Celery workers stopped +2026-06-09 21:05:50 [INFO] Application shutdown complete. +2026-06-09 21:05:50 [INFO] Finished server process [1] +2026-06-09 21:10:48 [INFO] Logging system initialized +2026-06-09 21:10:48 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-09 21:10:48 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-09 21:10:48 [INFO] Migration validation completed (3.3.0 gate) +2026-06-09 21:10:48 [INFO] Database migrations executed (if needed) early in startup. +2026-06-09 21:10:48 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=1 +2026-06-09 21:10:48 [INFO] Testing Redis connection to redis:6379... +2026-06-09 21:10:48 [INFO] Redis connection successful +2026-06-09 21:10:48 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-09 21:10:48 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-09 21:10:48 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-09 21:10:48 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-09 21:10:48 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-09 21:10:48 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-09 21:10:48 [INFO] CeleryManager: Config monitor thread started. +2026-06-09 21:10:48 [INFO] Celery workers started successfully +2026-06-09 21:10:48 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-09 21:10:48 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-09 21:10:48 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-09 21:10:48 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-09 21:10:48 [INFO] Watch Scheduler: Thread started. +2026-06-09 21:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 21:10:48 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-09 21:10:48 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-09 21:10:48 [INFO] Application startup complete. +2026-06-09 21:10:48 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: +2026-06-09 21:10:49 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@25a74395df0e v5.5.3 (immunity) +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 21:10:49 +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-179-generic-x86_64-with-glibc2.36 2026-06-09 21:10:49 +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fa443684590 +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f082a4fc050 +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-09 21:10:49 [INFO] Celery[DW-STDOUT]: +2026-06-09 21:10:49 [INFO] Celery[UW-STDOUT]: +2026-06-09 21:15:49 [INFO] Created new session! device_id: 440d2b26c80f193bc594659454592e6936ecb15e, ap: ap-gae2.spotify.com:443 +2026-06-09 21:15:51 [INFO] Connection successfully! +2026-06-09 21:15:51 [INFO] Session.Receiver started +2026-06-09 21:15:51 [INFO] Skipping 02 +2026-06-09 21:15:51 [INFO] Received license_version: 0 +2026-06-09 21:15:51 [INFO] Received country_code: US +2026-06-09 21:15:51 [INFO] Skipping 1f +2026-06-09 21:15:51 [INFO] Skipping 69 +2026-06-09 21:15:51 [INFO] Login5 authentication successful, got access token +2026-06-09 21:15:51 [INFO] Authenticated as jsonjordan! +2026-06-09 21:15:51 [INFO] Spotify credentials for jsonjordan validated successfully (attempt 1). +2026-06-09 21:15:51 [INFO] Stored Spotify device info for 'jsonjordan' (device_info: name=Living Room Speaker, type=4, id=440d2b26c80f193bc594659454592e6936ecb15e, locale=us) +2026-06-09 21:15:51 [INFO] Credential 'jsonjordan' for spotify created successfully. +2026-06-09 21:15:52 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 21:16:33 [INFO] Main configuration saved to data/config/main.json +2026-06-09 21:16:45 [INFO] Search requested: query='everywhere', type=track, limit=50, main_account_name=None +2026-06-09 21:16:45 [INFO] Spotify client initialized/reinitialized for search +2026-06-09 21:16:46 [INFO] Search completed successfully for query: 'everywhere' +2026-06-09 21:16:46 [INFO] Search requested: query='everywhere ', type=track, limit=50, main_account_name=None +2026-06-09 21:16:47 [INFO] Search completed successfully for query: 'everywhere ' +2026-06-09 21:16:48 [INFO] Search requested: query='everywhere yello', type=track, limit=50, main_account_name=None +2026-06-09 21:16:49 [INFO] Search completed successfully for query: 'everywhere yello' +2026-06-09 21:16:49 [INFO] Search requested: query='everywhere yellowcard', type=track, limit=50, main_account_name=None +2026-06-09 21:16:49 [INFO] Search completed successfully for query: 'everywhere yellowcard' +2026-06-09 21:16:58 [INFO] Using Spotify device info for 'jsonjordan': name=Living Room Speaker type=4 id=440d2b26c80f193bc594659454592e6936ecb15e locale=us +2026-06-09 21:16:58 [INFO] Created new session! device_id: 440d2b26c80f193bc594659454592e6936ecb15e, ap: ap-gue1.spotify.com:443 +2026-06-09 21:16:59 [INFO] Connection successfully! +2026-06-09 21:16:59 [INFO] Session.Receiver started +2026-06-09 21:16:59 [INFO] Skipping 02 +2026-06-09 21:16:59 [INFO] Received license_version: 0 +2026-06-09 21:16:59 [INFO] Received country_code: US +2026-06-09 21:16:59 [INFO] Skipping 1f +2026-06-09 21:16:59 [INFO] Skipping 69 +2026-06-09 21:16:59 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 21:17:00 [INFO] Authenticated as jsonjordan! +2026-06-09 21:17:00 [INFO] Added track download task fa750352-04c2-40d8-b1de-100632a06bf3 to Celery queue. +2026-06-09 21:17:01 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2026-06-09 21:17:01 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='jsonjordan', fallback_account_name='None' +2026-06-09 21:17:01 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): jsonjordan +2026-06-09 21:17:06 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: jsonjordan for blob) successful. +2026-06-09 21:20:22 [INFO] Search requested: query='mona lis', type=track, limit=50, main_account_name=None +2026-06-09 21:20:23 [INFO] Search completed successfully for query: 'mona lis' +2026-06-09 21:20:23 [INFO] Search requested: query='mona lisa', type=track, limit=50, main_account_name=None +2026-06-09 21:20:23 [INFO] Search completed successfully for query: 'mona lisa' +2026-06-09 21:20:23 [INFO] Search requested: query='mona lisa ', type=track, limit=50, main_account_name=None +2026-06-09 21:20:24 [INFO] Search completed successfully for query: 'mona lisa ' +2026-06-09 21:20:26 [INFO] Search requested: query='mona lisa the killers', type=track, limit=50, main_account_name=None +2026-06-09 21:20:27 [INFO] Search completed successfully for query: 'mona lisa the killers' +2026-06-09 21:20:33 [INFO] Added track download task ee548f4c-aeb4-495b-a9f4-c8a725a494b4 to Celery queue. +2026-06-09 21:20:33 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Service determined from URL: spotify +2026-06-09 21:20:33 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Credentials provided: main_account_name='jsonjordan', fallback_account_name='None' +2026-06-09 21:20:33 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Spotify URL, no fallback. Direct download with Spotify account (for blob): jsonjordan +2026-06-09 21:23:02 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:25:41 [INFO] Celery[DW-STDOUT]: DEBUG: track.py - Direct Spotify download (account: jsonjordan for blob) successful. +2026-06-09 21:27:04 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:27:51 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:27:53 [INFO] Connection successfully! +2026-06-09 21:27:53 [INFO] Session.Receiver started +2026-06-09 21:27:53 [INFO] Re-authenticated as jsonjordan! +2026-06-09 21:27:53 [INFO] Skipping 02 +2026-06-09 21:27:53 [INFO] Received license_version: 0 +2026-06-09 21:27:53 [INFO] Received country_code: US +2026-06-09 21:27:53 [INFO] Skipping 1f +2026-06-09 21:27:53 [INFO] Skipping 69 +2026-06-09 21:27:53 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 21:29:06 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:36:59 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:37:01 [INFO] Connection successfully! +2026-06-09 21:37:01 [INFO] Session.Receiver started +2026-06-09 21:37:01 [INFO] Skipping 02 +2026-06-09 21:37:01 [INFO] Received license_version: 0 +2026-06-09 21:37:01 [INFO] Received country_code: US +2026-06-09 21:37:01 [INFO] Re-authenticated as jsonjordan! +2026-06-09 21:37:01 [INFO] Skipping 1f +2026-06-09 21:37:01 [INFO] Skipping 69 +2026-06-09 21:37:01 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 21:48:35 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:49:01 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:49:02 [INFO] Connection successfully! +2026-06-09 21:49:02 [INFO] Session.Receiver started +2026-06-09 21:49:02 [INFO] Skipping 02 +2026-06-09 21:49:02 [INFO] Received license_version: 0 +2026-06-09 21:49:02 [INFO] Re-authenticated as jsonjordan! +2026-06-09 21:49:02 [INFO] Received country_code: US +2026-06-09 21:49:02 [INFO] Skipping 1f +2026-06-09 21:49:02 [INFO] Skipping 69 +2026-06-09 21:49:02 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 21:51:02 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 21:51:03 [INFO] Connection successfully! +2026-06-09 21:51:03 [INFO] Session.Receiver started +2026-06-09 21:51:03 [INFO] Skipping 02 +2026-06-09 21:51:03 [INFO] Received license_version: 0 +2026-06-09 21:51:03 [INFO] Re-authenticated as jsonjordan! +2026-06-09 21:51:03 [INFO] Received country_code: US +2026-06-09 21:51:03 [INFO] Skipping 1f +2026-06-09 21:51:03 [INFO] Skipping 69 +2026-06-09 21:51:03 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 21:56:37 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:00:38 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 22:11:03 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:13:07 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:22:39 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:24:41 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:44:42 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:57:53 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 22:57:54 [INFO] Connection successfully! +2026-06-09 22:57:54 [INFO] Session.Receiver started +2026-06-09 22:57:55 [INFO] Skipping 02 +2026-06-09 22:57:55 [INFO] Received license_version: 0 +2026-06-09 22:57:55 [INFO] Received country_code: US +2026-06-09 22:57:55 [INFO] Re-authenticated as jsonjordan! +2026-06-09 22:57:55 [INFO] Skipping 1f +2026-06-09 22:57:55 [INFO] Skipping 69 +2026-06-09 22:57:55 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1935, in run +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 59, in receive_encoded +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: connection.read_exact(3)) +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1827, in read_exact +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: chunk = self.__socket.recv(remaining) +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: self.run() +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1949, in run +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1150, in reconnect +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-09 23:06:44 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-09 23:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-09 23:17:55 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 23:17:56 [INFO] Connection successfully! +2026-06-09 23:17:56 [INFO] Session.Receiver started +2026-06-09 23:17:56 [INFO] Skipping 02 +2026-06-09 23:17:56 [INFO] Re-authenticated as jsonjordan! +2026-06-09 23:17:56 [INFO] Received license_version: 0 +2026-06-09 23:17:56 [INFO] Received country_code: US +2026-06-09 23:17:56 [INFO] Skipping 1f +2026-06-09 23:17:56 [INFO] Skipping 69 +2026-06-09 23:17:56 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 23:21:56 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 23:21:57 [INFO] Connection successfully! +2026-06-09 23:21:58 [INFO] Session.Receiver started +2026-06-09 23:21:58 [INFO] Skipping 02 +2026-06-09 23:21:58 [INFO] Received license_version: 0 +2026-06-09 23:21:58 [INFO] Re-authenticated as jsonjordan! +2026-06-09 23:21:58 [INFO] Received country_code: US +2026-06-09 23:21:58 [INFO] Skipping 1f +2026-06-09 23:21:58 [INFO] Skipping 69 +2026-06-09 23:21:58 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-09 23:31:09 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 23:37:58 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-09 23:37:59 [INFO] Connection successfully! +2026-06-09 23:37:59 [INFO] Session.Receiver started +2026-06-09 23:37:59 [INFO] Skipping 02 +2026-06-09 23:37:59 [INFO] Re-authenticated as jsonjordan! +2026-06-09 23:37:59 [INFO] Received license_version: 0 +2026-06-09 23:37:59 [INFO] Received country_code: US +2026-06-09 23:37:59 [INFO] Skipping 1f +2026-06-09 23:37:59 [INFO] Skipping 69 +2026-06-09 23:38:00 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 00:08:00 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 00:08:01 [INFO] Connection successfully! +2026-06-10 00:08:01 [INFO] Session.Receiver started +2026-06-10 00:08:01 [INFO] Skipping 02 +2026-06-10 00:08:01 [INFO] Received license_version: 0 +2026-06-10 00:08:01 [INFO] Re-authenticated as jsonjordan! +2026-06-10 00:08:01 [INFO] Received country_code: US +2026-06-10 00:08:01 [INFO] Skipping 1f +2026-06-10 00:08:01 [INFO] Skipping 69 +2026-06-10 00:08:01 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 00:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 00:27:10 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: Exception in thread session-packet-receiver: +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1935, in run +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: packet = self.__session.cipher_pair.receive_encoded( +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/python/librespot/crypto.py", line 59, in receive_encoded +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: connection.read_exact(3)) +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1827, in read_exact +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: chunk = self.__socket.recv(remaining) +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: ConnectionResetError: [Errno 104] Connection reset by peer +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: During handling of the above exception, another exception occurred: +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: Traceback (most recent call last): +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: self.run() +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/usr/lib/python3.11/threading.py", line 975, in run +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: self._target(*self._args, **self._kwargs) +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1949, in run +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: self.__session.reconnect() +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1150, in reconnect +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: self.connection = Session.ConnectionHolder.create( +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: File "/python/librespot/core.py", line 1795, in create +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: sock.connect((ap_address, ap_port)) +2026-06-10 00:45:12 [INFO] Celery[DW-STDERR]: ConnectionRefusedError: [Errno 111] Connection refused +2026-06-10 00:46:01 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 00:46:02 [INFO] Connection successfully! +2026-06-10 00:46:02 [INFO] Session.Receiver started +2026-06-10 00:46:02 [INFO] Skipping 02 +2026-06-10 00:46:02 [INFO] Re-authenticated as jsonjordan! +2026-06-10 00:46:02 [INFO] Received license_version: 0 +2026-06-10 00:46:02 [INFO] Received country_code: US +2026-06-10 00:46:02 [INFO] Skipping 1f +2026-06-10 00:46:02 [INFO] Skipping 69 +2026-06-10 00:46:03 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 00:54:02 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 00:54:03 [INFO] Connection successfully! +2026-06-10 00:54:04 [INFO] Session.Receiver started +2026-06-10 00:54:04 [INFO] Skipping 02 +2026-06-10 00:54:04 [INFO] Received license_version: 0 +2026-06-10 00:54:04 [INFO] Received country_code: US +2026-06-10 00:54:04 [INFO] Re-authenticated as jsonjordan! +2026-06-10 00:54:04 [INFO] Skipping 1f +2026-06-10 00:54:04 [INFO] Skipping 69 +2026-06-10 00:54:04 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 00:56:04 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 00:56:05 [INFO] Connection successfully! +2026-06-10 00:56:05 [INFO] Session.Receiver started +2026-06-10 00:56:05 [INFO] Skipping 02 +2026-06-10 00:56:05 [INFO] Received license_version: 0 +2026-06-10 00:56:05 [INFO] Received country_code: US +2026-06-10 00:56:05 [INFO] Re-authenticated as jsonjordan! +2026-06-10 00:56:05 [INFO] Skipping 1f +2026-06-10 00:56:05 [INFO] Skipping 69 +2026-06-10 00:56:05 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 01:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 02:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 02:22:05 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 02:22:06 [INFO] Connection successfully! +2026-06-10 02:22:06 [INFO] Session.Receiver started +2026-06-10 02:22:06 [INFO] Skipping 02 +2026-06-10 02:22:06 [INFO] Received license_version: 0 +2026-06-10 02:22:06 [INFO] Re-authenticated as jsonjordan! +2026-06-10 02:22:06 [INFO] Received country_code: US +2026-06-10 02:22:06 [INFO] Skipping 1f +2026-06-10 02:22:06 [INFO] Skipping 69 +2026-06-10 02:22:06 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 02:28:06 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 02:28:07 [INFO] Connection successfully! +2026-06-10 02:28:07 [INFO] Session.Receiver started +2026-06-10 02:28:07 [INFO] Skipping 02 +2026-06-10 02:28:07 [INFO] Received license_version: 0 +2026-06-10 02:28:07 [INFO] Received country_code: US +2026-06-10 02:28:07 [INFO] Skipping 1f +2026-06-10 02:28:07 [INFO] Re-authenticated as jsonjordan! +2026-06-10 02:28:07 [INFO] Skipping 69 +2026-06-10 02:28:07 [INFO] Skipping unknown command cmd: 0x75, payload: b'\x00\x00\x01' +2026-06-10 02:30:07 [CRITICAL] Failed reading packet! [Errno 104] Connection reset by peer +2026-06-10 03:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 04:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 05:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 06:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 07:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 08:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 09:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 10:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 11:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 12:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 13:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 14:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 15:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 16:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 17:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 18:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 19:10:48 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 19:52:59 [INFO] Logging system initialized +2026-06-10 19:52:59 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-10 19:52:59 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-10 19:52:59 [INFO] Migration validation completed (3.3.0 gate) +2026-06-10 19:52:59 [INFO] Database migrations executed (if needed) early in startup. +2026-06-10 19:52:59 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-10 19:52:59 [INFO] Testing Redis connection to redis:6379... +2026-06-10 19:52:59 [INFO] Redis connection successful +2026-06-10 19:52:59 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-10 19:52:59 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-10 19:52:59 [INFO] Celery Download Worker (PID: 12) started with concurrency 3. +2026-06-10 19:52:59 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-10 19:52:59 [INFO] Celery Utility Worker (PID: 15) started with concurrency 1. +2026-06-10 19:52:59 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-10 19:52:59 [INFO] CeleryManager: Config monitor thread started. +2026-06-10 19:52:59 [INFO] Celery workers started successfully +2026-06-10 19:52:59 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-10 19:52:59 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-10 19:52:59 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-10 19:52:59 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-10 19:52:59 [INFO] Watch Scheduler: Thread started. +2026-06-10 19:52:59 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 19:52:59 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-10 19:52:59 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-10 19:52:59 [INFO] Application startup complete. +2026-06-10 19:52:59 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: +2026-06-10 19:53:01 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@25a74395df0e v5.5.3 (immunity) +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-10 19:53:01 +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-10 19:53:01 +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fd843214510 +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f05e0728210 +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-10 19:53:01 [INFO] Celery[UW-STDOUT]: +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-10 19:53:01 [INFO] Celery[DW-STDOUT]: +2026-06-10 20:47:46 [INFO] Celery[UW-STDOUT]: +2026-06-10 20:47:46 [INFO] Celery[UW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-10 20:47:46 [INFO] Celery[DW-STDOUT]: +2026-06-10 20:47:46 [INFO] Celery[DW-STDOUT]: worker: Warm shutdown (MainProcess) +2026-06-10 20:50:11 [INFO] Logging system initialized +2026-06-10 20:50:11 [INFO] Logging system fully initialized (lifespan startup). Effective log level: INFO +2026-06-10 20:50:11 [INFO] Configuration version 3.3.1 detected. Proceeding. +2026-06-10 20:50:11 [INFO] Migration validation completed (3.3.0 gate) +2026-06-10 20:50:11 [INFO] Database migrations executed (if needed) early in startup. +2026-06-10 20:50:11 [INFO] Spotify device info backfill complete: created=0 updated=0 skipped=2 +2026-06-10 20:50:11 [INFO] Testing Redis connection to redis:6379... +2026-06-10 20:50:11 [INFO] Redis connection successful +2026-06-10 20:50:11 [INFO] CeleryManager initialized. Download concurrency set to: 3 | Utility concurrency: 1 +2026-06-10 20:50:11 [INFO] Starting Celery Download Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q downloads -c 3 --hostname=worker_dlw@%h --pool=prefork +2026-06-10 20:50:11 [INFO] Celery Download Worker (PID: 11) started with concurrency 3. +2026-06-10 20:50:11 [INFO] Starting Celery Utility Worker with command: /usr/bin/python3 -m celery -A routes.utils.celery_tasks worker --loglevel=INFO -Q utility_tasks,default -c 1 --hostname=worker_utw@%h --pool=prefork +2026-06-10 20:50:11 [INFO] Celery Utility Worker (PID: 14) started with concurrency 1. +2026-06-10 20:50:11 [INFO] CeleryManager: Config monitor thread active, monitoring configuration changes... +2026-06-10 20:50:11 [INFO] CeleryManager: Config monitor thread started. +2026-06-10 20:50:11 [INFO] Celery workers started successfully +2026-06-10 20:50:11 [INFO] Playlists database initialized/updated successfully at data/watch/playlists.db +2026-06-10 20:50:11 [INFO] Artists database initialized/updated successfully at data/watch/artists.db +2026-06-10 20:50:11 [INFO] Successfully updated all existing tables schema in playlists database +2026-06-10 20:50:11 [INFO] Watch Manager: Successfully updated all existing tables schema +2026-06-10 20:50:11 [INFO] Watch Scheduler: Thread started. +2026-06-10 20:50:11 [INFO] Watch Manager: Background scheduler started (includes playlists and artists). +2026-06-10 20:50:11 [INFO] Watch Manager initialized and registered for shutdown. +2026-06-10 20:50:11 [INFO] Application startup complete. +2026-06-10 20:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 20:50:11 [INFO] Uvicorn running on http://0.0.0.0:7171 (Press CTRL+C to quit) +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: We're assuming this is a potential security issue. +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: absolutely not recommended! +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: Please specify a different user using the --uid option. +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:811: SecurityWarning: An entry for the specified gid or egid was not found. +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: We're assuming this is a potential security issue. +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ASSUMING_ROOT)) +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: /python/celery/platforms.py:841: SecurityWarning: You're running the worker with superuser privileges: this is +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: absolutely not recommended! +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: Please specify a different user using the --uid option. +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: User information: uid=1000 euid=1000 gid=1000 egid=1000 +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDERR]: warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format( +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: -------------- worker_dlw@25a74395df0e v5.5.3 (immunity) +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-10 20:50:15 +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: - *** --- * --- +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: - ** ---------- [config] +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7f1be3b40790 +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: - *** --- * --- .> concurrency: 3 (prefork) +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: --- ***** ----- +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: -------------- [queues] +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: .> downloads exchange=downloads(direct) key=downloads +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: [tasks] +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: . cleanup_stale_errors +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: . delayed_delete_task_data +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: . download_album +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: . download_playlist +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: . download_track +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: . trigger_sse_update_task +2026-06-10 20:50:15 [INFO] Celery[DW-STDOUT]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: -------------- worker_utw@25a74395df0e v5.5.3 (immunity) +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: -- ******* ---- Linux-5.15.0-181-generic-x86_64-with-glibc2.36 2026-06-10 20:50:15 +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: - *** --- * --- +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: - ** ---------- [config] +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> app: routes.utils.celery_tasks:0x7fcb3e028390 +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> transport: redis://:**@redis:6379/0 +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: - ** ---------- .> results: redis://:**@redis:6379/0 +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: - *** --- * --- .> concurrency: 1 (prefork) +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: --- ***** ----- +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: -------------- [queues] +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: .> default exchange=default(direct) key=default +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: .> utility_tasks exchange=utility_tasks(direct) key=utility_tasks +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: [tasks] +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: . cleanup_stale_errors +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: . delayed_delete_task_data +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: . download_album +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: . download_playlist +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: . download_track +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: . trigger_sse_update_task +2026-06-10 20:50:15 [INFO] Celery[UW-STDOUT]: +2026-06-10 21:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 22:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-10 23:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 00:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 01:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 02:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 03:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 04:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 05:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 06:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 07:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 08:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 09:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 10:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 11:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 12:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 13:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 14:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 15:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 16:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 17:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 18:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 19:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 20:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 21:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 22:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-11 23:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 00:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 01:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 02:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 03:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 04:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 05:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 06:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 07:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 08:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 09:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 10:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 11:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 12:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 13:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 14:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 15:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 16:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 17:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 18:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 19:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 20:50:11 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 21:50:12 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 22:50:12 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-12 23:50:12 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. +2026-06-13 00:50:12 [INFO] Watch Scheduler: Watch feature is disabled in config. Skipping checks. diff --git a/logs/tasks/01fbe713-a412-48a4-952a-0690b242eb09.log b/logs/tasks/01fbe713-a412-48a4-952a-0690b242eb09.log new file mode 100644 index 0000000..5416b7b --- /dev/null +++ b/logs/tasks/01fbe713-a412-48a4-952a-0690b242eb09.log @@ -0,0 +1,319 @@ +{"playlist": {"type": "playlist", "title": "Deserted Island Playlist", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Bright Lights Bigger City", "position": 0, "duration_ms": 218280, "artists": [{"type": "artistTrackPlaylist", "name": "CeeLo Green", "ids": {"spotify": "5nLYd9ST4Cnwy6NHaCxbj8"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Lady Killer", "release_date": {"year": 2010, "month": 11, "day": 9}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f50b3400595b123a916e0dc", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f50b3400595b123a916e0dc", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f50b3400595b123a916e0dc", "width": 64, "height": 64}], "ids": {"spotify": "3MXU6UoWrf4w4bOvjZTlvY"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "CeeLo Green", "ids": {"spotify": "5nLYd9ST4Cnwy6NHaCxbj8"}}]}, "ids": {"spotify": "2zT5npcA5n2RhhnBiWg3zo", "isrc": "USAT21002307"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "9 Crimes", "position": 0, "duration_ms": 219226, "artists": [{"type": "artistTrackPlaylist", "name": "Damien Rice", "ids": {"spotify": "14r9dR01KeBLFfylVSKCZQ"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "9", "release_date": {"year": 2006, "month": 11, "day": 7}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273808ee8200ce2246451829ce1", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02808ee8200ce2246451829ce1", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851808ee8200ce2246451829ce1", "width": 64, "height": 64}], "ids": {"spotify": "4B7O0E5V0ntVTz41tCfPdF"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Damien Rice", "ids": {"spotify": "14r9dR01KeBLFfylVSKCZQ"}}]}, "ids": {"spotify": "08YEGpKt2LHJ0URCXKHEie", "isrc": "IEABD0600100"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Try A Little Tenderness - Single Version", "position": 0, "duration_ms": 262933, "artists": [{"type": "artistTrackPlaylist", "name": "Three Dog Night", "ids": {"spotify": "4FAEZeJcsYYBkNq2D3KGTV"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Three Dog Night - The Complete Hit Singles", "release_date": {"year": 2004, "month": 1, "day": 1}, "total_tracks": 21, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273bd2cb24247cd3ab67f765114", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02bd2cb24247cd3ab67f765114", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851bd2cb24247cd3ab67f765114", "width": 64, "height": 64}], "ids": {"spotify": "7nf5ECkHbmO8vB6IXSrXx4"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Three Dog Night", "ids": {"spotify": "4FAEZeJcsYYBkNq2D3KGTV"}}]}, "ids": {"spotify": "74thNe5Mx4xjT885KorrNH", "isrc": "USMC16849738"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "No Church In The Wild", "position": 0, "duration_ms": 272506, "artists": [{"type": "artistTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrackPlaylist", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrackPlaylist", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "width": 64, "height": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "jar of hearts", "position": 0, "duration_ms": 246587, "artists": [{"type": "artistTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "width": 64, "height": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Don't Speak", "position": 0, "duration_ms": 262746, "artists": [{"type": "artistTrackPlaylist", "name": "No Doubt", "ids": {"spotify": "0cQbJU1aAzvbEmTuljWLlF"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "The Singles Collection", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273738fbaa134106eafb7772552", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02738fbaa134106eafb7772552", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851738fbaa134106eafb7772552", "width": 64, "height": 64}], "ids": {"spotify": "5fSlrmZPalwAAQDwu6shK2"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "No Doubt", "ids": {"spotify": "0cQbJU1aAzvbEmTuljWLlF"}}]}, "ids": {"spotify": "6JGQ98So2ik5GVI9ydQ2Yh", "isrc": "USIR19500279"}, "disc_number": 1, "track_number": 13, "explicit": false}, {"type": "trackPlaylist", "title": "Majestic", "position": 0, "duration_ms": 337053, "artists": [{"type": "artistTrackPlaylist", "name": "Wax Fang", "ids": {"spotify": "28apqXruaLOhD1nGDhrr9Q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "La La Land", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732c0937f876c8f665794edb02", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022c0937f876c8f665794edb02", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512c0937f876c8f665794edb02", "width": 64, "height": 64}], "ids": {"spotify": "1rhSNrng2BPxFoVBYZUCEf"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Wax Fang", "ids": {"spotify": "28apqXruaLOhD1nGDhrr9Q"}}]}, "ids": {"spotify": "5yzxbU3DPhyfQvBBJExzb7", "isrc": "US2K71110001"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Unfaithful", "position": 0, "duration_ms": 224629, "artists": [{"type": "artistTrackPlaylist", "name": "Rihanna", "ids": {"spotify": "5pKCCKE2ajJHZ9KAiaK11H"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Girl Like Me", "release_date": {"year": 2006, "month": 4, "day": 10}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b8dcb0db8772609cb2f55428", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b8dcb0db8772609cb2f55428", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b8dcb0db8772609cb2f55428", "width": 64, "height": 64}], "ids": {"spotify": "1F0HfWg9fdLDdeIfh9CnjU"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Rihanna", "ids": {"spotify": "5pKCCKE2ajJHZ9KAiaK11H"}}]}, "ids": {"spotify": "3husjxyCMBvNeiTEcrpPSe", "isrc": "USUM70601995"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "My Immortal - Band Version", "position": 0, "duration_ms": 273360, "artists": [{"type": "artistTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Fallen", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27325f49ab23f0ec6332efef432", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0225f49ab23f0ec6332efef432", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485125f49ab23f0ec6332efef432", "width": 64, "height": 64}], "ids": {"spotify": "02w1xMzzdF2OJxTeh1basm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}]}, "ids": {"spotify": "3PYdxIDuBIuJSDGwfptFx4", "isrc": "USWU30300059"}, "disc_number": 1, "track_number": 12, "explicit": false}, {"type": "trackPlaylist", "title": "No Diggity", "position": 0, "duration_ms": 304600, "artists": [{"type": "artistTrackPlaylist", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrackPlaylist", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrackPlaylist", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "width": 64, "height": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "In the End", "position": 0, "duration_ms": 216880, "artists": [{"type": "artistTrackPlaylist", "name": "Linkin Park", "ids": {"spotify": "6XyY86QOPPrYVGvF9ch6wz"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Hybrid Theory (Bonus Edition)", "release_date": {"year": 2000, "month": 10, "day": 24}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e2f039481babe23658fc719a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e2f039481babe23658fc719a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e2f039481babe23658fc719a", "width": 64, "height": 64}], "ids": {"spotify": "6hPkbAV3ZXpGZBGUvL6jVM"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Linkin Park", "ids": {"spotify": "6XyY86QOPPrYVGvF9ch6wz"}}]}, "ids": {"spotify": "60a0Rd6pjrkxjPbaKzXjfq", "isrc": "USWB10002407"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "Creep", "position": 0, "duration_ms": 238640, "artists": [{"type": "artistTrackPlaylist", "name": "Radiohead", "ids": {"spotify": "4Z8W4fKeB5YxbusRsdQVPb"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Pablo Honey", "release_date": {"year": 1993, "month": 2, "day": 22}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732f85b65d3ac4d3d7f806ca11", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022f85b65d3ac4d3d7f806ca11", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512f85b65d3ac4d3d7f806ca11", "width": 64, "height": 64}], "ids": {"spotify": "6400dnyeDyD2mIFHfkwHXN"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Radiohead", "ids": {"spotify": "4Z8W4fKeB5YxbusRsdQVPb"}}]}, "ids": {"spotify": "6b2oQwSGFkzsMtQruIWm2p", "isrc": "GBAYE9200070"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Skyfall", "position": 0, "duration_ms": 286480, "artists": [{"type": "artistTrackPlaylist", "name": "Adele", "ids": {"spotify": "4dpARuHxo51G3z768sgnrY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Skyfall", "release_date": {"year": 2012, "month": 10, "day": 4}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732737be35cc5245eef495be90", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022737be35cc5245eef495be90", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512737be35cc5245eef495be90", "width": 64, "height": 64}], "ids": {"spotify": "6TwN6Lq9glwnG8kNp6chHY"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Adele", "ids": {"spotify": "4dpARuHxo51G3z768sgnrY"}}]}, "ids": {"spotify": "6VObnIkLVruX4UVyxWhlqm", "isrc": "GBBKS1200164"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "You Give Love A Bad Name", "position": 0, "duration_ms": 222706, "artists": [{"type": "artistTrackPlaylist", "name": "Bon Jovi", "ids": {"spotify": "58lV9VcRSjABbAbfWS6skp"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Slippery When Wet", "release_date": {"year": 1986, "month": 8, "day": 16}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731336b31b6a1799f0de5807ac", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021336b31b6a1799f0de5807ac", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511336b31b6a1799f0de5807ac", "width": 64, "height": 64}], "ids": {"spotify": "0kBfgEilUFCMIQY5IOjG4t"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bon Jovi", "ids": {"spotify": "58lV9VcRSjABbAbfWS6skp"}}]}, "ids": {"spotify": "0rmGAIH9LNJewFw7nKzZnc", "isrc": "USPR39402224"}, "disc_number": 1, "track_number": 2, "explicit": false}], "images": [{"url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da846a37fd8fade5845b342f469d"}], "ids": {"spotify": "6vz6zOLCe2RuOdwcWLCu9U"}}, "status_info": {"ids": {"spotify": "6vz6zOLCe2RuOdwcWLCu9U"}, "status": "initializing"}, "timestamp": 1759509063.119067} +{"track": {"type": "track", "title": "Bright Lights Bigger City", "disc_number": 1, "track_number": 2, "duration_ms": 218280, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Lady Killer", "release_date": {"year": 2010, "month": 11, "day": 9}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f50b3400595b123a916e0dc", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f50b3400595b123a916e0dc", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f50b3400595b123a916e0dc", "height": 64, "width": 64}], "ids": {"spotify": "3MXU6UoWrf4w4bOvjZTlvY", "upc": "075679974136"}, "artists": [{"type": "artistAlbumTrack", "name": "CeeLo Green", "ids": {"spotify": "5nLYd9ST4Cnwy6NHaCxbj8"}}]}, "artists": [{"type": "artistTrack", "name": "CeeLo Green", "ids": {"spotify": "5nLYd9ST4Cnwy6NHaCxbj8"}}], "ids": {"spotify": "2zT5npcA5n2RhhnBiWg3zo", "isrc": "USAT21002307"}}, "status_info": {"ids": {"spotify": "2zT5npcA5n2RhhnBiWg3zo", "isrc": "USAT21002307"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/CeeLo Green/The Lady Killer/2. Bright Lights Bigger City.ogg'"}, "current_track": 1, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509063.5762854} +{"track": {"type": "track", "title": "9 Crimes", "disc_number": 1, "track_number": 1, "duration_ms": 219226, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "9", "release_date": {"year": 2006, "month": 11, "day": 7}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273808ee8200ce2246451829ce1", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02808ee8200ce2246451829ce1", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851808ee8200ce2246451829ce1", "height": 64, "width": 64}], "ids": {"spotify": "4B7O0E5V0ntVTz41tCfPdF", "upc": "093624324966"}, "artists": [{"type": "artistAlbumTrack", "name": "Damien Rice", "ids": {"spotify": "14r9dR01KeBLFfylVSKCZQ"}}]}, "artists": [{"type": "artistTrack", "name": "Damien Rice", "ids": {"spotify": "14r9dR01KeBLFfylVSKCZQ"}}], "ids": {"spotify": "08YEGpKt2LHJ0URCXKHEie", "isrc": "IEABD0600100"}}, "status_info": {"ids": {"spotify": "08YEGpKt2LHJ0URCXKHEie", "isrc": "IEABD0600100"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Damien Rice/9/1. 9 Crimes.ogg'"}, "current_track": 2, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509063.9117284} +{"track": {"type": "track", "title": "Try A Little Tenderness - Single Version", "disc_number": 1, "track_number": 2, "duration_ms": 262933, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Three Dog Night - The Complete Hit Singles", "release_date": {"year": 2004, "month": 1, "day": 1}, "total_tracks": 21, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273bd2cb24247cd3ab67f765114", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02bd2cb24247cd3ab67f765114", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851bd2cb24247cd3ab67f765114", "height": 64, "width": 64}], "ids": {"spotify": "7nf5ECkHbmO8vB6IXSrXx4", "upc": "00602498614709"}, "artists": [{"type": "artistAlbumTrack", "name": "Three Dog Night", "ids": {"spotify": "4FAEZeJcsYYBkNq2D3KGTV"}}]}, "artists": [{"type": "artistTrack", "name": "Three Dog Night", "ids": {"spotify": "4FAEZeJcsYYBkNq2D3KGTV"}}], "ids": {"spotify": "74thNe5Mx4xjT885KorrNH", "isrc": "USMC16849738"}}, "status_info": {"ids": {"spotify": "74thNe5Mx4xjT885KorrNH", "isrc": "USMC16849738"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Three Dog Night/Three Dog Night - The Complete Hit Singles/2. Try A Little Tenderness - Single Version.ogg'"}, "current_track": 3, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509064.379175} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "initializing"}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509064.667919} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509065.2791526} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 2705, "progress": 1}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509067.9851308} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 5406, "progress": 2}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509070.686197} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 8111, "progress": 3}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509073.3909893} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 10816, "progress": 4}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509076.0963194} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 13521, "progress": 5}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509078.8013947} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 16319, "progress": 6}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509081.5996382} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 19025, "progress": 7}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509084.3047614} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 21729, "progress": 8}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509087.0096853} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 24434, "progress": 9}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509089.7147102} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 27140, "progress": 10}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509092.419814} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 29877, "progress": 11}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509095.1568496} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 32550, "progress": 12}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509097.8298607} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 35348, "progress": 13}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509100.6279368} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 38053, "progress": 14}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509103.3331726} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 40758, "progress": 15}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509106.0382001} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 43463, "progress": 16}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509108.7432587} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 46168, "progress": 17}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509111.44823} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 48873, "progress": 18}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509114.1531863} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 51671, "progress": 19}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509116.9515862} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 54376, "progress": 20}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509119.656426} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 57081, "progress": 21}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509122.3615944} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 59786, "progress": 22}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509125.066663} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 62491, "progress": 23}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509127.7716963} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 65196, "progress": 24}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509130.4766905} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 67995, "progress": 25}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509133.2748792} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 70700, "progress": 26}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509135.9800074} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 73405, "progress": 27}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509138.6850228} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 76110, "progress": 28}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509141.3900456} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 78815, "progress": 29}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509144.0951276} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 81520, "progress": 30}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509146.8000758} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 84318, "progress": 31}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509149.5983913} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 87023, "progress": 32}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509152.303444} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 89728, "progress": 33}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509155.0082586} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 92433, "progress": 34}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509157.713192} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 95138, "progress": 35}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509160.418511} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 97843, "progress": 36}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509163.1229253} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 100548, "progress": 37}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509165.828511} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 103347, "progress": 38}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509168.6268592} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 106052, "progress": 39}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509171.3318136} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 108757, "progress": 40}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509174.0368538} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 111462, "progress": 41}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509176.7416441} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 114167, "progress": 42}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509179.4468112} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 116872, "progress": 43}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509182.1519132} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 119670, "progress": 44}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509184.9500816} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 122408, "progress": 45}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509187.6875517} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 125080, "progress": 46}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509190.3599494} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 127785, "progress": 47}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509193.0652714} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 130490, "progress": 48}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509195.7703493} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 133195, "progress": 49}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509198.475256} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 135993, "progress": 50}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509201.2736456} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 138698, "progress": 51}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509203.9787006} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 141403, "progress": 52}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509206.68371} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 144108, "progress": 53}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509209.388686} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 146813, "progress": 54}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509212.0937016} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 149518, "progress": 55}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509214.7984588} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 152317, "progress": 56}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509217.596276} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 155022, "progress": 57}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509220.3019412} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 157727, "progress": 58}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509223.0058806} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 160432, "progress": 59}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509225.711936} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 163137, "progress": 60}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509228.417113} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 165842, "progress": 61}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509231.122136} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 168547, "progress": 62}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509233.827102} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 171345, "progress": 63}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509236.6254652} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 174050, "progress": 64}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509239.3305604} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 176755, "progress": 65}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509242.0352893} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 179460, "progress": 66}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509244.7405238} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 182165, "progress": 67}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509247.4454052} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 184870, "progress": 68}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509250.1506135} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 187669, "progress": 69}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509252.9487908} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 190374, "progress": 70}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509255.6537707} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 193079, "progress": 71}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509258.358856} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 195784, "progress": 72}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509261.0638187} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 198489, "progress": 73}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509263.768949} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 201194, "progress": 74}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509266.4738727} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 203992, "progress": 75}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509269.27228} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 206697, "progress": 76}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509271.9773192} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 209402, "progress": 77}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509274.6823983} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 212107, "progress": 78}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509277.3873847} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 214812, "progress": 79}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509280.0923789} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 217517, "progress": 80}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509282.797395} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 220315, "progress": 81}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509285.5957382} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 223020, "progress": 82}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509288.300705} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 225725, "progress": 83}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509291.005614} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 228431, "progress": 84}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509293.7107975} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 231135, "progress": 85}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509296.415343} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 233840, "progress": 86}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509299.1206574} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 236639, "progress": 87}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509301.9191475} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 239344, "progress": 88}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509304.6241064} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 242049, "progress": 89}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509307.3291543} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 244790, "progress": 90}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509310.0703535} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 247459, "progress": 91}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509312.7391143} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 250164, "progress": 92}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509315.4441156} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 252869, "progress": 93}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509318.1492245} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 255667, "progress": 94}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509320.947554} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 258372, "progress": 95}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509323.6524105} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 261077, "progress": 96}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509326.3575757} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 263782, "progress": 97}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509329.0625045} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 266487, "progress": 98}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509331.766468} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "real-time", "time_elapsed": 269192, "progress": 99}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509334.4726236} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "done", "final_path": "/app/downloads/JAY-Z\uff1b Kanye West\uff1b Frank Ocean\uff1b The-Dream/Watch The Throne/1. No Church In The Wild.ogg", "download_quality": "OGG_320"}, "current_track": 4, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509344.3345063} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "initializing"}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509445.979815} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509446.3595302} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 2352, "progress": 1}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509448.7127392} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 4818, "progress": 2}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509451.1781914} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 7288, "progress": 3}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509453.648326} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 9758, "progress": 4}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509456.1185298} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 12228, "progress": 5}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509458.5884585} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 14698, "progress": 6}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509461.0586739} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 17168, "progress": 7}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509463.5287626} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 19638, "progress": 8}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509465.999003} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 22109, "progress": 9}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509468.4689443} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 24579, "progress": 10}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509470.939283} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 27049, "progress": 11}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509473.4094005} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 29519, "progress": 12}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509475.8795254} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 31871, "progress": 13}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509478.2319067} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 34342, "progress": 14}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509480.7021365} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 36812, "progress": 15}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509483.1721745} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 39282, "progress": 16}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509485.6424532} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 41752, "progress": 17}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509488.112416} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 44222, "progress": 18}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509490.582693} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 46692, "progress": 19}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509493.0528064} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 49162, "progress": 20}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509495.5230074} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 51633, "progress": 21}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509497.9931276} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 54103, "progress": 22}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509500.46324} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 56573, "progress": 23}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509502.9333148} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 58925, "progress": 24}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509505.2858367} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 61395, "progress": 25}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509507.755701} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 63866, "progress": 26}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509510.2259998} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 66336, "progress": 27}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509512.6962209} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 68806, "progress": 28}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509515.1664128} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 71276, "progress": 29}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509517.6365} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 73746, "progress": 30}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509520.106665} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 76216, "progress": 31}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509522.576747} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 78686, "progress": 32}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509525.0469174} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 81157, "progress": 33}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509527.517025} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 83627, "progress": 34}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509529.9871976} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 86097, "progress": 35}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509532.4573033} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 88449, "progress": 36}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509534.809683} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 90919, "progress": 37}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509537.279776} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 93390, "progress": 38}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509539.7500303} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 95860, "progress": 39}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509542.2200935} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 98330, "progress": 40}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509544.6902528} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 100800, "progress": 41}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509547.1604471} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 103270, "progress": 42}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509549.6306248} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 105740, "progress": 43}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509552.1007185} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 108210, "progress": 44}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509554.5706363} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 110680, "progress": 45}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509557.0409715} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 113151, "progress": 46}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509559.5111675} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 115503, "progress": 47}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509561.8636081} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 117973, "progress": 48}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509564.3337445} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 120476, "progress": 49}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509566.8361115} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 122914, "progress": 50}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509569.274009} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 125384, "progress": 51}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509571.7441444} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 127854, "progress": 52}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509574.2142816} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 130324, "progress": 53}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509576.6844187} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 132794, "progress": 54}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509579.1544545} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 135264, "progress": 55}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509581.6246731} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 137734, "progress": 56}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509584.0947158} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 140204, "progress": 57}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509586.5649316} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 142675, "progress": 58}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509589.0351136} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 145027, "progress": 59}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509591.3875852} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 147497, "progress": 60}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509593.857701} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 149967, "progress": 61}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509596.3276644} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 152437, "progress": 62}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509598.7979705} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 154908, "progress": 63}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509601.2680895} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 157378, "progress": 64}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509603.7382295} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 159848, "progress": 65}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509606.2082703} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 162318, "progress": 66}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509608.6783853} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 164788, "progress": 67}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509611.1486192} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 167258, "progress": 68}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509613.6187782} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 169728, "progress": 69}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509616.0887036} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 172199, "progress": 70}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509618.559065} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 174551, "progress": 71}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509620.9115503} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 177021, "progress": 72}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509623.3814573} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 179491, "progress": 73}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509625.8517666} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 181961, "progress": 74}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509628.3217943} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 184464, "progress": 75}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509630.823814} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 186902, "progress": 76}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509633.2621884} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 189372, "progress": 77}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509635.7321887} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 191842, "progress": 78}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509638.2024605} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 194312, "progress": 79}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509640.6724842} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 196782, "progress": 80}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509643.142737} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 199252, "progress": 81}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509645.6128483} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 201605, "progress": 82}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509647.96534} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 204075, "progress": 83}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509650.43539} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 206545, "progress": 84}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509652.905591} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 209015, "progress": 85}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509655.3756297} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 211485, "progress": 86}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509657.845865} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 213956, "progress": 87}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509660.3159919} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 216426, "progress": 88}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509662.7860217} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 218896, "progress": 89}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509665.256242} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 221366, "progress": 90}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509667.7264235} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 223836, "progress": 91}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509670.1965063} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 226306, "progress": 92}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509672.6665483} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 228776, "progress": 93}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509675.1367633} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 231129, "progress": 94}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509677.4892864} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 233599, "progress": 95}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509679.9585652} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 236069, "progress": 96}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509682.429547} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 238539, "progress": 97}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509684.8996983} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 241009, "progress": 98}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509687.3696918} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "real-time", "time_elapsed": 243479, "progress": 99}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509689.8399384} +{"track": {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 5, "duration_ms": 246587, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "height": 64, "width": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n", "upc": "075679961990"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}}, "status_info": {"ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "status": "done", "final_path": "/app/downloads/Christina Perri/lovestrong/5. jar of hearts.ogg", "download_quality": "OGG_320"}, "current_track": 5, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509696.3541806} +{"track": {"type": "track", "title": "Don't Speak", "disc_number": 1, "track_number": 13, "duration_ms": 262746, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "The Singles Collection", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273738fbaa134106eafb7772552", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02738fbaa134106eafb7772552", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851738fbaa134106eafb7772552", "height": 64, "width": 64}], "ids": {"spotify": "5fSlrmZPalwAAQDwu6shK2", "upc": "00602498611265"}, "artists": [{"type": "artistAlbumTrack", "name": "No Doubt", "ids": {"spotify": "0cQbJU1aAzvbEmTuljWLlF"}}]}, "artists": [{"type": "artistTrack", "name": "No Doubt", "ids": {"spotify": "0cQbJU1aAzvbEmTuljWLlF"}}], "ids": {"spotify": "6JGQ98So2ik5GVI9ydQ2Yh", "isrc": "USIR19500279"}}, "status_info": {"ids": {"spotify": "6JGQ98So2ik5GVI9ydQ2Yh", "isrc": "USIR19500279"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/No Doubt/The Singles Collection/13. Don't Speak.ogg'"}, "current_track": 6, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509717.6071901} +{"track": {"type": "track", "title": "Majestic", "disc_number": 1, "track_number": 1, "duration_ms": 337053, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "La La Land", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732c0937f876c8f665794edb02", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022c0937f876c8f665794edb02", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512c0937f876c8f665794edb02", "height": 64, "width": 64}], "ids": {"spotify": "1rhSNrng2BPxFoVBYZUCEf", "upc": "653225009510"}, "artists": [{"type": "artistAlbumTrack", "name": "Wax Fang", "ids": {"spotify": "28apqXruaLOhD1nGDhrr9Q"}}]}, "artists": [{"type": "artistTrack", "name": "Wax Fang", "ids": {"spotify": "28apqXruaLOhD1nGDhrr9Q"}}], "ids": {"spotify": "5yzxbU3DPhyfQvBBJExzb7", "isrc": "US2K71110001"}}, "status_info": {"ids": {"spotify": "5yzxbU3DPhyfQvBBJExzb7", "isrc": "US2K71110001"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Wax Fang/La La Land/1. Majestic.ogg'"}, "current_track": 7, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509717.8488443} +{"track": {"type": "track", "title": "Unfaithful", "disc_number": 1, "track_number": 3, "duration_ms": 224629, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Girl Like Me", "release_date": {"year": 2006, "month": 4, "day": 10}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b8dcb0db8772609cb2f55428", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b8dcb0db8772609cb2f55428", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b8dcb0db8772609cb2f55428", "height": 64, "width": 64}], "ids": {"spotify": "1F0HfWg9fdLDdeIfh9CnjU", "upc": "00602498785775"}, "artists": [{"type": "artistAlbumTrack", "name": "Rihanna", "ids": {"spotify": "5pKCCKE2ajJHZ9KAiaK11H"}}]}, "artists": [{"type": "artistTrack", "name": "Rihanna", "ids": {"spotify": "5pKCCKE2ajJHZ9KAiaK11H"}}], "ids": {"spotify": "3husjxyCMBvNeiTEcrpPSe", "isrc": "USUM70601995"}}, "status_info": {"ids": {"spotify": "3husjxyCMBvNeiTEcrpPSe", "isrc": "USUM70601995"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Rihanna/A Girl Like Me/3. Unfaithful.ogg'"}, "current_track": 8, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509718.1006925} +{"track": {"type": "track", "title": "My Immortal - Band Version", "disc_number": 1, "track_number": 12, "duration_ms": 273360, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Fallen", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27325f49ab23f0ec6332efef432", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0225f49ab23f0ec6332efef432", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485125f49ab23f0ec6332efef432", "height": 64, "width": 64}], "ids": {"spotify": "02w1xMzzdF2OJxTeh1basm", "upc": "00601501406300"}, "artists": [{"type": "artistAlbumTrack", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}]}, "artists": [{"type": "artistTrack", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}], "ids": {"spotify": "3PYdxIDuBIuJSDGwfptFx4", "isrc": "USWU30300059"}}, "status_info": {"ids": {"spotify": "3PYdxIDuBIuJSDGwfptFx4", "isrc": "USWU30300059"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Evanescence/Fallen/12. My Immortal - Band Version.ogg'"}, "current_track": 9, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509718.3383365} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "initializing"}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509718.5544803} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509718.8429477} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 2951, "progress": 1}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509721.7950315} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 6000, "progress": 2}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509724.8437796} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 9052, "progress": 3}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509727.8955338} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 12106, "progress": 4}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509730.9495628} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 15158, "progress": 5}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509734.0024984} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 18211, "progress": 6}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509737.0554476} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 21264, "progress": 7}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509740.1082804} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 24317, "progress": 8}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509743.1611686} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 27268, "progress": 9}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509746.1121476} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 30321, "progress": 10}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509749.1651034} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 33374, "progress": 11}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509752.2181082} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 36427, "progress": 12}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509755.2709432} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 39480, "progress": 13}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509758.3239} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 42533, "progress": 14}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509761.3768172} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 45618, "progress": 15}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509764.461274} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 48639, "progress": 16}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509767.4825492} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 51590, "progress": 17}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509770.4335823} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 54643, "progress": 18}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509773.486675} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 57696, "progress": 19}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509776.5396085} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 60748, "progress": 20}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509779.592477} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 63801, "progress": 21}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509782.6446862} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 66854, "progress": 22}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509785.6981788} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 69907, "progress": 23}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509788.7512274} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 72858, "progress": 24}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509791.701321} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 75911, "progress": 25}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509794.755264} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 78964, "progress": 26}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509797.808075} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 82017, "progress": 27}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509800.8610058} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 85070, "progress": 28}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509803.913852} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 88123, "progress": 29}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509806.966867} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 91208, "progress": 30}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509810.0515451} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 94229, "progress": 31}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509813.0724943} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 97180, "progress": 32}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509816.023712} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 100233, "progress": 33}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509819.0765302} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 103286, "progress": 34}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509822.1295764} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 106338, "progress": 35}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509825.1823964} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 109391, "progress": 36}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509828.2352893} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 112444, "progress": 37}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509831.2881} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 115497, "progress": 38}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509834.3412004} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 118550, "progress": 39}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509837.3941042} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 121501, "progress": 40}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509840.3452742} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 124554, "progress": 41}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509843.398148} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 127607, "progress": 42}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509846.4509444} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 130660, "progress": 43}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509849.5037725} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 133713, "progress": 44}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509852.5566502} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 136798, "progress": 45}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509855.641788} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 139819, "progress": 46}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509858.6625493} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 142871, "progress": 47}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509861.7151015} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 145823, "progress": 48}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509864.666668} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 148876, "progress": 49}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509867.719609} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 151928, "progress": 50}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509870.7724519} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 154981, "progress": 51}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509873.8253891} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 158034, "progress": 52}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509876.8781304} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 161087, "progress": 53}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509879.9312289} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 164140, "progress": 54}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509882.9839368} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 167193, "progress": 55}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509886.036956} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 170144, "progress": 56}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509888.9879525} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 173197, "progress": 57}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509892.0410388} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 176250, "progress": 58}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509895.0939386} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 179303, "progress": 59}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509898.146887} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 182389, "progress": 60}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509901.2326417} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 185409, "progress": 61}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509904.252507} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 188462, "progress": 62}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509907.3055468} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 191514, "progress": 63}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509910.3584745} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 194465, "progress": 64}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509913.3091135} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 197519, "progress": 65}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509916.3625321} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 200571, "progress": 66}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509919.415451} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 203624, "progress": 67}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509922.468309} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 206677, "progress": 68}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509925.521209} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 209730, "progress": 69}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509928.5740843} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 212783, "progress": 70}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509931.6270375} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 215836, "progress": 71}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509934.6799178} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 218787, "progress": 72}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509937.6311345} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 221840, "progress": 73}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509940.6838505} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 224893, "progress": 74}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509943.7368534} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 227979, "progress": 75}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509946.8229153} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 230999, "progress": 76}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509949.8427062} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 234052, "progress": 77}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509952.8955715} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 237104, "progress": 78}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509955.948443} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 240157, "progress": 79}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509959.0013685} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 243108, "progress": 80}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509961.9524095} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 246161, "progress": 81}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509965.005283} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 249214, "progress": 82}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509968.0583613} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 252267, "progress": 83}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509971.111266} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 255320, "progress": 84}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509974.1639724} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 258373, "progress": 85}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509977.2170033} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 261426, "progress": 86}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509980.2699044} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 264479, "progress": 87}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509983.3227081} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 267430, "progress": 88}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509986.2739425} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 270483, "progress": 89}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509989.3268833} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 273566, "progress": 90}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509992.409605} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 276589, "progress": 91}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509995.4326496} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 279642, "progress": 92}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759509998.4855447} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 282694, "progress": 93}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510001.538371} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 285747, "progress": 94}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510004.591428} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 288699, "progress": 95}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510007.54253} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 291751, "progress": 96}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510010.5953774} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 294804, "progress": 97}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510013.648309} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 297857, "progress": 98}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510016.7011979} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "real-time", "time_elapsed": 300910, "progress": 99}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510019.7540114} +{"track": {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 3, "duration_ms": 304600, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "height": 64, "width": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi", "upc": "00606949007126"}, "artists": [{"type": "artistAlbumTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}}, "status_info": {"ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "status": "done", "final_path": "/app/downloads/Blackstreet\uff1b Dr. Dre\uff1b Queen Pen/Another Level/3. No Diggity.ogg", "download_quality": "OGG_320"}, "current_track": 10, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510028.408322} +{"track": {"type": "track", "title": "In the End", "disc_number": 1, "track_number": 8, "duration_ms": 216880, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hybrid Theory (Bonus Edition)", "release_date": {"year": 2000, "month": 10, "day": 24}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e2f039481babe23658fc719a", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e2f039481babe23658fc719a", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e2f039481babe23658fc719a", "height": 64, "width": 64}], "ids": {"spotify": "6hPkbAV3ZXpGZBGUvL6jVM", "upc": "093624320661"}, "artists": [{"type": "artistAlbumTrack", "name": "Linkin Park", "ids": {"spotify": "6XyY86QOPPrYVGvF9ch6wz"}}]}, "artists": [{"type": "artistTrack", "name": "Linkin Park", "ids": {"spotify": "6XyY86QOPPrYVGvF9ch6wz"}}], "ids": {"spotify": "60a0Rd6pjrkxjPbaKzXjfq", "isrc": "USWB10002407"}}, "status_info": {"ids": {"spotify": "60a0Rd6pjrkxjPbaKzXjfq", "isrc": "USWB10002407"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Linkin Park/Hybrid Theory (Bonus Edition)/8. In the End.ogg'"}, "current_track": 11, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510075.4319932} +{"track": {"type": "track", "title": "Creep", "disc_number": 1, "track_number": 2, "duration_ms": 238640, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pablo Honey", "release_date": {"year": 1993, "month": 2, "day": 22}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732f85b65d3ac4d3d7f806ca11", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022f85b65d3ac4d3d7f806ca11", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512f85b65d3ac4d3d7f806ca11", "height": 64, "width": 64}], "ids": {"spotify": "6400dnyeDyD2mIFHfkwHXN", "upc": "634904077969"}, "artists": [{"type": "artistAlbumTrack", "name": "Radiohead", "ids": {"spotify": "4Z8W4fKeB5YxbusRsdQVPb"}}]}, "artists": [{"type": "artistTrack", "name": "Radiohead", "ids": {"spotify": "4Z8W4fKeB5YxbusRsdQVPb"}}], "ids": {"spotify": "6b2oQwSGFkzsMtQruIWm2p", "isrc": "GBAYE9200070"}}, "status_info": {"ids": {"spotify": "6b2oQwSGFkzsMtQruIWm2p", "isrc": "GBAYE9200070"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Radiohead/Pablo Honey/2. Creep.ogg'"}, "current_track": 12, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510075.7300322} +{"track": {"type": "track", "title": "Skyfall", "disc_number": 1, "track_number": 1, "duration_ms": 286480, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Skyfall", "release_date": {"year": 2012, "month": 10, "day": 4}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732737be35cc5245eef495be90", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022737be35cc5245eef495be90", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512737be35cc5245eef495be90", "height": 64, "width": 64}], "ids": {"spotify": "6TwN6Lq9glwnG8kNp6chHY", "upc": "886443673632"}, "artists": [{"type": "artistAlbumTrack", "name": "Adele", "ids": {"spotify": "4dpARuHxo51G3z768sgnrY"}}]}, "artists": [{"type": "artistTrack", "name": "Adele", "ids": {"spotify": "4dpARuHxo51G3z768sgnrY"}}], "ids": {"spotify": "6VObnIkLVruX4UVyxWhlqm", "isrc": "GBBKS1200164"}}, "status_info": {"ids": {"spotify": "6VObnIkLVruX4UVyxWhlqm", "isrc": "GBBKS1200164"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Adele/Skyfall/1. Skyfall.ogg'"}, "current_track": 13, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510076.1706727} +{"track": {"type": "track", "title": "You Give Love A Bad Name", "disc_number": 1, "track_number": 2, "duration_ms": 222706, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Slippery When Wet", "release_date": {"year": 1986, "month": 8, "day": 16}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731336b31b6a1799f0de5807ac", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021336b31b6a1799f0de5807ac", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511336b31b6a1799f0de5807ac", "height": 64, "width": 64}], "ids": {"spotify": "0kBfgEilUFCMIQY5IOjG4t", "upc": "00602567830696"}, "artists": [{"type": "artistAlbumTrack", "name": "Bon Jovi", "ids": {"spotify": "58lV9VcRSjABbAbfWS6skp"}}]}, "artists": [{"type": "artistTrack", "name": "Bon Jovi", "ids": {"spotify": "58lV9VcRSjABbAbfWS6skp"}}], "ids": {"spotify": "0rmGAIH9LNJewFw7nKzZnc", "isrc": "USPR39402224"}}, "status_info": {"ids": {"spotify": "0rmGAIH9LNJewFw7nKzZnc", "isrc": "USPR39402224"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Bon Jovi/Slippery When Wet/2. You Give Love A Bad Name.ogg'"}, "current_track": 14, "total_tracks": 14, "parent": {"type": "playlistTrack", "title": "Deserted Island Playlist", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510076.4111426} +{"playlist": {"type": "playlist", "title": "Deserted Island Playlist", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Bright Lights Bigger City", "position": 0, "duration_ms": 218280, "artists": [{"type": "artistTrackPlaylist", "name": "CeeLo Green", "ids": {"spotify": "5nLYd9ST4Cnwy6NHaCxbj8"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Lady Killer", "release_date": {"year": 2010, "month": 11, "day": 9}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f50b3400595b123a916e0dc", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f50b3400595b123a916e0dc", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f50b3400595b123a916e0dc", "width": 64, "height": 64}], "ids": {"spotify": "3MXU6UoWrf4w4bOvjZTlvY"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "CeeLo Green", "ids": {"spotify": "5nLYd9ST4Cnwy6NHaCxbj8"}}]}, "ids": {"spotify": "2zT5npcA5n2RhhnBiWg3zo", "isrc": "USAT21002307"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "9 Crimes", "position": 0, "duration_ms": 219226, "artists": [{"type": "artistTrackPlaylist", "name": "Damien Rice", "ids": {"spotify": "14r9dR01KeBLFfylVSKCZQ"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "9", "release_date": {"year": 2006, "month": 11, "day": 7}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273808ee8200ce2246451829ce1", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02808ee8200ce2246451829ce1", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851808ee8200ce2246451829ce1", "width": 64, "height": 64}], "ids": {"spotify": "4B7O0E5V0ntVTz41tCfPdF"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Damien Rice", "ids": {"spotify": "14r9dR01KeBLFfylVSKCZQ"}}]}, "ids": {"spotify": "08YEGpKt2LHJ0URCXKHEie", "isrc": "IEABD0600100"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Try A Little Tenderness - Single Version", "position": 0, "duration_ms": 262933, "artists": [{"type": "artistTrackPlaylist", "name": "Three Dog Night", "ids": {"spotify": "4FAEZeJcsYYBkNq2D3KGTV"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Three Dog Night - The Complete Hit Singles", "release_date": {"year": 2004, "month": 1, "day": 1}, "total_tracks": 21, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273bd2cb24247cd3ab67f765114", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02bd2cb24247cd3ab67f765114", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851bd2cb24247cd3ab67f765114", "width": 64, "height": 64}], "ids": {"spotify": "7nf5ECkHbmO8vB6IXSrXx4"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Three Dog Night", "ids": {"spotify": "4FAEZeJcsYYBkNq2D3KGTV"}}]}, "ids": {"spotify": "74thNe5Mx4xjT885KorrNH", "isrc": "USMC16849738"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "No Church In The Wild", "position": 0, "duration_ms": 272506, "artists": [{"type": "artistTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrackPlaylist", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrackPlaylist", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "width": 64, "height": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "jar of hearts", "position": 0, "duration_ms": 246587, "artists": [{"type": "artistTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "lovestrong.", "release_date": {"year": 2011, "month": 5, "day": 10}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27326a2f5224465a369f8abbf88", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0226a2f5224465a369f8abbf88", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485126a2f5224465a369f8abbf88", "width": 64, "height": 64}], "ids": {"spotify": "3XNK8vPk3O1rjhDZyOMJ6n"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "ids": {"spotify": "0HZhYMZOcUzZKSFwPOti6m", "isrc": "USAT21001508"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Don't Speak", "position": 0, "duration_ms": 262746, "artists": [{"type": "artistTrackPlaylist", "name": "No Doubt", "ids": {"spotify": "0cQbJU1aAzvbEmTuljWLlF"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "The Singles Collection", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273738fbaa134106eafb7772552", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02738fbaa134106eafb7772552", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851738fbaa134106eafb7772552", "width": 64, "height": 64}], "ids": {"spotify": "5fSlrmZPalwAAQDwu6shK2"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "No Doubt", "ids": {"spotify": "0cQbJU1aAzvbEmTuljWLlF"}}]}, "ids": {"spotify": "6JGQ98So2ik5GVI9ydQ2Yh", "isrc": "USIR19500279"}, "disc_number": 1, "track_number": 13, "explicit": false}, {"type": "trackPlaylist", "title": "Majestic", "position": 0, "duration_ms": 337053, "artists": [{"type": "artistTrackPlaylist", "name": "Wax Fang", "ids": {"spotify": "28apqXruaLOhD1nGDhrr9Q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "La La Land", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732c0937f876c8f665794edb02", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022c0937f876c8f665794edb02", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512c0937f876c8f665794edb02", "width": 64, "height": 64}], "ids": {"spotify": "1rhSNrng2BPxFoVBYZUCEf"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Wax Fang", "ids": {"spotify": "28apqXruaLOhD1nGDhrr9Q"}}]}, "ids": {"spotify": "5yzxbU3DPhyfQvBBJExzb7", "isrc": "US2K71110001"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Unfaithful", "position": 0, "duration_ms": 224629, "artists": [{"type": "artistTrackPlaylist", "name": "Rihanna", "ids": {"spotify": "5pKCCKE2ajJHZ9KAiaK11H"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Girl Like Me", "release_date": {"year": 2006, "month": 4, "day": 10}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b8dcb0db8772609cb2f55428", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b8dcb0db8772609cb2f55428", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b8dcb0db8772609cb2f55428", "width": 64, "height": 64}], "ids": {"spotify": "1F0HfWg9fdLDdeIfh9CnjU"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Rihanna", "ids": {"spotify": "5pKCCKE2ajJHZ9KAiaK11H"}}]}, "ids": {"spotify": "3husjxyCMBvNeiTEcrpPSe", "isrc": "USUM70601995"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "My Immortal - Band Version", "position": 0, "duration_ms": 273360, "artists": [{"type": "artistTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Fallen", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27325f49ab23f0ec6332efef432", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0225f49ab23f0ec6332efef432", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485125f49ab23f0ec6332efef432", "width": 64, "height": 64}], "ids": {"spotify": "02w1xMzzdF2OJxTeh1basm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}]}, "ids": {"spotify": "3PYdxIDuBIuJSDGwfptFx4", "isrc": "USWU30300059"}, "disc_number": 1, "track_number": 12, "explicit": false}, {"type": "trackPlaylist", "title": "No Diggity", "position": 0, "duration_ms": 304600, "artists": [{"type": "artistTrackPlaylist", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}, {"type": "artistTrackPlaylist", "name": "Dr. Dre", "ids": {"spotify": "6DPYiyq5kWVQS4RGwxzPC7"}}, {"type": "artistTrackPlaylist", "name": "Queen Pen", "ids": {"spotify": "0VbIlorLz3I5SEtIsc5vAr"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Another Level", "release_date": {"year": 1996, "month": 9, "day": 9}, "total_tracks": 19, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27303ca37157b9ceefbe8fe225b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0203ca37157b9ceefbe8fe225b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485103ca37157b9ceefbe8fe225b", "width": 64, "height": 64}], "ids": {"spotify": "2zGZLQiFl9UubtrVmtIkbi"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Blackstreet", "ids": {"spotify": "2P3cjUru4H3fhSXXNxE9kA"}}]}, "ids": {"spotify": "6MdqqkQ8sSC0WB4i8PyRuQ", "isrc": "USIR19600978"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "In the End", "position": 0, "duration_ms": 216880, "artists": [{"type": "artistTrackPlaylist", "name": "Linkin Park", "ids": {"spotify": "6XyY86QOPPrYVGvF9ch6wz"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Hybrid Theory (Bonus Edition)", "release_date": {"year": 2000, "month": 10, "day": 24}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e2f039481babe23658fc719a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e2f039481babe23658fc719a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e2f039481babe23658fc719a", "width": 64, "height": 64}], "ids": {"spotify": "6hPkbAV3ZXpGZBGUvL6jVM"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Linkin Park", "ids": {"spotify": "6XyY86QOPPrYVGvF9ch6wz"}}]}, "ids": {"spotify": "60a0Rd6pjrkxjPbaKzXjfq", "isrc": "USWB10002407"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "Creep", "position": 0, "duration_ms": 238640, "artists": [{"type": "artistTrackPlaylist", "name": "Radiohead", "ids": {"spotify": "4Z8W4fKeB5YxbusRsdQVPb"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Pablo Honey", "release_date": {"year": 1993, "month": 2, "day": 22}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732f85b65d3ac4d3d7f806ca11", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022f85b65d3ac4d3d7f806ca11", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512f85b65d3ac4d3d7f806ca11", "width": 64, "height": 64}], "ids": {"spotify": "6400dnyeDyD2mIFHfkwHXN"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Radiohead", "ids": {"spotify": "4Z8W4fKeB5YxbusRsdQVPb"}}]}, "ids": {"spotify": "6b2oQwSGFkzsMtQruIWm2p", "isrc": "GBAYE9200070"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Skyfall", "position": 0, "duration_ms": 286480, "artists": [{"type": "artistTrackPlaylist", "name": "Adele", "ids": {"spotify": "4dpARuHxo51G3z768sgnrY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Skyfall", "release_date": {"year": 2012, "month": 10, "day": 4}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732737be35cc5245eef495be90", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022737be35cc5245eef495be90", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512737be35cc5245eef495be90", "width": 64, "height": 64}], "ids": {"spotify": "6TwN6Lq9glwnG8kNp6chHY"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Adele", "ids": {"spotify": "4dpARuHxo51G3z768sgnrY"}}]}, "ids": {"spotify": "6VObnIkLVruX4UVyxWhlqm", "isrc": "GBBKS1200164"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "You Give Love A Bad Name", "position": 0, "duration_ms": 222706, "artists": [{"type": "artistTrackPlaylist", "name": "Bon Jovi", "ids": {"spotify": "58lV9VcRSjABbAbfWS6skp"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Slippery When Wet", "release_date": {"year": 1986, "month": 8, "day": 16}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731336b31b6a1799f0de5807ac", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021336b31b6a1799f0de5807ac", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511336b31b6a1799f0de5807ac", "width": 64, "height": 64}], "ids": {"spotify": "0kBfgEilUFCMIQY5IOjG4t"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bon Jovi", "ids": {"spotify": "58lV9VcRSjABbAbfWS6skp"}}]}, "ids": {"spotify": "0rmGAIH9LNJewFw7nKzZnc", "isrc": "USPR39402224"}, "disc_number": 1, "track_number": 2, "explicit": false}], "images": [{"url": "https://image-cdn-ak.spotifycdn.com/image/ab67706c0000da846a37fd8fade5845b342f469d"}], "ids": {"spotify": "6vz6zOLCe2RuOdwcWLCu9U"}}, "status_info": {"ids": {"spotify": "6vz6zOLCe2RuOdwcWLCu9U"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {}}, {"type": "artistTrack", "name": "Kanye West", "ids": {}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {}}, {"type": "artistTrack", "name": "The-Dream", "ids": {}}], "ids": {}}, {"type": "track", "title": "jar of hearts", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {}}], "ids": {}}, {"type": "track", "title": "No Diggity", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Blackstreet", "ids": {}}, {"type": "artistTrack", "name": "Dr. Dre", "ids": {}}, {"type": "artistTrack", "name": "Queen Pen", "ids": {}}], "ids": {}}], "skipped_tracks": [{"type": "track", "title": "Bright Lights Bigger City", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "CeeLo Green", "ids": {}}], "ids": {}}, {"type": "track", "title": "9 Crimes", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Damien Rice", "ids": {}}], "ids": {}}, {"type": "track", "title": "Try A Little Tenderness - Single Version", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Three Dog Night", "ids": {}}], "ids": {}}, {"type": "track", "title": "Don't Speak", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "No Doubt", "ids": {}}], "ids": {}}, {"type": "track", "title": "Majestic", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Wax Fang", "ids": {}}], "ids": {}}, {"type": "track", "title": "Unfaithful", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Rihanna", "ids": {}}], "ids": {}}, {"type": "track", "title": "My Immortal - Band Version", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Evanescence", "ids": {}}], "ids": {}}, {"type": "track", "title": "In the End", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Linkin Park", "ids": {}}], "ids": {}}, {"type": "track", "title": "Creep", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Radiohead", "ids": {}}], "ids": {}}, {"type": "track", "title": "Skyfall", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Adele", "ids": {}}], "ids": {}}, {"type": "track", "title": "You Give Love A Bad Name", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Bon Jovi", "ids": {}}], "ids": {}}], "failed_tracks": [], "total_successful": 3, "total_skipped": 11, "total_failed": 0, "service": "spotify", "m3u_path": "/app/downloads/playlists/Deserted Island Playlist.m3u", "quality": "ogg", "bitrate": "320k"}}, "timestamp": 1759510076.5072079} diff --git a/logs/tasks/38319e17-140d-413f-916a-f4726d572bb5.log b/logs/tasks/38319e17-140d-413f-916a-f4726d572bb5.log new file mode 100644 index 0000000..e70f214 --- /dev/null +++ b/logs/tasks/38319e17-140d-413f-916a-f4726d572bb5.log @@ -0,0 +1,226 @@ +{"playlist": {"type": "playlist", "title": "Beach Trip \u201825", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "The Way", "position": 0, "duration_ms": 257093, "artists": [{"type": "artistTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All The Pain Money Can Buy", "release_date": {"year": 1998, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735140e9c2486249b280cb36fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025140e9c2486249b280cb36fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515140e9c2486249b280cb36fb", "width": 64, "height": 64}], "ids": {"spotify": "2KVpGKVIzcK9bB13MXJGEb"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}]}, "ids": {"spotify": "7IsEXPk6qqt30FfQv4SZMa", "isrc": "USHR19713001"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "American Idiot", "position": 0, "duration_ms": 176346, "artists": [{"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "American Idiot", "release_date": {"year": 2004, "month": 9, "day": 21}, "total_tracks": 9, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27308a1b1e0674086d3f1995e1b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0208a1b1e0674086d3f1995e1b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485108a1b1e0674086d3f1995e1b", "width": 64, "height": 64}], "ids": {"spotify": "5dN7F9DV0Qg1XRdIgW8rke"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "6nTiIhLmQ3FWhvrGafw2zj", "isrc": "USRE10400888"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Almost", "position": 0, "duration_ms": 206160, "artists": [{"type": "artistTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Hangover You Don't Deserve", "release_date": {"year": 2004}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f9b3ece3271d3a5fa73d3759", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f9b3ece3271d3a5fa73d3759", "width": 64, "height": 64}], "ids": {"spotify": "43jBR9MNJk5AUuB56M0pRF"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "ids": {"spotify": "6TclVCUxDQm9s3Bey6Ao8H", "isrc": "USJI10400781"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "If It's The Beaches", "position": 0, "duration_ms": 237120, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "The Gleam", "release_date": {"year": 2006, "month": 12, "day": 19}, "total_tracks": 6, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27363adae0da3815ffbd44a82fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0263adae0da3815ffbd44a82fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485163adae0da3815ffbd44a82fb", "width": 64, "height": 64}], "ids": {"spotify": "79WSrKWUOcscwstCmj2yq0"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Jenny Says", "position": 0, "duration_ms": 202586, "artists": [{"type": "artistTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Word of Mouth", "release_date": {"year": 1996}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731aff19db7979dd8fbb254d98", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021aff19db7979dd8fbb254d98", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511aff19db7979dd8fbb254d98", "width": 64, "height": 64}], "ids": {"spotify": "2QIMrazb0taumJVAA1nswy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}]}, "ids": {"spotify": "3HSBCz4Tj3l1gtjvXal9ey", "isrc": "US57G9410075"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Secret Smile", "position": 0, "duration_ms": 279813, "artists": [{"type": "artistTrackPlaylist", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "width": 64, "height": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "It's All Been Done", "position": 0, "duration_ms": 206000, "artists": [{"type": "artistTrackPlaylist", "name": "Barenaked Ladies", "ids": {"spotify": "0dEvJpkqhrcn64d3oI8v79"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Stunt (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 7, "day": 7}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d2055190ae60ffa4c74d13c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d2055190ae60ffa4c74d13c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d2055190ae60ffa4c74d13c", "width": 64, "height": 64}], "ids": {"spotify": "0DuFDnZcj7B4R0Jik1aDmY"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Barenaked Ladies", "ids": {"spotify": "0dEvJpkqhrcn64d3oI8v79"}}]}, "ids": {"spotify": "1VBRdl1sT4DGckQaTzKEB9", "isrc": "USRE19800262"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Best Deceptions", "position": 0, "duration_ms": 254800, "artists": [{"type": "artistTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Places You Have Come to Fear the Most", "release_date": {"year": 2001, "month": 3, "day": 20}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273903283f89b44f42cafa7d716", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02903283f89b44f42cafa7d716", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851903283f89b44f42cafa7d716", "width": 64, "height": 64}], "ids": {"spotify": "2b6f60fUMb0wSWWyFXBLfv"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "ids": {"spotify": "6yJl0W1IVV1DsTr0vfDY2e", "isrc": "USVR90235403"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Iris", "position": 0, "duration_ms": 289533, "artists": [{"type": "artistTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Dizzy up the Girl", "release_date": {"year": 1998}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273eda9478c39a21e1cdc6609ca", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02eda9478c39a21e1cdc6609ca", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851eda9478c39a21e1cdc6609ca", "width": 64, "height": 64}], "ids": {"spotify": "4UMjBXcRqIgMZ1XumU2x5T"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}]}, "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Sober Up - feat. Rivers Cuomo", "position": 0, "duration_ms": 218763, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrackPlaylist", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Round Here", "position": 0, "duration_ms": 331400, "artists": [{"type": "artistTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "August And Everything After", "release_date": {"year": 1993, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737e09670f90cd47b3fb9a23e0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027e09670f90cd47b3fb9a23e0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517e09670f90cd47b3fb9a23e0", "width": 64, "height": 64}], "ids": {"spotify": "4nKfZbCALT9H9LfedtDwnZ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "ids": {"spotify": "35qwJUKVy1OIt0wQ3xEXi0", "isrc": "USIR10000284"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "When You Were Young", "position": 0, "duration_ms": 220426, "artists": [{"type": "artistTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sam's Town", "release_date": {"year": 2006, "month": 9, "day": 27}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734f87f14089217e3f70a5f39e", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024f87f14089217e3f70a5f39e", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514f87f14089217e3f70a5f39e", "width": 64, "height": 64}], "ids": {"spotify": "4o3RJndRhHxkieQzQGhmbw"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}]}, "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Here's to Never Growing Up", "position": 0, "duration_ms": 214320, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Avril Lavigne (Expanded Edition)", "release_date": {"year": 2013, "month": 11, "day": 1}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273817da73d6641ddbcc0a50363", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02817da73d6641ddbcc0a50363", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851817da73d6641ddbcc0a50363", "width": 64, "height": 64}], "ids": {"spotify": "7qjA5gbagHWVbqKUgVt49l"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "0qwcGscxUHGZTgq0zcaqk1", "isrc": "USSM11300965"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Here's to the Night", "position": 0, "duration_ms": 249840, "artists": [{"type": "artistTrackPlaylist", "name": "Eve 6", "ids": {"spotify": "4Eqd24yS5YcxI8b6Xfuwr8"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Horrorscope", "release_date": {"year": 2000}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273884cf2a982876d639b2fad4b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02884cf2a982876d639b2fad4b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851884cf2a982876d639b2fad4b", "width": 64, "height": 64}], "ids": {"spotify": "2aO4ZbunEAG1iaw45Aiosv"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Eve 6", "ids": {"spotify": "4Eqd24yS5YcxI8b6Xfuwr8"}}]}, "ids": {"spotify": "4tgeQrPu5xkrnwErym2JsJ", "isrc": "USRC10000414"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Semi-Charmed Life", "position": 0, "duration_ms": 268360, "artists": [{"type": "artistTrackPlaylist", "name": "Third Eye Blind", "ids": {"spotify": "6TcnmlCSxihzWOQJ8k0rNS"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Third Eye Blind", "release_date": {"year": 1997, "month": 4, "day": 8}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734139c9208eeed67d2a211beb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024139c9208eeed67d2a211beb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514139c9208eeed67d2a211beb", "width": 64, "height": 64}], "ids": {"spotify": "2gToC0XAblE9h3UZD6aAaQ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Third Eye Blind", "ids": {"spotify": "6TcnmlCSxihzWOQJ8k0rNS"}}]}, "ids": {"spotify": "42et6fnHCw1HIPSrdPprMl", "isrc": "USEE19701203"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Memories", "position": 0, "duration_ms": 189486, "artists": [{"type": "artistTrackPlaylist", "name": "Maroon 5", "ids": {"spotify": "04gDigrS5kc9YWfZHwBETP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "JORDI (Deluxe)", "release_date": {"year": 2021, "month": 6, "day": 11}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27386a8ab515de4b7aef28cd631", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0286a8ab515de4b7aef28cd631", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485186a8ab515de4b7aef28cd631", "width": 64, "height": 64}], "ids": {"spotify": "1pCA38N6MkLlthXtAOvZTU"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Maroon 5", "ids": {"spotify": "04gDigrS5kc9YWfZHwBETP"}}]}, "ids": {"spotify": "4cktbXiXOapiLBMprHFErI", "isrc": "USUM71913350"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Rockin' the Suburbs", "position": 0, "duration_ms": 298533, "artists": [{"type": "artistTrackPlaylist", "name": "Ben Folds", "ids": {"spotify": "55tif8708yyDQlSjh3Trdu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Rockin' The Suburbs", "release_date": {"year": 2001, "month": 9, "day": 11}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d25c579ea362aeee960d0d6b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d25c579ea362aeee960d0d6b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d25c579ea362aeee960d0d6b", "width": 64, "height": 64}], "ids": {"spotify": "4FtOLTQqwnxpaABrJWYdBy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Ben Folds", "ids": {"spotify": "55tif8708yyDQlSjh3Trdu"}}]}, "ids": {"spotify": "3BOQOd4qPpdiwvqMQyh2Yg", "isrc": "USSM10105169"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Undone - The Sweater Song", "position": 0, "duration_ms": 305533, "artists": [{"type": "artistTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Weezer", "release_date": {"year": 1994, "month": 5, "day": 10}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273345536847e60f622ee0eae96", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02345536847e60f622ee0eae96", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851345536847e60f622ee0eae96", "width": 64, "height": 64}], "ids": {"spotify": "1xpGyKyV26uPstk1Elgp9Q"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}]}, "ids": {"spotify": "5WhtlIoxoZrMmuaWWEQhwV", "isrc": "USGF19962905"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "I Miss You", "position": 0, "duration_ms": 227240, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "width": 64, "height": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "1oTo3ijRbaDAtrjJrGAPSw", "isrc": "USMC10346123"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "A Praise Chorus", "position": 0, "duration_ms": 243506, "artists": [{"type": "artistTrackPlaylist", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrackPlaylist", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "width": 64, "height": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "So Long Goodbye", "position": 0, "duration_ms": 181613, "artists": [{"type": "artistTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Underclass Hero", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c5301bdbae7e2b35fe8024f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c5301bdbae7e2b35fe8024f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c5301bdbae7e2b35fe8024f", "width": 64, "height": 64}], "ids": {"spotify": "4fc73QNw5EjIorFfZ6n6YG"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}]}, "ids": {"spotify": "3Burs1JDgHMNXZ7wAMwe8u", "isrc": "USUM70740355"}, "disc_number": 1, "track_number": 14, "explicit": false}, {"type": "trackPlaylist", "title": "The Anthem", "position": 0, "duration_ms": 175093, "artists": [{"type": "artistTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Young and The Hopeless", "release_date": {"year": 2002, "month": 10, "day": 4}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27339bdded45c21f2ecae363a8f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0239bdded45c21f2ecae363a8f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485139bdded45c21f2ecae363a8f", "width": 64, "height": 64}], "ids": {"spotify": "5CTygC3aONv7l0klY4k3hc"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}]}, "ids": {"spotify": "0BRHnOFm6sjxN1i9LJrUDu", "isrc": "USSM10209827"}, "disc_number": 1, "track_number": 2, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0208a1b1e0674086d3f1995e1bab67616d00001e025140e9c2486249b280cb36fbab67616d00001e0263adae0da3815ffbd44a82fbab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0208a1b1e0674086d3f1995e1bab67616d00001e025140e9c2486249b280cb36fbab67616d00001e0263adae0da3815ffbd44a82fbab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0208a1b1e0674086d3f1995e1bab67616d00001e025140e9c2486249b280cb36fbab67616d00001e0263adae0da3815ffbd44a82fbab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 60}], "ids": {"spotify": "4zfPIT6KMcy40Dx7C9JS4D"}}, "status_info": {"ids": {"spotify": "4zfPIT6KMcy40Dx7C9JS4D"}, "status": "initializing"}, "timestamp": 1759523691.3420503} +{"track": {"type": "track", "title": "The Way", "disc_number": 1, "track_number": 1, "duration_ms": 257093, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Pain Money Can Buy", "release_date": {"year": 1998, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735140e9c2486249b280cb36fb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025140e9c2486249b280cb36fb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515140e9c2486249b280cb36fb", "height": 64, "width": 64}], "ids": {"spotify": "2KVpGKVIzcK9bB13MXJGEb", "upc": "00720616213020"}, "artists": [{"type": "artistAlbumTrack", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}]}, "artists": [{"type": "artistTrack", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}], "ids": {"spotify": "7IsEXPk6qqt30FfQv4SZMa", "isrc": "USHR19713001"}}, "status_info": {"ids": {"spotify": "7IsEXPk6qqt30FfQv4SZMa", "isrc": "USHR19713001"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Fastball/All The Pain Money Can Buy/1. The Way.ogg'"}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523691.8686152} +{"track": {"type": "track", "title": "American Idiot", "disc_number": 1, "track_number": 1, "duration_ms": 176346, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "American Idiot", "release_date": {"year": 2004, "month": 9, "day": 21}, "total_tracks": 9, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27308a1b1e0674086d3f1995e1b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0208a1b1e0674086d3f1995e1b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485108a1b1e0674086d3f1995e1b", "height": 64, "width": 64}], "ids": {"spotify": "5dN7F9DV0Qg1XRdIgW8rke", "upc": "093624877769"}, "artists": [{"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "6nTiIhLmQ3FWhvrGafw2zj", "isrc": "USRE10400888"}}, "status_info": {"ids": {"spotify": "6nTiIhLmQ3FWhvrGafw2zj", "isrc": "USRE10400888"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Green Day/American Idiot/1. American Idiot.ogg'"}, "current_track": 2, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523692.2682962} +{"track": {"type": "track", "title": "Almost", "disc_number": 1, "track_number": 1, "duration_ms": 206160, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Hangover You Don't Deserve", "release_date": {"year": 2004}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f9b3ece3271d3a5fa73d3759", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f9b3ece3271d3a5fa73d3759", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f9b3ece3271d3a5fa73d3759", "height": 64, "width": 64}], "ids": {"spotify": "43jBR9MNJk5AUuB56M0pRF", "upc": "828766526851"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "6TclVCUxDQm9s3Bey6Ao8H", "isrc": "USJI10400781"}}, "status_info": {"ids": {"spotify": "6TclVCUxDQm9s3Bey6Ao8H", "isrc": "USJI10400781"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Bowling For Soup/A Hangover You Don't Deserve/1. Almost.ogg'"}, "current_track": 3, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523692.60096} +{"track": {"type": "track", "title": "If It's The Beaches", "disc_number": 1, "track_number": 5, "duration_ms": 237120, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Gleam", "release_date": {"year": 2006, "month": 12, "day": 19}, "total_tracks": 6, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27363adae0da3815ffbd44a82fb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0263adae0da3815ffbd44a82fb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485163adae0da3815ffbd44a82fb", "height": 64, "width": 64}], "ids": {"spotify": "79WSrKWUOcscwstCmj2yq0", "upc": "775020750722"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}}, "status_info": {"ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Avett Brothers/The Gleam/5. If It's The Beaches.ogg'"}, "current_track": 4, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523693.4187536} +{"track": {"type": "track", "title": "Jenny Says", "disc_number": 1, "track_number": 10, "duration_ms": 202586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Word of Mouth", "release_date": {"year": 1996}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731aff19db7979dd8fbb254d98", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021aff19db7979dd8fbb254d98", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511aff19db7979dd8fbb254d98", "height": 64, "width": 64}], "ids": {"spotify": "2QIMrazb0taumJVAA1nswy", "upc": "876585004739"}, "artists": [{"type": "artistAlbumTrack", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}]}, "artists": [{"type": "artistTrack", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}], "ids": {"spotify": "3HSBCz4Tj3l1gtjvXal9ey", "isrc": "US57G9410075"}}, "status_info": {"ids": {"spotify": "3HSBCz4Tj3l1gtjvXal9ey", "isrc": "US57G9410075"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Cowboy Mouth/Word of Mouth/10. Jenny Says.ogg'"}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523693.8456097} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "initializing"}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523694.2031965} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523694.7700286} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 2702, "progress": 1}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523697.4729035} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 5504, "progress": 2}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523700.275183} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 8310, "progress": 3}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523703.081276} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 11117, "progress": 4}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523705.8876524} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 13923, "progress": 5}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523708.6936479} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 17924, "progress": 6}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523712.6944888} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 19431, "progress": 7}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523714.2023072} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 22238, "progress": 8}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523717.0085268} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 25044, "progress": 9}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523719.8147724} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 27850, "progress": 10}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523722.6209533} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 30656, "progress": 11}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523725.4272325} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 33462, "progress": 12}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523728.2332892} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 36269, "progress": 13}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523731.0395472} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 38971, "progress": 14}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523733.7419245} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 41777, "progress": 15}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523736.548063} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 44583, "progress": 16}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523739.353316} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 47390, "progress": 17}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523742.160583} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 50196, "progress": 18}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523744.9666834} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 53002, "progress": 19}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523747.7729073} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 55704, "progress": 20}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523750.4753225} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 58511, "progress": 21}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523753.2815027} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 61317, "progress": 22}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523756.087713} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 64123, "progress": 23}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523758.8939424} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 66929, "progress": 24}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523761.7000139} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 69735, "progress": 25}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523764.5064116} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 72438, "progress": 26}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523767.2086587} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 75244, "progress": 27}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523770.014929} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 78050, "progress": 28}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523772.8211157} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 80856, "progress": 29}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523775.6270576} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 83663, "progress": 30}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523778.433537} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 86528, "progress": 31}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523781.2985756} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 89275, "progress": 32}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523784.0459738} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 91977, "progress": 33}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523786.7482708} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 94783, "progress": 34}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523789.554538} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 97590, "progress": 35}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523792.3607202} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 100396, "progress": 36}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523795.166972} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 103202, "progress": 37}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523797.9729302} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 106008, "progress": 38}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523800.7792811} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 108711, "progress": 39}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523803.48167} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 111517, "progress": 40}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523806.2877886} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 114323, "progress": 41}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523809.0940907} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 117129, "progress": 42}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523811.9000885} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 119935, "progress": 43}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523814.7064505} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 122742, "progress": 44}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523817.51276} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 125548, "progress": 45}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523820.3188798} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 128250, "progress": 46}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523823.0212467} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 131057, "progress": 47}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523825.82751} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 133863, "progress": 48}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523828.6336925} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 136669, "progress": 49}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523831.4399176} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 139475, "progress": 50}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523834.245733} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 142281, "progress": 51}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523837.0522444} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 144984, "progress": 52}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523839.754449} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 147790, "progress": 53}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523842.5608494} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 150596, "progress": 54}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523845.3669972} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 153402, "progress": 55}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523848.173291} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 156209, "progress": 56}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523850.979526} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 159015, "progress": 57}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523853.785443} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 161717, "progress": 58}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523856.488012} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 164523, "progress": 59}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523859.2942407} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 167329, "progress": 60}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523862.1004555} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 170136, "progress": 61}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523864.9066439} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 173007, "progress": 62}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523867.7774367} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 175748, "progress": 63}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523870.5190115} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 178554, "progress": 64}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523873.3253393} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 181257, "progress": 65}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523876.0276375} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 184063, "progress": 66}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523878.8338678} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 186869, "progress": 67}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523881.6400642} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 189675, "progress": 68}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523884.446177} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 192482, "progress": 69}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523887.2524993} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 195288, "progress": 70}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523890.0587578} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 197990, "progress": 71}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523892.7610059} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 200796, "progress": 72}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523895.5672677} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 203602, "progress": 73}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523898.3734434} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 206409, "progress": 74}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523901.1796744} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 209215, "progress": 75}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523903.985114} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 212021, "progress": 76}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523906.7921042} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 214827, "progress": 77}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523909.5983715} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 217530, "progress": 78}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523912.3006124} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 220336, "progress": 79}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523915.1067297} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 223142, "progress": 80}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523917.9130425} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 225948, "progress": 81}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523920.7192948} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 228754, "progress": 82}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523923.525331} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 231561, "progress": 83}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523926.331609} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 234263, "progress": 84}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523929.0338628} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 237069, "progress": 85}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523931.8402245} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 239875, "progress": 86}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523934.646478} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 242682, "progress": 87}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523937.4526632} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 245488, "progress": 88}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523940.2589204} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 248294, "progress": 89}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523943.065083} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 250996, "progress": 90}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523945.767116} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 253803, "progress": 91}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523948.5736144} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 256609, "progress": 92}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523951.3798165} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 259474, "progress": 93}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523954.2446773} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 262221, "progress": 94}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523956.9922438} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 265027, "progress": 95}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523959.7984376} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 267834, "progress": 96}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523962.6046262} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 270536, "progress": 97}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523965.3070445} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 273342, "progress": 98}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523968.1131034} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "real-time", "time_elapsed": 276148, "progress": 99}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523970.9194987} +{"track": {"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 5, "duration_ms": 279813, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "height": 64, "width": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T", "upc": "00602567491156"}, "artists": [{"type": "artistAlbumTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}}, "status_info": {"ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "status": "done", "final_path": "/app/downloads/Semisonic/Feeling Strangely Fine (20th Anniversary Edition)/5. Secret Smile.ogg", "download_quality": "OGG_320"}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759523978.8741834} +{"track": {"type": "track", "title": "It's All Been Done", "disc_number": 1, "track_number": 2, "duration_ms": 206000, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Stunt (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 7, "day": 7}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d2055190ae60ffa4c74d13c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d2055190ae60ffa4c74d13c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d2055190ae60ffa4c74d13c", "height": 64, "width": 64}], "ids": {"spotify": "0DuFDnZcj7B4R0Jik1aDmY", "upc": "603497857166"}, "artists": [{"type": "artistAlbumTrack", "name": "Barenaked Ladies", "ids": {"spotify": "0dEvJpkqhrcn64d3oI8v79"}}]}, "artists": [{"type": "artistTrack", "name": "Barenaked Ladies", "ids": {"spotify": "0dEvJpkqhrcn64d3oI8v79"}}], "ids": {"spotify": "1VBRdl1sT4DGckQaTzKEB9", "isrc": "USRE19800262"}}, "status_info": {"ids": {"spotify": "1VBRdl1sT4DGckQaTzKEB9", "isrc": "USRE19800262"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Barenaked Ladies/Stunt (20th Anniversary Edition)/2. It's All Been Done.ogg'"}, "current_track": 7, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524021.8941474} +{"track": {"type": "track", "title": "The Best Deceptions", "disc_number": 1, "track_number": 3, "duration_ms": 254800, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Places You Have Come to Fear the Most", "release_date": {"year": 2001, "month": 3, "day": 20}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273903283f89b44f42cafa7d716", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02903283f89b44f42cafa7d716", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851903283f89b44f42cafa7d716", "height": 64, "width": 64}], "ids": {"spotify": "2b6f60fUMb0wSWWyFXBLfv", "upc": "5056167113294"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "6yJl0W1IVV1DsTr0vfDY2e", "isrc": "USVR90235403"}}, "status_info": {"ids": {"spotify": "6yJl0W1IVV1DsTr0vfDY2e", "isrc": "USVR90235403"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Dashboard Confessional/The Places You Have Come to Fear the Most/3. The Best Deceptions.ogg'"}, "current_track": 8, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524022.1322489} +{"track": {"type": "track", "title": "Iris", "disc_number": 1, "track_number": 11, "duration_ms": 289533, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Dizzy up the Girl", "release_date": {"year": 1998}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273eda9478c39a21e1cdc6609ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02eda9478c39a21e1cdc6609ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851eda9478c39a21e1cdc6609ca", "height": 64, "width": 64}], "ids": {"spotify": "4UMjBXcRqIgMZ1XumU2x5T", "upc": "093624705864"}, "artists": [{"type": "artistAlbumTrack", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}]}, "artists": [{"type": "artistTrack", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}], "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}}, "status_info": {"ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Goo Goo Dolls/Dizzy up the Girl/11. Iris.ogg'"}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524022.2691207} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR\uff1b Rivers Cuomo/The Click/4. Sober Up - feat. Rivers Cuomo.ogg'"}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524022.6553006} +{"track": {"type": "track", "title": "Round Here", "disc_number": 1, "track_number": 1, "duration_ms": 331400, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "August And Everything After", "release_date": {"year": 1993, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737e09670f90cd47b3fb9a23e0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027e09670f90cd47b3fb9a23e0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517e09670f90cd47b3fb9a23e0", "height": 64, "width": 64}], "ids": {"spotify": "4nKfZbCALT9H9LfedtDwnZ", "upc": "00720642452820"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "35qwJUKVy1OIt0wQ3xEXi0", "isrc": "USIR10000284"}}, "status_info": {"ids": {"spotify": "35qwJUKVy1OIt0wQ3xEXi0", "isrc": "USIR10000284"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Counting Crows/August And Everything After/1. Round Here.ogg'"}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524023.0331278} +{"track": {"type": "track", "title": "When You Were Young", "disc_number": 1, "track_number": 3, "duration_ms": 220426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sam's Town", "release_date": {"year": 2006, "month": 9, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734f87f14089217e3f70a5f39e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024f87f14089217e3f70a5f39e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514f87f14089217e3f70a5f39e", "height": 64, "width": 64}], "ids": {"spotify": "4o3RJndRhHxkieQzQGhmbw", "upc": "00602517026759"}, "artists": [{"type": "artistAlbumTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}}, "status_info": {"ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Killers/Sam's Town/3. When You Were Young.ogg'"}, "current_track": 12, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524023.1783602} +{"track": {"type": "track", "title": "Here's to Never Growing Up", "disc_number": 1, "track_number": 2, "duration_ms": 214320, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Avril Lavigne (Expanded Edition)", "release_date": {"year": 2013, "month": 11, "day": 1}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273817da73d6641ddbcc0a50363", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02817da73d6641ddbcc0a50363", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851817da73d6641ddbcc0a50363", "height": 64, "width": 64}], "ids": {"spotify": "7qjA5gbagHWVbqKUgVt49l", "upc": "886444213653"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "0qwcGscxUHGZTgq0zcaqk1", "isrc": "USSM11300965"}}, "status_info": {"ids": {"spotify": "0qwcGscxUHGZTgq0zcaqk1", "isrc": "USSM11300965"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Avril Lavigne/Avril Lavigne (Expanded Edition)/2. Here's to Never Growing Up.ogg'"}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524023.4260998} +{"track": {"type": "track", "title": "Here's to the Night", "disc_number": 1, "track_number": 5, "duration_ms": 249840, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Horrorscope", "release_date": {"year": 2000}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273884cf2a982876d639b2fad4b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02884cf2a982876d639b2fad4b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851884cf2a982876d639b2fad4b", "height": 64, "width": 64}], "ids": {"spotify": "2aO4ZbunEAG1iaw45Aiosv", "upc": "078636771328"}, "artists": [{"type": "artistAlbumTrack", "name": "Eve 6", "ids": {"spotify": "4Eqd24yS5YcxI8b6Xfuwr8"}}]}, "artists": [{"type": "artistTrack", "name": "Eve 6", "ids": {"spotify": "4Eqd24yS5YcxI8b6Xfuwr8"}}], "ids": {"spotify": "4tgeQrPu5xkrnwErym2JsJ", "isrc": "USRC10000414"}}, "status_info": {"ids": {"spotify": "4tgeQrPu5xkrnwErym2JsJ", "isrc": "USRC10000414"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Eve 6/Horrorscope/5. Here's to the Night.ogg'"}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524023.6808188} +{"track": {"type": "track", "title": "Semi-Charmed Life", "disc_number": 1, "track_number": 3, "duration_ms": 268360, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Third Eye Blind", "release_date": {"year": 1997, "month": 4, "day": 8}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734139c9208eeed67d2a211beb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024139c9208eeed67d2a211beb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514139c9208eeed67d2a211beb", "height": 64, "width": 64}], "ids": {"spotify": "2gToC0XAblE9h3UZD6aAaQ", "upc": "603497984640"}, "artists": [{"type": "artistAlbumTrack", "name": "Third Eye Blind", "ids": {"spotify": "6TcnmlCSxihzWOQJ8k0rNS"}}]}, "artists": [{"type": "artistTrack", "name": "Third Eye Blind", "ids": {"spotify": "6TcnmlCSxihzWOQJ8k0rNS"}}], "ids": {"spotify": "42et6fnHCw1HIPSrdPprMl", "isrc": "USEE19701203"}}, "status_info": {"ids": {"spotify": "42et6fnHCw1HIPSrdPprMl", "isrc": "USEE19701203"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Third Eye Blind/Third Eye Blind/3. Semi-Charmed Life.ogg'"}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524023.9226525} +{"track": {"type": "track", "title": "Memories", "disc_number": 1, "track_number": 11, "duration_ms": 189486, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "JORDI (Deluxe)", "release_date": {"year": 2021, "month": 6, "day": 11}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27386a8ab515de4b7aef28cd631", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0286a8ab515de4b7aef28cd631", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485186a8ab515de4b7aef28cd631", "height": 64, "width": 64}], "ids": {"spotify": "1pCA38N6MkLlthXtAOvZTU", "upc": "00602438376728"}, "artists": [{"type": "artistAlbumTrack", "name": "Maroon 5", "ids": {"spotify": "04gDigrS5kc9YWfZHwBETP"}}]}, "artists": [{"type": "artistTrack", "name": "Maroon 5", "ids": {"spotify": "04gDigrS5kc9YWfZHwBETP"}}], "ids": {"spotify": "4cktbXiXOapiLBMprHFErI", "isrc": "USUM71913350"}}, "status_info": {"ids": {"spotify": "4cktbXiXOapiLBMprHFErI", "isrc": "USUM71913350"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Maroon 5/JORDI (Deluxe)/11. Memories.ogg'"}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524024.3560216} +{"track": {"type": "track", "title": "Rockin' the Suburbs", "disc_number": 1, "track_number": 10, "duration_ms": 298533, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Rockin' The Suburbs", "release_date": {"year": 2001, "month": 9, "day": 11}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d25c579ea362aeee960d0d6b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d25c579ea362aeee960d0d6b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d25c579ea362aeee960d0d6b", "height": 64, "width": 64}], "ids": {"spotify": "4FtOLTQqwnxpaABrJWYdBy", "upc": "074646161029"}, "artists": [{"type": "artistAlbumTrack", "name": "Ben Folds", "ids": {"spotify": "55tif8708yyDQlSjh3Trdu"}}]}, "artists": [{"type": "artistTrack", "name": "Ben Folds", "ids": {"spotify": "55tif8708yyDQlSjh3Trdu"}}], "ids": {"spotify": "3BOQOd4qPpdiwvqMQyh2Yg", "isrc": "USSM10105169"}}, "status_info": {"ids": {"spotify": "3BOQOd4qPpdiwvqMQyh2Yg", "isrc": "USSM10105169"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Ben Folds/Rockin' The Suburbs/10. Rockin' the Suburbs.ogg'"}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524024.744013} +{"track": {"type": "track", "title": "Undone - The Sweater Song", "disc_number": 1, "track_number": 5, "duration_ms": 305533, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Weezer", "release_date": {"year": 1994, "month": 5, "day": 10}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273345536847e60f622ee0eae96", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02345536847e60f622ee0eae96", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851345536847e60f622ee0eae96", "height": 64, "width": 64}], "ids": {"spotify": "1xpGyKyV26uPstk1Elgp9Q", "upc": "00720642462928"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}], "ids": {"spotify": "5WhtlIoxoZrMmuaWWEQhwV", "isrc": "USGF19962905"}}, "status_info": {"ids": {"spotify": "5WhtlIoxoZrMmuaWWEQhwV", "isrc": "USGF19962905"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Weezer/Weezer/5. Undone - The Sweater Song.ogg'"}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524024.9963741} +{"track": {"type": "track", "title": "I Miss You", "disc_number": 1, "track_number": 3, "duration_ms": 227240, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1oTo3ijRbaDAtrjJrGAPSw", "isrc": "USMC10346123"}}, "status_info": {"ids": {"spotify": "1oTo3ijRbaDAtrjJrGAPSw", "isrc": "USMC10346123"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/blink-182/blink-182/3. I Miss You.ogg'"}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524025.2611272} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "initializing"}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524025.4708242} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524025.883856} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 2399, "progress": 1}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524028.283475} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 4794, "progress": 2}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524030.6785269} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 7281, "progress": 3}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524033.1659904} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 9680, "progress": 4}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524035.5646887} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 12078, "progress": 5}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524037.9633822} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 14566, "progress": 6}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524040.4509292} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 16965, "progress": 7}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524042.8495433} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 19363, "progress": 8}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524045.2480621} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 21851, "progress": 9}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524047.7353725} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 24249, "progress": 10}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524050.1342428} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 26648, "progress": 11}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524052.5331209} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 29136, "progress": 12}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524055.0205069} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 31534, "progress": 13}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524057.4193656} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 33933, "progress": 14}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524059.8178961} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 36421, "progress": 15}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524062.3055172} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 38819, "progress": 16}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524064.704043} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 41307, "progress": 17}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524067.1917248} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 43706, "progress": 18}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524069.5904317} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 46104, "progress": 19}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524071.989066} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 48592, "progress": 20}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524074.4765768} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 50990, "progress": 21}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524076.8753016} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 53389, "progress": 22}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524079.2739549} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 55876, "progress": 23}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524081.7612057} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 58275, "progress": 24}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524084.1599035} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 60674, "progress": 25}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524086.5588522} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 63161, "progress": 26}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524089.0463045} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 65560, "progress": 27}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524091.4449713} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 67959, "progress": 28}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524093.8436675} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 70446, "progress": 29}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524096.3312533} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 72845, "progress": 30}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524098.7288163} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 75244, "progress": 31}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524101.1282337} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 77731, "progress": 32}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524103.6160095} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 80130, "progress": 33}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524106.0146549} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 82617, "progress": 34}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524108.5021672} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 85016, "progress": 35}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524110.9009569} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 87415, "progress": 36}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524113.2996585} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 89902, "progress": 37}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524115.7870336} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 92301, "progress": 38}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524118.1858299} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 94700, "progress": 39}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524120.5845287} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 97187, "progress": 40}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524123.071869} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 99586, "progress": 41}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524125.4707432} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 101984, "progress": 42}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524127.8693662} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 104472, "progress": 43}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524130.3568802} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 106871, "progress": 44}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524132.7555885} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 109269, "progress": 45}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524135.154234} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 111757, "progress": 46}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524137.6417503} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 114156, "progress": 47}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524140.04046} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 116603, "progress": 48}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524142.4871933} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 119042, "progress": 49}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524144.9266727} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 121440, "progress": 50}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524147.325173} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 123928, "progress": 51}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524149.8128538} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 126326, "progress": 52}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524152.2108698} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 128725, "progress": 53}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524154.6101732} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 131213, "progress": 54}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524157.0977314} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 133658, "progress": 55}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524159.5428817} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 136010, "progress": 56}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524161.8949766} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 138498, "progress": 57}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524164.3826306} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 140896, "progress": 58}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524166.7812626} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 143295, "progress": 59}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524169.179932} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 145783, "progress": 60}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524171.6674852} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 148181, "progress": 61}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524174.0661201} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 150580, "progress": 62}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524176.4648097} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 153067, "progress": 63}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524178.9523108} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 155466, "progress": 64}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524181.3509097} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 157865, "progress": 65}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524183.7496881} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 160352, "progress": 66}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524186.2371917} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 162751, "progress": 67}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524188.6358767} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 165239, "progress": 68}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524191.123426} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 167637, "progress": 69}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524193.5220718} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 170036, "progress": 70}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524195.920621} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 172523, "progress": 71}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524198.4079485} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 174922, "progress": 72}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524200.806874} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 177321, "progress": 73}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524203.2055109} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 179808, "progress": 74}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524205.6931365} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 182207, "progress": 75}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524208.0915694} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 184606, "progress": 76}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524210.4905372} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 187093, "progress": 77}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524212.9778955} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 189492, "progress": 78}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524215.3766956} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 191890, "progress": 79}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524217.7754023} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 194378, "progress": 80}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524220.2627752} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 196777, "progress": 81}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524222.6615682} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 199175, "progress": 82}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524225.060099} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 201663, "progress": 83}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524227.5477595} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 204062, "progress": 84}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524229.946535} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 206549, "progress": 85}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524232.4339838} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 208948, "progress": 86}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524234.8326433} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 211346, "progress": 87}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524237.2313635} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 213834, "progress": 88}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524239.7188804} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 216233, "progress": 89}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524242.117496} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 218631, "progress": 90}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524244.516038} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 221119, "progress": 91}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524247.0037253} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 223517, "progress": 92}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524249.4024253} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 225916, "progress": 93}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524251.8010721} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 228404, "progress": 94}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524254.2884736} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 230802, "progress": 95}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524256.6873345} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 233201, "progress": 96}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524259.084901} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 235689, "progress": 97}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524261.5734363} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 238087, "progress": 98}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524263.972} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "real-time", "time_elapsed": 240486, "progress": 99}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524266.3708465} +{"track": {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 2, "duration_ms": 243506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "height": 64, "width": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP", "upc": "00602577027420"}, "artists": [{"type": "artistAlbumTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}}, "status_info": {"ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "status": "done", "final_path": "/app/downloads/Jimmy Eat World\uff1b Davey Vonbohlen/Bleed American/2. A Praise Chorus.ogg", "download_quality": "OGG_320"}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524274.2433274} +{"track": {"type": "track", "title": "So Long Goodbye", "disc_number": 1, "track_number": 14, "duration_ms": 181613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Underclass Hero", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c5301bdbae7e2b35fe8024f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c5301bdbae7e2b35fe8024f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c5301bdbae7e2b35fe8024f", "height": 64, "width": 64}], "ids": {"spotify": "4fc73QNw5EjIorFfZ6n6YG", "upc": "00602517416987"}, "artists": [{"type": "artistAlbumTrack", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}]}, "artists": [{"type": "artistTrack", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}], "ids": {"spotify": "3Burs1JDgHMNXZ7wAMwe8u", "isrc": "USUM70740355"}}, "status_info": {"ids": {"spotify": "3Burs1JDgHMNXZ7wAMwe8u", "isrc": "USUM70740355"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Sum 41/Underclass Hero/14. So Long Goodbye.ogg'"}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524337.663932} +{"track": {"type": "track", "title": "The Anthem", "disc_number": 1, "track_number": 2, "duration_ms": 175093, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Young and The Hopeless", "release_date": {"year": 2002, "month": 10, "day": 4}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27339bdded45c21f2ecae363a8f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0239bdded45c21f2ecae363a8f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485139bdded45c21f2ecae363a8f", "height": 64, "width": 64}], "ids": {"spotify": "5CTygC3aONv7l0klY4k3hc", "upc": "888880383457"}, "artists": [{"type": "artistAlbumTrack", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}]}, "artists": [{"type": "artistTrack", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}], "ids": {"spotify": "0BRHnOFm6sjxN1i9LJrUDu", "isrc": "USSM10209827"}}, "status_info": {"ids": {"spotify": "0BRHnOFm6sjxN1i9LJrUDu", "isrc": "USSM10209827"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Good Charlotte/The Young and The Hopeless/2. The Anthem.ogg'"}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Beach Trip \u201825", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524337.9162748} +{"playlist": {"type": "playlist", "title": "Beach Trip \u201825", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "The Way", "position": 0, "duration_ms": 257093, "artists": [{"type": "artistTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All The Pain Money Can Buy", "release_date": {"year": 1998, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735140e9c2486249b280cb36fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025140e9c2486249b280cb36fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515140e9c2486249b280cb36fb", "width": 64, "height": 64}], "ids": {"spotify": "2KVpGKVIzcK9bB13MXJGEb"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}]}, "ids": {"spotify": "7IsEXPk6qqt30FfQv4SZMa", "isrc": "USHR19713001"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "American Idiot", "position": 0, "duration_ms": 176346, "artists": [{"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "American Idiot", "release_date": {"year": 2004, "month": 9, "day": 21}, "total_tracks": 9, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27308a1b1e0674086d3f1995e1b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0208a1b1e0674086d3f1995e1b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485108a1b1e0674086d3f1995e1b", "width": 64, "height": 64}], "ids": {"spotify": "5dN7F9DV0Qg1XRdIgW8rke"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "6nTiIhLmQ3FWhvrGafw2zj", "isrc": "USRE10400888"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Almost", "position": 0, "duration_ms": 206160, "artists": [{"type": "artistTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Hangover You Don't Deserve", "release_date": {"year": 2004}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f9b3ece3271d3a5fa73d3759", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f9b3ece3271d3a5fa73d3759", "width": 64, "height": 64}], "ids": {"spotify": "43jBR9MNJk5AUuB56M0pRF"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "ids": {"spotify": "6TclVCUxDQm9s3Bey6Ao8H", "isrc": "USJI10400781"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "If It's The Beaches", "position": 0, "duration_ms": 237120, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "The Gleam", "release_date": {"year": 2006, "month": 12, "day": 19}, "total_tracks": 6, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27363adae0da3815ffbd44a82fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0263adae0da3815ffbd44a82fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485163adae0da3815ffbd44a82fb", "width": 64, "height": 64}], "ids": {"spotify": "79WSrKWUOcscwstCmj2yq0"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Jenny Says", "position": 0, "duration_ms": 202586, "artists": [{"type": "artistTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Word of Mouth", "release_date": {"year": 1996}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731aff19db7979dd8fbb254d98", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021aff19db7979dd8fbb254d98", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511aff19db7979dd8fbb254d98", "width": 64, "height": 64}], "ids": {"spotify": "2QIMrazb0taumJVAA1nswy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}]}, "ids": {"spotify": "3HSBCz4Tj3l1gtjvXal9ey", "isrc": "US57G9410075"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Secret Smile", "position": 0, "duration_ms": 279813, "artists": [{"type": "artistTrackPlaylist", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Feeling Strangely Fine (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 3, "day": 24}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273fb304ec81a4ab3a5b5b7eea4", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02fb304ec81a4ab3a5b5b7eea4", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851fb304ec81a4ab3a5b5b7eea4", "width": 64, "height": 64}], "ids": {"spotify": "6KaEKR4KsmFWVrb0ktQo2T"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Semisonic", "ids": {"spotify": "1TqQi97nqeiuOJrIFv5Sw0"}}]}, "ids": {"spotify": "1OhctVvuAU8kVCtzDWsCTj", "isrc": "USMC19857421"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "It's All Been Done", "position": 0, "duration_ms": 206000, "artists": [{"type": "artistTrackPlaylist", "name": "Barenaked Ladies", "ids": {"spotify": "0dEvJpkqhrcn64d3oI8v79"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Stunt (20th Anniversary Edition)", "release_date": {"year": 1998, "month": 7, "day": 7}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d2055190ae60ffa4c74d13c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d2055190ae60ffa4c74d13c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d2055190ae60ffa4c74d13c", "width": 64, "height": 64}], "ids": {"spotify": "0DuFDnZcj7B4R0Jik1aDmY"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Barenaked Ladies", "ids": {"spotify": "0dEvJpkqhrcn64d3oI8v79"}}]}, "ids": {"spotify": "1VBRdl1sT4DGckQaTzKEB9", "isrc": "USRE19800262"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Best Deceptions", "position": 0, "duration_ms": 254800, "artists": [{"type": "artistTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Places You Have Come to Fear the Most", "release_date": {"year": 2001, "month": 3, "day": 20}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273903283f89b44f42cafa7d716", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02903283f89b44f42cafa7d716", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851903283f89b44f42cafa7d716", "width": 64, "height": 64}], "ids": {"spotify": "2b6f60fUMb0wSWWyFXBLfv"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "ids": {"spotify": "6yJl0W1IVV1DsTr0vfDY2e", "isrc": "USVR90235403"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Iris", "position": 0, "duration_ms": 289533, "artists": [{"type": "artistTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Dizzy up the Girl", "release_date": {"year": 1998}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273eda9478c39a21e1cdc6609ca", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02eda9478c39a21e1cdc6609ca", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851eda9478c39a21e1cdc6609ca", "width": 64, "height": 64}], "ids": {"spotify": "4UMjBXcRqIgMZ1XumU2x5T"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}]}, "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Sober Up - feat. Rivers Cuomo", "position": 0, "duration_ms": 218763, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrackPlaylist", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Round Here", "position": 0, "duration_ms": 331400, "artists": [{"type": "artistTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "August And Everything After", "release_date": {"year": 1993, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737e09670f90cd47b3fb9a23e0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027e09670f90cd47b3fb9a23e0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517e09670f90cd47b3fb9a23e0", "width": 64, "height": 64}], "ids": {"spotify": "4nKfZbCALT9H9LfedtDwnZ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "ids": {"spotify": "35qwJUKVy1OIt0wQ3xEXi0", "isrc": "USIR10000284"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "When You Were Young", "position": 0, "duration_ms": 220426, "artists": [{"type": "artistTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sam's Town", "release_date": {"year": 2006, "month": 9, "day": 27}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734f87f14089217e3f70a5f39e", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024f87f14089217e3f70a5f39e", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514f87f14089217e3f70a5f39e", "width": 64, "height": 64}], "ids": {"spotify": "4o3RJndRhHxkieQzQGhmbw"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}]}, "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Here's to Never Growing Up", "position": 0, "duration_ms": 214320, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Avril Lavigne (Expanded Edition)", "release_date": {"year": 2013, "month": 11, "day": 1}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273817da73d6641ddbcc0a50363", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02817da73d6641ddbcc0a50363", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851817da73d6641ddbcc0a50363", "width": 64, "height": 64}], "ids": {"spotify": "7qjA5gbagHWVbqKUgVt49l"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "0qwcGscxUHGZTgq0zcaqk1", "isrc": "USSM11300965"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Here's to the Night", "position": 0, "duration_ms": 249840, "artists": [{"type": "artistTrackPlaylist", "name": "Eve 6", "ids": {"spotify": "4Eqd24yS5YcxI8b6Xfuwr8"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Horrorscope", "release_date": {"year": 2000}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273884cf2a982876d639b2fad4b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02884cf2a982876d639b2fad4b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851884cf2a982876d639b2fad4b", "width": 64, "height": 64}], "ids": {"spotify": "2aO4ZbunEAG1iaw45Aiosv"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Eve 6", "ids": {"spotify": "4Eqd24yS5YcxI8b6Xfuwr8"}}]}, "ids": {"spotify": "4tgeQrPu5xkrnwErym2JsJ", "isrc": "USRC10000414"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Semi-Charmed Life", "position": 0, "duration_ms": 268360, "artists": [{"type": "artistTrackPlaylist", "name": "Third Eye Blind", "ids": {"spotify": "6TcnmlCSxihzWOQJ8k0rNS"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Third Eye Blind", "release_date": {"year": 1997, "month": 4, "day": 8}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734139c9208eeed67d2a211beb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024139c9208eeed67d2a211beb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514139c9208eeed67d2a211beb", "width": 64, "height": 64}], "ids": {"spotify": "2gToC0XAblE9h3UZD6aAaQ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Third Eye Blind", "ids": {"spotify": "6TcnmlCSxihzWOQJ8k0rNS"}}]}, "ids": {"spotify": "42et6fnHCw1HIPSrdPprMl", "isrc": "USEE19701203"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Memories", "position": 0, "duration_ms": 189486, "artists": [{"type": "artistTrackPlaylist", "name": "Maroon 5", "ids": {"spotify": "04gDigrS5kc9YWfZHwBETP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "JORDI (Deluxe)", "release_date": {"year": 2021, "month": 6, "day": 11}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27386a8ab515de4b7aef28cd631", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0286a8ab515de4b7aef28cd631", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485186a8ab515de4b7aef28cd631", "width": 64, "height": 64}], "ids": {"spotify": "1pCA38N6MkLlthXtAOvZTU"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Maroon 5", "ids": {"spotify": "04gDigrS5kc9YWfZHwBETP"}}]}, "ids": {"spotify": "4cktbXiXOapiLBMprHFErI", "isrc": "USUM71913350"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Rockin' the Suburbs", "position": 0, "duration_ms": 298533, "artists": [{"type": "artistTrackPlaylist", "name": "Ben Folds", "ids": {"spotify": "55tif8708yyDQlSjh3Trdu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Rockin' The Suburbs", "release_date": {"year": 2001, "month": 9, "day": 11}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d25c579ea362aeee960d0d6b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d25c579ea362aeee960d0d6b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d25c579ea362aeee960d0d6b", "width": 64, "height": 64}], "ids": {"spotify": "4FtOLTQqwnxpaABrJWYdBy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Ben Folds", "ids": {"spotify": "55tif8708yyDQlSjh3Trdu"}}]}, "ids": {"spotify": "3BOQOd4qPpdiwvqMQyh2Yg", "isrc": "USSM10105169"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Undone - The Sweater Song", "position": 0, "duration_ms": 305533, "artists": [{"type": "artistTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Weezer", "release_date": {"year": 1994, "month": 5, "day": 10}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273345536847e60f622ee0eae96", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02345536847e60f622ee0eae96", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851345536847e60f622ee0eae96", "width": 64, "height": 64}], "ids": {"spotify": "1xpGyKyV26uPstk1Elgp9Q"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}]}, "ids": {"spotify": "5WhtlIoxoZrMmuaWWEQhwV", "isrc": "USGF19962905"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "I Miss You", "position": 0, "duration_ms": 227240, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "width": 64, "height": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "1oTo3ijRbaDAtrjJrGAPSw", "isrc": "USMC10346123"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "A Praise Chorus", "position": 0, "duration_ms": 243506, "artists": [{"type": "artistTrackPlaylist", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}, {"type": "artistTrackPlaylist", "name": "Davey Vonbohlen", "ids": {"spotify": "2EYidR98SsS1xtRwavAmW1"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Bleed American", "release_date": {"year": 2001, "month": 7, "day": 17}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27395d1d98c5176e4f982bd73d6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0295d1d98c5176e4f982bd73d6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485195d1d98c5176e4f982bd73d6", "width": 64, "height": 64}], "ids": {"spotify": "0UJhhj5bn5AGAjryFnhueP"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Jimmy Eat World", "ids": {"spotify": "3Ayl7mCk0nScecqOzvNp6s"}}]}, "ids": {"spotify": "0n7d3no0cHnsnkgfFzDuj4", "isrc": "USDW10110255"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "So Long Goodbye", "position": 0, "duration_ms": 181613, "artists": [{"type": "artistTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Underclass Hero", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c5301bdbae7e2b35fe8024f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c5301bdbae7e2b35fe8024f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c5301bdbae7e2b35fe8024f", "width": 64, "height": 64}], "ids": {"spotify": "4fc73QNw5EjIorFfZ6n6YG"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}]}, "ids": {"spotify": "3Burs1JDgHMNXZ7wAMwe8u", "isrc": "USUM70740355"}, "disc_number": 1, "track_number": 14, "explicit": false}, {"type": "trackPlaylist", "title": "The Anthem", "position": 0, "duration_ms": 175093, "artists": [{"type": "artistTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Young and The Hopeless", "release_date": {"year": 2002, "month": 10, "day": 4}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27339bdded45c21f2ecae363a8f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0239bdded45c21f2ecae363a8f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485139bdded45c21f2ecae363a8f", "width": 64, "height": 64}], "ids": {"spotify": "5CTygC3aONv7l0klY4k3hc"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}]}, "ids": {"spotify": "0BRHnOFm6sjxN1i9LJrUDu", "isrc": "USSM10209827"}, "disc_number": 1, "track_number": 2, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0208a1b1e0674086d3f1995e1bab67616d00001e025140e9c2486249b280cb36fbab67616d00001e0263adae0da3815ffbd44a82fbab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0208a1b1e0674086d3f1995e1bab67616d00001e025140e9c2486249b280cb36fbab67616d00001e0263adae0da3815ffbd44a82fbab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0208a1b1e0674086d3f1995e1bab67616d00001e025140e9c2486249b280cb36fbab67616d00001e0263adae0da3815ffbd44a82fbab67616d00001e02f9b3ece3271d3a5fa73d3759", "width": 60}], "ids": {"spotify": "4zfPIT6KMcy40Dx7C9JS4D"}}, "status_info": {"ids": {"spotify": "4zfPIT6KMcy40Dx7C9JS4D"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Secret Smile", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Semisonic", "ids": {}}], "ids": {}}, {"type": "track", "title": "A Praise Chorus", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Jimmy Eat World", "ids": {}}, {"type": "artistTrack", "name": "Davey Vonbohlen", "ids": {}}], "ids": {}}], "skipped_tracks": [{"type": "track", "title": "The Way", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Fastball", "ids": {}}], "ids": {}}, {"type": "track", "title": "American Idiot", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Green Day", "ids": {}}], "ids": {}}, {"type": "track", "title": "Almost", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {}}], "ids": {}}, {"type": "track", "title": "If It's The Beaches", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {}}], "ids": {}}, {"type": "track", "title": "Jenny Says", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Cowboy Mouth", "ids": {}}], "ids": {}}, {"type": "track", "title": "It's All Been Done", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Barenaked Ladies", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Best Deceptions", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {}}], "ids": {}}, {"type": "track", "title": "Iris", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Goo Goo Dolls", "ids": {}}], "ids": {}}, {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {}}], "ids": {}}, {"type": "track", "title": "Round Here", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {}}], "ids": {}}, {"type": "track", "title": "When You Were Young", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {}}], "ids": {}}, {"type": "track", "title": "Here's to Never Growing Up", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {}}], "ids": {}}, {"type": "track", "title": "Here's to the Night", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Eve 6", "ids": {}}], "ids": {}}, {"type": "track", "title": "Semi-Charmed Life", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Third Eye Blind", "ids": {}}], "ids": {}}, {"type": "track", "title": "Memories", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Maroon 5", "ids": {}}], "ids": {}}, {"type": "track", "title": "Rockin' the Suburbs", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Ben Folds", "ids": {}}], "ids": {}}, {"type": "track", "title": "Undone - The Sweater Song", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Miss You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {}}], "ids": {}}, {"type": "track", "title": "So Long Goodbye", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Sum 41", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Anthem", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Good Charlotte", "ids": {}}], "ids": {}}], "failed_tracks": [], "total_successful": 2, "total_skipped": 20, "total_failed": 0, "service": "spotify", "m3u_path": "/app/downloads/playlists/Beach Trip \u201825.m3u", "quality": "ogg", "bitrate": "320k"}}, "timestamp": 1759524338.0102305} diff --git a/logs/tasks/95632ba9-e6a2-4549-8506-524003fd200e.log b/logs/tasks/95632ba9-e6a2-4549-8506-524003fd200e.log new file mode 100644 index 0000000..ab7c7ea --- /dev/null +++ b/logs/tasks/95632ba9-e6a2-4549-8506-524003fd200e.log @@ -0,0 +1,102 @@ +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "initializing"}, "timestamp": 1757335849.8328025} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "timestamp": 1757335850.6962142} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 2131, "progress": 1}, "timestamp": 1757335852.827801} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 4356, "progress": 2}, "timestamp": 1757335855.0514545} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 6584, "progress": 3}, "timestamp": 1757335857.2806444} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 8715, "progress": 4}, "timestamp": 1757335859.4120805} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 10944, "progress": 5}, "timestamp": 1757335861.6402798} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 13172, "progress": 6}, "timestamp": 1757335863.868666} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 15303, "progress": 7}, "timestamp": 1757335865.9999557} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 17532, "progress": 8}, "timestamp": 1757335868.228164} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 19760, "progress": 9}, "timestamp": 1757335870.456831} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 21988, "progress": 10}, "timestamp": 1757335872.685089} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 24120, "progress": 11}, "timestamp": 1757335874.8165233} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 26348, "progress": 12}, "timestamp": 1757335877.0448196} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 28577, "progress": 13}, "timestamp": 1757335879.2730954} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 30708, "progress": 14}, "timestamp": 1757335881.4045818} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 32936, "progress": 15}, "timestamp": 1757335883.632294} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 35165, "progress": 16}, "timestamp": 1757335885.861169} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 37393, "progress": 17}, "timestamp": 1757335888.0895095} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 39524, "progress": 18}, "timestamp": 1757335890.220815} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 41753, "progress": 19}, "timestamp": 1757335892.449052} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 43981, "progress": 20}, "timestamp": 1757335894.6775548} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 46112, "progress": 21}, "timestamp": 1757335896.8089137} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 48341, "progress": 22}, "timestamp": 1757335899.0372252} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 50569, "progress": 23}, "timestamp": 1757335901.2657287} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 52797, "progress": 24}, "timestamp": 1757335903.4937499} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 54929, "progress": 25}, "timestamp": 1757335905.625281} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 57157, "progress": 26}, "timestamp": 1757335907.853726} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 59385, "progress": 27}, "timestamp": 1757335910.0819418} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 61517, "progress": 28}, "timestamp": 1757335912.2132971} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 63745, "progress": 29}, "timestamp": 1757335914.4416316} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 65973, "progress": 30}, "timestamp": 1757335916.6701055} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 68105, "progress": 31}, "timestamp": 1757335918.8014948} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 70333, "progress": 32}, "timestamp": 1757335921.0298383} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 72562, "progress": 33}, "timestamp": 1757335923.258142} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 74790, "progress": 34}, "timestamp": 1757335925.4864528} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 76921, "progress": 35}, "timestamp": 1757335927.6179278} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 79149, "progress": 36}, "timestamp": 1757335929.8460333} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 81378, "progress": 37}, "timestamp": 1757335932.0745437} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 83509, "progress": 38}, "timestamp": 1757335934.205628} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 85738, "progress": 39}, "timestamp": 1757335936.4341815} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 87966, "progress": 40}, "timestamp": 1757335938.6626098} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 90194, "progress": 41}, "timestamp": 1757335940.8909292} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 92326, "progress": 42}, "timestamp": 1757335943.0222397} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 94554, "progress": 43}, "timestamp": 1757335945.2507052} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 96782, "progress": 44}, "timestamp": 1757335947.4790342} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 98914, "progress": 45}, "timestamp": 1757335949.6103601} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 101142, "progress": 46}, "timestamp": 1757335951.838646} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 103370, "progress": 47}, "timestamp": 1757335954.0671055} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 105599, "progress": 48}, "timestamp": 1757335956.295399} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 107730, "progress": 49}, "timestamp": 1757335958.4266684} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 109959, "progress": 50}, "timestamp": 1757335960.6551452} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 112187, "progress": 51}, "timestamp": 1757335962.8834865} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 114318, "progress": 52}, "timestamp": 1757335965.0148838} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 116547, "progress": 53}, "timestamp": 1757335967.243208} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 118775, "progress": 54}, "timestamp": 1757335969.4715192} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 120969, "progress": 55}, "timestamp": 1757335971.665444} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 123135, "progress": 56}, "timestamp": 1757335973.8313046} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 125363, "progress": 57}, "timestamp": 1757335976.0596442} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 127591, "progress": 58}, "timestamp": 1757335978.2878025} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 129723, "progress": 59}, "timestamp": 1757335980.4190896} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 131951, "progress": 60}, "timestamp": 1757335982.6476607} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 134179, "progress": 61}, "timestamp": 1757335984.8760617} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 136311, "progress": 62}, "timestamp": 1757335987.007439} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 138539, "progress": 63}, "timestamp": 1757335989.2357862} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 140767, "progress": 64}, "timestamp": 1757335991.4641623} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 142996, "progress": 65}, "timestamp": 1757335993.6924124} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 145127, "progress": 66}, "timestamp": 1757335995.8237875} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 147355, "progress": 67}, "timestamp": 1757335998.0520632} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 149584, "progress": 68}, "timestamp": 1757336000.2804756} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 151715, "progress": 69}, "timestamp": 1757336002.4115908} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 153944, "progress": 70}, "timestamp": 1757336004.640267} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 156172, "progress": 71}, "timestamp": 1757336006.8684573} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 158303, "progress": 72}, "timestamp": 1757336009.0000021} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 160532, "progress": 73}, "timestamp": 1757336011.2282872} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 162760, "progress": 74}, "timestamp": 1757336013.4566996} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 164988, "progress": 75}, "timestamp": 1757336015.6847906} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 167120, "progress": 76}, "timestamp": 1757336017.8163738} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 169348, "progress": 77}, "timestamp": 1757336020.0446665} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 171576, "progress": 78}, "timestamp": 1757336022.2730563} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 173708, "progress": 79}, "timestamp": 1757336024.4044352} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 175936, "progress": 80}, "timestamp": 1757336026.6327448} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 178164, "progress": 81}, "timestamp": 1757336028.8610842} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 180393, "progress": 82}, "timestamp": 1757336031.089395} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 182524, "progress": 83}, "timestamp": 1757336033.220753} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 184753, "progress": 84}, "timestamp": 1757336035.4491274} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 186981, "progress": 85}, "timestamp": 1757336037.6774147} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 189160, "progress": 86}, "timestamp": 1757336039.8560693} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 191341, "progress": 87}, "timestamp": 1757336042.0371935} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 193569, "progress": 88}, "timestamp": 1757336044.2655811} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 195797, "progress": 89}, "timestamp": 1757336046.4936628} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 197929, "progress": 90}, "timestamp": 1757336048.6249318} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 200157, "progress": 91}, "timestamp": 1757336050.853331} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 202385, "progress": 92}, "timestamp": 1757336053.081918} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 204517, "progress": 93}, "timestamp": 1757336055.2131004} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 206745, "progress": 94}, "timestamp": 1757336057.441625} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 208973, "progress": 95}, "timestamp": 1757336059.6697967} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 211105, "progress": 96}, "timestamp": 1757336061.8013785} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 213333, "progress": 97}, "timestamp": 1757336064.0295548} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 215561, "progress": 98}, "timestamp": 1757336066.2579093} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "real-time", "time_elapsed": 217790, "progress": 99}, "timestamp": 1757336068.4862294} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}], "skipped_tracks": [], "failed_tracks": [], "total_successful": 1, "total_skipped": 0, "total_failed": 0, "service": "spotify", "final_path": "/app/downloads/AJR/The Maybe Man/05. Inertia.ogg", "download_quality": "OGG_320", "quality": "ogg", "bitrate": "320k"}, "final_path": "/app/downloads/AJR/The Maybe Man/05. Inertia.ogg", "download_quality": "OGG_320"}, "timestamp": 1757336075.053399} diff --git a/logs/tasks/b19f0d49-8634-402b-a6b8-aed45f622b74.log b/logs/tasks/b19f0d49-8634-402b-a6b8-aed45f622b74.log new file mode 100644 index 0000000..c6da77f --- /dev/null +++ b/logs/tasks/b19f0d49-8634-402b-a6b8-aed45f622b74.log @@ -0,0 +1,736 @@ +{"playlist": {"type": "playlist", "title": "Post Beach Jams", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Lifestyles of the Rich & Famous", "position": 0, "duration_ms": 190173, "artists": [{"type": "artistTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Young and The Hopeless", "release_date": {"year": 2002, "month": 10, "day": 4}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27339bdded45c21f2ecae363a8f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0239bdded45c21f2ecae363a8f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485139bdded45c21f2ecae363a8f", "width": 64, "height": 64}], "ids": {"spotify": "5CTygC3aONv7l0klY4k3hc"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}]}, "ids": {"spotify": "2g2a5kDeZexbUTD8abcvm6", "isrc": "USSM10210275"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Breakeven", "position": 0, "duration_ms": 261426, "artists": [{"type": "artistTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Script", "release_date": {"year": 2008, "month": 9, "day": 8}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b526ba531c80ed208cd428ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b526ba531c80ed208cd428ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b526ba531c80ed208cd428ed", "width": 64, "height": 64}], "ids": {"spotify": "51Hn2Wiq1jmUfI0BLaUhuF"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}]}, "ids": {"spotify": "38xWaVFKaxZlMFvzNff2aW", "isrc": "GBARL0800147"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Teenage Dirtbag", "position": 0, "duration_ms": 241666, "artists": [{"type": "artistTrackPlaylist", "name": "Wheatus", "ids": {"spotify": "4mYFgEjpQT4IKOrjOUKyXu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Wheatus", "release_date": {"year": 1999, "month": 2, "day": 15}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a3740efa638f10f14fabc46", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a3740efa638f10f14fabc46", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a3740efa638f10f14fabc46", "width": 64, "height": 64}], "ids": {"spotify": "3xmKWmqJFoXS22tePO3mgd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Wheatus", "ids": {"spotify": "4mYFgEjpQT4IKOrjOUKyXu"}}]}, "ids": {"spotify": "25FTMokYEbEWHEdss5JLZS", "isrc": "USSM10008431"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Out Of My Head", "position": 0, "duration_ms": 153066, "artists": [{"type": "artistTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All The Pain Money Can Buy", "release_date": {"year": 1998, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735140e9c2486249b280cb36fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025140e9c2486249b280cb36fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515140e9c2486249b280cb36fb", "width": 64, "height": 64}], "ids": {"spotify": "2KVpGKVIzcK9bB13MXJGEb"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}]}, "ids": {"spotify": "5tOjRq5shlEdm15nmJBq7Z", "isrc": "USHR19713010"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Bad Things (with Camila Cabello)", "position": 0, "duration_ms": 239293, "artists": [{"type": "artistTrackPlaylist", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrackPlaylist", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "width": 64, "height": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Little Black Backpack - Remastered", "position": 0, "duration_ms": 224939, "artists": [{"type": "artistTrackPlaylist", "name": "Stroke 9", "ids": {"spotify": "6Nwc4urCR2Qdx302j2XIlv"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Greatest Hits (Remastered)", "release_date": {"year": 2010, "month": 1, "day": 26}, "total_tracks": 2, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2738e58e2cdf9c4c67808f3c55b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e028e58e2cdf9c4c67808f3c55b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048518e58e2cdf9c4c67808f3c55b", "width": 64, "height": 64}], "ids": {"spotify": "06MEE7JmnvQFfZX5akHXgy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Stroke 9", "ids": {"spotify": "6Nwc4urCR2Qdx302j2XIlv"}}]}, "ids": {"spotify": "6q5U75yeUt3qR5X1A4LJAD", "isrc": "US3DF1010031"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "position": 0, "duration_ms": 291906, "artists": [{"type": "artistTrackPlaylist", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "width": 64, "height": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "She", "position": 0, "duration_ms": 134293, "artists": [{"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Dookie", "release_date": {"year": 1994, "month": 2, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273db89b08034de626ebee6823d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02db89b08034de626ebee6823d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851db89b08034de626ebee6823d", "width": 64, "height": 64}], "ids": {"spotify": "4uG8q3GPuWHQlRbswMIRS6"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "4wsQGsdf8D0Bj26cGdvreB", "isrc": "USRE19900152"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "I Will Follow You into the Dark", "position": 0, "duration_ms": 158000, "artists": [{"type": "artistTrackPlaylist", "name": "Everclear", "ids": {"spotify": "694QW15WkebjcrWgQHzRYF"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "Greatest Hits", "release_date": {"year": 2011, "month": 12, "day": 27}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735b64b78b22bf784b9a54e617", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025b64b78b22bf784b9a54e617", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515b64b78b22bf784b9a54e617", "width": 64, "height": 64}], "ids": {"spotify": "4sWB22hNaWCrMgXC0uhCyR"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Everclear", "ids": {"spotify": "694QW15WkebjcrWgQHzRYF"}}]}, "ids": {"spotify": "2FXyQBD5lAUzjSCIpwtzeE", "isrc": "USA371569367"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Feeling This", "position": 0, "duration_ms": 172645, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 11, "day": 1}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730538b48c180256e0bdd8363f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020538b48c180256e0bdd8363f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510538b48c180256e0bdd8363f", "width": 64, "height": 64}], "ids": {"spotify": "4hBTxv4QRPePXCFcEI7Vjp"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "26AYR77170U49cMcXB7aRV", "isrc": "USMC10346225"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Landslide - Remastered", "position": 0, "duration_ms": 190586, "artists": [{"type": "artistTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "width": 64, "height": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "My Friends Over You", "position": 0, "duration_ms": 220200, "artists": [{"type": "artistTrackPlaylist", "name": "New Found Glory", "ids": {"spotify": "4ghjRm4M2vChDfTUycx0Ce"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sticks And Stones", "release_date": {"year": 2002, "month": 6, "day": 11}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731703f53e05e51bece5a4a9f8", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021703f53e05e51bece5a4a9f8", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511703f53e05e51bece5a4a9f8", "width": 64, "height": 64}], "ids": {"spotify": "29rNv6X8yQsCMiIOqkHud8"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "New Found Glory", "ids": {"spotify": "4ghjRm4M2vChDfTUycx0Ce"}}]}, "ids": {"spotify": "4pImG3RdbaGfanzQOTFgyr", "isrc": "USMC10200363"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "No Church In The Wild", "position": 0, "duration_ms": 272506, "artists": [{"type": "artistTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrackPlaylist", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrackPlaylist", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "width": 64, "height": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "The Boys of Summer", "position": 0, "duration_ms": 258000, "artists": [{"type": "artistTrackPlaylist", "name": "The Ataris", "ids": {"spotify": "3LC8PXXgk7YtAIobtjSdNi"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "So Long, Astoria", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730182816d9fe797a551832bf2", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020182816d9fe797a551832bf2", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510182816d9fe797a551832bf2", "width": 64, "height": 64}], "ids": {"spotify": "6prPsuR3shSCqcxPB84dkg"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Ataris", "ids": {"spotify": "3LC8PXXgk7YtAIobtjSdNi"}}]}, "ids": {"spotify": "5BmagRD7Thki6O1zZwbxBy", "isrc": "USSM10214990"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Everywhere", "position": 0, "duration_ms": 214826, "artists": [{"type": "artistTrackPlaylist", "name": "Michelle Branch", "ids": {"spotify": "5rScKX1Sh1U67meeUyTGwk"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Spirit Room", "release_date": {"year": 2001, "month": 7, "day": 31}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27311e62b6d4e56b060aa71e09d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0211e62b6d4e56b060aa71e09d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485111e62b6d4e56b060aa71e09d", "width": 64, "height": 64}], "ids": {"spotify": "1agL7TUoZXr0Xd4Irievqi"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Michelle Branch", "ids": {"spotify": "5rScKX1Sh1U67meeUyTGwk"}}]}, "ids": {"spotify": "1u0l8zWpQeMYStFkc2mLD7", "isrc": "USMV20100080"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "position": 0, "duration_ms": 185760, "artists": [{"type": "artistTrackPlaylist", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "width": 64, "height": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "I Think We're Alone Now", "position": 0, "duration_ms": 134671, "artists": [{"type": "artistTrackPlaylist", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "width": 64, "height": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Flavor Of The Weak", "position": 0, "duration_ms": 188866, "artists": [{"type": "artistTrackPlaylist", "name": "American Hi-Fi", "ids": {"spotify": "4XlcLj6bxCnpBIOHmBpIWP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "American Hi-Fi", "release_date": {"year": 2001, "month": 2, "day": 27}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27398bdce9554b33099b9c153e9", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0298bdce9554b33099b9c153e9", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485198bdce9554b33099b9c153e9", "width": 64, "height": 64}], "ids": {"spotify": "418rqqXvvFf4XXlU2cQWck"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "American Hi-Fi", "ids": {"spotify": "4XlcLj6bxCnpBIOHmBpIWP"}}]}, "ids": {"spotify": "5wjQihzWIKgBc1hzf5work", "isrc": "USIR20000691"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Ballad of Love and Hate", "position": 0, "duration_ms": 320520, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "width": 64, "height": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "How Do You Tell Someone", "position": 0, "duration_ms": 222293, "artists": [{"type": "artistTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Are You With Me?", "release_date": {"year": 1996, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736cdc94034a91810750f718e7", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026cdc94034a91810750f718e7", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516cdc94034a91810750f718e7", "width": 64, "height": 64}], "ids": {"spotify": "1wT83i9nKh6YejZIRD31La"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}]}, "ids": {"spotify": "1GFq6e7tw6beeKJLzhirlG", "isrc": "USMC19648690"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Failure By Design", "position": 0, "duration_ms": 196373, "artists": [{"type": "artistTrackPlaylist", "name": "Brand New", "ids": {"spotify": "168dgYui7ExaU612eooDF1"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Your Favorite Weapon", "release_date": {"year": 2001}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a608ae3f3b2d721703ce22f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a608ae3f3b2d721703ce22f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a608ae3f3b2d721703ce22f", "width": 64, "height": 64}], "ids": {"spotify": "1kRnFF71UTGdHmSrRDllKj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Brand New", "ids": {"spotify": "168dgYui7ExaU612eooDF1"}}]}, "ids": {"spotify": "39wDpFv3xirqysFxI9AyAn", "isrc": "USRZR1132605"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Yellow", "position": 0, "duration_ms": 266773, "artists": [{"type": "artistTrackPlaylist", "name": "Coldplay", "ids": {"spotify": "4gzpq5DPGxSnKTe4SA8HAU"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Parachutes", "release_date": {"year": 2000, "month": 7, "day": 10}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739164bafe9aaa168d93f4816a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029164bafe9aaa168d93f4816a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519164bafe9aaa168d93f4816a", "width": 64, "height": 64}], "ids": {"spotify": "6ZG5lRT77aJ3btmArcykra"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Coldplay", "ids": {"spotify": "4gzpq5DPGxSnKTe4SA8HAU"}}]}, "ids": {"spotify": "3AJwUDP919kvQ9QcozQPxg", "isrc": "GBAYE0000267"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Big Yellow Taxi", "position": 0, "duration_ms": 226826, "artists": [{"type": "artistTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrackPlaylist", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "width": 64, "height": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "disc_number": 1, "track_number": 15, "explicit": false}, {"type": "trackPlaylist", "title": "As Lovers Go", "position": 0, "duration_ms": 209520, "artists": [{"type": "artistTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Mark, A Mission, A Brand, A Scar", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ceca1e63d14388f356ebabc0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ceca1e63d14388f356ebabc0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ceca1e63d14388f356ebabc0", "width": 64, "height": 64}], "ids": {"spotify": "6QFaml2DfvYBswMm8GGoT4"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "ids": {"spotify": "2VDLBkf6GauNeX2XVVaZix", "isrc": "USVR90338115"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Burn The House Down", "position": 0, "duration_ms": 212373, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27335a22744330810f0cca97210", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0235a22744330810f0cca97210", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485135a22744330810f0cca97210", "width": 64, "height": 64}], "ids": {"spotify": "51iPchT1rPmDNT5FYGoPn5"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "0TkJIyL69RAUIbNwGub6uR", "isrc": "QMRSZ1702960"}, "disc_number": 1, "track_number": 14, "explicit": false}, {"type": "trackPlaylist", "title": "Everything You Want", "position": 0, "duration_ms": 257066, "artists": [{"type": "artistTrackPlaylist", "name": "Vertical Horizon", "ids": {"spotify": "6Hizgjo92FnMp8wGaRUNTn"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Everything You Want", "release_date": {"year": 1999, "month": 6, "day": 14}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dde37a43468f6a6f60f782e1", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dde37a43468f6a6f60f782e1", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dde37a43468f6a6f60f782e1", "width": 64, "height": 64}], "ids": {"spotify": "2gJ6axVHAsQmmO6nslQRN1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Vertical Horizon", "ids": {"spotify": "6Hizgjo92FnMp8wGaRUNTn"}}]}, "ids": {"spotify": "4cKGldbhGJniI8BrB3K6tb", "isrc": "USRC19900048"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Fuck You", "position": 0, "duration_ms": 219893, "artists": [{"type": "artistTrackPlaylist", "name": "Lily Allen", "ids": {"spotify": "13saZpZnCDWOI9D4IJhp1f"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "It's Not Me, It's You", "release_date": {"year": 2009, "month": 1, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737124b6bf785117033d003590", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027124b6bf785117033d003590", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517124b6bf785117033d003590", "width": 64, "height": 64}], "ids": {"spotify": "39zjAZD6nlscx5DafH8GI8"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Lily Allen", "ids": {"spotify": "13saZpZnCDWOI9D4IJhp1f"}}]}, "ids": {"spotify": "1GCbc1vpkZA2zhjsSFhmHT", "isrc": "GBAYE0802265"}, "disc_number": 1, "track_number": 8, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020a3740efa638f10f14fabc46ab67616d00001e0239bdded45c21f2ecae363a8fab67616d00001e025140e9c2486249b280cb36fbab67616d00001e02b526ba531c80ed208cd428ed", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020a3740efa638f10f14fabc46ab67616d00001e0239bdded45c21f2ecae363a8fab67616d00001e025140e9c2486249b280cb36fbab67616d00001e02b526ba531c80ed208cd428ed", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020a3740efa638f10f14fabc46ab67616d00001e0239bdded45c21f2ecae363a8fab67616d00001e025140e9c2486249b280cb36fbab67616d00001e02b526ba531c80ed208cd428ed", "width": 60}], "ids": {"spotify": "16OPZVbiPADA5Bc1lj5zwo"}}, "status_info": {"ids": {"spotify": "16OPZVbiPADA5Bc1lj5zwo"}, "status": "initializing"}, "timestamp": 1759524361.339713} +{"track": {"type": "track", "title": "Lifestyles of the Rich & Famous", "disc_number": 1, "track_number": 3, "duration_ms": 190173, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Young and The Hopeless", "release_date": {"year": 2002, "month": 10, "day": 4}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27339bdded45c21f2ecae363a8f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0239bdded45c21f2ecae363a8f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485139bdded45c21f2ecae363a8f", "height": 64, "width": 64}], "ids": {"spotify": "5CTygC3aONv7l0klY4k3hc", "upc": "888880383457"}, "artists": [{"type": "artistAlbumTrack", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}]}, "artists": [{"type": "artistTrack", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}], "ids": {"spotify": "2g2a5kDeZexbUTD8abcvm6", "isrc": "USSM10210275"}}, "status_info": {"ids": {"spotify": "2g2a5kDeZexbUTD8abcvm6", "isrc": "USSM10210275"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Good Charlotte/The Young and The Hopeless/3. Lifestyles of the Rich & Famous.ogg'"}, "current_track": 1, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524361.7456722} +{"track": {"type": "track", "title": "Breakeven", "disc_number": 1, "track_number": 5, "duration_ms": 261426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Script", "release_date": {"year": 2008, "month": 9, "day": 8}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b526ba531c80ed208cd428ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b526ba531c80ed208cd428ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b526ba531c80ed208cd428ed", "height": 64, "width": 64}], "ids": {"spotify": "51Hn2Wiq1jmUfI0BLaUhuF", "upc": "888880703897"}, "artists": [{"type": "artistAlbumTrack", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}]}, "artists": [{"type": "artistTrack", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}], "ids": {"spotify": "38xWaVFKaxZlMFvzNff2aW", "isrc": "GBARL0800147"}}, "status_info": {"ids": {"spotify": "38xWaVFKaxZlMFvzNff2aW", "isrc": "GBARL0800147"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Script/The Script/5. Breakeven.ogg'"}, "current_track": 2, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524362.1255398} +{"track": {"type": "track", "title": "Teenage Dirtbag", "disc_number": 1, "track_number": 3, "duration_ms": 241666, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Wheatus", "release_date": {"year": 1999, "month": 2, "day": 15}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a3740efa638f10f14fabc46", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a3740efa638f10f14fabc46", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a3740efa638f10f14fabc46", "height": 64, "width": 64}], "ids": {"spotify": "3xmKWmqJFoXS22tePO3mgd", "upc": "5099749960527"}, "artists": [{"type": "artistAlbumTrack", "name": "Wheatus", "ids": {"spotify": "4mYFgEjpQT4IKOrjOUKyXu"}}]}, "artists": [{"type": "artistTrack", "name": "Wheatus", "ids": {"spotify": "4mYFgEjpQT4IKOrjOUKyXu"}}], "ids": {"spotify": "25FTMokYEbEWHEdss5JLZS", "isrc": "USSM10008431"}}, "status_info": {"ids": {"spotify": "25FTMokYEbEWHEdss5JLZS", "isrc": "USSM10008431"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Wheatus/Wheatus/3. Teenage Dirtbag.ogg'"}, "current_track": 3, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524362.5727117} +{"track": {"type": "track", "title": "Out Of My Head", "disc_number": 1, "track_number": 10, "duration_ms": 153066, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Pain Money Can Buy", "release_date": {"year": 1998, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735140e9c2486249b280cb36fb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025140e9c2486249b280cb36fb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515140e9c2486249b280cb36fb", "height": 64, "width": 64}], "ids": {"spotify": "2KVpGKVIzcK9bB13MXJGEb", "upc": "00720616213020"}, "artists": [{"type": "artistAlbumTrack", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}]}, "artists": [{"type": "artistTrack", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}], "ids": {"spotify": "5tOjRq5shlEdm15nmJBq7Z", "isrc": "USHR19713010"}}, "status_info": {"ids": {"spotify": "5tOjRq5shlEdm15nmJBq7Z", "isrc": "USHR19713010"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Fastball/All The Pain Money Can Buy/10. Out Of My Head.ogg'"}, "current_track": 4, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524362.9994855} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "initializing"}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524363.3487153} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524364.8181732} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 2366, "progress": 1}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524367.1850655} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 4728, "progress": 2}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524369.5475433} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 7094, "progress": 3}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524371.9136133} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 9548, "progress": 4}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524374.3666742} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 11914, "progress": 5}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524376.733353} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 14280, "progress": 6}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524379.0994346} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 16646, "progress": 7}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524381.465334} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 19100, "progress": 8}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524383.9191196} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 21466, "progress": 9}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524386.285203} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 23832, "progress": 10}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524388.6511734} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 26286, "progress": 11}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524391.1048234} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 28652, "progress": 12}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524393.4708846} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 31018, "progress": 13}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524395.8370433} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 33384, "progress": 14}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524398.203119} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 35838, "progress": 15}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524400.6567683} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 38204, "progress": 16}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524403.0228162} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 40570, "progress": 17}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524405.3887458} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 42936, "progress": 18}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524407.7549534} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 45389, "progress": 19}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524410.2085173} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 47755, "progress": 20}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524412.5736055} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 50122, "progress": 21}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524414.9407032} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 52575, "progress": 22}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524417.3942826} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 54941, "progress": 23}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524419.7602985} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 57307, "progress": 24}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524422.1265218} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 59673, "progress": 25}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524424.4925447} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 62127, "progress": 26}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524426.9462368} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 64539, "progress": 27}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524429.3579495} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 66859, "progress": 28}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524431.6783826} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 69225, "progress": 29}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524434.0442662} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 71679, "progress": 30}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524436.4980657} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 74045, "progress": 31}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524438.863968} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 76411, "progress": 32}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524441.2301803} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 78865, "progress": 33}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524443.6838603} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 81231, "progress": 34}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524446.0497727} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 83597, "progress": 35}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524448.4158702} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 85963, "progress": 36}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524450.7818966} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 88417, "progress": 37}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524453.2357051} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 90783, "progress": 38}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524455.601738} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 93149, "progress": 39}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524457.9676957} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 95515, "progress": 40}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524460.333851} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 97968, "progress": 41}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524462.7875783} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 100334, "progress": 42}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524465.1535802} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 102700, "progress": 43}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524467.5196447} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 105154, "progress": 44}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524469.973346} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 107520, "progress": 45}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524472.3393033} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 109886, "progress": 46}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524474.705287} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 112252, "progress": 47}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524477.0714552} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 114706, "progress": 48}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524479.5249617} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 117072, "progress": 49}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524481.8912919} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 119438, "progress": 50}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524484.2572644} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 121804, "progress": 51}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524486.6233592} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 124258, "progress": 52}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524489.077019} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 126624, "progress": 53}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524491.4429886} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 129038, "progress": 54}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524493.8563657} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 131443, "progress": 55}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524496.2621465} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 133810, "progress": 56}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524498.6288567} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 136176, "progress": 57}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524500.994944} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 138542, "progress": 58}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524503.3609014} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 140995, "progress": 59}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524505.8146555} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 143361, "progress": 60}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524508.1805592} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 145727, "progress": 61}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524510.546646} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 148094, "progress": 62}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524512.9125907} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 150547, "progress": 63}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524515.3664925} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 152913, "progress": 64}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524517.7325141} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 155279, "progress": 65}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524520.0985608} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 157733, "progress": 66}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524522.552109} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 160099, "progress": 67}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524524.91831} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 162465, "progress": 68}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524527.2843704} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 164831, "progress": 69}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524529.6504722} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 167285, "progress": 70}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524532.1039314} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 169651, "progress": 71}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524534.4701881} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 172017, "progress": 72}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524536.836205} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 174383, "progress": 73}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524539.202263} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 176837, "progress": 74}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524541.655749} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 179203, "progress": 75}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524544.0219064} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 181569, "progress": 76}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524546.388051} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 184023, "progress": 77}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524548.8417273} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 186389, "progress": 78}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524551.207776} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 188754, "progress": 79}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524553.57366} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 191121, "progress": 80}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524555.9397073} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 193574, "progress": 81}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524558.3935866} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 195940, "progress": 82}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524560.7596538} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 198306, "progress": 83}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524563.1255507} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 200672, "progress": 84}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524565.4916415} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 203126, "progress": 85}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524567.9452245} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 205492, "progress": 86}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524570.3114076} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 207858, "progress": 87}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524572.6775048} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 210359, "progress": 88}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524575.177389} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 212678, "progress": 89}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524577.4972484} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 215044, "progress": 90}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524579.8632538} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 217410, "progress": 91}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524582.2293468} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 219864, "progress": 92}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524584.682849} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 222230, "progress": 93}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524587.0486994} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 224596, "progress": 94}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524589.4151986} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 227050, "progress": 95}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524591.8687332} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 229416, "progress": 96}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524594.2349215} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 231782, "progress": 97}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524596.6007688} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 234148, "progress": 98}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524598.9668927} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "real-time", "time_elapsed": 236602, "progress": 99}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524601.4206774} +{"track": {"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 10, "duration_ms": 239293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "height": 64, "width": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp", "upc": "00602557591231"}, "artists": [{"type": "artistAlbumTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}}, "status_info": {"ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "status": "done", "final_path": "/app/downloads/mgk\uff1b Camila Cabello/bloom/10. Bad Things (with Camila Cabello).ogg", "download_quality": "OGG_320"}, "current_track": 5, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524609.9804974} +{"track": {"type": "track", "title": "Little Black Backpack - Remastered", "disc_number": 1, "track_number": 1, "duration_ms": 224939, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Greatest Hits (Remastered)", "release_date": {"year": 2010, "month": 1, "day": 26}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2738e58e2cdf9c4c67808f3c55b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e028e58e2cdf9c4c67808f3c55b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048518e58e2cdf9c4c67808f3c55b", "height": 64, "width": 64}], "ids": {"spotify": "06MEE7JmnvQFfZX5akHXgy", "upc": "195917726515"}, "artists": [{"type": "artistAlbumTrack", "name": "Stroke 9", "ids": {"spotify": "6Nwc4urCR2Qdx302j2XIlv"}}]}, "artists": [{"type": "artistTrack", "name": "Stroke 9", "ids": {"spotify": "6Nwc4urCR2Qdx302j2XIlv"}}], "ids": {"spotify": "6q5U75yeUt3qR5X1A4LJAD", "isrc": "US3DF1010031"}}, "status_info": {"ids": {"spotify": "6q5U75yeUt3qR5X1A4LJAD", "isrc": "US3DF1010031"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Stroke 9/Greatest Hits (Remastered)/1. Little Black Backpack - Remastered.ogg'"}, "current_track": 6, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524639.3303056} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "initializing"}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524639.4670732} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524639.7493784} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 2886, "progress": 1}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524642.6362016} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 5767, "progress": 2}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524645.517838} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 8653, "progress": 3}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524648.4038846} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 11539, "progress": 4}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524651.2896707} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 14528, "progress": 5}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524654.2786534} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 17414, "progress": 6}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524657.1645975} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 20300, "progress": 7}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524660.050669} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 23186, "progress": 8}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524662.9363387} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 26175, "progress": 9}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524665.9254377} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 29061, "progress": 10}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524668.8114817} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 31947, "progress": 11}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524671.6972642} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 34833, "progress": 12}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524674.583339} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 37822, "progress": 13}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524677.5722752} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 40708, "progress": 14}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524680.458226} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 43594, "progress": 15}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524683.3441436} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 46480, "progress": 16}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524686.2299347} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 49516, "progress": 17}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524689.265969} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 52354, "progress": 18}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524692.1048522} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 55240, "progress": 19}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524694.9907975} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 58126, "progress": 20}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524697.8766592} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 61012, "progress": 21}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524700.7625992} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 64001, "progress": 22}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524703.751743} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 66887, "progress": 23}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524706.6376507} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 69773, "progress": 24}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524709.5236006} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 72659, "progress": 25}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524712.4095216} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 75648, "progress": 26}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524715.3985085} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 78534, "progress": 27}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524718.284419} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 81420, "progress": 28}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524721.1703782} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 84306, "progress": 29}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524724.0562704} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 87295, "progress": 30}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524727.0452516} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 90181, "progress": 31}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524729.931228} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 93067, "progress": 32}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524732.817104} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 95952, "progress": 33}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524735.7029018} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 98839, "progress": 34}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524738.5889447} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 101828, "progress": 35}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524741.5779355} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 104713, "progress": 36}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524744.4637697} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 107599, "progress": 37}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524747.3498163} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 110485, "progress": 38}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524750.2357066} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 113474, "progress": 39}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524753.224067} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 116360, "progress": 40}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524756.1106653} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 119246, "progress": 41}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524758.9965448} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 122132, "progress": 42}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524761.8825233} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 125121, "progress": 43}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524764.8715205} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 128007, "progress": 44}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524767.757236} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 130893, "progress": 45}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524770.6433434} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 133779, "progress": 46}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524773.5292194} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 136768, "progress": 47}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524776.5180902} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 139654, "progress": 48}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524779.4040308} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 142540, "progress": 49}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524782.290054} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 145425, "progress": 50}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524785.1759079} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 148312, "progress": 51}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524788.0619187} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 151300, "progress": 52}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524791.0509453} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 154186, "progress": 53}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524793.9368322} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 157072, "progress": 54}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524796.822804} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 159958, "progress": 55}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524799.7086806} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 162947, "progress": 56}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524802.697669} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 165833, "progress": 57}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524805.5836394} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 168719, "progress": 58}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524808.4694083} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 171605, "progress": 59}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524811.3554475} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 174594, "progress": 60}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524814.3444295} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 177480, "progress": 61}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524817.2302544} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 180366, "progress": 62}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524820.1162565} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 183252, "progress": 63}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524823.0021832} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 186138, "progress": 64}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524825.8880072} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 189127, "progress": 65}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524828.8771074} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 192013, "progress": 66}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524831.763063} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 194899, "progress": 67}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524834.6489427} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 197784, "progress": 68}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524837.5348058} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 200773, "progress": 69}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524840.523857} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 203659, "progress": 70}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524843.409802} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 206545, "progress": 71}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524846.2955604} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 209431, "progress": 72}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524849.1815195} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 212420, "progress": 73}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524852.1706684} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 215306, "progress": 74}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524855.0565577} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 218192, "progress": 75}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524857.942375} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 221078, "progress": 76}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524860.828252} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 224067, "progress": 77}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524863.8173714} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 226953, "progress": 78}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524866.703353} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 229839, "progress": 79}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524869.5889904} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 232725, "progress": 80}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524872.4752162} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 235611, "progress": 81}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524875.3609803} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 238600, "progress": 82}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524878.3500657} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 241485, "progress": 83}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524881.2354078} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 244371, "progress": 84}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524884.1215465} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 247257, "progress": 85}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524887.007759} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 250246, "progress": 86}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524889.9967427} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 253132, "progress": 87}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524892.882829} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 256018, "progress": 88}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524895.7684426} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 258904, "progress": 89}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524898.654632} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 261893, "progress": 90}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524901.6436195} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 264779, "progress": 91}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524904.529496} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 267665, "progress": 92}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524907.4154816} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 270551, "progress": 93}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524910.3013353} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 273437, "progress": 94}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524913.1872036} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 276426, "progress": 95}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524916.1762664} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 279312, "progress": 96}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524919.0621972} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 282198, "progress": 97}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524921.9479752} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 285084, "progress": 98}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524924.834031} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "real-time", "time_elapsed": 288073, "progress": 99}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524927.8230784} +{"track": {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 3, "duration_ms": 291906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "height": 64, "width": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy", "upc": "00731454031929"}, "artists": [{"type": "artistAlbumTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}}, "status_info": {"ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "status": "done", "final_path": "/app/downloads/Dishwalla/Pet Your Friends/3. Counting Blue Cars (Tell Me Your Thoughts On God).ogg", "download_quality": "OGG_320"}, "current_track": 7, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759524936.210241} +{"track": {"type": "track", "title": "She", "disc_number": 1, "track_number": 8, "duration_ms": 134293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Dookie", "release_date": {"year": 1994, "month": 2, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273db89b08034de626ebee6823d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02db89b08034de626ebee6823d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851db89b08034de626ebee6823d", "height": 64, "width": 64}], "ids": {"spotify": "4uG8q3GPuWHQlRbswMIRS6", "upc": "093624552963"}, "artists": [{"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4wsQGsdf8D0Bj26cGdvreB", "isrc": "USRE19900152"}}, "status_info": {"ids": {"spotify": "4wsQGsdf8D0Bj26cGdvreB", "isrc": "USRE19900152"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Green Day/Dookie/8. She.ogg'"}, "current_track": 8, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525012.498168} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 9, "duration_ms": 158000, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Greatest Hits", "release_date": {"year": 2011, "month": 12, "day": 27}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735b64b78b22bf784b9a54e617", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025b64b78b22bf784b9a54e617", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515b64b78b22bf784b9a54e617", "height": 64, "width": 64}], "ids": {"spotify": "4sWB22hNaWCrMgXC0uhCyR", "upc": "886788406667"}, "artists": [{"type": "artistAlbumTrack", "name": "Everclear", "ids": {"spotify": "694QW15WkebjcrWgQHzRYF"}}]}, "artists": [{"type": "artistTrack", "name": "Everclear", "ids": {"spotify": "694QW15WkebjcrWgQHzRYF"}}], "ids": {"spotify": "2FXyQBD5lAUzjSCIpwtzeE", "isrc": "USA371569367"}}, "status_info": {"ids": {"spotify": "2FXyQBD5lAUzjSCIpwtzeE", "isrc": "USA371569367"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Everclear/Greatest Hits/9. I Will Follow You into the Dark.ogg'"}, "current_track": 9, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525012.7907913} +{"track": {"type": "track", "title": "Feeling This", "disc_number": 1, "track_number": 1, "duration_ms": 172645, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 11, "day": 1}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730538b48c180256e0bdd8363f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020538b48c180256e0bdd8363f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510538b48c180256e0bdd8363f", "height": 64, "width": 64}], "ids": {"spotify": "4hBTxv4QRPePXCFcEI7Vjp", "upc": "00602557016659"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "26AYR77170U49cMcXB7aRV", "isrc": "USMC10346225"}}, "status_info": {"ids": {"spotify": "26AYR77170U49cMcXB7aRV", "isrc": "USMC10346225"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/blink-182/blink-182/1. Feeling This.ogg'"}, "current_track": 10, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525012.926373} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "initializing"}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525013.0564823} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525013.243583} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 1849, "progress": 1}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525015.0937808} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 3694, "progress": 2}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525016.9388177} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 5652, "progress": 3}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525018.8969963} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 7502, "progress": 4}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525020.7464142} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 9460, "progress": 5}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525022.7045138} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 11310, "progress": 6}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525024.5540152} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 13268, "progress": 7}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525026.5120313} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 15117, "progress": 8}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525028.3615005} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 17075, "progress": 9}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525030.318811} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 18925, "progress": 10}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525032.1692517} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 20928, "progress": 11}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525034.171654} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 22732, "progress": 12}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525035.9768493} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 24690, "progress": 13}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525037.9349957} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 26540, "progress": 14}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525039.7844706} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 28498, "progress": 15}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525041.7427268} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 30348, "progress": 16}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525043.5920992} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 32197, "progress": 17}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525045.4415138} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 34155, "progress": 18}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525047.399611} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 36005, "progress": 19}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525049.2490532} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 37963, "progress": 20}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525051.2073758} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 39812, "progress": 21}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525053.056569} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 41817, "progress": 22}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525055.0606828} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 43620, "progress": 23}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525056.8643286} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 45578, "progress": 24}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525058.8225162} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 47427, "progress": 25}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525060.6719768} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 49386, "progress": 26}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525062.6300616} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 51235, "progress": 27}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525064.4796162} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 53193, "progress": 28}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525066.437737} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 55043, "progress": 29}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525068.2872663} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 56892, "progress": 30}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525070.136656} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 58850, "progress": 31}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525072.0948834} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 60700, "progress": 32}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525073.944049} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 62703, "progress": 33}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525075.9476063} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 64507, "progress": 34}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525077.7518196} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 66466, "progress": 35}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525079.7101035} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 68315, "progress": 36}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525081.5595362} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 70273, "progress": 37}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525083.5175998} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 72123, "progress": 38}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525085.3670485} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 74081, "progress": 39}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525087.3252485} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 75930, "progress": 40}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525089.1746755} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 77888, "progress": 41}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525091.1329517} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 79738, "progress": 42}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525092.9821846} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 81696, "progress": 43}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525094.9404824} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 83591, "progress": 44}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525096.835434} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 85395, "progress": 45}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525098.639317} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 87353, "progress": 46}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525100.5976048} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 89202, "progress": 47}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525102.4467437} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 91161, "progress": 48}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525104.404599} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 93010, "progress": 49}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525106.2547016} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 94968, "progress": 50}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525108.2128553} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 96818, "progress": 51}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525110.0622544} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 98776, "progress": 52}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525112.02032} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 100625, "progress": 53}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525113.8698776} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 102583, "progress": 54}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525115.8279188} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 104481, "progress": 55}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525117.7253377} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 106391, "progress": 56}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525119.6356952} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 108241, "progress": 57}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525121.484985} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 110199, "progress": 58}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525123.4432619} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 112048, "progress": 59}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525125.2927506} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 113898, "progress": 60}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525127.142155} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 115856, "progress": 61}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525129.1003594} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 117705, "progress": 62}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525130.949618} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 119663, "progress": 63}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525132.9078255} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 121513, "progress": 64}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525134.7573898} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 123471, "progress": 65}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525136.7156131} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 125369, "progress": 66}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525138.6127453} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 127279, "progress": 67}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525140.5231385} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 129128, "progress": 68}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525142.3726523} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 131086, "progress": 69}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525144.330758} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 132936, "progress": 70}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525146.1802654} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 134894, "progress": 71}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525148.1383817} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 136743, "progress": 72}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525149.9877584} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 138593, "progress": 73}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525151.8373} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 140551, "progress": 74}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525153.7955484} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 142400, "progress": 75}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525155.6448944} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 144358, "progress": 76}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525157.6029913} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 146254, "progress": 77}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525159.4987326} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 148166, "progress": 78}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525161.4107628} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 150016, "progress": 79}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525163.2600453} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 151974, "progress": 80}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525165.2182498} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 153823, "progress": 81}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525167.0676484} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 155781, "progress": 82}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525169.0259807} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 157631, "progress": 83}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525170.8754237} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 159589, "progress": 84}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525172.833461} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 161438, "progress": 85}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525174.6830406} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 163397, "progress": 86}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525176.641124} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 165246, "progress": 87}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525178.4906774} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 167144, "progress": 88}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525180.3877773} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 169054, "progress": 89}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525182.29824} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 170903, "progress": 90}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525184.147663} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 172861, "progress": 91}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525186.1057763} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 174711, "progress": 92}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525187.9553697} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 176669, "progress": 93}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525189.9133813} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 178518, "progress": 94}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525191.7629402} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 180477, "progress": 95}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525193.7210867} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 182326, "progress": 96}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525195.570556} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 184284, "progress": 97}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525197.5286295} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 186134, "progress": 98}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525199.3781552} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "real-time", "time_elapsed": 188092, "progress": 99}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525201.3362296} +{"track": {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 9, "duration_ms": 190586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "height": 64, "width": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53", "upc": "05099962374057"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}}, "status_info": {"ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "status": "done", "final_path": "/app/downloads/The Smashing Pumpkins/Pisces Iscariot (Deluxe)/9. Landslide - Remastered.ogg", "download_quality": "OGG_320"}, "current_track": 11, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525206.5784166} +{"track": {"type": "track", "title": "My Friends Over You", "disc_number": 1, "track_number": 2, "duration_ms": 220200, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sticks And Stones", "release_date": {"year": 2002, "month": 6, "day": 11}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731703f53e05e51bece5a4a9f8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021703f53e05e51bece5a4a9f8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511703f53e05e51bece5a4a9f8", "height": 64, "width": 64}], "ids": {"spotify": "29rNv6X8yQsCMiIOqkHud8", "upc": "00602508126185"}, "artists": [{"type": "artistAlbumTrack", "name": "New Found Glory", "ids": {"spotify": "4ghjRm4M2vChDfTUycx0Ce"}}]}, "artists": [{"type": "artistTrack", "name": "New Found Glory", "ids": {"spotify": "4ghjRm4M2vChDfTUycx0Ce"}}], "ids": {"spotify": "4pImG3RdbaGfanzQOTFgyr", "isrc": "USMC10200363"}}, "status_info": {"ids": {"spotify": "4pImG3RdbaGfanzQOTFgyr", "isrc": "USMC10200363"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/New Found Glory/Sticks And Stones/2. My Friends Over You.ogg'"}, "current_track": 12, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525238.9972606} +{"track": {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 272506, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "height": 64, "width": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS", "upc": "00602527809076"}, "artists": [{"type": "artistAlbumTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrack", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrack", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}}, "status_info": {"ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/JAY-Z\uff1b Kanye West\uff1b Frank Ocean\uff1b The-Dream/Watch The Throne/1. No Church In The Wild.ogg'"}, "current_track": 13, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525239.139442} +{"track": {"type": "track", "title": "The Boys of Summer", "disc_number": 1, "track_number": 10, "duration_ms": 258000, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Long, Astoria", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730182816d9fe797a551832bf2", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020182816d9fe797a551832bf2", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510182816d9fe797a551832bf2", "height": 64, "width": 64}], "ids": {"spotify": "6prPsuR3shSCqcxPB84dkg", "upc": "696998618428"}, "artists": [{"type": "artistAlbumTrack", "name": "The Ataris", "ids": {"spotify": "3LC8PXXgk7YtAIobtjSdNi"}}]}, "artists": [{"type": "artistTrack", "name": "The Ataris", "ids": {"spotify": "3LC8PXXgk7YtAIobtjSdNi"}}], "ids": {"spotify": "5BmagRD7Thki6O1zZwbxBy", "isrc": "USSM10214990"}}, "status_info": {"ids": {"spotify": "5BmagRD7Thki6O1zZwbxBy", "isrc": "USSM10214990"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Ataris/So Long, Astoria/10. The Boys of Summer.ogg'"}, "current_track": 14, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525239.431224} +{"track": {"type": "track", "title": "Everywhere", "disc_number": 1, "track_number": 1, "duration_ms": 214826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Spirit Room", "release_date": {"year": 2001, "month": 7, "day": 31}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27311e62b6d4e56b060aa71e09d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0211e62b6d4e56b060aa71e09d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485111e62b6d4e56b060aa71e09d", "height": 64, "width": 64}], "ids": {"spotify": "1agL7TUoZXr0Xd4Irievqi", "upc": "093624798569"}, "artists": [{"type": "artistAlbumTrack", "name": "Michelle Branch", "ids": {"spotify": "5rScKX1Sh1U67meeUyTGwk"}}]}, "artists": [{"type": "artistTrack", "name": "Michelle Branch", "ids": {"spotify": "5rScKX1Sh1U67meeUyTGwk"}}], "ids": {"spotify": "1u0l8zWpQeMYStFkc2mLD7", "isrc": "USMV20100080"}}, "status_info": {"ids": {"spotify": "1u0l8zWpQeMYStFkc2mLD7", "isrc": "USMV20100080"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Michelle Branch/The Spirit Room/1. Everywhere.ogg'"}, "current_track": 15, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525239.6866002} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "initializing"}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525239.8205652} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525239.988919} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 1795, "progress": 1}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525241.7851229} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 3681, "progress": 2}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525243.6711738} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 5477, "progress": 3}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525245.4664974} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 7366, "progress": 4}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525247.356312} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 9162, "progress": 5}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525249.1514552} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 11052, "progress": 6}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525251.0415092} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 12941, "progress": 7}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525252.9313955} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 14737, "progress": 8}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525254.7267504} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 16627, "progress": 9}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525256.6165571} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 18422, "progress": 10}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525258.4116921} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 20312, "progress": 11}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525260.3017874} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 22107, "progress": 12}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525262.0971212} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 23997, "progress": 13}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525263.9870045} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 25887, "progress": 14}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525265.8767033} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 27682, "progress": 15}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525267.6719882} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 29572, "progress": 16}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525269.5619059} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 31367, "progress": 17}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525271.3573728} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 33309, "progress": 18}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525273.2981796} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 35147, "progress": 19}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525275.1367736} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 36942, "progress": 20}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525276.932326} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 38832, "progress": 21}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525278.8222759} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 40628, "progress": 22}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525280.6171844} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 42518, "progress": 23}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525282.5075297} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 44313, "progress": 24}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525284.3027513} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 46203, "progress": 25}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525286.1926804} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 48093, "progress": 26}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525288.0825493} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 49888, "progress": 27}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525289.8779063} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 51778, "progress": 28}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525291.7677486} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 53573, "progress": 29}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525293.5628512} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 55463, "progress": 30}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525295.4529438} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 57258, "progress": 31}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525297.2482722} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 59148, "progress": 32}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525299.13814} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 61038, "progress": 33}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525301.027978} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 62833, "progress": 34}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525302.823369} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 64723, "progress": 35}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525304.7131813} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 66565, "progress": 36}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525306.5544794} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 68408, "progress": 37}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525308.398406} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 70298, "progress": 38}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525310.2882476} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 72094, "progress": 39}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525312.0835946} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 73984, "progress": 40}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525313.9734497} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 75779, "progress": 41}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525315.7687786} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 77669, "progress": 42}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525317.6586788} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 79464, "progress": 43}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525319.4538908} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 81354, "progress": 44}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525321.343808} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 83244, "progress": 45}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525323.2336054} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 85039, "progress": 46}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525325.0290306} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 86929, "progress": 47}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525326.9189236} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 88724, "progress": 48}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525328.7141368} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 90614, "progress": 49}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525330.6041012} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 92410, "progress": 50}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525332.3994856} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 94299, "progress": 51}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525334.2892883} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 96189, "progress": 52}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525336.179185} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 97985, "progress": 53}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525337.9744263} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 99874, "progress": 54}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525339.8643508} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 101670, "progress": 55}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525341.6597035} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 103560, "progress": 56}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525343.549544} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 105449, "progress": 57}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525345.4394355} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 107245, "progress": 58}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525347.2346509} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 109135, "progress": 59}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525349.1244974} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 110930, "progress": 60}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525350.9198937} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 112820, "progress": 61}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525352.8098042} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 114615, "progress": 62}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525354.6051376} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 116505, "progress": 63}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525356.4948375} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 118395, "progress": 64}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525358.3848555} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 120190, "progress": 65}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525360.180203} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 122080, "progress": 66}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525362.0700731} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 123876, "progress": 67}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525363.8653967} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 125765, "progress": 68}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525365.755151} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 127561, "progress": 69}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525367.5506551} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 129451, "progress": 70}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525369.4404645} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 131340, "progress": 71}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525371.3301902} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 133136, "progress": 72}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525373.125678} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 135026, "progress": 73}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525375.0154033} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 136821, "progress": 74}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525376.810893} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 138711, "progress": 75}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525378.700713} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 140506, "progress": 76}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525380.4958544} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 142396, "progress": 77}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525382.3859062} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 144286, "progress": 78}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525384.2753336} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 146081, "progress": 79}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525386.0710166} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 147971, "progress": 80}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525387.9608796} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 149766, "progress": 81}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525389.756323} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 151656, "progress": 82}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525391.6461694} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 153546, "progress": 83}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525393.5357518} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 155341, "progress": 84}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525395.3314202} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 157279, "progress": 85}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525397.2687814} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 159027, "progress": 86}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525399.0165668} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 160916, "progress": 87}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525400.906349} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 162712, "progress": 88}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525402.7016745} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 164602, "progress": 89}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525404.5916274} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 166491, "progress": 90}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525406.4813478} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 168287, "progress": 91}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525408.2768307} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 170177, "progress": 92}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525410.1665893} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 171972, "progress": 93}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525411.9620512} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 173862, "progress": 94}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525413.8516712} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 175657, "progress": 95}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525415.6472626} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 177547, "progress": 96}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525417.5369473} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 179437, "progress": 97}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525419.4269516} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 181232, "progress": 98}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525421.2221582} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "real-time", "time_elapsed": 183122, "progress": 99}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525423.1121283} +{"track": {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 2, "duration_ms": 185760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "height": 64, "width": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970", "upc": "00600445030527"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}}, "status_info": {"ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "status": "done", "final_path": "/app/downloads/Smash Mouth/Shrek/2. I'm A Believer - From \uff02Shrek\uff02 Motion Picture Soundtrack.ogg", "download_quality": "OGG_320"}, "current_track": 16, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525428.8613288} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "initializing"}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525470.3224401} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525470.4864898} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 1327, "progress": 1}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525471.814619} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 2654, "progress": 2}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525473.1417832} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 3977, "progress": 3}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525474.4645064} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 5304, "progress": 4}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525475.7917247} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 6631, "progress": 5}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525477.1189978} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 7959, "progress": 6}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525478.4461563} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 9286, "progress": 7}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525479.773379} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 10658, "progress": 8}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525481.1449835} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 12051, "progress": 9}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525482.5382888} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 13378, "progress": 10}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525483.8655324} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 14705, "progress": 11}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525485.1928873} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 16033, "progress": 12}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525486.5199962} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 17360, "progress": 13}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525487.8472073} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 18687, "progress": 14}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525489.174434} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 20014, "progress": 15}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525490.5017397} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 21341, "progress": 16}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525491.8285768} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 22779, "progress": 17}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525493.2668295} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 24107, "progress": 18}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525494.5940225} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 25434, "progress": 19}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525495.9212372} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 26761, "progress": 20}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525497.2484515} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 28088, "progress": 21}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525498.5757065} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 29415, "progress": 22}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525499.902953} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 30743, "progress": 23}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525501.2301035} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 32070, "progress": 24}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525502.5573442} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 33397, "progress": 25}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525503.8845723} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 34835, "progress": 26}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525505.3224237} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 36162, "progress": 27}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525506.6495693} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 37489, "progress": 28}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525507.9766943} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 38816, "progress": 29}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525509.3039637} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 40144, "progress": 30}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525510.6311955} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 41471, "progress": 31}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525511.9584155} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 42798, "progress": 32}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525513.2857149} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 44125, "progress": 33}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525514.6129365} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 45453, "progress": 34}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525515.9401326} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 46890, "progress": 35}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525517.3779604} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 48218, "progress": 36}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525518.7051027} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 49594, "progress": 37}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525520.08076} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 50872, "progress": 38}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525521.358829} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 52199, "progress": 39}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525522.686688} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 53527, "progress": 40}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525524.014092} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 54854, "progress": 41}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525525.341312} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 56181, "progress": 42}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525526.6683395} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 57619, "progress": 43}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525528.1060233} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 58946, "progress": 44}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525529.4334316} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 60273, "progress": 45}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525530.7606826} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 61601, "progress": 46}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525532.0880055} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 62928, "progress": 47}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525533.4152563} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 64255, "progress": 48}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525534.7423632} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 65582, "progress": 49}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525536.0696547} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 66909, "progress": 50}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525537.3968606} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 68237, "progress": 51}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525538.7237868} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 69674, "progress": 52}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525540.1617177} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 71002, "progress": 53}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525541.4889302} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 72329, "progress": 54}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525542.8161938} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 73656, "progress": 55}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525544.1435506} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 74983, "progress": 56}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525545.4708476} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 76310, "progress": 57}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525546.797934} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 77638, "progress": 58}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525548.1252189} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 78965, "progress": 59}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525549.4524531} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 80292, "progress": 60}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525550.7796853} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 81730, "progress": 61}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525552.217493} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 83057, "progress": 62}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525553.5447001} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 84384, "progress": 63}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525554.8719192} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 85712, "progress": 64}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525556.1991906} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 87039, "progress": 65}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525557.5263994} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 88366, "progress": 66}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525558.8534956} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 89693, "progress": 67}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525560.1808279} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 91021, "progress": 68}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525561.5080254} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 92458, "progress": 69}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525562.9457486} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 93786, "progress": 70}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525564.273094} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 95113, "progress": 71}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525565.6001062} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 96440, "progress": 72}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525566.9275286} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 97767, "progress": 73}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525568.2546768} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 99142, "progress": 74}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525569.6287842} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 100422, "progress": 75}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525570.9090562} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 101749, "progress": 76}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525572.2362156} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 103076, "progress": 77}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525573.563647} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 104514, "progress": 78}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525575.0013344} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 105841, "progress": 79}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525576.3286636} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 107168, "progress": 80}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525577.6558976} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 108496, "progress": 81}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525578.983146} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 109823, "progress": 82}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525580.310309} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 111150, "progress": 83}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525581.637559} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 112477, "progress": 84}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525582.9647558} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 113805, "progress": 85}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525584.2919838} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 115132, "progress": 86}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525585.619252} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 116570, "progress": 87}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525587.0570135} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 117897, "progress": 88}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525588.384256} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 119224, "progress": 89}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525589.7114992} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 120551, "progress": 90}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525591.038721} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 121878, "progress": 91}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525592.365918} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 123206, "progress": 92}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525593.6931121} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 124533, "progress": 93}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525595.0203526} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 125860, "progress": 94}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525596.3474278} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 127298, "progress": 95}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525597.7853944} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 128625, "progress": 96}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525599.1126533} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 129952, "progress": 97}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525600.439731} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 131279, "progress": 98}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525601.7669635} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "real-time", "time_elapsed": 132607, "progress": 99}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525603.0942707} +{"track": {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 134671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "height": 64, "width": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL", "upc": "093624888574"}, "artists": [{"type": "artistAlbumTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}}, "status_info": {"ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "status": "done", "final_path": "/app/downloads/Billie Joe Armstrong\uff1b Green Day/No Fun Mondays/1. I Think We're Alone Now.ogg", "download_quality": "OGG_320"}, "current_track": 17, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525607.1373477} +{"track": {"type": "track", "title": "Flavor Of The Weak", "disc_number": 1, "track_number": 2, "duration_ms": 188866, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "American Hi-Fi", "release_date": {"year": 2001, "month": 2, "day": 27}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27398bdce9554b33099b9c153e9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0298bdce9554b33099b9c153e9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485198bdce9554b33099b9c153e9", "height": 64, "width": 64}], "ids": {"spotify": "418rqqXvvFf4XXlU2cQWck", "upc": "00602577027628"}, "artists": [{"type": "artistAlbumTrack", "name": "American Hi-Fi", "ids": {"spotify": "4XlcLj6bxCnpBIOHmBpIWP"}}]}, "artists": [{"type": "artistTrack", "name": "American Hi-Fi", "ids": {"spotify": "4XlcLj6bxCnpBIOHmBpIWP"}}], "ids": {"spotify": "5wjQihzWIKgBc1hzf5work", "isrc": "USIR20000691"}}, "status_info": {"ids": {"spotify": "5wjQihzWIKgBc1hzf5work", "isrc": "USIR20000691"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/American Hi-Fi/American Hi-Fi/2. Flavor Of The Weak.ogg'"}, "current_track": 18, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525662.5919838} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "initializing"}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525662.757275} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525662.9106333} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 3198, "progress": 1}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525666.10965} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 6353, "progress": 2}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525669.2645133} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 9561, "progress": 3}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525672.472333} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 12716, "progress": 4}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525675.627791} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 15970, "progress": 5}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525678.8816826} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 19126, "progress": 6}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525682.0370665} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 22380, "progress": 7}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525685.2912922} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 25535, "progress": 8}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525688.4467118} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 28789, "progress": 9}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525691.7006388} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 31945, "progress": 10}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525694.8560796} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 35199, "progress": 11}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525698.1100461} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 38354, "progress": 12}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525701.2655606} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 41509, "progress": 13}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525704.420918} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 44764, "progress": 14}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525707.6751432} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 47919, "progress": 15}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525710.830467} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 51173, "progress": 16}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525714.084417} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 54328, "progress": 17}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525717.239685} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 57582, "progress": 18}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525720.4939368} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 60738, "progress": 19}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525723.6490889} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 63992, "progress": 20}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525726.90341} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 67147, "progress": 21}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525730.0586555} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 70303, "progress": 22}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525733.214221} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 73557, "progress": 23}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525736.4683487} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 76712, "progress": 24}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525739.6237118} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 79966, "progress": 25}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525742.8779557} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 83122, "progress": 26}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525746.033363} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 86376, "progress": 27}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525749.2874343} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 89531, "progress": 28}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525752.4428692} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 92785, "progress": 29}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525755.6968522} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 95941, "progress": 30}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525758.852319} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 99195, "progress": 31}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525762.1062741} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 102350, "progress": 32}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525765.261812} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 105506, "progress": 33}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525768.4172297} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 108760, "progress": 34}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525771.671197} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 111915, "progress": 35}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525774.826769} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 115169, "progress": 36}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525778.0805852} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 118324, "progress": 37}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525781.2360504} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 121579, "progress": 38}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525784.4902256} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 124734, "progress": 39}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525787.6456664} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 127988, "progress": 40}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525790.899586} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 131144, "progress": 41}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525794.055176} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 134398, "progress": 42}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525797.3091679} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 137553, "progress": 43}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525800.464523} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 140708, "progress": 44}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525803.619915} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 143963, "progress": 45}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525806.8741024} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 147118, "progress": 46}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525810.0295315} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 150372, "progress": 47}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525813.2836137} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 153527, "progress": 48}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525816.4390354} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 156781, "progress": 49}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525819.69246} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 159937, "progress": 50}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525822.8484874} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 163191, "progress": 51}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525826.1025739} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 166346, "progress": 52}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525829.2578647} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 169502, "progress": 53}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525832.4132702} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 172756, "progress": 54}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525835.6673694} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 175911, "progress": 55}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525838.8228967} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 179165, "progress": 56}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525842.0769117} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 182321, "progress": 57}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525845.2323346} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 185575, "progress": 58}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525848.4864163} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 188730, "progress": 59}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525851.6418245} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 191984, "progress": 60}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525854.8958743} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 195140, "progress": 61}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525858.051228} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 198394, "progress": 62}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525861.3053224} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 201549, "progress": 63}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525864.4607751} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 204704, "progress": 64}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525867.6160436} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 207959, "progress": 65}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525870.8698845} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 211114, "progress": 66}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525874.0256803} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 214368, "progress": 67}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525877.279729} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 217524, "progress": 68}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525880.43522} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 220778, "progress": 69}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525883.689207} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 223933, "progress": 70}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525886.844616} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 227235, "progress": 71}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525890.1460314} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 230389, "progress": 72}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525893.299624} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 233596, "progress": 73}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525896.5080078} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 236752, "progress": 74}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525899.663598} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 239907, "progress": 75}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525902.8188176} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 243161, "progress": 76}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525906.0730548} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 246317, "progress": 77}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525909.2284787} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 249571, "progress": 78}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525912.4824655} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 252726, "progress": 79}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525915.6379635} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 255980, "progress": 80}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525918.8919978} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 259136, "progress": 81}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525922.0473275} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 262390, "progress": 82}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525925.301475} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 265545, "progress": 83}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525928.4569156} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 268799, "progress": 84}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525931.7109988} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 271955, "progress": 85}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525934.866432} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 275110, "progress": 86}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525938.0218146} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 278364, "progress": 87}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525941.275787} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 281520, "progress": 88}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525944.431336} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 284774, "progress": 89}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525947.6853368} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 287929, "progress": 90}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525950.8407824} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 291183, "progress": 91}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525954.0948558} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 294339, "progress": 92}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525957.2501748} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 297593, "progress": 93}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525960.5042977} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 300748, "progress": 94}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525963.659631} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 303904, "progress": 95}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525966.8151946} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 307158, "progress": 96}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525970.0692034} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 310313, "progress": 97}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525973.2246478} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 313567, "progress": 98}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525976.47872} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "real-time", "time_elapsed": 316723, "progress": 99}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525979.6341078} +{"track": {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 6, "duration_ms": 320520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "height": 64, "width": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ", "upc": "888880208781"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}}, "status_info": {"ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "status": "done", "final_path": "/app/downloads/The Avett Brothers/Emotionalism (Bonus Track Version)/6. The Ballad of Love and Hate.ogg", "download_quality": "OGG_320"}, "current_track": 19, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759525988.9283457} +{"track": {"type": "track", "title": "How Do You Tell Someone", "disc_number": 1, "track_number": 2, "duration_ms": 222293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Are You With Me?", "release_date": {"year": 1996, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736cdc94034a91810750f718e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026cdc94034a91810750f718e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516cdc94034a91810750f718e7", "height": 64, "width": 64}], "ids": {"spotify": "1wT83i9nKh6YejZIRD31La", "upc": "00008811144722"}, "artists": [{"type": "artistAlbumTrack", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}]}, "artists": [{"type": "artistTrack", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}], "ids": {"spotify": "1GFq6e7tw6beeKJLzhirlG", "isrc": "USMC19648690"}}, "status_info": {"ids": {"spotify": "1GFq6e7tw6beeKJLzhirlG", "isrc": "USMC19648690"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Cowboy Mouth/Are You With Me\uff1f/2. How Do You Tell Someone.ogg'"}, "current_track": 20, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526035.5694067} +{"track": {"type": "track", "title": "Failure By Design", "disc_number": 1, "track_number": 5, "duration_ms": 196373, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Your Favorite Weapon", "release_date": {"year": 2001}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a608ae3f3b2d721703ce22f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a608ae3f3b2d721703ce22f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a608ae3f3b2d721703ce22f", "height": 64, "width": 64}], "ids": {"spotify": "1kRnFF71UTGdHmSrRDllKj", "upc": "00793018289030"}, "artists": [{"type": "artistAlbumTrack", "name": "Brand New", "ids": {"spotify": "168dgYui7ExaU612eooDF1"}}]}, "artists": [{"type": "artistTrack", "name": "Brand New", "ids": {"spotify": "168dgYui7ExaU612eooDF1"}}], "ids": {"spotify": "39wDpFv3xirqysFxI9AyAn", "isrc": "USRZR1132605"}}, "status_info": {"ids": {"spotify": "39wDpFv3xirqysFxI9AyAn", "isrc": "USRZR1132605"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Brand New/Your Favorite Weapon/5. Failure By Design.ogg'"}, "current_track": 21, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526035.9382558} +{"track": {"type": "track", "title": "Yellow", "disc_number": 1, "track_number": 5, "duration_ms": 266773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Parachutes", "release_date": {"year": 2000, "month": 7, "day": 10}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739164bafe9aaa168d93f4816a", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029164bafe9aaa168d93f4816a", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519164bafe9aaa168d93f4816a", "height": 64, "width": 64}], "ids": {"spotify": "6ZG5lRT77aJ3btmArcykra", "upc": "0067003016254"}, "artists": [{"type": "artistAlbumTrack", "name": "Coldplay", "ids": {"spotify": "4gzpq5DPGxSnKTe4SA8HAU"}}]}, "artists": [{"type": "artistTrack", "name": "Coldplay", "ids": {"spotify": "4gzpq5DPGxSnKTe4SA8HAU"}}], "ids": {"spotify": "3AJwUDP919kvQ9QcozQPxg", "isrc": "GBAYE0000267"}}, "status_info": {"ids": {"spotify": "3AJwUDP919kvQ9QcozQPxg", "isrc": "GBAYE0000267"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Coldplay/Parachutes/5. Yellow.ogg'"}, "current_track": 22, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526036.285419} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "initializing"}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526036.55857} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526036.7182798} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 2187, "progress": 1}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526038.906102} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 4458, "progress": 2}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526041.1769495} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 6732, "progress": 3}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526043.451381} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 9006, "progress": 4}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526045.725632} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 11281, "progress": 5}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526047.999984} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 13555, "progress": 6}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526050.2746198} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 15742, "progress": 7}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526052.4614694} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 18016, "progress": 8}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526054.7357512} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 20291, "progress": 9}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526057.010287} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 22565, "progress": 10}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526059.2846973} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 24840, "progress": 11}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526061.5591319} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 27114, "progress": 12}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526063.8334186} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 29301, "progress": 13}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526066.0204303} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 31575, "progress": 14}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526068.2947738} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 33850, "progress": 15}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526070.5692255} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 36124, "progress": 16}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526072.8436348} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 38399, "progress": 17}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526075.118045} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 40673, "progress": 18}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526077.3922057} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 42860, "progress": 19}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526079.5794322} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 45135, "progress": 20}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526081.8538094} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 47409, "progress": 21}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526084.1281695} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 49683, "progress": 22}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526086.4026606} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 51958, "progress": 23}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526088.6769955} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 54232, "progress": 24}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526090.95145} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 56419, "progress": 25}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526093.1383955} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 58693, "progress": 26}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526095.4123983} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 60968, "progress": 27}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526097.6872053} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 63242, "progress": 28}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526099.9615543} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 65517, "progress": 29}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526102.2358353} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 67791, "progress": 30}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526104.5102565} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 70026, "progress": 31}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526106.7448046} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 72252, "progress": 32}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526108.9717016} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 74527, "progress": 33}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526111.2460318} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 76801, "progress": 34}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526113.520483} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 79076, "progress": 35}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526115.7949588} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 81350, "progress": 36}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526118.0693142} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 83537, "progress": 37}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526120.2562332} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 85811, "progress": 38}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526122.5307436} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 88086, "progress": 39}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526124.8050716} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 90360, "progress": 40}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526127.0794954} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 92635, "progress": 41}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526129.3538592} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 94909, "progress": 42}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526131.6283271} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 97096, "progress": 43}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526133.8152266} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 99370, "progress": 44}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526136.0895958} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 101645, "progress": 45}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526138.3640187} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 103919, "progress": 46}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526140.638474} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 106193, "progress": 47}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526142.9127202} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 108468, "progress": 48}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526145.1872647} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 110655, "progress": 49}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526147.3741531} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 112929, "progress": 50}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526149.6484609} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 115204, "progress": 51}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526151.9229968} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 117478, "progress": 52}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526154.197264} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 119752, "progress": 53}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526156.4717758} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 122027, "progress": 54}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526158.7461703} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 124214, "progress": 55}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526160.932805} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 126488, "progress": 56}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526163.2074428} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 128810, "progress": 57}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526165.5288587} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 131037, "progress": 58}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526167.7561736} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 133311, "progress": 59}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526170.03065} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 135586, "progress": 60}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526172.3044577} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 137773, "progress": 61}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526174.4920437} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 140047, "progress": 62}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526176.7665093} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 142321, "progress": 63}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526179.0406697} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 144596, "progress": 64}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526181.3153076} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 146870, "progress": 65}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526183.5897183} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 149145, "progress": 66}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526185.8638253} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 151419, "progress": 67}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526188.1385217} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 153606, "progress": 68}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526190.3254063} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 155880, "progress": 69}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526192.5992925} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 158155, "progress": 70}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526194.87423} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 160429, "progress": 71}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526197.1485868} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 162704, "progress": 72}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526199.4229188} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 164978, "progress": 73}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526201.6972933} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 167165, "progress": 74}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526203.8842003} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 169439, "progress": 75}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526206.1588125} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 171714, "progress": 76}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526208.4330845} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 173988, "progress": 77}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526210.7076166} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 176263, "progress": 78}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526212.9819791} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 178537, "progress": 79}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526215.2563686} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 180724, "progress": 80}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526217.4433513} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 182998, "progress": 81}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526219.7177215} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 185273, "progress": 82}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526221.9919808} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 187606, "progress": 83}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526224.3252413} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 189822, "progress": 84}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526226.5408113} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 192096, "progress": 85}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526228.8152833} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 194283, "progress": 86}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526231.0022638} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 196557, "progress": 87}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526233.2765093} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 198832, "progress": 88}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526235.5510082} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 201106, "progress": 89}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526237.8254814} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 203381, "progress": 90}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526240.099885} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 205655, "progress": 91}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526242.3742974} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 207842, "progress": 92}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526244.5612102} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 210116, "progress": 93}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526246.8356395} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 212391, "progress": 94}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526249.1100276} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 214665, "progress": 95}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526251.3842902} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 216939, "progress": 96}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526253.6587594} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 219214, "progress": 97}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526255.9332354} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 221401, "progress": 98}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526258.1201665} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "real-time", "time_elapsed": 223675, "progress": 99}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526260.3945193} +{"track": {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 15, "duration_ms": 226826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "height": 64, "width": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ", "upc": "00606949355920"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}}, "status_info": {"ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "status": "done", "final_path": "/app/downloads/Counting Crows\uff1b Vanessa Carlton/Hard Candy/15. Big Yellow Taxi.ogg", "download_quality": "OGG_320"}, "current_track": 23, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526267.6131682} +{"track": {"type": "track", "title": "As Lovers Go", "disc_number": 1, "track_number": 3, "duration_ms": 209520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Mark, A Mission, A Brand, A Scar", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ceca1e63d14388f356ebabc0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ceca1e63d14388f356ebabc0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ceca1e63d14388f356ebabc0", "height": 64, "width": 64}], "ids": {"spotify": "6QFaml2DfvYBswMm8GGoT4", "upc": "00602498105559"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "2VDLBkf6GauNeX2XVVaZix", "isrc": "USVR90338115"}}, "status_info": {"ids": {"spotify": "2VDLBkf6GauNeX2XVVaZix", "isrc": "USVR90338115"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Dashboard Confessional/A Mark, A Mission, A Brand, A Scar/3. As Lovers Go.ogg'"}, "current_track": 24, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526364.8384647} +{"track": {"type": "track", "title": "Burn The House Down", "disc_number": 1, "track_number": 14, "duration_ms": 212373, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27335a22744330810f0cca97210", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0235a22744330810f0cca97210", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485135a22744330810f0cca97210", "height": 64, "width": 64}], "ids": {"spotify": "51iPchT1rPmDNT5FYGoPn5", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0TkJIyL69RAUIbNwGub6uR", "isrc": "QMRSZ1702960"}}, "status_info": {"ids": {"spotify": "0TkJIyL69RAUIbNwGub6uR", "isrc": "QMRSZ1702960"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Click (Deluxe Edition)/14. Burn The House Down.ogg'"}, "current_track": 25, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526365.1459312} +{"track": {"type": "track", "title": "Everything You Want", "disc_number": 1, "track_number": 3, "duration_ms": 257066, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Everything You Want", "release_date": {"year": 1999, "month": 6, "day": 14}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dde37a43468f6a6f60f782e1", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dde37a43468f6a6f60f782e1", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dde37a43468f6a6f60f782e1", "height": 64, "width": 64}], "ids": {"spotify": "2gJ6axVHAsQmmO6nslQRN1", "upc": "078636781822"}, "artists": [{"type": "artistAlbumTrack", "name": "Vertical Horizon", "ids": {"spotify": "6Hizgjo92FnMp8wGaRUNTn"}}]}, "artists": [{"type": "artistTrack", "name": "Vertical Horizon", "ids": {"spotify": "6Hizgjo92FnMp8wGaRUNTn"}}], "ids": {"spotify": "4cKGldbhGJniI8BrB3K6tb", "isrc": "USRC19900048"}}, "status_info": {"ids": {"spotify": "4cKGldbhGJniI8BrB3K6tb", "isrc": "USRC19900048"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Vertical Horizon/Everything You Want/3. Everything You Want.ogg'"}, "current_track": 26, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526365.444957} +{"track": {"type": "track", "title": "Fuck You", "disc_number": 1, "track_number": 8, "duration_ms": 219893, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "It's Not Me, It's You", "release_date": {"year": 2009, "month": 1, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737124b6bf785117033d003590", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027124b6bf785117033d003590", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517124b6bf785117033d003590", "height": 64, "width": 64}], "ids": {"spotify": "39zjAZD6nlscx5DafH8GI8", "upc": "5099926860251"}, "artists": [{"type": "artistAlbumTrack", "name": "Lily Allen", "ids": {"spotify": "13saZpZnCDWOI9D4IJhp1f"}}]}, "artists": [{"type": "artistTrack", "name": "Lily Allen", "ids": {"spotify": "13saZpZnCDWOI9D4IJhp1f"}}], "ids": {"spotify": "1GCbc1vpkZA2zhjsSFhmHT", "isrc": "GBAYE0802265"}}, "status_info": {"ids": {"spotify": "1GCbc1vpkZA2zhjsSFhmHT", "isrc": "GBAYE0802265"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Lily Allen/It's Not Me, It's You/8. Fuck You.ogg'"}, "current_track": 27, "total_tracks": 27, "parent": {"type": "playlistTrack", "title": "Post Beach Jams", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759526365.718754} +{"playlist": {"type": "playlist", "title": "Post Beach Jams", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Lifestyles of the Rich & Famous", "position": 0, "duration_ms": 190173, "artists": [{"type": "artistTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Young and The Hopeless", "release_date": {"year": 2002, "month": 10, "day": 4}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27339bdded45c21f2ecae363a8f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0239bdded45c21f2ecae363a8f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485139bdded45c21f2ecae363a8f", "width": 64, "height": 64}], "ids": {"spotify": "5CTygC3aONv7l0klY4k3hc"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Good Charlotte", "ids": {"spotify": "5aYyPjAsLj7UzANzdupwnS"}}]}, "ids": {"spotify": "2g2a5kDeZexbUTD8abcvm6", "isrc": "USSM10210275"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Breakeven", "position": 0, "duration_ms": 261426, "artists": [{"type": "artistTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Script", "release_date": {"year": 2008, "month": 9, "day": 8}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b526ba531c80ed208cd428ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b526ba531c80ed208cd428ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b526ba531c80ed208cd428ed", "width": 64, "height": 64}], "ids": {"spotify": "51Hn2Wiq1jmUfI0BLaUhuF"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}]}, "ids": {"spotify": "38xWaVFKaxZlMFvzNff2aW", "isrc": "GBARL0800147"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Teenage Dirtbag", "position": 0, "duration_ms": 241666, "artists": [{"type": "artistTrackPlaylist", "name": "Wheatus", "ids": {"spotify": "4mYFgEjpQT4IKOrjOUKyXu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Wheatus", "release_date": {"year": 1999, "month": 2, "day": 15}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a3740efa638f10f14fabc46", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a3740efa638f10f14fabc46", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a3740efa638f10f14fabc46", "width": 64, "height": 64}], "ids": {"spotify": "3xmKWmqJFoXS22tePO3mgd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Wheatus", "ids": {"spotify": "4mYFgEjpQT4IKOrjOUKyXu"}}]}, "ids": {"spotify": "25FTMokYEbEWHEdss5JLZS", "isrc": "USSM10008431"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Out Of My Head", "position": 0, "duration_ms": 153066, "artists": [{"type": "artistTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All The Pain Money Can Buy", "release_date": {"year": 1998, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735140e9c2486249b280cb36fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025140e9c2486249b280cb36fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515140e9c2486249b280cb36fb", "width": 64, "height": 64}], "ids": {"spotify": "2KVpGKVIzcK9bB13MXJGEb"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Fastball", "ids": {"spotify": "7FtVJzRtpQpU61nBwB7cKN"}}]}, "ids": {"spotify": "5tOjRq5shlEdm15nmJBq7Z", "isrc": "USHR19713010"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Bad Things (with Camila Cabello)", "position": 0, "duration_ms": 239293, "artists": [{"type": "artistTrackPlaylist", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}, {"type": "artistTrackPlaylist", "name": "Camila Cabello", "ids": {"spotify": "4nDoRrQiYLoBzwC5BhVJzF"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "bloom", "release_date": {"year": 2017, "month": 5, "day": 12}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273748388a726648841ed81027e", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02748388a726648841ed81027e", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851748388a726648841ed81027e", "width": 64, "height": 64}], "ids": {"spotify": "3yWRq9Dd2UO5xyqxTjLDmp"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "mgk", "ids": {"spotify": "6TIYQ3jFPwQSRmorSezPxX"}}]}, "ids": {"spotify": "1PSBzsahR2AKwLJgx8ehBj", "isrc": "USUM71609854"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Little Black Backpack - Remastered", "position": 0, "duration_ms": 224939, "artists": [{"type": "artistTrackPlaylist", "name": "Stroke 9", "ids": {"spotify": "6Nwc4urCR2Qdx302j2XIlv"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Greatest Hits (Remastered)", "release_date": {"year": 2010, "month": 1, "day": 26}, "total_tracks": 2, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2738e58e2cdf9c4c67808f3c55b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e028e58e2cdf9c4c67808f3c55b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048518e58e2cdf9c4c67808f3c55b", "width": 64, "height": 64}], "ids": {"spotify": "06MEE7JmnvQFfZX5akHXgy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Stroke 9", "ids": {"spotify": "6Nwc4urCR2Qdx302j2XIlv"}}]}, "ids": {"spotify": "6q5U75yeUt3qR5X1A4LJAD", "isrc": "US3DF1010031"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "position": 0, "duration_ms": 291906, "artists": [{"type": "artistTrackPlaylist", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Pet Your Friends", "release_date": {"year": 1995, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273b5dcc1e0cb6bbfda3298c65b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02b5dcc1e0cb6bbfda3298c65b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851b5dcc1e0cb6bbfda3298c65b", "width": 64, "height": 64}], "ids": {"spotify": "2h1bf0d6LNtyoEugJYLFdy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dishwalla", "ids": {"spotify": "6F3NW2aC9Sni1FH7QPSLvw"}}]}, "ids": {"spotify": "6B618H5CuCdEzcVs0NKTlt", "isrc": "USAM19500646"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "She", "position": 0, "duration_ms": 134293, "artists": [{"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Dookie", "release_date": {"year": 1994, "month": 2, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273db89b08034de626ebee6823d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02db89b08034de626ebee6823d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851db89b08034de626ebee6823d", "width": 64, "height": 64}], "ids": {"spotify": "4uG8q3GPuWHQlRbswMIRS6"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "4wsQGsdf8D0Bj26cGdvreB", "isrc": "USRE19900152"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "I Will Follow You into the Dark", "position": 0, "duration_ms": 158000, "artists": [{"type": "artistTrackPlaylist", "name": "Everclear", "ids": {"spotify": "694QW15WkebjcrWgQHzRYF"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "Greatest Hits", "release_date": {"year": 2011, "month": 12, "day": 27}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735b64b78b22bf784b9a54e617", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025b64b78b22bf784b9a54e617", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515b64b78b22bf784b9a54e617", "width": 64, "height": 64}], "ids": {"spotify": "4sWB22hNaWCrMgXC0uhCyR"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Everclear", "ids": {"spotify": "694QW15WkebjcrWgQHzRYF"}}]}, "ids": {"spotify": "2FXyQBD5lAUzjSCIpwtzeE", "isrc": "USA371569367"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Feeling This", "position": 0, "duration_ms": 172645, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 11, "day": 1}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730538b48c180256e0bdd8363f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020538b48c180256e0bdd8363f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510538b48c180256e0bdd8363f", "width": 64, "height": 64}], "ids": {"spotify": "4hBTxv4QRPePXCFcEI7Vjp"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "26AYR77170U49cMcXB7aRV", "isrc": "USMC10346225"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Landslide - Remastered", "position": 0, "duration_ms": 190586, "artists": [{"type": "artistTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Pisces Iscariot (Deluxe)", "release_date": {"year": 1994}, "total_tracks": 31, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27361c64749ffd8f6728d55332b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0261c64749ffd8f6728d55332b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485161c64749ffd8f6728d55332b", "width": 64, "height": 64}], "ids": {"spotify": "7glwer1Pzyns4h32fHbl53"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "ids": {"spotify": "6N7JMoaUYgo4pwPgsnSobr", "isrc": "USVI21200761"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "My Friends Over You", "position": 0, "duration_ms": 220200, "artists": [{"type": "artistTrackPlaylist", "name": "New Found Glory", "ids": {"spotify": "4ghjRm4M2vChDfTUycx0Ce"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sticks And Stones", "release_date": {"year": 2002, "month": 6, "day": 11}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731703f53e05e51bece5a4a9f8", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021703f53e05e51bece5a4a9f8", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511703f53e05e51bece5a4a9f8", "width": 64, "height": 64}], "ids": {"spotify": "29rNv6X8yQsCMiIOqkHud8"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "New Found Glory", "ids": {"spotify": "4ghjRm4M2vChDfTUycx0Ce"}}]}, "ids": {"spotify": "4pImG3RdbaGfanzQOTFgyr", "isrc": "USMC10200363"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "No Church In The Wild", "position": 0, "duration_ms": 272506, "artists": [{"type": "artistTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}, {"type": "artistTrackPlaylist", "name": "Frank Ocean", "ids": {"spotify": "2h93pZq0e7k5yf4dywlkpM"}}, {"type": "artistTrackPlaylist", "name": "The-Dream", "ids": {"spotify": "1W3FSF1BLpY3hlVIgvenLz"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Watch The Throne", "release_date": {"year": 2011, "month": 8, "day": 8}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352e61456aa4995ba48d94e30", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252e61456aa4995ba48d94e30", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152e61456aa4995ba48d94e30", "width": 64, "height": 64}], "ids": {"spotify": "0OcMap99vLEeGkBCfCwRwS"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "JAY-Z", "ids": {"spotify": "3nFkdlSjzX9mRTtwJOzDYB"}}, {"type": "artistAlbumTrackPlaylist", "name": "Kanye West", "ids": {"spotify": "5K4W6rqBFWDnAN6FQUkS6x"}}]}, "ids": {"spotify": "7r6PigmGzlB3YPB7wvBBbi", "isrc": "USUM71111617"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "The Boys of Summer", "position": 0, "duration_ms": 258000, "artists": [{"type": "artistTrackPlaylist", "name": "The Ataris", "ids": {"spotify": "3LC8PXXgk7YtAIobtjSdNi"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "So Long, Astoria", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730182816d9fe797a551832bf2", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020182816d9fe797a551832bf2", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510182816d9fe797a551832bf2", "width": 64, "height": 64}], "ids": {"spotify": "6prPsuR3shSCqcxPB84dkg"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Ataris", "ids": {"spotify": "3LC8PXXgk7YtAIobtjSdNi"}}]}, "ids": {"spotify": "5BmagRD7Thki6O1zZwbxBy", "isrc": "USSM10214990"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Everywhere", "position": 0, "duration_ms": 214826, "artists": [{"type": "artistTrackPlaylist", "name": "Michelle Branch", "ids": {"spotify": "5rScKX1Sh1U67meeUyTGwk"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Spirit Room", "release_date": {"year": 2001, "month": 7, "day": 31}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27311e62b6d4e56b060aa71e09d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0211e62b6d4e56b060aa71e09d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485111e62b6d4e56b060aa71e09d", "width": 64, "height": 64}], "ids": {"spotify": "1agL7TUoZXr0Xd4Irievqi"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Michelle Branch", "ids": {"spotify": "5rScKX1Sh1U67meeUyTGwk"}}]}, "ids": {"spotify": "1u0l8zWpQeMYStFkc2mLD7", "isrc": "USMV20100080"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "position": 0, "duration_ms": 185760, "artists": [{"type": "artistTrackPlaylist", "name": "Smash Mouth", "ids": {"spotify": "2iEvnFsWxR0Syqu2JNopAd"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "Shrek", "release_date": {"year": 2001, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736608b12a4cbbb2ab179c7738", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026608b12a4cbbb2ab179c7738", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516608b12a4cbbb2ab179c7738", "width": 64, "height": 64}], "ids": {"spotify": "4fFn4t0JoZrNB3VY4HZ970"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "ids": {"spotify": "0mBL2JwjNYKtdFacHxvtJt", "isrc": "USDW10110177"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "I Think We're Alone Now", "position": 0, "duration_ms": 134671, "artists": [{"type": "artistTrackPlaylist", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "No Fun Mondays", "release_date": {"year": 2020, "month": 11, "day": 27}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f625b5ead463ba98f532aad8", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f625b5ead463ba98f532aad8", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f625b5ead463ba98f532aad8", "width": 64, "height": 64}], "ids": {"spotify": "6pjuzPdAkJPdNBiKzcloXL"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Billie Joe Armstrong", "ids": {"spotify": "1MrEurzLcL8ugfP1PrUPWG"}}, {"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "4gZYdWV1sVNmYkkAr2rRgW", "isrc": "USRE12000120"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Flavor Of The Weak", "position": 0, "duration_ms": 188866, "artists": [{"type": "artistTrackPlaylist", "name": "American Hi-Fi", "ids": {"spotify": "4XlcLj6bxCnpBIOHmBpIWP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "American Hi-Fi", "release_date": {"year": 2001, "month": 2, "day": 27}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27398bdce9554b33099b9c153e9", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0298bdce9554b33099b9c153e9", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485198bdce9554b33099b9c153e9", "width": 64, "height": 64}], "ids": {"spotify": "418rqqXvvFf4XXlU2cQWck"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "American Hi-Fi", "ids": {"spotify": "4XlcLj6bxCnpBIOHmBpIWP"}}]}, "ids": {"spotify": "5wjQihzWIKgBc1hzf5work", "isrc": "USIR20000691"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Ballad of Love and Hate", "position": 0, "duration_ms": 320520, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Emotionalism (Bonus Track Version)", "release_date": {"year": 2007, "month": 5, "day": 15}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cc9ea9220f71642a638ae9d6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cc9ea9220f71642a638ae9d6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cc9ea9220f71642a638ae9d6", "width": 64, "height": 64}], "ids": {"spotify": "4pb5b6XKuzzh5CqPFOzptQ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "49YQ9Mq8CKelQsmjdNiICu", "isrc": "US4BW0700130"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "How Do You Tell Someone", "position": 0, "duration_ms": 222293, "artists": [{"type": "artistTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Are You With Me?", "release_date": {"year": 1996, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736cdc94034a91810750f718e7", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026cdc94034a91810750f718e7", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516cdc94034a91810750f718e7", "width": 64, "height": 64}], "ids": {"spotify": "1wT83i9nKh6YejZIRD31La"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Cowboy Mouth", "ids": {"spotify": "32rtQaUBGDTxYH3rMWKNvH"}}]}, "ids": {"spotify": "1GFq6e7tw6beeKJLzhirlG", "isrc": "USMC19648690"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Failure By Design", "position": 0, "duration_ms": 196373, "artists": [{"type": "artistTrackPlaylist", "name": "Brand New", "ids": {"spotify": "168dgYui7ExaU612eooDF1"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Your Favorite Weapon", "release_date": {"year": 2001}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a608ae3f3b2d721703ce22f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a608ae3f3b2d721703ce22f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a608ae3f3b2d721703ce22f", "width": 64, "height": 64}], "ids": {"spotify": "1kRnFF71UTGdHmSrRDllKj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Brand New", "ids": {"spotify": "168dgYui7ExaU612eooDF1"}}]}, "ids": {"spotify": "39wDpFv3xirqysFxI9AyAn", "isrc": "USRZR1132605"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Yellow", "position": 0, "duration_ms": 266773, "artists": [{"type": "artistTrackPlaylist", "name": "Coldplay", "ids": {"spotify": "4gzpq5DPGxSnKTe4SA8HAU"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Parachutes", "release_date": {"year": 2000, "month": 7, "day": 10}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739164bafe9aaa168d93f4816a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029164bafe9aaa168d93f4816a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519164bafe9aaa168d93f4816a", "width": 64, "height": 64}], "ids": {"spotify": "6ZG5lRT77aJ3btmArcykra"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Coldplay", "ids": {"spotify": "4gzpq5DPGxSnKTe4SA8HAU"}}]}, "ids": {"spotify": "3AJwUDP919kvQ9QcozQPxg", "isrc": "GBAYE0000267"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Big Yellow Taxi", "position": 0, "duration_ms": 226826, "artists": [{"type": "artistTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}, {"type": "artistTrackPlaylist", "name": "Vanessa Carlton", "ids": {"spotify": "5ILrArfIV0tMURcHJN8Q07"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Hard Candy", "release_date": {"year": 2002, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392b51c3e8110df47af53e53c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292b51c3e8110df47af53e53c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192b51c3e8110df47af53e53c", "width": 64, "height": 64}], "ids": {"spotify": "4ZY9wbPTIFpX5IdFemqIyZ"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "ids": {"spotify": "5fztgDIt1Nq32VHJrAHq0Y", "isrc": "USIR10211754"}, "disc_number": 1, "track_number": 15, "explicit": false}, {"type": "trackPlaylist", "title": "As Lovers Go", "position": 0, "duration_ms": 209520, "artists": [{"type": "artistTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Mark, A Mission, A Brand, A Scar", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ceca1e63d14388f356ebabc0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ceca1e63d14388f356ebabc0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ceca1e63d14388f356ebabc0", "width": 64, "height": 64}], "ids": {"spotify": "6QFaml2DfvYBswMm8GGoT4"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "ids": {"spotify": "2VDLBkf6GauNeX2XVVaZix", "isrc": "USVR90338115"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Burn The House Down", "position": 0, "duration_ms": 212373, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27335a22744330810f0cca97210", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0235a22744330810f0cca97210", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485135a22744330810f0cca97210", "width": 64, "height": 64}], "ids": {"spotify": "51iPchT1rPmDNT5FYGoPn5"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "0TkJIyL69RAUIbNwGub6uR", "isrc": "QMRSZ1702960"}, "disc_number": 1, "track_number": 14, "explicit": false}, {"type": "trackPlaylist", "title": "Everything You Want", "position": 0, "duration_ms": 257066, "artists": [{"type": "artistTrackPlaylist", "name": "Vertical Horizon", "ids": {"spotify": "6Hizgjo92FnMp8wGaRUNTn"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Everything You Want", "release_date": {"year": 1999, "month": 6, "day": 14}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dde37a43468f6a6f60f782e1", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dde37a43468f6a6f60f782e1", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dde37a43468f6a6f60f782e1", "width": 64, "height": 64}], "ids": {"spotify": "2gJ6axVHAsQmmO6nslQRN1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Vertical Horizon", "ids": {"spotify": "6Hizgjo92FnMp8wGaRUNTn"}}]}, "ids": {"spotify": "4cKGldbhGJniI8BrB3K6tb", "isrc": "USRC19900048"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Fuck You", "position": 0, "duration_ms": 219893, "artists": [{"type": "artistTrackPlaylist", "name": "Lily Allen", "ids": {"spotify": "13saZpZnCDWOI9D4IJhp1f"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "It's Not Me, It's You", "release_date": {"year": 2009, "month": 1, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737124b6bf785117033d003590", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027124b6bf785117033d003590", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517124b6bf785117033d003590", "width": 64, "height": 64}], "ids": {"spotify": "39zjAZD6nlscx5DafH8GI8"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Lily Allen", "ids": {"spotify": "13saZpZnCDWOI9D4IJhp1f"}}]}, "ids": {"spotify": "1GCbc1vpkZA2zhjsSFhmHT", "isrc": "GBAYE0802265"}, "disc_number": 1, "track_number": 8, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e020a3740efa638f10f14fabc46ab67616d00001e0239bdded45c21f2ecae363a8fab67616d00001e025140e9c2486249b280cb36fbab67616d00001e02b526ba531c80ed208cd428ed", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e020a3740efa638f10f14fabc46ab67616d00001e0239bdded45c21f2ecae363a8fab67616d00001e025140e9c2486249b280cb36fbab67616d00001e02b526ba531c80ed208cd428ed", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e020a3740efa638f10f14fabc46ab67616d00001e0239bdded45c21f2ecae363a8fab67616d00001e025140e9c2486249b280cb36fbab67616d00001e02b526ba531c80ed208cd428ed", "width": 60}], "ids": {"spotify": "16OPZVbiPADA5Bc1lj5zwo"}}, "status_info": {"ids": {"spotify": "16OPZVbiPADA5Bc1lj5zwo"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Bad Things (with Camila Cabello)", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "mgk", "ids": {}}, {"type": "artistTrack", "name": "Camila Cabello", "ids": {}}], "ids": {}}, {"type": "track", "title": "Counting Blue Cars (Tell Me Your Thoughts On God)", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Dishwalla", "ids": {}}], "ids": {}}, {"type": "track", "title": "Landslide - Remastered", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {}}], "ids": {}}, {"type": "track", "title": "I'm A Believer - From \"Shrek\" Motion Picture Soundtrack", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Smash Mouth", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Think We're Alone Now", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Billie Joe Armstrong", "ids": {}}, {"type": "artistTrack", "name": "Green Day", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Ballad of Love and Hate", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {}}], "ids": {}}, {"type": "track", "title": "Big Yellow Taxi", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {}}, {"type": "artistTrack", "name": "Vanessa Carlton", "ids": {}}], "ids": {}}], "skipped_tracks": [{"type": "track", "title": "Lifestyles of the Rich & Famous", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Good Charlotte", "ids": {}}], "ids": {}}, {"type": "track", "title": "Breakeven", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Script", "ids": {}}], "ids": {}}, {"type": "track", "title": "Teenage Dirtbag", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Wheatus", "ids": {}}], "ids": {}}, {"type": "track", "title": "Out Of My Head", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Fastball", "ids": {}}], "ids": {}}, {"type": "track", "title": "Little Black Backpack - Remastered", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Stroke 9", "ids": {}}], "ids": {}}, {"type": "track", "title": "She", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Green Day", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Everclear", "ids": {}}], "ids": {}}, {"type": "track", "title": "Feeling This", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {}}], "ids": {}}, {"type": "track", "title": "My Friends Over You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "New Found Glory", "ids": {}}], "ids": {}}, {"type": "track", "title": "No Church In The Wild", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "JAY-Z", "ids": {}}, {"type": "artistTrack", "name": "Kanye West", "ids": {}}, {"type": "artistTrack", "name": "Frank Ocean", "ids": {}}, {"type": "artistTrack", "name": "The-Dream", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Boys of Summer", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Ataris", "ids": {}}], "ids": {}}, {"type": "track", "title": "Everywhere", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Michelle Branch", "ids": {}}], "ids": {}}, {"type": "track", "title": "Flavor Of The Weak", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "American Hi-Fi", "ids": {}}], "ids": {}}, {"type": "track", "title": "How Do You Tell Someone", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Cowboy Mouth", "ids": {}}], "ids": {}}, {"type": "track", "title": "Failure By Design", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Brand New", "ids": {}}], "ids": {}}, {"type": "track", "title": "Yellow", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Coldplay", "ids": {}}], "ids": {}}, {"type": "track", "title": "As Lovers Go", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {}}], "ids": {}}, {"type": "track", "title": "Burn The House Down", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Everything You Want", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Vertical Horizon", "ids": {}}], "ids": {}}, {"type": "track", "title": "Fuck You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Lily Allen", "ids": {}}], "ids": {}}], "failed_tracks": [], "total_successful": 7, "total_skipped": 20, "total_failed": 0, "service": "spotify", "m3u_path": "/app/downloads/playlists/Post Beach Jams.m3u", "quality": "ogg", "bitrate": "320k"}}, "timestamp": 1759526365.750935} diff --git a/logs/tasks/b9e5df4a-40ec-4351-a7dc-565088d1b60a.log b/logs/tasks/b9e5df4a-40ec-4351-a7dc-565088d1b60a.log new file mode 100644 index 0000000..e5f87f5 --- /dev/null +++ b/logs/tasks/b9e5df4a-40ec-4351-a7dc-565088d1b60a.log @@ -0,0 +1,124 @@ +{"playlist": {"type": "playlist", "title": "Anniversary Mixtape Full", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Hot", "position": 0, "duration_ms": 202973, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Best Damn Thing", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27345f041b52864bda5275f1b35", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0245f041b52864bda5275f1b35", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485145f041b52864bda5275f1b35", "width": 64, "height": 64}], "ids": {"spotify": "5dfbrFuG8lfC4Yi75J8NmK"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "4zOO6dMsmK5Y2HYZW2Ps7Q", "isrc": "USRC10700073"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "a thousand years", "position": 0, "duration_ms": 285120, "artists": [{"type": "artistTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "a thousand years", "release_date": {"year": 2011, "month": 10, "day": 18}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2733dea4a2ccd58ad1f8e4dbb03", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048513dea4a2ccd58ad1f8e4dbb03", "width": 64, "height": 64}], "ids": {"spotify": "15yvc643iYfQtb6zh9NEJo"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "ids": {"spotify": "6lanRgr6wXibZr8KgzXxBl", "isrc": "USAT21102141"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Angel", "position": 0, "duration_ms": 308906, "artists": [{"type": "artistTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Permanent Vacation", "release_date": {"year": 1987, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a8a965df6a845b265ee19106", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a8a965df6a845b265ee19106", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a8a965df6a845b265ee19106", "width": 64, "height": 64}], "ids": {"spotify": "3XYqOJI1YlX40kJTdzFEzp"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}]}, "ids": {"spotify": "3kfXUGIdBNpyr2gBvU3Guj", "isrc": "USIR10000457"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Chasing Cars", "position": 0, "duration_ms": 267960, "artists": [{"type": "artistTrackPlaylist", "name": "Snow Patrol", "ids": {"spotify": "3rIZMv9rysU7JkLzEaC5Jp"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Eyes Open", "release_date": {"year": 2006, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735da2756220da9b6f17924f8f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025da2756220da9b6f17924f8f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515da2756220da9b6f17924f8f", "width": 64, "height": 64}], "ids": {"spotify": "3k7bXPw2u0C0SBKPMsgMS3"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Snow Patrol", "ids": {"spotify": "3rIZMv9rysU7JkLzEaC5Jp"}}]}, "ids": {"spotify": "5hnyJvgoWiQUYZttV4wXy6", "isrc": "GBUM70600345"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "My Life Would Suck Without You", "position": 0, "duration_ms": 211493, "artists": [{"type": "artistTrackPlaylist", "name": "Kelly Clarkson", "ids": {"spotify": "3BmGtnKgCSGYIUhmivXKWX"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All I Ever Wanted", "release_date": {"year": 2009, "month": 3, "day": 6}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737ed87984e7f39ba42ee1b50a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027ed87984e7f39ba42ee1b50a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517ed87984e7f39ba42ee1b50a", "width": 64, "height": 64}], "ids": {"spotify": "4h8seeFAi6iYhslcWIxTSG"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Kelly Clarkson", "ids": {"spotify": "3BmGtnKgCSGYIUhmivXKWX"}}]}, "ids": {"spotify": "4Dm32oO01YpIubCHaAtKkN", "isrc": "GBCTA0800348"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Murder in the City", "position": 0, "duration_ms": 192426, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Second Gleam", "release_date": {"year": 2008, "month": 7, "day": 22}, "total_tracks": 8, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f9f70cafd39abcbb59a6d508", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f9f70cafd39abcbb59a6d508", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f9f70cafd39abcbb59a6d508", "width": 64, "height": 64}], "ids": {"spotify": "4qnTzXaGBJnb11UMPAILO0"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "3h5AZDf5z7D18plaLtHTfi", "isrc": "US4BW0800205"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Things I'll Never Say", "position": 0, "duration_ms": 223866, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Let Go", "release_date": {"year": 2002, "month": 6, "day": 4}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f7ec724fbf97a30869d06240", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f7ec724fbf97a30869d06240", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f7ec724fbf97a30869d06240", "width": 64, "height": 64}], "ids": {"spotify": "3zXjR3y2dUWklKmmp6lEhy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "3nH2w4Q9yths31lC9C26fT", "isrc": "USAR10200228"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Make Me Smile (Single Version) - 2002 Remaster", "position": 0, "duration_ms": 178933, "artists": [{"type": "artistTrackPlaylist", "name": "Chicago", "ids": {"spotify": "3iDD7bnsjL9J4fO298r0L0"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Chicago II", "release_date": {"year": 1970, "month": 1, "day": 26}, "total_tracks": 25, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f97c928726d4abbaed5aebf9", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f97c928726d4abbaed5aebf9", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f97c928726d4abbaed5aebf9", "width": 64, "height": 64}], "ids": {"spotify": "0PRgsdDXQ8QPaDUetVF7yN"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Chicago", "ids": {"spotify": "3iDD7bnsjL9J4fO298r0L0"}}]}, "ids": {"spotify": "14vDlv40PzpXKBo6qmht6M", "isrc": "USRH10286737"}, "disc_number": 1, "track_number": 24, "explicit": false}, {"type": "trackPlaylist", "title": "(Everything I Do) I Do It For You", "position": 0, "duration_ms": 394133, "artists": [{"type": "artistTrackPlaylist", "name": "Bryan Adams", "ids": {"spotify": "3Z02hBLubJxuFJfhacLSDc"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Waking Up The Neighbours", "release_date": {"year": 1991, "month": 9, "day": 24}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2733b6427c8257e341348dc5e2a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e023b6427c8257e341348dc5e2a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048513b6427c8257e341348dc5e2a", "width": 64, "height": 64}], "ids": {"spotify": "061uAXmheZOILmf2rr3tTn"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bryan Adams", "ids": {"spotify": "3Z02hBLubJxuFJfhacLSDc"}}]}, "ids": {"spotify": "6eBK3edMW7bEzecF1eCezc", "isrc": "USAM19190012"}, "disc_number": 1, "track_number": 12, "explicit": false}, {"type": "trackPlaylist", "title": "Kiss Me", "position": 0, "duration_ms": 208680, "artists": [{"type": "artistTrackPlaylist", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "width": 64, "height": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "I Will Follow You into the Dark", "position": 0, "duration_ms": 189186, "artists": [{"type": "artistTrackPlaylist", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "width": 64, "height": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Wonderwall", "position": 0, "duration_ms": 258906, "artists": [{"type": "artistTrackPlaylist", "name": "Oasis", "ids": {"spotify": "2DaxqgrOhkeH0fpeiQq2f4"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "(What's The Story) Morning Glory?", "release_date": {"year": 1995, "month": 10, "day": 2}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732f2eeee9b405f4d00428d84c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022f2eeee9b405f4d00428d84c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512f2eeee9b405f4d00428d84c", "width": 64, "height": 64}], "ids": {"spotify": "2u30gztZTylY4RG7IvfXs8"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Oasis", "ids": {"spotify": "2DaxqgrOhkeH0fpeiQq2f4"}}]}, "ids": {"spotify": "1qPbGZqppFwLwcBC1JQ6Vr", "isrc": "GBAAW9500189"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "If It's The Beaches", "position": 0, "duration_ms": 237120, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "The Gleam", "release_date": {"year": 2006, "month": 12, "day": 19}, "total_tracks": 6, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27363adae0da3815ffbd44a82fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0263adae0da3815ffbd44a82fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485163adae0da3815ffbd44a82fb", "width": 64, "height": 64}], "ids": {"spotify": "79WSrKWUOcscwstCmj2yq0"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "I Don't Want to Miss a Thing - From \"Armageddon\" Soundtrack", "position": 0, "duration_ms": 299760, "artists": [{"type": "artistTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "I Don't Want To Miss A Thing EP", "release_date": {"year": 1998, "month": 8, "day": 18}, "total_tracks": 3, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d9172c4bd345d358497e64d6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d9172c4bd345d358497e64d6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d9172c4bd345d358497e64d6", "width": 64, "height": 64}], "ids": {"spotify": "4GYrE0hDKjM0v6EQIjkBV3"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}]}, "ids": {"spotify": "6lEuFGrUqR9Yc6hSsHPnYP", "isrc": "USSM19801545"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Friday I'm in Love", "position": 0, "duration_ms": 214400, "artists": [{"type": "artistTrackPlaylist", "name": "The Cure", "ids": {"spotify": "7bu3H8JO7d0UbMoVzbo70s"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Wish", "release_date": {"year": 1992, "month": 4, "day": 21}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e410fa31e3dfcc7521cde86d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e410fa31e3dfcc7521cde86d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e410fa31e3dfcc7521cde86d", "width": 64, "height": 64}], "ids": {"spotify": "3x1CmNdXWU0DzpTZXFFRZu"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Cure", "ids": {"spotify": "7bu3H8JO7d0UbMoVzbo70s"}}]}, "ids": {"spotify": "263aNAQCeFSWipk896byo6", "isrc": "USEE10180267"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "Iris", "position": 0, "duration_ms": 289533, "artists": [{"type": "artistTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Dizzy up the Girl", "release_date": {"year": 1998}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273eda9478c39a21e1cdc6609ca", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02eda9478c39a21e1cdc6609ca", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851eda9478c39a21e1cdc6609ca", "width": 64, "height": 64}], "ids": {"spotify": "4UMjBXcRqIgMZ1XumU2x5T"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}]}, "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Head Over Feet", "position": 0, "duration_ms": 265040, "artists": [{"type": "artistTrackPlaylist", "name": "Alanis Morissette", "ids": {"spotify": "6ogn9necmbUdCppmNnGOdi"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Jagged Little Pill", "release_date": {"year": 1995, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392c885317fbe4bfa680109b4", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292c885317fbe4bfa680109b4", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192c885317fbe4bfa680109b4", "width": 64, "height": 64}], "ids": {"spotify": "09AwlP99cHfKVNKv4FC8VW"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Alanis Morissette", "ids": {"spotify": "6ogn9necmbUdCppmNnGOdi"}}]}, "ids": {"spotify": "36sZlJgvmP62qcEuAaV1uM", "isrc": "USMV29900096"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "God Only Knows", "position": 0, "duration_ms": 173293, "artists": [{"type": "artistTrackPlaylist", "name": "The Beach Boys", "ids": {"spotify": "3oDbviiivRWhXwIE8hxkVV"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Love Actually Soundtrack", "release_date": {"year": 2003, "month": 9, "day": 3}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c78b71af0091932bbb7b0339", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c78b71af0091932bbb7b0339", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c78b71af0091932bbb7b0339", "width": 64, "height": 64}], "ids": {"spotify": "19RPbTaPIFbnAgjsjrmd6L"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Original Soundtrack", "ids": {"spotify": "3huVQoEWdqUTvlYpFVUHcF"}}]}, "ids": {"spotify": "18pf0Z01umZnkJVOG30YMM", "isrc": "USCA28600056"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "I And Love And You", "position": 0, "duration_ms": 300840, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "I And Love And You", "release_date": {"year": 2009, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348d5947c976c243542c25e21", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248d5947c976c243542c25e21", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148d5947c976c243542c25e21", "width": 64, "height": 64}], "ids": {"spotify": "2PPFtYUnnqMYflIEn3b7ON"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "7CEV9VwA8XO9wwxTXgYKvY", "isrc": "USSM10903395"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "When You're Gone", "position": 0, "duration_ms": 240493, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Best Damn Thing", "release_date": {"year": 2007, "month": 4, "day": 13}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f10a1cdd5e49e8db7fd28eac", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f10a1cdd5e49e8db7fd28eac", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f10a1cdd5e49e8db7fd28eac", "width": 64, "height": 64}], "ids": {"spotify": "25cV0otMLz4zQDS0Aclyuj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "4kxND2rbPDrdb7Sgoo1Fbh", "isrc": "USRC10700004"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "First Date", "position": 0, "duration_ms": 171533, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Take Off Your Pants And Jacket", "release_date": {"year": 2001}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27354a8f4f9158546472fbb7280", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0254a8f4f9158546472fbb7280", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485154a8f4f9158546472fbb7280", "width": 64, "height": 64}], "ids": {"spotify": "3nHpBmW5wJXGeC3ojBkpey"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "1fJFuvU2ldmeAm5nFIHcPP", "isrc": "USMC10110874"}, "disc_number": 1, "track_number": 3, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03ab67616d00001e0245f041b52864bda5275f1b35ab67616d00001e025da2756220da9b6f17924f8fab67616d00001e02a8a965df6a845b265ee19106", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03ab67616d00001e0245f041b52864bda5275f1b35ab67616d00001e025da2756220da9b6f17924f8fab67616d00001e02a8a965df6a845b265ee19106", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03ab67616d00001e0245f041b52864bda5275f1b35ab67616d00001e025da2756220da9b6f17924f8fab67616d00001e02a8a965df6a845b265ee19106", "width": 60}], "ids": {"spotify": "69kwlHa5imoGjTHcJgM8mj"}}, "status_info": {"ids": {"spotify": "69kwlHa5imoGjTHcJgM8mj"}, "status": "initializing"}, "timestamp": 1759510523.8572598} +{"track": {"type": "track", "title": "Hot", "disc_number": 1, "track_number": 7, "duration_ms": 202973, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27345f041b52864bda5275f1b35", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0245f041b52864bda5275f1b35", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485145f041b52864bda5275f1b35", "height": 64, "width": 64}], "ids": {"spotify": "5dfbrFuG8lfC4Yi75J8NmK", "upc": "888880148506"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "4zOO6dMsmK5Y2HYZW2Ps7Q", "isrc": "USRC10700073"}}, "status_info": {"ids": {"spotify": "4zOO6dMsmK5Y2HYZW2Ps7Q", "isrc": "USRC10700073"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Avril Lavigne/The Best Damn Thing/7. Hot.ogg'"}, "current_track": 1, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510524.255244} +{"track": {"type": "track", "title": "a thousand years", "disc_number": 1, "track_number": 1, "duration_ms": 285120, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "a thousand years", "release_date": {"year": 2011, "month": 10, "day": 18}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2733dea4a2ccd58ad1f8e4dbb03", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048513dea4a2ccd58ad1f8e4dbb03", "height": 64, "width": 64}], "ids": {"spotify": "15yvc643iYfQtb6zh9NEJo", "upc": "075679965912"}, "artists": [{"type": "artistAlbumTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "ids": {"spotify": "6lanRgr6wXibZr8KgzXxBl", "isrc": "USAT21102141"}}, "status_info": {"ids": {"spotify": "6lanRgr6wXibZr8KgzXxBl", "isrc": "USAT21102141"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Christina Perri/a thousand years/1. a thousand years.ogg'"}, "current_track": 2, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510524.5426948} +{"track": {"type": "track", "title": "Angel", "disc_number": 1, "track_number": 9, "duration_ms": 308906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Permanent Vacation", "release_date": {"year": 1987, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a8a965df6a845b265ee19106", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a8a965df6a845b265ee19106", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a8a965df6a845b265ee19106", "height": 64, "width": 64}], "ids": {"spotify": "3XYqOJI1YlX40kJTdzFEzp", "upc": "00606949309626"}, "artists": [{"type": "artistAlbumTrack", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}]}, "artists": [{"type": "artistTrack", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}], "ids": {"spotify": "3kfXUGIdBNpyr2gBvU3Guj", "isrc": "USIR10000457"}}, "status_info": {"ids": {"spotify": "3kfXUGIdBNpyr2gBvU3Guj", "isrc": "USIR10000457"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Aerosmith/Permanent Vacation/9. Angel.ogg'"}, "current_track": 3, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510524.9333122} +{"track": {"type": "track", "title": "Chasing Cars", "disc_number": 1, "track_number": 3, "duration_ms": 267960, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Eyes Open", "release_date": {"year": 2006, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735da2756220da9b6f17924f8f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025da2756220da9b6f17924f8f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515da2756220da9b6f17924f8f", "height": 64, "width": 64}], "ids": {"spotify": "3k7bXPw2u0C0SBKPMsgMS3", "upc": "00602498531792"}, "artists": [{"type": "artistAlbumTrack", "name": "Snow Patrol", "ids": {"spotify": "3rIZMv9rysU7JkLzEaC5Jp"}}]}, "artists": [{"type": "artistTrack", "name": "Snow Patrol", "ids": {"spotify": "3rIZMv9rysU7JkLzEaC5Jp"}}], "ids": {"spotify": "5hnyJvgoWiQUYZttV4wXy6", "isrc": "GBUM70600345"}}, "status_info": {"ids": {"spotify": "5hnyJvgoWiQUYZttV4wXy6", "isrc": "GBUM70600345"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Snow Patrol/Eyes Open/3. Chasing Cars.ogg'"}, "current_track": 4, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510525.2890286} +{"track": {"type": "track", "title": "My Life Would Suck Without You", "disc_number": 1, "track_number": 1, "duration_ms": 211493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All I Ever Wanted", "release_date": {"year": 2009, "month": 3, "day": 6}, "total_tracks": 16, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737ed87984e7f39ba42ee1b50a", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027ed87984e7f39ba42ee1b50a", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517ed87984e7f39ba42ee1b50a", "height": 64, "width": 64}], "ids": {"spotify": "4h8seeFAi6iYhslcWIxTSG", "upc": "884977025859"}, "artists": [{"type": "artistAlbumTrack", "name": "Kelly Clarkson", "ids": {"spotify": "3BmGtnKgCSGYIUhmivXKWX"}}]}, "artists": [{"type": "artistTrack", "name": "Kelly Clarkson", "ids": {"spotify": "3BmGtnKgCSGYIUhmivXKWX"}}], "ids": {"spotify": "4Dm32oO01YpIubCHaAtKkN", "isrc": "GBCTA0800348"}}, "status_info": {"ids": {"spotify": "4Dm32oO01YpIubCHaAtKkN", "isrc": "GBCTA0800348"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Kelly Clarkson/All I Ever Wanted/1. My Life Would Suck Without You.ogg'"}, "current_track": 5, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510525.6004007} +{"track": {"type": "track", "title": "Murder in the City", "disc_number": 1, "track_number": 2, "duration_ms": 192426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Second Gleam", "release_date": {"year": 2008, "month": 7, "day": 22}, "total_tracks": 8, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f9f70cafd39abcbb59a6d508", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f9f70cafd39abcbb59a6d508", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f9f70cafd39abcbb59a6d508", "height": 64, "width": 64}], "ids": {"spotify": "4qnTzXaGBJnb11UMPAILO0", "upc": "888880660954"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "3h5AZDf5z7D18plaLtHTfi", "isrc": "US4BW0800205"}}, "status_info": {"ids": {"spotify": "3h5AZDf5z7D18plaLtHTfi", "isrc": "US4BW0800205"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Avett Brothers/The Second Gleam/2. Murder in the City.ogg'"}, "current_track": 6, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510525.9113123} +{"track": {"type": "track", "title": "Things I'll Never Say", "disc_number": 1, "track_number": 9, "duration_ms": 223866, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Let Go", "release_date": {"year": 2002, "month": 6, "day": 4}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f7ec724fbf97a30869d06240", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f7ec724fbf97a30869d06240", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f7ec724fbf97a30869d06240", "height": 64, "width": 64}], "ids": {"spotify": "3zXjR3y2dUWklKmmp6lEhy", "upc": "888880191069"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "3nH2w4Q9yths31lC9C26fT", "isrc": "USAR10200228"}}, "status_info": {"ids": {"spotify": "3nH2w4Q9yths31lC9C26fT", "isrc": "USAR10200228"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Avril Lavigne/Let Go/9. Things I'll Never Say.ogg'"}, "current_track": 7, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510526.2965627} +{"track": {"type": "track", "title": "Make Me Smile (Single Version) - 2002 Remaster", "disc_number": 1, "track_number": 24, "duration_ms": 178933, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Chicago II", "release_date": {"year": 1970, "month": 1, "day": 26}, "total_tracks": 25, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f97c928726d4abbaed5aebf9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f97c928726d4abbaed5aebf9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f97c928726d4abbaed5aebf9", "height": 64, "width": 64}], "ids": {"spotify": "0PRgsdDXQ8QPaDUetVF7yN", "upc": "081227617264"}, "artists": [{"type": "artistAlbumTrack", "name": "Chicago", "ids": {"spotify": "3iDD7bnsjL9J4fO298r0L0"}}]}, "artists": [{"type": "artistTrack", "name": "Chicago", "ids": {"spotify": "3iDD7bnsjL9J4fO298r0L0"}}], "ids": {"spotify": "14vDlv40PzpXKBo6qmht6M", "isrc": "USRH10286737"}}, "status_info": {"ids": {"spotify": "14vDlv40PzpXKBo6qmht6M", "isrc": "USRH10286737"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Chicago/Chicago II/24. Make Me Smile (Single Version) - 2002 Remaster.ogg'"}, "current_track": 8, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510526.6522675} +{"track": {"type": "track", "title": "(Everything I Do) I Do It For You", "disc_number": 1, "track_number": 12, "duration_ms": 394133, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Waking Up The Neighbours", "release_date": {"year": 1991, "month": 9, "day": 24}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2733b6427c8257e341348dc5e2a", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e023b6427c8257e341348dc5e2a", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048513b6427c8257e341348dc5e2a", "height": 64, "width": 64}], "ids": {"spotify": "061uAXmheZOILmf2rr3tTn", "upc": "00075021536722"}, "artists": [{"type": "artistAlbumTrack", "name": "Bryan Adams", "ids": {"spotify": "3Z02hBLubJxuFJfhacLSDc"}}]}, "artists": [{"type": "artistTrack", "name": "Bryan Adams", "ids": {"spotify": "3Z02hBLubJxuFJfhacLSDc"}}], "ids": {"spotify": "6eBK3edMW7bEzecF1eCezc", "isrc": "USAM19190012"}}, "status_info": {"ids": {"spotify": "6eBK3edMW7bEzecF1eCezc", "isrc": "USAM19190012"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Bryan Adams/Waking Up The Neighbours/12. (Everything I Do) I Do It For You.ogg'"}, "current_track": 9, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510526.8829486} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "initializing"}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510527.0018134} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510527.4840276} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 2021, "progress": 1}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510529.5063} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 4135, "progress": 2}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510531.6202323} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 6190, "progress": 3}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510533.674624} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 8274, "progress": 4}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510535.7588584} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 10392, "progress": 5}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510537.8772655} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 12414, "progress": 6}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510539.8987882} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 14532, "progress": 7}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510542.016417} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 16553, "progress": 8}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510544.0380592} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 18671, "progress": 9}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510546.15561} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 20789, "progress": 10}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510548.2735689} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 22810, "progress": 11}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510550.2951334} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 24928, "progress": 12}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510552.412585} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 26949, "progress": 13}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510554.4342165} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 29067, "progress": 14}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510556.5521324} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 31185, "progress": 15}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510558.6698709} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 33206, "progress": 16}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510560.6914055} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 35324, "progress": 17}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510562.8090353} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 37346, "progress": 18}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510564.8306777} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 39463, "progress": 19}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510566.9483306} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 41581, "progress": 20}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510569.0661843} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 43603, "progress": 21}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510571.0876772} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 45720, "progress": 22}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510573.205236} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 47838, "progress": 23}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510575.3223243} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 49860, "progress": 24}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510577.3445773} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 51977, "progress": 25}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510579.4625115} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 53999, "progress": 26}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510581.4839778} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 56117, "progress": 27}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510583.601626} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 58235, "progress": 28}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510585.7195392} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 60256, "progress": 29}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510587.7408874} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 62374, "progress": 30}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510589.8586545} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 64395, "progress": 31}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510591.8801725} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 66513, "progress": 32}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510593.9979475} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 68631, "progress": 33}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510596.1157944} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 70652, "progress": 34}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510598.1373134} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 72770, "progress": 35}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510600.2551112} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 74791, "progress": 36}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510602.2762465} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 76909, "progress": 37}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510604.3943574} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 79027, "progress": 38}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510606.512118} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 81049, "progress": 39}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510608.533523} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 83203, "progress": 40}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510610.6879752} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 85188, "progress": 41}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510612.6728594} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 87306, "progress": 42}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510614.790675} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 89423, "progress": 43}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510616.9079847} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 91445, "progress": 44}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510618.929892} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 93563, "progress": 45}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510621.047651} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 95584, "progress": 46}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510623.0690663} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 97702, "progress": 47}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510625.1868823} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 99820, "progress": 48}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510627.3042586} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 101841, "progress": 49}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510629.325918} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 103959, "progress": 50}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510631.4439564} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 106077, "progress": 51}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510633.561744} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 108098, "progress": 52}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510635.5833154} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 110216, "progress": 53}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510637.7006624} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 112237, "progress": 54}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510639.722562} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 114355, "progress": 55}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510641.8402674} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 116473, "progress": 56}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510643.958022} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 118495, "progress": 57}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510645.9795623} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 120612, "progress": 58}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510648.097312} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 122634, "progress": 59}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510650.1187513} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 124752, "progress": 60}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510652.2365856} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 126869, "progress": 61}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510654.3542109} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 128891, "progress": 62}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510656.3758328} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 131009, "progress": 63}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510658.4935942} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 133030, "progress": 64}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510660.515158} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 135148, "progress": 65}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510662.632628} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 137266, "progress": 66}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510664.7506714} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 139287, "progress": 67}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510666.7710335} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 141405, "progress": 68}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510668.889888} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 143426, "progress": 69}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510670.9114184} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 145544, "progress": 70}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510673.028808} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 147662, "progress": 71}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510675.146977} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 149683, "progress": 72}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510677.1678183} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 151801, "progress": 73}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510679.286197} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 153919, "progress": 74}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510681.4036093} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 155940, "progress": 75}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510683.4254909} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 158058, "progress": 76}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510685.5431888} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 160080, "progress": 77}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510687.5646296} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 162197, "progress": 78}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510689.6825268} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 164315, "progress": 79}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510691.8002594} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 166369, "progress": 80}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510693.8537424} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 168455, "progress": 81}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510695.939564} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 170476, "progress": 82}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510697.960631} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 172594, "progress": 83}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510700.0788536} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 174712, "progress": 84}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510702.1965592} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 176733, "progress": 85}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510704.218097} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 178851, "progress": 86}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510706.3358116} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 180872, "progress": 87}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510708.357333} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 182990, "progress": 88}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510710.4747725} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 185108, "progress": 89}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510712.592852} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 187129, "progress": 90}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510714.6143968} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 189247, "progress": 91}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510716.7321312} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 191269, "progress": 92}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510718.7536476} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 193386, "progress": 93}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510720.8714268} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 195504, "progress": 94}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510722.9891655} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 197526, "progress": 95}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510725.0107043} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 199643, "progress": 96}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510727.1284242} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 201665, "progress": 97}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510729.149948} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 203783, "progress": 98}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510731.2677364} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "real-time", "time_elapsed": 205900, "progress": 99}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510733.385469} +{"track": {"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 4, "duration_ms": 208680, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "height": 64, "width": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix", "upc": "080688551261"}, "artists": [{"type": "artistAlbumTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}}, "status_info": {"ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "status": "done", "final_path": "/app/downloads/Sixpence None The Richer/Sixpence None The Richer/4. Kiss Me.ogg", "download_quality": "OGG_320"}, "current_track": 10, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510739.566592} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Death Cab for Cutie/Plans/5. I Will Follow You into the Dark.ogg'"}, "current_track": 11, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510795.8128374} +{"track": {"type": "track", "title": "Wonderwall", "disc_number": 1, "track_number": 3, "duration_ms": 258906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "(What's The Story) Morning Glory?", "release_date": {"year": 1995, "month": 10, "day": 2}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732f2eeee9b405f4d00428d84c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022f2eeee9b405f4d00428d84c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512f2eeee9b405f4d00428d84c", "height": 64, "width": 64}], "ids": {"spotify": "2u30gztZTylY4RG7IvfXs8", "upc": "5051961007107"}, "artists": [{"type": "artistAlbumTrack", "name": "Oasis", "ids": {"spotify": "2DaxqgrOhkeH0fpeiQq2f4"}}]}, "artists": [{"type": "artistTrack", "name": "Oasis", "ids": {"spotify": "2DaxqgrOhkeH0fpeiQq2f4"}}], "ids": {"spotify": "1qPbGZqppFwLwcBC1JQ6Vr", "isrc": "GBAAW9500189"}}, "status_info": {"ids": {"spotify": "1qPbGZqppFwLwcBC1JQ6Vr", "isrc": "GBAAW9500189"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Oasis/(What's The Story) Morning Glory\uff1f/3. Wonderwall.ogg'"}, "current_track": 12, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510796.1875956} +{"track": {"type": "track", "title": "If It's The Beaches", "disc_number": 1, "track_number": 5, "duration_ms": 237120, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Gleam", "release_date": {"year": 2006, "month": 12, "day": 19}, "total_tracks": 6, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27363adae0da3815ffbd44a82fb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0263adae0da3815ffbd44a82fb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485163adae0da3815ffbd44a82fb", "height": 64, "width": 64}], "ids": {"spotify": "79WSrKWUOcscwstCmj2yq0", "upc": "775020750722"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}}, "status_info": {"ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Avett Brothers/The Gleam/5. If It's The Beaches.ogg'"}, "current_track": 13, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510796.6330872} +{"track": {"type": "track", "title": "I Don't Want to Miss a Thing - From \"Armageddon\" Soundtrack", "disc_number": 1, "track_number": 1, "duration_ms": 299760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "I Don't Want To Miss A Thing EP", "release_date": {"year": 1998, "month": 8, "day": 18}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d9172c4bd345d358497e64d6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d9172c4bd345d358497e64d6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d9172c4bd345d358497e64d6", "height": 64, "width": 64}], "ids": {"spotify": "4GYrE0hDKjM0v6EQIjkBV3", "upc": "886448286370"}, "artists": [{"type": "artistAlbumTrack", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}]}, "artists": [{"type": "artistTrack", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}], "ids": {"spotify": "6lEuFGrUqR9Yc6hSsHPnYP", "isrc": "USSM19801545"}}, "status_info": {"ids": {"spotify": "6lEuFGrUqR9Yc6hSsHPnYP", "isrc": "USSM19801545"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Aerosmith/I Don't Want To Miss A Thing EP/1. I Don't Want to Miss a Thing - From \uff02Armageddon\uff02 Soundtrack.ogg'"}, "current_track": 14, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510797.052735} +{"track": {"type": "track", "title": "Friday I'm in Love", "disc_number": 1, "track_number": 7, "duration_ms": 214400, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Wish", "release_date": {"year": 1992, "month": 4, "day": 21}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e410fa31e3dfcc7521cde86d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e410fa31e3dfcc7521cde86d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e410fa31e3dfcc7521cde86d", "height": 64, "width": 64}], "ids": {"spotify": "3x1CmNdXWU0DzpTZXFFRZu", "upc": "075596130967"}, "artists": [{"type": "artistAlbumTrack", "name": "The Cure", "ids": {"spotify": "7bu3H8JO7d0UbMoVzbo70s"}}]}, "artists": [{"type": "artistTrack", "name": "The Cure", "ids": {"spotify": "7bu3H8JO7d0UbMoVzbo70s"}}], "ids": {"spotify": "263aNAQCeFSWipk896byo6", "isrc": "USEE10180267"}}, "status_info": {"ids": {"spotify": "263aNAQCeFSWipk896byo6", "isrc": "USEE10180267"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Cure/Wish/7. Friday I'm in Love.ogg'"}, "current_track": 15, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510797.3767612} +{"track": {"type": "track", "title": "Iris", "disc_number": 1, "track_number": 11, "duration_ms": 289533, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Dizzy up the Girl", "release_date": {"year": 1998}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273eda9478c39a21e1cdc6609ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02eda9478c39a21e1cdc6609ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851eda9478c39a21e1cdc6609ca", "height": 64, "width": 64}], "ids": {"spotify": "4UMjBXcRqIgMZ1XumU2x5T", "upc": "093624705864"}, "artists": [{"type": "artistAlbumTrack", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}]}, "artists": [{"type": "artistTrack", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}], "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}}, "status_info": {"ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Goo Goo Dolls/Dizzy up the Girl/11. Iris.ogg'"}, "current_track": 16, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510797.7624342} +{"track": {"type": "track", "title": "Head Over Feet", "disc_number": 1, "track_number": 8, "duration_ms": 265040, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Jagged Little Pill", "release_date": {"year": 1995, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392c885317fbe4bfa680109b4", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292c885317fbe4bfa680109b4", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192c885317fbe4bfa680109b4", "height": 64, "width": 64}], "ids": {"spotify": "09AwlP99cHfKVNKv4FC8VW", "upc": "093624590163"}, "artists": [{"type": "artistAlbumTrack", "name": "Alanis Morissette", "ids": {"spotify": "6ogn9necmbUdCppmNnGOdi"}}]}, "artists": [{"type": "artistTrack", "name": "Alanis Morissette", "ids": {"spotify": "6ogn9necmbUdCppmNnGOdi"}}], "ids": {"spotify": "36sZlJgvmP62qcEuAaV1uM", "isrc": "USMV29900096"}}, "status_info": {"ids": {"spotify": "36sZlJgvmP62qcEuAaV1uM", "isrc": "USMV29900096"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Alanis Morissette/Jagged Little Pill/8. Head Over Feet.ogg'"}, "current_track": 17, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510798.0783715} +{"track": {"type": "track", "title": "God Only Knows", "disc_number": 1, "track_number": 11, "duration_ms": 173293, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Love Actually Soundtrack", "release_date": {"year": 2003, "month": 9, "day": 3}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c78b71af0091932bbb7b0339", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c78b71af0091932bbb7b0339", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c78b71af0091932bbb7b0339", "height": 64, "width": 64}], "ids": {"spotify": "19RPbTaPIFbnAgjsjrmd6L", "upc": "888880731432"}, "artists": [{"type": "artistAlbumTrack", "name": "Original Soundtrack", "ids": {"spotify": "3huVQoEWdqUTvlYpFVUHcF"}}]}, "artists": [{"type": "artistTrack", "name": "The Beach Boys", "ids": {"spotify": "3oDbviiivRWhXwIE8hxkVV"}}], "ids": {"spotify": "18pf0Z01umZnkJVOG30YMM", "isrc": "USCA28600056"}}, "status_info": {"ids": {"spotify": "18pf0Z01umZnkJVOG30YMM", "isrc": "USCA28600056"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Beach Boys/Love Actually Soundtrack/11. God Only Knows.ogg'"}, "current_track": 18, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510798.468756} +{"track": {"type": "track", "title": "I And Love And You", "disc_number": 1, "track_number": 1, "duration_ms": 300840, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "I And Love And You", "release_date": {"year": 2009, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348d5947c976c243542c25e21", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248d5947c976c243542c25e21", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148d5947c976c243542c25e21", "height": 64, "width": 64}], "ids": {"spotify": "2PPFtYUnnqMYflIEn3b7ON", "upc": "00602537159048"}, "artists": [{"type": "artistAlbumTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "ids": {"spotify": "7CEV9VwA8XO9wwxTXgYKvY", "isrc": "USSM10903395"}}, "status_info": {"ids": {"spotify": "7CEV9VwA8XO9wwxTXgYKvY", "isrc": "USSM10903395"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Avett Brothers/I And Love And You/1. I And Love And You.ogg'"}, "current_track": 19, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510798.734641} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing", "release_date": {"year": 2007, "month": 4, "day": 13}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f10a1cdd5e49e8db7fd28eac", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f10a1cdd5e49e8db7fd28eac", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f10a1cdd5e49e8db7fd28eac", "height": 64, "width": 64}], "ids": {"spotify": "25cV0otMLz4zQDS0Aclyuj", "upc": "888880148469"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "4kxND2rbPDrdb7Sgoo1Fbh", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "4kxND2rbPDrdb7Sgoo1Fbh", "isrc": "USRC10700004"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Avril Lavigne/The Best Damn Thing/5. When You're Gone.ogg'"}, "current_track": 20, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510798.9950426} +{"track": {"type": "track", "title": "First Date", "disc_number": 1, "track_number": 3, "duration_ms": 171533, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Take Off Your Pants And Jacket", "release_date": {"year": 2001}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27354a8f4f9158546472fbb7280", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0254a8f4f9158546472fbb7280", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485154a8f4f9158546472fbb7280", "height": 64, "width": 64}], "ids": {"spotify": "3nHpBmW5wJXGeC3ojBkpey", "upc": "00075021015876"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1fJFuvU2ldmeAm5nFIHcPP", "isrc": "USMC10110874"}}, "status_info": {"ids": {"spotify": "1fJFuvU2ldmeAm5nFIHcPP", "isrc": "USMC10110874"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/blink-182/Take Off Your Pants And Jacket/3. First Date.ogg'"}, "current_track": 21, "total_tracks": 21, "parent": {"type": "playlistTrack", "title": "Anniversary Mixtape Full", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759510799.403046} +{"playlist": {"type": "playlist", "title": "Anniversary Mixtape Full", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Hot", "position": 0, "duration_ms": 202973, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Best Damn Thing", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27345f041b52864bda5275f1b35", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0245f041b52864bda5275f1b35", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485145f041b52864bda5275f1b35", "width": 64, "height": 64}], "ids": {"spotify": "5dfbrFuG8lfC4Yi75J8NmK"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "4zOO6dMsmK5Y2HYZW2Ps7Q", "isrc": "USRC10700073"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "a thousand years", "position": 0, "duration_ms": 285120, "artists": [{"type": "artistTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "a thousand years", "release_date": {"year": 2011, "month": 10, "day": 18}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2733dea4a2ccd58ad1f8e4dbb03", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048513dea4a2ccd58ad1f8e4dbb03", "width": 64, "height": 64}], "ids": {"spotify": "15yvc643iYfQtb6zh9NEJo"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Christina Perri", "ids": {"spotify": "7H55rcKCfwqkyDFH9wpKM6"}}]}, "ids": {"spotify": "6lanRgr6wXibZr8KgzXxBl", "isrc": "USAT21102141"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Angel", "position": 0, "duration_ms": 308906, "artists": [{"type": "artistTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Permanent Vacation", "release_date": {"year": 1987, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a8a965df6a845b265ee19106", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a8a965df6a845b265ee19106", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a8a965df6a845b265ee19106", "width": 64, "height": 64}], "ids": {"spotify": "3XYqOJI1YlX40kJTdzFEzp"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}]}, "ids": {"spotify": "3kfXUGIdBNpyr2gBvU3Guj", "isrc": "USIR10000457"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Chasing Cars", "position": 0, "duration_ms": 267960, "artists": [{"type": "artistTrackPlaylist", "name": "Snow Patrol", "ids": {"spotify": "3rIZMv9rysU7JkLzEaC5Jp"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Eyes Open", "release_date": {"year": 2006, "month": 1, "day": 1}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735da2756220da9b6f17924f8f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025da2756220da9b6f17924f8f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515da2756220da9b6f17924f8f", "width": 64, "height": 64}], "ids": {"spotify": "3k7bXPw2u0C0SBKPMsgMS3"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Snow Patrol", "ids": {"spotify": "3rIZMv9rysU7JkLzEaC5Jp"}}]}, "ids": {"spotify": "5hnyJvgoWiQUYZttV4wXy6", "isrc": "GBUM70600345"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "My Life Would Suck Without You", "position": 0, "duration_ms": 211493, "artists": [{"type": "artistTrackPlaylist", "name": "Kelly Clarkson", "ids": {"spotify": "3BmGtnKgCSGYIUhmivXKWX"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All I Ever Wanted", "release_date": {"year": 2009, "month": 3, "day": 6}, "total_tracks": 16, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737ed87984e7f39ba42ee1b50a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027ed87984e7f39ba42ee1b50a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517ed87984e7f39ba42ee1b50a", "width": 64, "height": 64}], "ids": {"spotify": "4h8seeFAi6iYhslcWIxTSG"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Kelly Clarkson", "ids": {"spotify": "3BmGtnKgCSGYIUhmivXKWX"}}]}, "ids": {"spotify": "4Dm32oO01YpIubCHaAtKkN", "isrc": "GBCTA0800348"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Murder in the City", "position": 0, "duration_ms": 192426, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Second Gleam", "release_date": {"year": 2008, "month": 7, "day": 22}, "total_tracks": 8, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f9f70cafd39abcbb59a6d508", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f9f70cafd39abcbb59a6d508", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f9f70cafd39abcbb59a6d508", "width": 64, "height": 64}], "ids": {"spotify": "4qnTzXaGBJnb11UMPAILO0"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "3h5AZDf5z7D18plaLtHTfi", "isrc": "US4BW0800205"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Things I'll Never Say", "position": 0, "duration_ms": 223866, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Let Go", "release_date": {"year": 2002, "month": 6, "day": 4}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f7ec724fbf97a30869d06240", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f7ec724fbf97a30869d06240", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f7ec724fbf97a30869d06240", "width": 64, "height": 64}], "ids": {"spotify": "3zXjR3y2dUWklKmmp6lEhy"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "3nH2w4Q9yths31lC9C26fT", "isrc": "USAR10200228"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Make Me Smile (Single Version) - 2002 Remaster", "position": 0, "duration_ms": 178933, "artists": [{"type": "artistTrackPlaylist", "name": "Chicago", "ids": {"spotify": "3iDD7bnsjL9J4fO298r0L0"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Chicago II", "release_date": {"year": 1970, "month": 1, "day": 26}, "total_tracks": 25, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f97c928726d4abbaed5aebf9", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f97c928726d4abbaed5aebf9", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f97c928726d4abbaed5aebf9", "width": 64, "height": 64}], "ids": {"spotify": "0PRgsdDXQ8QPaDUetVF7yN"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Chicago", "ids": {"spotify": "3iDD7bnsjL9J4fO298r0L0"}}]}, "ids": {"spotify": "14vDlv40PzpXKBo6qmht6M", "isrc": "USRH10286737"}, "disc_number": 1, "track_number": 24, "explicit": false}, {"type": "trackPlaylist", "title": "(Everything I Do) I Do It For You", "position": 0, "duration_ms": 394133, "artists": [{"type": "artistTrackPlaylist", "name": "Bryan Adams", "ids": {"spotify": "3Z02hBLubJxuFJfhacLSDc"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Waking Up The Neighbours", "release_date": {"year": 1991, "month": 9, "day": 24}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2733b6427c8257e341348dc5e2a", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e023b6427c8257e341348dc5e2a", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048513b6427c8257e341348dc5e2a", "width": 64, "height": 64}], "ids": {"spotify": "061uAXmheZOILmf2rr3tTn"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bryan Adams", "ids": {"spotify": "3Z02hBLubJxuFJfhacLSDc"}}]}, "ids": {"spotify": "6eBK3edMW7bEzecF1eCezc", "isrc": "USAM19190012"}, "disc_number": 1, "track_number": 12, "explicit": false}, {"type": "trackPlaylist", "title": "Kiss Me", "position": 0, "duration_ms": 208680, "artists": [{"type": "artistTrackPlaylist", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sixpence None The Richer", "release_date": {"year": 1997, "month": 11, "day": 22}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273cfc5eea6cfd77e89ed3ac5a4", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02cfc5eea6cfd77e89ed3ac5a4", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851cfc5eea6cfd77e89ed3ac5a4", "width": 64, "height": 64}], "ids": {"spotify": "0PrcwzkQVEy4y6JPvT5bix"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Sixpence None The Richer", "ids": {"spotify": "0lJlKQvuM2Sd9DPPyUXcHg"}}]}, "ids": {"spotify": "754kgU5rWscRTfvlsuEwFp", "isrc": "USEE19900312"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "I Will Follow You into the Dark", "position": 0, "duration_ms": 189186, "artists": [{"type": "artistTrackPlaylist", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "width": 64, "height": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Wonderwall", "position": 0, "duration_ms": 258906, "artists": [{"type": "artistTrackPlaylist", "name": "Oasis", "ids": {"spotify": "2DaxqgrOhkeH0fpeiQq2f4"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "(What's The Story) Morning Glory?", "release_date": {"year": 1995, "month": 10, "day": 2}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732f2eeee9b405f4d00428d84c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022f2eeee9b405f4d00428d84c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512f2eeee9b405f4d00428d84c", "width": 64, "height": 64}], "ids": {"spotify": "2u30gztZTylY4RG7IvfXs8"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Oasis", "ids": {"spotify": "2DaxqgrOhkeH0fpeiQq2f4"}}]}, "ids": {"spotify": "1qPbGZqppFwLwcBC1JQ6Vr", "isrc": "GBAAW9500189"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "If It's The Beaches", "position": 0, "duration_ms": 237120, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "The Gleam", "release_date": {"year": 2006, "month": 12, "day": 19}, "total_tracks": 6, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27363adae0da3815ffbd44a82fb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0263adae0da3815ffbd44a82fb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485163adae0da3815ffbd44a82fb", "width": 64, "height": 64}], "ids": {"spotify": "79WSrKWUOcscwstCmj2yq0"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "0ZuIstS2vy1OxfHfEnsXv3", "isrc": "US4BW0600083"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "I Don't Want to Miss a Thing - From \"Armageddon\" Soundtrack", "position": 0, "duration_ms": 299760, "artists": [{"type": "artistTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "I Don't Want To Miss A Thing EP", "release_date": {"year": 1998, "month": 8, "day": 18}, "total_tracks": 3, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d9172c4bd345d358497e64d6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d9172c4bd345d358497e64d6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d9172c4bd345d358497e64d6", "width": 64, "height": 64}], "ids": {"spotify": "4GYrE0hDKjM0v6EQIjkBV3"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Aerosmith", "ids": {"spotify": "7Ey4PD4MYsKc5I2dolUwbH"}}]}, "ids": {"spotify": "6lEuFGrUqR9Yc6hSsHPnYP", "isrc": "USSM19801545"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Friday I'm in Love", "position": 0, "duration_ms": 214400, "artists": [{"type": "artistTrackPlaylist", "name": "The Cure", "ids": {"spotify": "7bu3H8JO7d0UbMoVzbo70s"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Wish", "release_date": {"year": 1992, "month": 4, "day": 21}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e410fa31e3dfcc7521cde86d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e410fa31e3dfcc7521cde86d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e410fa31e3dfcc7521cde86d", "width": 64, "height": 64}], "ids": {"spotify": "3x1CmNdXWU0DzpTZXFFRZu"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Cure", "ids": {"spotify": "7bu3H8JO7d0UbMoVzbo70s"}}]}, "ids": {"spotify": "263aNAQCeFSWipk896byo6", "isrc": "USEE10180267"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "Iris", "position": 0, "duration_ms": 289533, "artists": [{"type": "artistTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Dizzy up the Girl", "release_date": {"year": 1998}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273eda9478c39a21e1cdc6609ca", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02eda9478c39a21e1cdc6609ca", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851eda9478c39a21e1cdc6609ca", "width": 64, "height": 64}], "ids": {"spotify": "4UMjBXcRqIgMZ1XumU2x5T"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Goo Goo Dolls", "ids": {"spotify": "2sil8z5kiy4r76CRTXxBCA"}}]}, "ids": {"spotify": "6Qyc6fS4DsZjB2mRW9DsQs", "isrc": "USWB19800160"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Head Over Feet", "position": 0, "duration_ms": 265040, "artists": [{"type": "artistTrackPlaylist", "name": "Alanis Morissette", "ids": {"spotify": "6ogn9necmbUdCppmNnGOdi"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Jagged Little Pill", "release_date": {"year": 1995, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27392c885317fbe4bfa680109b4", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0292c885317fbe4bfa680109b4", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485192c885317fbe4bfa680109b4", "width": 64, "height": 64}], "ids": {"spotify": "09AwlP99cHfKVNKv4FC8VW"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Alanis Morissette", "ids": {"spotify": "6ogn9necmbUdCppmNnGOdi"}}]}, "ids": {"spotify": "36sZlJgvmP62qcEuAaV1uM", "isrc": "USMV29900096"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "God Only Knows", "position": 0, "duration_ms": 173293, "artists": [{"type": "artistTrackPlaylist", "name": "The Beach Boys", "ids": {"spotify": "3oDbviiivRWhXwIE8hxkVV"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Love Actually Soundtrack", "release_date": {"year": 2003, "month": 9, "day": 3}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c78b71af0091932bbb7b0339", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c78b71af0091932bbb7b0339", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c78b71af0091932bbb7b0339", "width": 64, "height": 64}], "ids": {"spotify": "19RPbTaPIFbnAgjsjrmd6L"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Original Soundtrack", "ids": {"spotify": "3huVQoEWdqUTvlYpFVUHcF"}}]}, "ids": {"spotify": "18pf0Z01umZnkJVOG30YMM", "isrc": "USCA28600056"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "I And Love And You", "position": 0, "duration_ms": 300840, "artists": [{"type": "artistTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "I And Love And You", "release_date": {"year": 2009, "month": 1, "day": 1}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348d5947c976c243542c25e21", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248d5947c976c243542c25e21", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148d5947c976c243542c25e21", "width": 64, "height": 64}], "ids": {"spotify": "2PPFtYUnnqMYflIEn3b7ON"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Avett Brothers", "ids": {"spotify": "196lKsA13K3keVXMDFK66q"}}]}, "ids": {"spotify": "7CEV9VwA8XO9wwxTXgYKvY", "isrc": "USSM10903395"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "When You're Gone", "position": 0, "duration_ms": 240493, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Best Damn Thing", "release_date": {"year": 2007, "month": 4, "day": 13}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f10a1cdd5e49e8db7fd28eac", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f10a1cdd5e49e8db7fd28eac", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f10a1cdd5e49e8db7fd28eac", "width": 64, "height": 64}], "ids": {"spotify": "25cV0otMLz4zQDS0Aclyuj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "4kxND2rbPDrdb7Sgoo1Fbh", "isrc": "USRC10700004"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "First Date", "position": 0, "duration_ms": 171533, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Take Off Your Pants And Jacket", "release_date": {"year": 2001}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27354a8f4f9158546472fbb7280", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0254a8f4f9158546472fbb7280", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485154a8f4f9158546472fbb7280", "width": 64, "height": 64}], "ids": {"spotify": "3nHpBmW5wJXGeC3ojBkpey"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "1fJFuvU2ldmeAm5nFIHcPP", "isrc": "USMC10110874"}, "disc_number": 1, "track_number": 3, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03ab67616d00001e0245f041b52864bda5275f1b35ab67616d00001e025da2756220da9b6f17924f8fab67616d00001e02a8a965df6a845b265ee19106", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03ab67616d00001e0245f041b52864bda5275f1b35ab67616d00001e025da2756220da9b6f17924f8fab67616d00001e02a8a965df6a845b265ee19106", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e023dea4a2ccd58ad1f8e4dbb03ab67616d00001e0245f041b52864bda5275f1b35ab67616d00001e025da2756220da9b6f17924f8fab67616d00001e02a8a965df6a845b265ee19106", "width": 60}], "ids": {"spotify": "69kwlHa5imoGjTHcJgM8mj"}}, "status_info": {"ids": {"spotify": "69kwlHa5imoGjTHcJgM8mj"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Kiss Me", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Sixpence None The Richer", "ids": {}}], "ids": {}}], "skipped_tracks": [{"type": "track", "title": "Hot", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {}}], "ids": {}}, {"type": "track", "title": "a thousand years", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Christina Perri", "ids": {}}], "ids": {}}, {"type": "track", "title": "Angel", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Aerosmith", "ids": {}}], "ids": {}}, {"type": "track", "title": "Chasing Cars", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Snow Patrol", "ids": {}}], "ids": {}}, {"type": "track", "title": "My Life Would Suck Without You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Kelly Clarkson", "ids": {}}], "ids": {}}, {"type": "track", "title": "Murder in the City", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {}}], "ids": {}}, {"type": "track", "title": "Things I'll Never Say", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {}}], "ids": {}}, {"type": "track", "title": "Make Me Smile (Single Version) - 2002 Remaster", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Chicago", "ids": {}}], "ids": {}}, {"type": "track", "title": "(Everything I Do) I Do It For You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Bryan Adams", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {}}], "ids": {}}, {"type": "track", "title": "Wonderwall", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Oasis", "ids": {}}], "ids": {}}, {"type": "track", "title": "If It's The Beaches", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Don't Want to Miss a Thing - From \"Armageddon\" Soundtrack", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Aerosmith", "ids": {}}], "ids": {}}, {"type": "track", "title": "Friday I'm in Love", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Cure", "ids": {}}], "ids": {}}, {"type": "track", "title": "Iris", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Goo Goo Dolls", "ids": {}}], "ids": {}}, {"type": "track", "title": "Head Over Feet", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Alanis Morissette", "ids": {}}], "ids": {}}, {"type": "track", "title": "God Only Knows", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Beach Boys", "ids": {}}], "ids": {}}, {"type": "track", "title": "I And Love And You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Avett Brothers", "ids": {}}], "ids": {}}, {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {}}], "ids": {}}, {"type": "track", "title": "First Date", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {}}], "ids": {}}], "failed_tracks": [], "total_successful": 1, "total_skipped": 20, "total_failed": 0, "service": "spotify", "m3u_path": "/app/downloads/playlists/Anniversary Mixtape Full.m3u", "quality": "ogg", "bitrate": "320k"}}, "timestamp": 1759510799.4657614} diff --git a/logs/tasks/bc54611e-855b-4dcc-879b-ecceeb2d8aa1.log b/logs/tasks/bc54611e-855b-4dcc-879b-ecceeb2d8aa1.log new file mode 100644 index 0000000..864b922 --- /dev/null +++ b/logs/tasks/bc54611e-855b-4dcc-879b-ecceeb2d8aa1.log @@ -0,0 +1,1640 @@ +{"playlist": {"type": "playlist", "title": "Mid Aughts Date", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Southbound and Sinking", "position": 0, "duration_ms": 194151, "artists": [{"type": "artistTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "width": 64, "height": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "21 Guns", "position": 0, "duration_ms": 321093, "artists": [{"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "21st Century Breakdown", "release_date": {"year": 2009, "month": 5, "day": 15}, "total_tracks": 18, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c2ced39899b0d67cd5a724fa", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c2ced39899b0d67cd5a724fa", "width": 64, "height": 64}], "ids": {"spotify": "1AHZd3C3S8m8fFrhFxyk79"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "64yrDBpcdwEdNY9loyEGbX", "isrc": "USRE10900679"}, "disc_number": 1, "track_number": 16, "explicit": false}, {"type": "trackPlaylist", "title": "When You Were Young", "position": 0, "duration_ms": 220426, "artists": [{"type": "artistTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sam's Town", "release_date": {"year": 2006, "month": 9, "day": 27}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734f87f14089217e3f70a5f39e", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024f87f14089217e3f70a5f39e", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514f87f14089217e3f70a5f39e", "width": 64, "height": 64}], "ids": {"spotify": "4o3RJndRhHxkieQzQGhmbw"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}]}, "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "With Me", "position": 0, "duration_ms": 291360, "artists": [{"type": "artistTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Underclass Hero", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c5301bdbae7e2b35fe8024f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c5301bdbae7e2b35fe8024f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c5301bdbae7e2b35fe8024f", "width": 64, "height": 64}], "ids": {"spotify": "4fc73QNw5EjIorFfZ6n6YG"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}]}, "ids": {"spotify": "1OTvWduKQV0MQd2gnGM9He", "isrc": "USUM70740344"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "High School Never Ends - Main Version - Explicit", "position": 0, "duration_ms": 209040, "artists": [{"type": "artistTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "width": 64, "height": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Always", "position": 0, "duration_ms": 251893, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "width": 64, "height": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "You And Me", "position": 0, "duration_ms": 195493, "artists": [{"type": "artistTrackPlaylist", "name": "Lifehouse", "ids": {"spotify": "5PokPZn11xzZXyXSfnvIM3"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Lifehouse", "release_date": {"year": 2005, "month": 3, "day": 22}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a35daeab41d7d6da14cc809c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a35daeab41d7d6da14cc809c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a35daeab41d7d6da14cc809c", "width": 64, "height": 64}], "ids": {"spotify": "2hOY4rDu51XSBvtwfWgSmz"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Lifehouse", "ids": {"spotify": "5PokPZn11xzZXyXSfnvIM3"}}]}, "ids": {"spotify": "0815caqt2Lytro5EIzMufT", "isrc": "USDW10500001"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Man Who Can't Be Moved", "position": 0, "duration_ms": 241373, "artists": [{"type": "artistTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Script", "release_date": {"year": 2008, "month": 7, "day": 14}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f33a9f529c12f79b116eb218", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f33a9f529c12f79b116eb218", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f33a9f529c12f79b116eb218", "width": 64, "height": 64}], "ids": {"spotify": "1r5J0N6Ep181K0i8YuTYgO"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}]}, "ids": {"spotify": "3nqqDo8CcCLke3ZoTgiOKf", "isrc": "GBARL0800144"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Dear Maria, Count Me In", "position": 0, "duration_ms": 182826, "artists": [{"type": "artistTrackPlaylist", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "width": 64, "height": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "When You're Gone", "position": 0, "duration_ms": 240493, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "width": 64, "height": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Thnks fr th Mmrs", "position": 0, "duration_ms": 203506, "artists": [{"type": "artistTrackPlaylist", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "width": 64, "height": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "Bring Me To Life", "position": 0, "duration_ms": 235893, "artists": [{"type": "artistTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Fallen", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27325f49ab23f0ec6332efef432", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0225f49ab23f0ec6332efef432", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485125f49ab23f0ec6332efef432", "width": 64, "height": 64}], "ids": {"spotify": "02w1xMzzdF2OJxTeh1basm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}]}, "ids": {"spotify": "0COqiPhxzoWICwFCS4eZcp", "isrc": "USWU30200093"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Great Escape", "position": 0, "duration_ms": 206520, "artists": [{"type": "artistTrackPlaylist", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "width": 64, "height": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Fall For You", "position": 0, "duration_ms": 183586, "artists": [{"type": "artistTrackPlaylist", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "width": 64, "height": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "How Far We've Come", "position": 0, "duration_ms": 212253, "artists": [{"type": "artistTrackPlaylist", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "width": 64, "height": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Welcome to My Life", "position": 0, "duration_ms": 206773, "artists": [{"type": "artistTrackPlaylist", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "width": 64, "height": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Accidentally In Love", "position": 0, "duration_ms": 188613, "artists": [{"type": "artistTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "width": 64, "height": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Tonight, Tonight - Remastered 2012", "position": 0, "duration_ms": 254626, "artists": [{"type": "artistTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "width": 64, "height": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "I Want You To Want Me", "position": 0, "duration_ms": 205906, "artists": [{"type": "artistTrackPlaylist", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "width": 64, "height": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Hey, Soul Sister", "position": 0, "duration_ms": 216773, "artists": [{"type": "artistTrackPlaylist", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "width": 64, "height": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Love You Like A Love Song", "position": 0, "duration_ms": 188453, "artists": [{"type": "artistTrackPlaylist", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "width": 64, "height": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Just the Way You Are", "position": 0, "duration_ms": 220734, "artists": [{"type": "artistTrackPlaylist", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "width": 64, "height": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "disc_number": 1, "track_number": 2, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021c5301bdbae7e2b35fe8024fab67616d00001e024f87f14089217e3f70a5f39eab67616d00001e02ba027138c34dcbd0754e69eaab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021c5301bdbae7e2b35fe8024fab67616d00001e024f87f14089217e3f70a5f39eab67616d00001e02ba027138c34dcbd0754e69eaab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021c5301bdbae7e2b35fe8024fab67616d00001e024f87f14089217e3f70a5f39eab67616d00001e02ba027138c34dcbd0754e69eaab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 60}], "ids": {"spotify": "4S9DyCZ3Ts1GW3wFyGCpU3"}}, "status_info": {"ids": {"spotify": "4S9DyCZ3Ts1GW3wFyGCpU3"}, "status": "initializing"}, "timestamp": 1759492732.2524362} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "initializing"}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492732.61639} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492733.2056625} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 1894, "progress": 1}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492735.1008704} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 3875, "progress": 2}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492737.0819154} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 5801, "progress": 3}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492739.0070841} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 7754, "progress": 4}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492740.9606938} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 9648, "progress": 5}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492742.8551981} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 11633, "progress": 6}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492744.8396027} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 13527, "progress": 7}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492746.7334278} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 15512, "progress": 8}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492748.7187324} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 17406, "progress": 9}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492750.6127021} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 19391, "progress": 10}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492752.5975046} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 21285, "progress": 11}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492754.4919074} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 23270, "progress": 12}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492756.4764934} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 25164, "progress": 13}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492758.3709776} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 27149, "progress": 14}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492760.3555932} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 29043, "progress": 15}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492762.2499154} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 31028, "progress": 16}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492764.2345033} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 32922, "progress": 17}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492766.128698} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 34907, "progress": 18}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492768.1134} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 36801, "progress": 19}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492770.0077617} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 38786, "progress": 20}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492771.992212} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 40680, "progress": 21}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492773.8866482} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 42664, "progress": 22}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492775.8712742} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 44559, "progress": 23}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492777.7655554} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 46543, "progress": 24}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492779.7501452} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 48438, "progress": 25}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492781.6446033} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 50422, "progress": 26}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492783.629197} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 52317, "progress": 27}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492785.5235984} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 54301, "progress": 28}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492787.508049} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 56196, "progress": 29}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492789.4025357} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 58180, "progress": 30}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492791.3870997} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 60074, "progress": 31}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492793.2805793} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 62059, "progress": 32}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492795.265999} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 63954, "progress": 33}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492797.1602638} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 65938, "progress": 34}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492799.144882} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 67833, "progress": 35}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492801.0393543} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 69817, "progress": 36}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492803.0237148} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 71712, "progress": 37}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492804.9182618} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 73696, "progress": 38}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492806.9029324} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 75590, "progress": 39}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492808.7972195} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 77575, "progress": 40}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492810.7818} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 79469, "progress": 41}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492812.6761594} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 81454, "progress": 42}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492814.6606176} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 83348, "progress": 43}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492816.5549624} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 85333, "progress": 44}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492818.5396085} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 87227, "progress": 45}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492820.4339075} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 89212, "progress": 46}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492822.4186409} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 91106, "progress": 47}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492824.3123763} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 93091, "progress": 48}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492826.2975543} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 94985, "progress": 49}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492828.191707} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 96970, "progress": 50}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492830.1764133} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 98864, "progress": 51}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492832.070896} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 100849, "progress": 52}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492834.0554917} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 102743, "progress": 53}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492835.9496934} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 104728, "progress": 54}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492837.9342976} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 106622, "progress": 55}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492839.828676} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 108607, "progress": 56}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492841.8132317} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 110501, "progress": 57}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492843.7076976} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 112485, "progress": 58}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492845.6921313} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 114380, "progress": 59}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492847.5866766} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 116364, "progress": 60}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492849.5711288} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 118259, "progress": 61}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492851.4655724} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 120243, "progress": 62}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492853.4501545} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 122138, "progress": 63}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492855.3445263} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 124154, "progress": 64}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492857.3607192} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 126017, "progress": 65}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492859.2234933} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 128001, "progress": 66}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492861.2078996} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 129927, "progress": 67}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492863.1335814} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 131880, "progress": 68}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492865.0869424} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 133775, "progress": 69}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492866.9813707} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 135759, "progress": 70}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492868.9657838} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 137653, "progress": 71}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492870.86015} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 139638, "progress": 72}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492872.8442655} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 141532, "progress": 73}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492874.7392645} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 143517, "progress": 74}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492876.7235785} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 145411, "progress": 75}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492878.6181772} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 147396, "progress": 76}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492880.6027126} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 149290, "progress": 77}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492882.497041} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 151275, "progress": 78}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492884.4815679} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 153260, "progress": 79}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492886.4662626} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 155154, "progress": 80}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492888.3606272} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 157138, "progress": 81}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492890.3452272} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 159033, "progress": 82}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492892.2396312} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 161017, "progress": 83}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492894.223961} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 162912, "progress": 84}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492896.1184323} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 164896, "progress": 85}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492898.1030283} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 166791, "progress": 86}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492899.9974747} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 168775, "progress": 87}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492901.9820654} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 170670, "progress": 88}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492903.8764088} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 172654, "progress": 89}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492905.860976} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 174548, "progress": 90}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492907.7552137} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 176533, "progress": 91}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492909.7397745} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 178428, "progress": 92}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492911.6343977} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 180412, "progress": 93}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492913.6189222} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 182306, "progress": 94}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492915.513119} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 184291, "progress": 95}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492917.4977958} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 186185, "progress": 96}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492919.3921847} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 188170, "progress": 97}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492921.3766675} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 190064, "progress": 98}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492923.270747} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "real-time", "time_elapsed": 192049, "progress": 99}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492925.2557008} +{"track": {"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 5, "duration_ms": 194151, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "height": 64, "width": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD", "upc": "5056167165941"}, "artists": [{"type": "artistAlbumTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}}, "status_info": {"ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "status": "done", "final_path": "/app/downloads/Dashboard Confessional/All The Truth That I Can Tell/5. Southbound and Sinking.ogg", "download_quality": "OGG_320"}, "current_track": 1, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492931.5699656} +{"track": {"type": "track", "title": "21 Guns", "disc_number": 1, "track_number": 16, "duration_ms": 321093, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "21st Century Breakdown", "release_date": {"year": 2009, "month": 5, "day": 15}, "total_tracks": 18, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c2ced39899b0d67cd5a724fa", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c2ced39899b0d67cd5a724fa", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c2ced39899b0d67cd5a724fa", "height": 64, "width": 64}], "ids": {"spotify": "1AHZd3C3S8m8fFrhFxyk79", "upc": "093624980209"}, "artists": [{"type": "artistAlbumTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "artists": [{"type": "artistTrack", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "ids": {"spotify": "64yrDBpcdwEdNY9loyEGbX", "isrc": "USRE10900679"}}, "status_info": {"ids": {"spotify": "64yrDBpcdwEdNY9loyEGbX", "isrc": "USRE10900679"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Green Day/21st Century Breakdown/16. 21 Guns.ogg'"}, "current_track": 2, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492977.6304898} +{"track": {"type": "track", "title": "When You Were Young", "disc_number": 1, "track_number": 3, "duration_ms": 220426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Sam's Town", "release_date": {"year": 2006, "month": 9, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734f87f14089217e3f70a5f39e", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024f87f14089217e3f70a5f39e", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514f87f14089217e3f70a5f39e", "height": 64, "width": 64}], "ids": {"spotify": "4o3RJndRhHxkieQzQGhmbw", "upc": "00602517026759"}, "artists": [{"type": "artistAlbumTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}}, "status_info": {"ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Killers/Sam's Town/3. When You Were Young.ogg'"}, "current_track": 3, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492978.0027127} +{"track": {"type": "track", "title": "With Me", "disc_number": 1, "track_number": 9, "duration_ms": 291360, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Underclass Hero", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c5301bdbae7e2b35fe8024f", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c5301bdbae7e2b35fe8024f", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c5301bdbae7e2b35fe8024f", "height": 64, "width": 64}], "ids": {"spotify": "4fc73QNw5EjIorFfZ6n6YG", "upc": "00602517416987"}, "artists": [{"type": "artistAlbumTrack", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}]}, "artists": [{"type": "artistTrack", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}], "ids": {"spotify": "1OTvWduKQV0MQd2gnGM9He", "isrc": "USUM70740344"}}, "status_info": {"ids": {"spotify": "1OTvWduKQV0MQd2gnGM9He", "isrc": "USUM70740344"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Sum 41/Underclass Hero/9. With Me.ogg'"}, "current_track": 4, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492978.3270683} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "initializing"}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492978.6098437} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492979.0102136} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 2046, "progress": 1}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492981.0569453} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 4174, "progress": 2}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492983.1844041} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 6220, "progress": 3}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492985.230974} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 8351, "progress": 4}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492987.3621094} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 10397, "progress": 5}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492989.4080644} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 12528, "progress": 6}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492991.5395758} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 14574, "progress": 7}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492993.5854816} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 16705, "progress": 8}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492995.7158108} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 18752, "progress": 9}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492997.7629046} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 20883, "progress": 10}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759492999.8935347} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 22929, "progress": 11}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493001.9402077} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 25060, "progress": 12}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493004.0714226} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 27106, "progress": 13}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493006.1174273} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 29238, "progress": 14}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493008.2488327} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 31284, "progress": 15}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493010.294773} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 33415, "progress": 16}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493012.4261587} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 35501, "progress": 17}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493014.511652} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 37592, "progress": 18}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493016.6034856} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 39638, "progress": 19}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493018.6484442} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 41770, "progress": 20}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493020.780797} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 43816, "progress": 21}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493022.8268726} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 45947, "progress": 22}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493024.9581127} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 47993, "progress": 23}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493027.0041625} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 50124, "progress": 24}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493029.1353924} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 52170, "progress": 25}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493031.1813598} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 54302, "progress": 26}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493033.312394} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 56348, "progress": 27}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493035.3587253} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 58479, "progress": 28}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493037.4899406} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 60525, "progress": 29}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493039.5359957} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 62656, "progress": 30}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493041.6674304} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 64788, "progress": 31}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493043.7987292} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 66833, "progress": 32}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493045.8446198} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 68965, "progress": 33}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493047.9757168} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 71011, "progress": 34}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493050.0216796} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 73142, "progress": 35}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493052.1532173} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 75188, "progress": 36}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493054.1992748} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 77319, "progress": 37}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493056.3306882} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 79365, "progress": 38}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493058.3766305} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 81497, "progress": 39}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493060.5074694} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 83543, "progress": 40}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493062.553925} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 85674, "progress": 41}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493064.684669} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 87720, "progress": 42}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493066.731355} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 89851, "progress": 43}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493068.8626633} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 91897, "progress": 44}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493070.9086456} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 94029, "progress": 45}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493073.0397048} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 96075, "progress": 46}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493075.0859494} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 98244, "progress": 47}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493077.254926} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 100252, "progress": 48}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493079.2632494} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 102383, "progress": 49}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493081.394505} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 104429, "progress": 50}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493083.440529} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 106561, "progress": 51}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493085.5716853} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 108607, "progress": 52}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493087.617851} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 110738, "progress": 53}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493089.7490685} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 112784, "progress": 54}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493091.7953117} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 114915, "progress": 55}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493093.926598} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 116961, "progress": 56}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493095.9724813} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 119093, "progress": 57}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493098.103806} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 121139, "progress": 58}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493100.1499176} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 123270, "progress": 59}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493102.2812116} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 125316, "progress": 60}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493104.3272135} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 127447, "progress": 61}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493106.4584653} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 129579, "progress": 62}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493108.5897326} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 131625, "progress": 63}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493110.635848} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 133756, "progress": 64}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493112.7671719} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 135802, "progress": 65}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493114.8131564} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 137933, "progress": 66}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493116.9443817} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 139979, "progress": 67}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493118.9905324} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 142111, "progress": 68}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493121.1217754} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 144156, "progress": 69}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493123.1676388} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 146288, "progress": 70}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493125.2991433} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 148334, "progress": 71}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493127.3451447} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 150465, "progress": 72}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493129.476344} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 152511, "progress": 73}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493131.5225174} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 154642, "progress": 74}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493133.6530516} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 156689, "progress": 75}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493135.6998146} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 158820, "progress": 76}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493137.8309681} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 160866, "progress": 77}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493139.8770778} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 162997, "progress": 78}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493142.0082965} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 165043, "progress": 79}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493144.0542955} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 167174, "progress": 80}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493146.185593} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 169221, "progress": 81}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493148.2317545} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 171352, "progress": 82}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493150.3629856} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 173398, "progress": 83}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493152.4090798} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 175529, "progress": 84}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493154.5403965} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 177575, "progress": 85}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493156.5864408} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 179706, "progress": 86}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493158.7175508} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 181753, "progress": 87}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493160.7637138} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 183884, "progress": 88}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493162.8951051} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 185930, "progress": 89}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493164.9409006} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 188061, "progress": 90}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493167.0723896} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 190107, "progress": 91}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493169.1182554} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 192238, "progress": 92}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493171.249502} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 194370, "progress": 93}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493173.3803127} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 196458, "progress": 94}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493175.4682553} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 198547, "progress": 95}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493177.5578907} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 200593, "progress": 96}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493179.6043582} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 202724, "progress": 97}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493181.7354999} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 204770, "progress": 98}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493183.7815073} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "real-time", "time_elapsed": 206902, "progress": 99}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493185.912902} +{"track": {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 2, "duration_ms": 209040, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "height": 64, "width": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2", "upc": "886970019828"}, "artists": [{"type": "artistAlbumTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}}, "status_info": {"ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "status": "done", "final_path": "/app/downloads/Bowling For Soup/The Great Burrito Extortion Case/2. High School Never Ends - Main Version - Explicit.ogg", "download_quality": "OGG_320"}, "current_track": 5, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493192.6257355} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "initializing"}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493267.1675222} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493267.4916508} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 2422, "progress": 1}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493269.914634} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 4934, "progress": 2}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493272.4261591} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 7449, "progress": 3}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493274.9414995} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 9964, "progress": 4}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493277.4569824} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 12480, "progress": 5}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493279.9723217} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 14995, "progress": 6}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493282.4874723} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 17510, "progress": 7}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493285.002986} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 20026, "progress": 8}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493287.5184581} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 22541, "progress": 9}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493290.0337725} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 25056, "progress": 10}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493292.5486934} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 27572, "progress": 11}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493295.0645018} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 30087, "progress": 12}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493297.5797691} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 32603, "progress": 13}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493300.0953004} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 35118, "progress": 14}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493302.6105149} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 37633, "progress": 15}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493305.1258278} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 40149, "progress": 16}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493307.6413124} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 42664, "progress": 17}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493310.1566696} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 45179, "progress": 18}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493312.6719058} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 47602, "progress": 19}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493315.0942128} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 50117, "progress": 20}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493317.6094608} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 52632, "progress": 21}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493320.1246912} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 55148, "progress": 22}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493322.6403196} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 57663, "progress": 23}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493325.1556618} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 60178, "progress": 24}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493327.6708546} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 62694, "progress": 25}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493330.186172} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 65209, "progress": 26}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493332.7017477} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 67724, "progress": 27}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493335.2171245} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 70240, "progress": 28}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493337.732378} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 72755, "progress": 29}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493340.246749} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 75271, "progress": 30}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493342.7632403} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 77786, "progress": 31}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493345.2785783} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 80301, "progress": 32}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493347.793897} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 82817, "progress": 33}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493350.3091621} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 85332, "progress": 34}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493352.824533} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 87847, "progress": 35}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493355.3398168} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 90269, "progress": 36}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493357.7620785} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 92785, "progress": 37}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493360.2772799} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 95300, "progress": 38}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493362.79292} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 97816, "progress": 39}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493365.3081198} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 100331, "progress": 40}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493367.8234975} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 102846, "progress": 41}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493370.3390367} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 105362, "progress": 42}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493372.8544197} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 107877, "progress": 43}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493375.3696065} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 110392, "progress": 44}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493377.885074} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 112908, "progress": 45}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493380.4002612} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 115423, "progress": 46}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493382.9158113} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 117939, "progress": 47}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493385.431214} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 120454, "progress": 48}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493387.9464467} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 122969, "progress": 49}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493390.4617424} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 125485, "progress": 50}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493392.9771163} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 128000, "progress": 51}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493395.492492} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 130515, "progress": 52}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493398.0079494} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 132938, "progress": 53}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493400.430169} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 135453, "progress": 54}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493402.9455442} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 137968, "progress": 55}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493405.4608855} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 140483, "progress": 56}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493407.9760158} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 142999, "progress": 57}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493410.4916272} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 145514, "progress": 58}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493413.007002} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 148030, "progress": 59}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493415.5223663} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 150545, "progress": 60}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493418.037675} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 153060, "progress": 61}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493420.5529146} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 155576, "progress": 62}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493423.0683513} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 158091, "progress": 63}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493425.58303} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 160606, "progress": 64}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493428.0991628} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 163122, "progress": 65}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493430.6145654} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 165637, "progress": 66}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493433.1298528} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 168153, "progress": 67}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493435.6452112} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 170668, "progress": 68}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493438.16059} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 173183, "progress": 69}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493440.6758134} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 175698, "progress": 70}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493443.1904917} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 178121, "progress": 71}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493445.6133714} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 180636, "progress": 72}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493448.1287344} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 183152, "progress": 73}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493450.644211} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 185667, "progress": 74}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493453.1595988} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 188182, "progress": 75}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493455.6748576} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 190697, "progress": 76}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493458.1895158} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 193213, "progress": 77}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493460.7056525} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 195728, "progress": 78}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493463.2209017} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 198244, "progress": 79}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493465.7364242} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 200759, "progress": 80}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493468.2516322} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 203274, "progress": 81}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493470.7669747} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 205790, "progress": 82}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493473.2822814} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 208305, "progress": 83}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493475.7978053} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 210820, "progress": 84}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493478.313052} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 213336, "progress": 85}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493480.8285074} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 215851, "progress": 86}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493483.3434486} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 218367, "progress": 87}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493485.8592978} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 220789, "progress": 88}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493488.2813303} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 223304, "progress": 89}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493490.7968225} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 225819, "progress": 90}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493493.3119867} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 228335, "progress": 91}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493495.82742} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 230850, "progress": 92}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493498.3429544} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 233366, "progress": 93}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493500.8581624} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 235881, "progress": 94}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493503.3736405} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 238396, "progress": 95}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493505.8889792} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 240912, "progress": 96}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493508.4043834} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 243427, "progress": 97}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493510.9193366} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 245942, "progress": 98}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493513.435089} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "real-time", "time_elapsed": 248458, "progress": 99}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493515.9503036} +{"track": {"type": "track", "title": "Always", "disc_number": 1, "track_number": 11, "duration_ms": 251893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "height": 64, "width": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA", "upc": "00602527088129"}, "artists": [{"type": "artistAlbumTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}}, "status_info": {"ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "status": "done", "final_path": "/app/downloads/blink-182/blink-182/11. Always.ogg", "download_quality": "OGG_320"}, "current_track": 6, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493523.6251855} +{"track": {"type": "track", "title": "You And Me", "disc_number": 1, "track_number": 2, "duration_ms": 195493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Lifehouse", "release_date": {"year": 2005, "month": 3, "day": 22}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a35daeab41d7d6da14cc809c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a35daeab41d7d6da14cc809c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a35daeab41d7d6da14cc809c", "height": 64, "width": 64}], "ids": {"spotify": "2hOY4rDu51XSBvtwfWgSmz", "upc": "00602557705249"}, "artists": [{"type": "artistAlbumTrack", "name": "Lifehouse", "ids": {"spotify": "5PokPZn11xzZXyXSfnvIM3"}}]}, "artists": [{"type": "artistTrack", "name": "Lifehouse", "ids": {"spotify": "5PokPZn11xzZXyXSfnvIM3"}}], "ids": {"spotify": "0815caqt2Lytro5EIzMufT", "isrc": "USDW10500001"}}, "status_info": {"ids": {"spotify": "0815caqt2Lytro5EIzMufT", "isrc": "USDW10500001"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Lifehouse/Lifehouse/2. You And Me.ogg'"}, "current_track": 7, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493578.5735798} +{"track": {"type": "track", "title": "The Man Who Can't Be Moved", "disc_number": 1, "track_number": 4, "duration_ms": 241373, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Script", "release_date": {"year": 2008, "month": 7, "day": 14}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f33a9f529c12f79b116eb218", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f33a9f529c12f79b116eb218", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f33a9f529c12f79b116eb218", "height": 64, "width": 64}], "ids": {"spotify": "1r5J0N6Ep181K0i8YuTYgO", "upc": "888880654953"}, "artists": [{"type": "artistAlbumTrack", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}]}, "artists": [{"type": "artistTrack", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}], "ids": {"spotify": "3nqqDo8CcCLke3ZoTgiOKf", "isrc": "GBARL0800144"}}, "status_info": {"ids": {"spotify": "3nqqDo8CcCLke3ZoTgiOKf", "isrc": "GBARL0800144"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/The Script/The Script/4. The Man Who Can't Be Moved.ogg'"}, "current_track": 8, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493578.8889928} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "initializing"}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493579.0861678} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493579.4547303} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 1816, "progress": 1}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493581.2715864} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 3628, "progress": 2}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493583.0834494} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 5444, "progress": 3}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493584.899454} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 7260, "progress": 4}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493586.7155015} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 9076, "progress": 5}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493588.5315719} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 10892, "progress": 6}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493590.3476713} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 12708, "progress": 7}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493592.1636453} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 14524, "progress": 8}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493593.9797187} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 16340, "progress": 9}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493595.795776} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 18156, "progress": 10}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493597.611851} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 19972, "progress": 11}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493599.4276698} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 21788, "progress": 12}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493601.2439566} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 23604, "progress": 13}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493603.0598457} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 25420, "progress": 14}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493604.8760583} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 27236, "progress": 15}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493606.6921234} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 29052, "progress": 16}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493608.5080035} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 30868, "progress": 17}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493610.3240488} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 32685, "progress": 18}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493612.140295} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 34500, "progress": 19}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493613.9562066} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 36317, "progress": 20}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493615.772396} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 38133, "progress": 21}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493617.5884554} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 39949, "progress": 22}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493619.4045377} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 41765, "progress": 23}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493621.2205768} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 43581, "progress": 24}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493623.0366547} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 45397, "progress": 25}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493624.852716} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 47320, "progress": 26}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493626.7756047} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 49136, "progress": 27}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493628.5915837} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 50952, "progress": 28}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493630.407712} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 52768, "progress": 29}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493632.223774} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 54584, "progress": 30}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493634.0398195} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 56400, "progress": 31}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493635.8554947} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 58216, "progress": 32}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493637.6719124} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 60032, "progress": 33}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493639.4878802} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 61848, "progress": 34}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493641.3038635} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 63664, "progress": 35}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493643.120103} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 65480, "progress": 36}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493644.9360383} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 67296, "progress": 37}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493646.7521963} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 69112, "progress": 38}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493648.5680964} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 70928, "progress": 39}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493650.3841343} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 72744, "progress": 40}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493652.20024} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 74561, "progress": 41}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493654.0162978} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 76377, "progress": 42}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493655.8325021} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 78193, "progress": 43}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493657.6485863} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 80009, "progress": 44}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493659.4645128} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 81825, "progress": 45}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493661.2806807} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 83641, "progress": 46}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493663.0967479} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 85490, "progress": 47}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493664.945411} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 87273, "progress": 48}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493666.7287524} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 89089, "progress": 49}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493668.5448384} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 90905, "progress": 50}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493670.3608258} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 92721, "progress": 51}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493672.1769216} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 94537, "progress": 52}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493673.993074} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 96353, "progress": 53}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493675.809122} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 98276, "progress": 54}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493677.7320333} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 100092, "progress": 55}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493679.5479872} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 101908, "progress": 56}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493681.3641222} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 103724, "progress": 57}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493683.1802104} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 105541, "progress": 58}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493684.9962504} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 107357, "progress": 59}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493686.8123014} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 109173, "progress": 60}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493688.628243} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 110989, "progress": 61}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493690.44442} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 112840, "progress": 62}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493692.295315} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 114621, "progress": 63}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493694.0763888} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 116437, "progress": 64}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493695.8925905} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 118253, "progress": 65}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493697.7084918} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 120069, "progress": 66}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493699.5245912} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 121885, "progress": 67}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493701.3406527} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 123701, "progress": 68}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493703.1568773} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 125517, "progress": 69}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493704.9727504} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 127333, "progress": 70}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493706.7888722} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 129149, "progress": 71}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493708.6050038} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 130965, "progress": 72}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493710.4209023} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 132781, "progress": 73}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493712.2370944} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 134597, "progress": 74}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493714.053074} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 136414, "progress": 75}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493715.869243} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 138230, "progress": 76}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493717.6852973} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 140046, "progress": 77}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493719.5013816} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 141862, "progress": 78}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493721.31742} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 143678, "progress": 79}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493723.1333697} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 145494, "progress": 80}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493724.949519} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 147417, "progress": 81}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493726.8723989} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 149233, "progress": 82}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493728.6884642} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 151049, "progress": 83}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493730.5044155} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 152865, "progress": 84}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493732.3204515} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 154681, "progress": 85}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493734.136654} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 156497, "progress": 86}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493735.9526825} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 158313, "progress": 87}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493737.7687423} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 160129, "progress": 88}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493739.5847516} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 161945, "progress": 89}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493741.4008644} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 163761, "progress": 90}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493743.2168348} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 165577, "progress": 91}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493745.032983} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 167393, "progress": 92}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493746.8490658} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 169209, "progress": 93}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493748.6651053} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 171025, "progress": 94}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493750.4808512} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 172841, "progress": 95}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493752.29709} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 174658, "progress": 96}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493754.1133296} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 176473, "progress": 97}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493755.9291897} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 178290, "progress": 98}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493757.7452922} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "real-time", "time_elapsed": 180106, "progress": 99}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493759.561312} +{"track": {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 6, "duration_ms": 182826, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "height": 64, "width": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP", "upc": "790692069361"}, "artists": [{"type": "artistAlbumTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}}, "status_info": {"ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "status": "done", "final_path": "/app/downloads/All Time Low/So Wrong, It's Right/6. Dear Maria, Count Me In.ogg", "download_quality": "OGG_320"}, "current_track": 9, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493764.8781676} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "initializing"}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493806.8030927} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493807.178368} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 2351, "progress": 1}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493809.5303023} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 4796, "progress": 2}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493811.975332} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 7147, "progress": 3}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493814.3265376} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 9596, "progress": 4}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493816.7756221} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 11947, "progress": 5}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493819.1267235} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 14396, "progress": 6}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493821.5756488} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 16748, "progress": 7}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493823.9268332} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 19197, "progress": 8}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493826.3758974} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 21548, "progress": 9}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493828.727125} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 23997, "progress": 10}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493831.1761637} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 26348, "progress": 11}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493833.5272026} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 28797, "progress": 12}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493835.976368} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 31148, "progress": 13}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493838.3275058} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 33597, "progress": 14}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493840.7765677} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 35948, "progress": 15}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493843.1276898} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 38397, "progress": 16}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493845.5767655} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 40802, "progress": 17}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493847.980777} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 43198, "progress": 18}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493850.3768284} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 45549, "progress": 19}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493852.727919} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 47998, "progress": 20}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493855.1771605} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 50349, "progress": 21}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493857.5281003} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 52798, "progress": 22}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493859.9773517} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 55149, "progress": 23}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493862.3283622} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 57598, "progress": 24}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493864.7775633} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 59949, "progress": 25}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493867.1286643} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 62398, "progress": 26}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493869.5776525} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 64749, "progress": 27}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493871.9286857} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 67199, "progress": 28}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493874.3777585} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 69550, "progress": 29}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493876.7289867} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 71999, "progress": 30}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493879.1780174} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 74350, "progress": 31}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493881.529252} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 76799, "progress": 32}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493883.9782846} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 79150, "progress": 33}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493886.3294446} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 81599, "progress": 34}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493888.7784715} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 83950, "progress": 35}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493891.1296444} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 86399, "progress": 36}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493893.5787687} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 88750, "progress": 37}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493895.9297237} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 91200, "progress": 38}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493898.3789926} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 93551, "progress": 39}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493900.7295828} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 96000, "progress": 40}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493903.179189} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 98351, "progress": 41}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493905.530258} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 100702, "progress": 42}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493907.8812535} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 103151, "progress": 43}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493910.330352} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 105502, "progress": 44}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493912.6814818} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 107951, "progress": 45}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493915.1306984} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 110302, "progress": 46}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493917.481069} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 112752, "progress": 47}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493919.9309394} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 115102, "progress": 48}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493922.2818022} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 117552, "progress": 49}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493924.7310793} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 119903, "progress": 50}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493927.0821052} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 122352, "progress": 51}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493929.5312665} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 124703, "progress": 52}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493931.8824244} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 127152, "progress": 53}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493934.3314657} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 129503, "progress": 54}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493936.6824567} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 131952, "progress": 55}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493939.131642} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 134303, "progress": 56}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493941.482651} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 136752, "progress": 57}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493943.931689} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 139104, "progress": 58}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493946.2828734} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 141553, "progress": 59}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493948.7320306} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 143904, "progress": 60}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493951.0830271} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 146353, "progress": 61}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493953.53221} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 148704, "progress": 62}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493955.8833818} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 151154, "progress": 63}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493958.333044} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 153504, "progress": 64}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493960.6834393} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 155953, "progress": 65}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493963.132497} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 158304, "progress": 66}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493965.4826725} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 160753, "progress": 67}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493967.93282} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 163105, "progress": 68}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493970.2839324} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 165554, "progress": 69}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493972.7328742} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 167905, "progress": 70}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493975.084123} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 170354, "progress": 71}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493977.5327342} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 172705, "progress": 72}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493979.8843136} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 175154, "progress": 73}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493982.3330703} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 177505, "progress": 74}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493984.6843662} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 179954, "progress": 75}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493987.1334994} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 182305, "progress": 76}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493989.4847357} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 184754, "progress": 77}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493991.9337943} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 187105, "progress": 78}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493994.2848485} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 189555, "progress": 79}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493996.7339146} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 191906, "progress": 80}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759493999.0851166} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 194425, "progress": 81}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494001.6041374} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 196706, "progress": 82}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494003.8851674} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 199155, "progress": 83}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494006.334295} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 201506, "progress": 84}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494008.6854353} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 203955, "progress": 85}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494011.1345086} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 206306, "progress": 86}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494013.4855795} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 208755, "progress": 87}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494015.9348283} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 211107, "progress": 88}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494018.285917} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 213556, "progress": 89}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494020.7348797} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 215907, "progress": 90}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494023.085942} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 218356, "progress": 91}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494025.5351489} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 220707, "progress": 92}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494027.8865507} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 223156, "progress": 93}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494030.335301} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 225507, "progress": 94}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494032.686522} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 227956, "progress": 95}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494035.1356065} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 230307, "progress": 96}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494037.4867325} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 232757, "progress": 97}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494039.9358015} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 235147, "progress": 98}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494042.3258212} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "real-time", "time_elapsed": 237557, "progress": 99}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494044.73588} +{"track": {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 5, "duration_ms": 240493, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "height": 64, "width": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38", "upc": "888880378958"}, "artists": [{"type": "artistAlbumTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}}, "status_info": {"ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "status": "done", "final_path": "/app/downloads/Avril Lavigne/The Best Damn Thing (Expanded Edition)/5. When You're Gone.ogg", "download_quality": "OGG_320"}, "current_track": 10, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494051.9113991} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "initializing"}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494122.8714511} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494123.2481904} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 1962, "progress": 1}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494125.2115617} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 4014, "progress": 2}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494127.2636173} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 6070, "progress": 3}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494129.3193474} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 8033, "progress": 4}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494131.2818177} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 10088, "progress": 5}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494133.337639} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 12144, "progress": 6}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494135.3936615} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 14200, "progress": 7}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494137.4493072} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 16163, "progress": 8}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494139.4118524} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 18219, "progress": 9}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494141.4678354} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 20274, "progress": 10}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494143.5236583} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 22237, "progress": 11}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494145.4859803} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 24293, "progress": 12}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494147.5419266} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 26349, "progress": 13}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494149.5979111} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 28405, "progress": 14}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494151.6537833} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 30367, "progress": 15}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494153.6160548} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 32423, "progress": 16}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494155.6721218} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 34479, "progress": 17}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494157.7278879} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 36534, "progress": 18}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494159.7836783} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 38497, "progress": 19}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494161.7462885} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 40553, "progress": 20}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494163.8019943} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 42609, "progress": 21}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494165.8579252} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 44571, "progress": 22}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494167.820486} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 46627, "progress": 23}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494169.8763669} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 48683, "progress": 24}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494171.931999} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 50739, "progress": 25}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494173.9879076} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 52701, "progress": 26}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494175.950565} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 54757, "progress": 27}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494178.0064669} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 56844, "progress": 28}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494180.0931954} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 58869, "progress": 29}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494182.117989} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 60831, "progress": 30}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494184.0804584} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 62887, "progress": 31}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494186.1363647} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 64943, "progress": 32}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494188.1923919} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 66906, "progress": 33}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494190.1547513} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 68961, "progress": 34}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494192.2107248} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 71017, "progress": 35}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494194.2664661} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 73073, "progress": 36}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494196.322482} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 75036, "progress": 37}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494198.2849002} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 77092, "progress": 38}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494200.3407536} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 79147, "progress": 39}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494202.396636} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 81110, "progress": 40}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494204.3591022} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 83166, "progress": 41}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494206.414583} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 85222, "progress": 42}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494208.4707456} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 87277, "progress": 43}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494210.5266373} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 89240, "progress": 44}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494212.4891171} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 91296, "progress": 45}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494214.5449083} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 93352, "progress": 46}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494216.6007278} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 95408, "progress": 47}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494218.6567633} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 97370, "progress": 48}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494220.6191156} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 99426, "progress": 49}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494222.6751065} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 101482, "progress": 50}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494224.7304838} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 103444, "progress": 51}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494226.6933043} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 105500, "progress": 52}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494228.749243} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 107556, "progress": 53}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494230.8051498} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 109612, "progress": 54}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494232.8607333} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 111574, "progress": 55}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494234.8234768} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 113661, "progress": 56}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494236.9094405} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 115686, "progress": 57}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494238.9351063} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 117648, "progress": 58}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494240.897511} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 119704, "progress": 59}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494242.9532979} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 121760, "progress": 60}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494245.0092587} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 123816, "progress": 61}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494247.065127} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 125778, "progress": 62}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494249.027708} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 127834, "progress": 63}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494251.0834744} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 129890, "progress": 64}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494253.1393669} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 131946, "progress": 65}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494255.195349} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 133908, "progress": 66}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494257.1576605} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 135964, "progress": 67}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494259.2134209} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 138020, "progress": 68}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494261.2695153} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 139983, "progress": 69}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494263.2318766} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 142039, "progress": 70}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494265.2878766} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 144095, "progress": 71}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494267.3437614} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 146150, "progress": 72}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494269.3996155} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 148113, "progress": 73}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494271.3619277} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 150169, "progress": 74}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494273.4178052} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 152224, "progress": 75}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494275.4736125} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 154187, "progress": 76}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494277.4361281} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 156243, "progress": 77}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494279.491916} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 158299, "progress": 78}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494281.54787} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 160355, "progress": 79}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494283.6038623} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 162317, "progress": 80}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494285.566143} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 164373, "progress": 81}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494287.6220267} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 166429, "progress": 82}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494289.6779552} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 168485, "progress": 83}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494291.7339296} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 170476, "progress": 84}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494293.7250197} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 172503, "progress": 85}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494295.7522173} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 174559, "progress": 86}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494297.808116} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 176521, "progress": 87}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494299.7705698} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 178577, "progress": 88}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494301.826443} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 180633, "progress": 89}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494303.8821256} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 182689, "progress": 90}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494305.9381673} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 184651, "progress": 91}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494307.900493} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 186707, "progress": 92}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494309.956327} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 188763, "progress": 93}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494312.0123575} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 190819, "progress": 94}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494314.0680437} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 192781, "progress": 95}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494316.0307245} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 194837, "progress": 96}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494318.0864747} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 196893, "progress": 97}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494320.142459} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 198856, "progress": 98}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494322.1047578} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "real-time", "time_elapsed": 200912, "progress": 99}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494324.160745} +{"track": {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 7, "duration_ms": 203506, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 2, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "height": 64, "width": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g", "upc": "00602517492028"}, "artists": [{"type": "artistAlbumTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}}, "status_info": {"ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "status": "done", "final_path": "/app/downloads/Fall Out Boy/Infinity On High/7. Thnks fr th Mmrs.ogg", "download_quality": "OGG_320"}, "current_track": 11, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494330.3934286} +{"track": {"type": "track", "title": "Bring Me To Life", "disc_number": 1, "track_number": 2, "duration_ms": 235893, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Fallen", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27325f49ab23f0ec6332efef432", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0225f49ab23f0ec6332efef432", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485125f49ab23f0ec6332efef432", "height": 64, "width": 64}], "ids": {"spotify": "02w1xMzzdF2OJxTeh1basm", "upc": "00601501406300"}, "artists": [{"type": "artistAlbumTrack", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}]}, "artists": [{"type": "artistTrack", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}], "ids": {"spotify": "0COqiPhxzoWICwFCS4eZcp", "isrc": "USWU30200093"}}, "status_info": {"ids": {"spotify": "0COqiPhxzoWICwFCS4eZcp", "isrc": "USWU30200093"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/Evanescence/Fallen/2. Bring Me To Life.ogg'"}, "current_track": 12, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494377.8442628} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "initializing"}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494377.9433744} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494378.2457435} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 1987, "progress": 1}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494380.2336755} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 4065, "progress": 2}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494382.3114533} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 6147, "progress": 3}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494384.3937778} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 8229, "progress": 4}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494386.4756906} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 10216, "progress": 5}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494388.4629278} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 12298, "progress": 6}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494390.5448563} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 14380, "progress": 7}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494392.6266773} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 16462, "progress": 8}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494394.7086802} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 18449, "progress": 9}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494396.6957376} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 20531, "progress": 10}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494398.7778363} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 22613, "progress": 11}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494400.859684} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 24695, "progress": 12}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494402.9416628} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 26777, "progress": 13}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494405.0235693} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 28764, "progress": 14}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494407.0107687} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 30846, "progress": 15}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494409.0926402} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 32928, "progress": 16}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494411.1745486} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 35010, "progress": 17}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494413.2564318} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 36997, "progress": 18}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494415.2427557} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 39079, "progress": 19}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494417.3255525} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 41161, "progress": 20}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494419.4075716} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 43243, "progress": 21}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494421.4893873} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 45230, "progress": 22}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494423.4767814} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 47312, "progress": 23}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494425.5585518} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 49394, "progress": 24}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494427.6405306} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 51508, "progress": 25}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494429.7540212} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 53558, "progress": 26}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494431.8044002} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 55545, "progress": 27}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494433.791701} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 57627, "progress": 28}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494435.8735743} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 59709, "progress": 29}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494437.9554365} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 61791, "progress": 30}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494440.0373936} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 63778, "progress": 31}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494442.0245442} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 65860, "progress": 32}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494444.1066277} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 67942, "progress": 33}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494446.1883907} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 70024, "progress": 34}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494448.2704444} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 72011, "progress": 35}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494450.2575436} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 74093, "progress": 36}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494452.3395927} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 76175, "progress": 37}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494454.4213} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 78257, "progress": 38}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494456.5032864} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 80339, "progress": 39}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494458.585273} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 82326, "progress": 40}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494460.572562} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 84408, "progress": 41}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494462.6544917} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 86490, "progress": 42}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494464.7363737} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 88571, "progress": 43}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494466.8181512} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 90559, "progress": 44}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494468.8055377} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 92641, "progress": 45}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494470.887346} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 94723, "progress": 46}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494472.969243} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 96804, "progress": 47}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494475.0511563} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 98792, "progress": 48}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494477.0385234} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 100874, "progress": 49}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494479.120417} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 102987, "progress": 50}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494481.2330592} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 105038, "progress": 51}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494483.2842455} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 107119, "progress": 52}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494485.3657649} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 109107, "progress": 53}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494487.3533795} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 111188, "progress": 54}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494489.4351728} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 113271, "progress": 55}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494491.5172021} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 115352, "progress": 56}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494493.5991383} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 117340, "progress": 57}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494495.5862434} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 119421, "progress": 58}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494497.6681094} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 121503, "progress": 59}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494499.749937} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 123585, "progress": 60}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494501.8319526} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 125573, "progress": 61}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494503.8193974} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 127654, "progress": 62}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494505.9011579} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 129736, "progress": 63}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494507.9832325} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 131818, "progress": 64}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494510.0649784} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 133806, "progress": 65}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494512.0523422} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 135888, "progress": 66}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494514.134252} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 137969, "progress": 67}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494516.2161782} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 140051, "progress": 68}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494518.2980618} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 142133, "progress": 69}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494520.3798091} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 144121, "progress": 70}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494522.3672733} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 146202, "progress": 71}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494524.4491515} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 148284, "progress": 72}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494526.5310888} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 150366, "progress": 73}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494528.6129754} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 152353, "progress": 74}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494530.6000144} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 154467, "progress": 75}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494532.7135355} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 156517, "progress": 76}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494534.763722} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 158599, "progress": 77}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494536.8458314} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 160587, "progress": 78}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494538.8331847} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 162668, "progress": 79}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494540.9149716} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 164750, "progress": 80}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494542.9970083} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 166832, "progress": 81}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494545.0786963} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 168914, "progress": 82}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494547.1607227} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 170901, "progress": 83}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494549.1479595} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 172983, "progress": 84}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494551.230006} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 175065, "progress": 85}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494553.31179} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 177147, "progress": 86}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494555.3936968} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 179134, "progress": 87}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494557.381085} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 181216, "progress": 88}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494559.4630475} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 183298, "progress": 89}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494561.544765} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 185380, "progress": 90}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494563.626811} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 187367, "progress": 91}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494565.6139605} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 189449, "progress": 92}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494567.6959643} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 191531, "progress": 93}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494569.7773824} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 193613, "progress": 94}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494571.8596637} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 195695, "progress": 95}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494573.9415212} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 197682, "progress": 96}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494575.9288666} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 199764, "progress": 97}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494578.0108998} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 201846, "progress": 98}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494580.0926504} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "real-time", "time_elapsed": 203928, "progress": 99}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494582.174558} +{"track": {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 206520, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "height": 64, "width": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj", "upc": "888880508720"}, "artists": [{"type": "artistAlbumTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}}, "status_info": {"ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "status": "done", "final_path": "/app/downloads/BOYS LIKE GIRLS/Boys Like Girls/1. The Great Escape.ogg", "download_quality": "OGG_320"}, "current_track": 13, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494588.355897} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "initializing"}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494610.5745602} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494611.0118442} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 1767, "progress": 1}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494612.7798047} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 3634, "progress": 2}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494614.647033} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 5401, "progress": 3}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494616.4141166} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 7273, "progress": 4}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494618.2854748} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 9144, "progress": 5}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494620.1566224} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 10911, "progress": 6}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494621.9238858} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 12782, "progress": 7}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494623.7951992} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 14550, "progress": 8}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494625.5625613} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 16421, "progress": 9}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494627.4337451} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 18292, "progress": 10}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494629.3050168} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 20060, "progress": 11}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494631.0723403} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 21931, "progress": 12}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494632.9435973} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 23698, "progress": 13}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494634.7107575} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 25569, "progress": 14}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494636.5820427} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 27440, "progress": 15}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494638.4532285} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 29208, "progress": 16}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494640.2205315} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 31079, "progress": 17}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494642.091803} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 32846, "progress": 18}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494643.8591936} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 34718, "progress": 19}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494645.7302747} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 36636, "progress": 20}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494647.6480994} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 38356, "progress": 21}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494649.3689303} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 40227, "progress": 22}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494651.2400393} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 41995, "progress": 23}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494653.007498} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 43866, "progress": 24}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494654.878553} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 45737, "progress": 25}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494656.7499392} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 47504, "progress": 26}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494658.5172524} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 49376, "progress": 27}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494660.3884926} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 51143, "progress": 28}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494662.1557605} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 53014, "progress": 29}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494664.0269608} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 54886, "progress": 30}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494665.8982835} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 56653, "progress": 31}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494667.6654294} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 58524, "progress": 32}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494669.5367124} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 60291, "progress": 33}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494671.3039668} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 62162, "progress": 34}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494673.1748378} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 64034, "progress": 35}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494675.0465147} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 65801, "progress": 36}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494676.8138628} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 67672, "progress": 37}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494678.6850502} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 69440, "progress": 38}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494680.4523883} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 71311, "progress": 39}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494682.3236446} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 73221, "progress": 40}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494684.2339153} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 74949, "progress": 41}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494685.9621792} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 76821, "progress": 42}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494687.8332846} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 78588, "progress": 43}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494689.6006017} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 80459, "progress": 44}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494691.4719477} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 82330, "progress": 45}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494693.3432238} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 84098, "progress": 46}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494695.1105492} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 85969, "progress": 47}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494696.9817345} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 87736, "progress": 48}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494698.748908} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 89607, "progress": 49}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494700.6202524} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 91479, "progress": 50}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494702.491438} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 93246, "progress": 51}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494704.2587054} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 95117, "progress": 52}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494706.1297562} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 96988, "progress": 53}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494708.0002906} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 98756, "progress": 54}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494709.7684662} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 100627, "progress": 55}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494711.6395907} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 102394, "progress": 56}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494713.4070225} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 104266, "progress": 57}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494715.2784042} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 106137, "progress": 58}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494717.1496162} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 107904, "progress": 59}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494718.9169025} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 109818, "progress": 60}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494720.8301122} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 111543, "progress": 61}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494722.5554543} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 113414, "progress": 62}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494724.4266965} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 115285, "progress": 63}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494726.2978294} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 117052, "progress": 64}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494728.0650895} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 118924, "progress": 65}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494729.9364398} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 120691, "progress": 66}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494731.7037165} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 122562, "progress": 67}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494733.5750175} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 124433, "progress": 68}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494735.4462473} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 126201, "progress": 69}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494737.2135024} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 128072, "progress": 70}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494739.0847616} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 129839, "progress": 71}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494740.8518577} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 131711, "progress": 72}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494742.7233264} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 133582, "progress": 73}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494744.5944266} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 135349, "progress": 74}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494746.3618245} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 137220, "progress": 75}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494748.233054} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 138988, "progress": 76}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494750.0003633} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 140859, "progress": 77}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494751.8715043} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 142730, "progress": 78}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494753.7428691} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 144497, "progress": 79}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494755.51003} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 146411, "progress": 80}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494757.4238179} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 148136, "progress": 81}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494759.1486464} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 150007, "progress": 82}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494761.0197241} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 151878, "progress": 83}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494762.890851} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 153646, "progress": 84}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494764.6584857} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 155517, "progress": 85}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494766.5294704} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 157284, "progress": 86}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494768.2968712} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 159155, "progress": 87}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494770.1682088} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 161027, "progress": 88}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494772.0393248} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 162794, "progress": 89}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494773.8065755} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 164665, "progress": 90}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494775.6779907} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 166432, "progress": 91}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494777.445156} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 168304, "progress": 92}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494779.3164315} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 170175, "progress": 93}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494781.1877716} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 171942, "progress": 94}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494782.9549592} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 173814, "progress": 95}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494784.8263013} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 175581, "progress": 96}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494786.593481} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 177452, "progress": 97}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494788.4648306} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 179323, "progress": 98}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494790.3359838} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "real-time", "time_elapsed": 181091, "progress": 99}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494792.1032746} +{"track": {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 2, "duration_ms": 183586, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "height": 64, "width": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n", "upc": "00075597994964"}, "artists": [{"type": "artistAlbumTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}}, "status_info": {"ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "status": "done", "final_path": "/app/downloads/Secondhand Serenade/A Twist In My Story/2. Fall For You.ogg", "download_quality": "OGG_320"}, "current_track": 14, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494797.4830008} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "initializing"}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494826.0361333} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494826.3504524} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 2093, "progress": 1}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494828.444305} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 4182, "progress": 2}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494830.5334806} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 6275, "progress": 3}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494832.6266003} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 8459, "progress": 4}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494834.8104315} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 10552, "progress": 5}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494836.903418} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 12645, "progress": 6}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494838.9964948} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 14829, "progress": 7}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494841.180174} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 16922, "progress": 8}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494843.2734592} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 19015, "progress": 9}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494845.3662946} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 21199, "progress": 10}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494847.55049} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 23331, "progress": 11}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494849.681963} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 25385, "progress": 12}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494851.7363906} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 27478, "progress": 13}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494853.8292596} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 29662, "progress": 14}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494856.0132155} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 31755, "progress": 15}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494858.1061907} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 33848, "progress": 16}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494860.1990507} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 36032, "progress": 17}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494862.383203} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 38125, "progress": 18}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494864.4761193} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 40218, "progress": 19}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494866.56913} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 42311, "progress": 20}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494868.6621962} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 44495, "progress": 21}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494870.8462367} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 46626, "progress": 22}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494872.9773164} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 48681, "progress": 23}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494875.0321946} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 50865, "progress": 24}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494877.2161183} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 52958, "progress": 25}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494879.308984} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 55051, "progress": 26}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494881.402084} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 57235, "progress": 27}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494883.5861466} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 59328, "progress": 28}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494885.6792204} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 61420, "progress": 29}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494887.7717721} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 63514, "progress": 30}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494889.8649726} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 65697, "progress": 31}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494892.048401} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 67791, "progress": 32}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494894.1420631} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 69961, "progress": 33}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494896.3117886} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 72068, "progress": 34}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494898.4190605} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 74160, "progress": 35}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494900.5118406} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 76254, "progress": 36}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494902.6050072} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 78438, "progress": 37}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494904.7889533} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 80530, "progress": 38}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494906.8818367} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 82623, "progress": 39}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494908.9748387} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 84716, "progress": 40}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494911.0675826} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 86900, "progress": 41}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494913.251814} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 88993, "progress": 42}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494915.3447006} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 91086, "progress": 43}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494917.4377232} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 93270, "progress": 44}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494919.621702} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 95363, "progress": 45}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494921.7148623} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 97456, "progress": 46}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494923.8077657} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 99549, "progress": 47}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494925.900799} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 101733, "progress": 48}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494928.0843441} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 103826, "progress": 49}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494930.17764} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 105919, "progress": 50}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494932.270779} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 108103, "progress": 51}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494934.454746} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 110196, "progress": 52}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494936.5474834} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 112289, "progress": 53}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494938.6402485} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 114473, "progress": 54}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494940.8246543} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 116566, "progress": 55}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494942.91748} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 118659, "progress": 56}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494945.0106745} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 120752, "progress": 57}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494947.1035028} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 122936, "progress": 58}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494949.2876081} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 125029, "progress": 59}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494951.3805537} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 127122, "progress": 60}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494953.473455} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 129306, "progress": 61}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494955.6575577} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 131399, "progress": 62}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494957.7505543} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 133492, "progress": 63}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494959.8434906} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 135676, "progress": 64}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494962.0275428} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 137769, "progress": 65}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494964.1204715} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 139862, "progress": 66}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494966.212757} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 141955, "progress": 67}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494968.3064737} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 144139, "progress": 68}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494970.4904747} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 146232, "progress": 69}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494972.5833602} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 148325, "progress": 70}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494974.6762397} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 150509, "progress": 71}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494976.860408} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 152602, "progress": 72}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494978.9533374} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 154695, "progress": 73}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494981.0461924} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 156879, "progress": 74}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494983.2302074} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 158972, "progress": 75}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494985.3232453} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 161065, "progress": 76}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494987.4160712} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 163158, "progress": 77}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494989.508832} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 165342, "progress": 78}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494991.6931992} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 167435, "progress": 79}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494993.7861414} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 169528, "progress": 80}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494995.8791194} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 171712, "progress": 81}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759494998.0631087} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 173805, "progress": 82}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495000.1560209} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 175898, "progress": 83}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495002.2490597} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 177991, "progress": 84}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495004.3420346} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 180175, "progress": 85}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495006.5261238} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 182268, "progress": 86}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495008.619152} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 184361, "progress": 87}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495010.7119696} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 186544, "progress": 88}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495012.8957543} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 188638, "progress": 89}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495014.9889567} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 190730, "progress": 90}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495017.0813887} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 192914, "progress": 91}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495019.2658327} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 195007, "progress": 92}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495021.358886} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 197101, "progress": 93}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495023.4520109} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 199193, "progress": 94}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495025.544883} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 201377, "progress": 95}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495027.728852} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 203470, "progress": 96}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495029.821794} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 205563, "progress": 97}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495031.9149663} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 207747, "progress": 98}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495034.0989406} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "real-time", "time_elapsed": 209901, "progress": 99}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495036.2515566} +{"track": {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 212253, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "height": 64, "width": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7", "upc": "075679995544"}, "artists": [{"type": "artistAlbumTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}}, "status_info": {"ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "status": "done", "final_path": "/app/downloads/Matchbox Twenty/How Far We've Come/1. How Far We've Come.ogg", "download_quality": "OGG_320"}, "current_track": 15, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495042.8311934} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "initializing"}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495083.4703505} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495083.7806466} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 1980, "progress": 1}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495085.7612984} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 4059, "progress": 2}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495087.8410974} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 6144, "progress": 3}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495089.925334} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 8228, "progress": 4}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495092.0092394} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 10208, "progress": 5}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495093.989291} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 12292, "progress": 6}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495096.0732105} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 14376, "progress": 7}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495098.157436} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 16460, "progress": 8}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495100.2414393} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 18440, "progress": 9}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495102.221372} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 20524, "progress": 10}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495104.3054566} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 22608, "progress": 11}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495106.38954} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 24692, "progress": 12}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495108.473457} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 26776, "progress": 13}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495110.557577} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 28756, "progress": 14}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495112.5375855} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 30840, "progress": 15}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495114.6215184} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 32924, "progress": 16}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495116.705572} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 35008, "progress": 17}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495118.789794} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 36988, "progress": 18}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495120.769419} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 39072, "progress": 19}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495122.8535876} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 41156, "progress": 20}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495124.9377282} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 43240, "progress": 21}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495127.0217903} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 45220, "progress": 22}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495129.0017726} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 47304, "progress": 23}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495131.085721} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 49388, "progress": 24}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495133.169845} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 51472, "progress": 25}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495135.2539034} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 53556, "progress": 26}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495137.3379908} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 55536, "progress": 27}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495139.3178432} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 57620, "progress": 28}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495141.4020395} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 59704, "progress": 29}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495143.4859705} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 61788, "progress": 30}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495145.5701244} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 63768, "progress": 31}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495147.5499713} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 65852, "progress": 32}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495149.6341527} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 67936, "progress": 33}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495151.7181938} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 70051, "progress": 34}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495153.8325036} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 72000, "progress": 35}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495155.7819881} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 74084, "progress": 36}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495157.866158} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 76169, "progress": 37}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495159.9500065} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 78253, "progress": 38}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495162.0344436} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 80337, "progress": 39}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495164.1182477} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 82316, "progress": 40}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495166.0975957} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 84401, "progress": 41}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495168.1824734} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 86485, "progress": 42}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495170.2665637} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 88569, "progress": 43}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495172.35052} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 90549, "progress": 44}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495174.3305027} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 92633, "progress": 45}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495176.4145796} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 94717, "progress": 46}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495178.4985492} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 96801, "progress": 47}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495180.582583} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 98781, "progress": 48}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495182.5626287} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 100865, "progress": 49}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495184.6467044} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 102949, "progress": 50}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495186.7307858} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 105033, "progress": 51}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495188.8141832} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 107117, "progress": 52}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495190.898844} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 109097, "progress": 53}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495192.878682} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 111181, "progress": 54}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495194.9626245} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 113265, "progress": 55}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495197.046856} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 115349, "progress": 56}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495199.131045} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 117329, "progress": 57}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495201.1108022} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 119413, "progress": 58}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495203.194897} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 121497, "progress": 59}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495205.2790926} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 123581, "progress": 60}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495207.3630002} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 125561, "progress": 61}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495209.343027} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 127645, "progress": 62}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495211.426916} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 129729, "progress": 63}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495213.5111382} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 131813, "progress": 64}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495215.59507} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 133898, "progress": 65}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495217.679333} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 135877, "progress": 66}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495219.6591265} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 137962, "progress": 67}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495221.7432864} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 140076, "progress": 68}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495223.8571537} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 142130, "progress": 69}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495225.9114368} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 144110, "progress": 70}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495227.8913593} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 146194, "progress": 71}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495229.975539} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 148278, "progress": 72}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495232.0593617} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 150362, "progress": 73}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495234.1434243} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 152342, "progress": 74}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495236.1233246} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 154426, "progress": 75}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495238.2073734} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 156510, "progress": 76}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495240.2916017} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 158594, "progress": 77}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495242.375555} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 160678, "progress": 78}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495244.4595876} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 162658, "progress": 79}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495246.4394913} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 164742, "progress": 80}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495248.5236578} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 166826, "progress": 81}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495250.6077366} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 168910, "progress": 82}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495252.6916907} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 170890, "progress": 83}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495254.6715825} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 172974, "progress": 84}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495256.7557948} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 175058, "progress": 85}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495258.8398447} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 177142, "progress": 86}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495260.9238312} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 179122, "progress": 87}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495262.9036014} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 181206, "progress": 88}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495264.9877906} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 183290, "progress": 89}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495267.0718024} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 185374, "progress": 90}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495269.1558754} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 187458, "progress": 91}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495271.2400987} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 189438, "progress": 92}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495273.2199616} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 191522, "progress": 93}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495275.303862} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 193606, "progress": 94}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495277.3880103} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 195690, "progress": 95}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495279.472049} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 197670, "progress": 96}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495281.4520829} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 199754, "progress": 97}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495283.5359817} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 201839, "progress": 98}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495285.620242} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "real-time", "time_elapsed": 203922, "progress": 99}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495287.703637} +{"track": {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 2, "duration_ms": 206773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "height": 64, "width": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd", "upc": "075679340764"}, "artists": [{"type": "artistAlbumTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}}, "status_info": {"ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "status": "done", "final_path": "/app/downloads/Simple Plan/Still Not Getting Any/2. Welcome to My Life.ogg", "download_quality": "OGG_320"}, "current_track": 16, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495293.53176} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "initializing"}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495349.0763812} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495349.3939471} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 1819, "progress": 1}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495351.2142386} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 3731, "progress": 2}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495353.1257076} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 5550, "progress": 3}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495354.945251} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 7466, "progress": 4}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495356.8607295} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 9381, "progress": 5}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495358.7760742} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 11201, "progress": 6}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495360.5955894} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 13116, "progress": 7}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495362.5109425} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 15031, "progress": 8}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495364.4260564} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 16851, "progress": 9}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495366.2459078} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 18766, "progress": 10}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495368.161087} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 20586, "progress": 11}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495369.9808273} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 22501, "progress": 12}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495371.8961742} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 24417, "progress": 13}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495373.8115664} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 26236, "progress": 14}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495375.6311367} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 28151, "progress": 15}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495377.54631} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 30067, "progress": 16}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495379.4617054} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 31886, "progress": 17}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495381.280364} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 33802, "progress": 18}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495383.1967216} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 35717, "progress": 19}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495385.1111863} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 37537, "progress": 20}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495386.9316525} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 39452, "progress": 21}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495388.8469324} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 41272, "progress": 22}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495390.666603} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 43187, "progress": 23}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495392.5818434} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 45102, "progress": 24}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495394.4971595} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 46922, "progress": 25}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495396.3168793} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 48837, "progress": 26}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495398.232181} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 50753, "progress": 27}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495400.1474266} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 52572, "progress": 28}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495401.9670405} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 54488, "progress": 29}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495403.882469} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 56307, "progress": 30}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495405.7019248} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 58265, "progress": 31}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495407.6594195} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 60138, "progress": 32}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495409.532052} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 61957, "progress": 33}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495411.3521123} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 63873, "progress": 34}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495413.2676394} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 65788, "progress": 35}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495415.182909} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 67608, "progress": 36}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495417.002504} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 69523, "progress": 37}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495418.917836} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 71438, "progress": 38}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495420.833263} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 73258, "progress": 39}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495422.6528444} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 75173, "progress": 40}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495424.56805} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 76993, "progress": 41}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495426.387534} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 78908, "progress": 42}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495428.303175} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 80823, "progress": 43}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495430.2183695} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 82643, "progress": 44}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495432.0379195} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 84558, "progress": 45}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495433.9533052} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 86474, "progress": 46}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495435.868731} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 88293, "progress": 47}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495437.6872523} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 90209, "progress": 48}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495439.6036832} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 92028, "progress": 49}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495441.423285} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 93944, "progress": 50}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495443.3384423} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 95859, "progress": 51}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495445.2539423} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 97679, "progress": 52}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495447.0735152} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 99594, "progress": 53}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495448.988864} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 101509, "progress": 54}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495450.904194} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 103329, "progress": 55}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495452.7237923} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 105244, "progress": 56}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495454.6391594} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 107159, "progress": 57}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495456.554404} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 108979, "progress": 58}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495458.3740475} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 110894, "progress": 59}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495460.2893429} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 112714, "progress": 60}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495462.1088257} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 114629, "progress": 61}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495464.0243323} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 116545, "progress": 62}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495465.9396834} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 118364, "progress": 63}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495467.7592852} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 120280, "progress": 64}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495469.6745043} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 122195, "progress": 65}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495471.5899348} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 124015, "progress": 66}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495473.4095428} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 125930, "progress": 67}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495475.3248627} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 127750, "progress": 68}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495477.1444387} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 129665, "progress": 69}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495479.0597587} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 131580, "progress": 70}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495480.9750414} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 133400, "progress": 71}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495482.7946186} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 135315, "progress": 72}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495484.7099621} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 137231, "progress": 73}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495486.6254349} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 139050, "progress": 74}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495488.4448695} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 141002, "progress": 75}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495490.3970098} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 142785, "progress": 76}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495492.1797523} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 144700, "progress": 77}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495494.0952764} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 146616, "progress": 78}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495496.0106893} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 148435, "progress": 79}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495497.8301954} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 150351, "progress": 80}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495499.7455282} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 152266, "progress": 81}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495501.66088} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 154085, "progress": 82}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495503.4803338} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 156001, "progress": 83}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495505.395767} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 157916, "progress": 84}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495507.311094} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 159736, "progress": 85}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495509.1307552} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 161651, "progress": 86}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495511.046064} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 163471, "progress": 87}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495512.8655365} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 165386, "progress": 88}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495514.7804976} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 167301, "progress": 89}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495516.6961696} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 169121, "progress": 90}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495518.5157342} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 171036, "progress": 91}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495520.4313078} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 172952, "progress": 92}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495522.346691} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 174771, "progress": 93}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495524.1662009} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 176687, "progress": 94}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495526.0814502} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 178506, "progress": 95}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495527.9009225} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 180422, "progress": 96}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495529.816453} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 182337, "progress": 97}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495531.731689} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 184156, "progress": 98}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495533.5511239} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "real-time", "time_elapsed": 186072, "progress": 99}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495535.466769} +{"track": {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 188613, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "height": 64, "width": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob", "upc": "00075021015869"}, "artists": [{"type": "artistAlbumTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}}, "status_info": {"ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "status": "done", "final_path": "/app/downloads/Counting Crows/Accidentally In Love/1. Accidentally In Love.ogg", "download_quality": "OGG_320"}, "current_track": 17, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495541.179518} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "initializing"}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495585.000718} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495585.3131177} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 2526, "progress": 1}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495587.8403146} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 5048, "progress": 2}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495590.3623633} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 7575, "progress": 3}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495592.8887546} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 10101, "progress": 4}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495595.415194} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 12627, "progress": 5}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495597.9414604} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 15154, "progress": 6}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495600.4680157} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 17680, "progress": 7}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495602.994456} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 20317, "progress": 8}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495605.6307294} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 22843, "progress": 9}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495608.157027} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 25369, "progress": 10}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495610.683038} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 27896, "progress": 11}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495613.209623} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 30422, "progress": 12}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495615.7363703} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 32949, "progress": 13}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495618.262842} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 35475, "progress": 14}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495620.7890985} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 38001, "progress": 15}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495623.3155174} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 40638, "progress": 16}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495625.951265} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 43164, "progress": 17}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495628.478226} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 45720, "progress": 18}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495631.033361} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 48217, "progress": 19}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495633.5311034} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 50743, "progress": 20}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495636.057462} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 53270, "progress": 21}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495638.5839558} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 55796, "progress": 22}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495641.110294} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 58323, "progress": 23}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495643.6368575} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 60959, "progress": 24}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495646.2731183} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 63485, "progress": 25}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495648.7995827} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 66012, "progress": 26}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495651.3259597} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 68538, "progress": 27}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495653.8522816} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 71065, "progress": 28}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495656.378836} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 73591, "progress": 29}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495658.905223} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 76118, "progress": 30}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495661.431689} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 78644, "progress": 31}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495663.9579625} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 81170, "progress": 32}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495666.4843833} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 83807, "progress": 33}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495669.120652} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 86333, "progress": 34}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495671.647226} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 88859, "progress": 35}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495674.173338} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 91417, "progress": 36}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495676.7308643} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 93912, "progress": 37}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495679.2264543} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 96439, "progress": 38}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495681.7528589} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 98965, "progress": 39}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495684.2784512} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 101491, "progress": 40}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495686.8055618} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 104128, "progress": 41}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495689.441959} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 106654, "progress": 42}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495691.9683843} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 109181, "progress": 43}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495694.4949017} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 111707, "progress": 44}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495697.0210903} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 114234, "progress": 45}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495699.5476422} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 116760, "progress": 46}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495702.0739582} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 119286, "progress": 47}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495704.6002252} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 121813, "progress": 48}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495707.1268013} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 124449, "progress": 49}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495709.7632005} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 126976, "progress": 50}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495712.2895944} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 129502, "progress": 51}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495714.8160102} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 132028, "progress": 52}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495717.3424673} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 134555, "progress": 53}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495719.8686714} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 137113, "progress": 54}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495722.426455} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 139608, "progress": 55}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495724.921595} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 142134, "progress": 56}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495727.4480972} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 144770, "progress": 57}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495730.0842328} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 147297, "progress": 58}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495732.6108503} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 149823, "progress": 59}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495735.13701} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 152349, "progress": 60}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495737.6635373} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 154876, "progress": 61}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495740.1900787} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 157402, "progress": 62}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495742.71638} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 159929, "progress": 63}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495745.2428102} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 162455, "progress": 64}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495747.7693098} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 165091, "progress": 65}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495750.4054751} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 167618, "progress": 66}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495752.9319077} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 170144, "progress": 67}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495755.4584994} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 172671, "progress": 68}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495757.9848683} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 175197, "progress": 69}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495760.5112414} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 177723, "progress": 70}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495763.037428} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 180250, "progress": 71}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495765.5639687} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 182809, "progress": 72}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495768.1231005} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 185413, "progress": 73}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495770.7266846} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 187939, "progress": 74}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495773.2531056} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 190466, "progress": 75}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495775.7797303} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 192992, "progress": 76}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495778.3060522} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 195518, "progress": 77}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495780.8324826} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 198045, "progress": 78}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495783.3589594} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 200571, "progress": 79}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495785.8853266} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 203098, "progress": 80}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495788.4116342} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 205734, "progress": 81}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495791.0471952} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 208260, "progress": 82}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495793.5744672} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 210787, "progress": 83}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495796.1006973} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 213313, "progress": 84}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495798.627092} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 215839, "progress": 85}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495801.1536136} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 218366, "progress": 86}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495803.6800857} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 220892, "progress": 87}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495806.2064955} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 223419, "progress": 88}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495808.7328389} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 226055, "progress": 89}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495811.369081} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 228581, "progress": 90}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495813.8954062} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 231108, "progress": 91}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495816.4220467} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 233634, "progress": 92}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495818.948379} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 236161, "progress": 93}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495821.4748247} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 238687, "progress": 94}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495824.0012345} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 241214, "progress": 95}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495826.5277593} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 243740, "progress": 96}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495829.054072} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 246376, "progress": 97}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495831.6904542} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 248903, "progress": 98}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495834.2167792} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "real-time", "time_elapsed": 251429, "progress": 99}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495836.7431362} +{"track": {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 2, "duration_ms": 254626, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 5, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "height": 64, "width": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV", "upc": "05099997852452"}, "artists": [{"type": "artistAlbumTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}}, "status_info": {"ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "status": "done", "final_path": "/app/downloads/The Smashing Pumpkins/Mellon Collie And The Infinite Sadness (Deluxe Edition)/2. Tonight, Tonight - Remastered 2012.ogg", "download_quality": "OGG_320"}, "current_track": 18, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495843.6686738} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "initializing"}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495901.5263705} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495901.8818793} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 2010, "progress": 1}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495903.8929873} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 4016, "progress": 2}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495905.899248} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 6127, "progress": 3}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495908.0099957} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 8137, "progress": 4}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495910.019428} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 10248, "progress": 5}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495912.1312153} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 12259, "progress": 6}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495914.1414623} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 14269, "progress": 7}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495916.1516418} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 16380, "progress": 8}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495918.2627387} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 18390, "progress": 9}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495920.272917} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 20400, "progress": 10}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495922.283355} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 22645, "progress": 11}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495924.5280435} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 24522, "progress": 12}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495926.404444} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 26632, "progress": 13}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495928.5151558} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 28643, "progress": 14}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495930.52558} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 30653, "progress": 15}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495932.5355544} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 32764, "progress": 16}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495934.646583} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 34774, "progress": 17}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495936.6568642} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 36885, "progress": 18}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495938.7678576} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 38895, "progress": 19}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495940.7781532} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 40905, "progress": 20}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495942.788364} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 43016, "progress": 21}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495944.8992226} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 45060, "progress": 22}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495946.942744} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 47138, "progress": 23}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495949.0204184} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 49148, "progress": 24}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495951.0306513} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 51158, "progress": 25}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495953.0409305} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 53269, "progress": 26}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495955.1516705} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 55279, "progress": 27}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495957.1620736} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 57390, "progress": 28}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495959.2728996} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 59400, "progress": 29}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495961.283236} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 61411, "progress": 30}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495963.2936454} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 63521, "progress": 31}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495965.4043233} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 65532, "progress": 32}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495967.4147887} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 67643, "progress": 33}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495969.525422} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 69653, "progress": 34}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495971.5358877} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 71663, "progress": 35}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495973.5460668} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 73774, "progress": 36}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495975.6568885} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 75784, "progress": 37}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495977.6673698} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 77895, "progress": 38}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495979.778175} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 79906, "progress": 39}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495981.7884617} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 81916, "progress": 40}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495983.7987404} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 84027, "progress": 41}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495985.9094663} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 86037, "progress": 42}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495987.9197206} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 88148, "progress": 43}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495990.0307758} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 90158, "progress": 44}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495992.0410368} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 92168, "progress": 45}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495994.0512486} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 94279, "progress": 46}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495996.1620426} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 96289, "progress": 47}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759495998.1722767} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 98300, "progress": 48}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496000.181842} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 100411, "progress": 49}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496002.293483} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 102421, "progress": 50}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496004.303927} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 104532, "progress": 51}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496006.41481} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 106542, "progress": 52}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496008.4249785} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 108552, "progress": 53}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496010.4352753} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 110663, "progress": 54}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496012.545511} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 112674, "progress": 55}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496014.556516} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 114784, "progress": 56}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496016.6672244} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 116795, "progress": 57}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496018.6775234} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 118805, "progress": 58}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496020.687943} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 120916, "progress": 59}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496022.798712} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 122926, "progress": 60}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496024.8089995} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 125037, "progress": 61}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496026.9197445} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 127047, "progress": 62}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496028.9300978} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 129058, "progress": 63}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496030.9405384} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 131168, "progress": 64}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496033.051254} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 133179, "progress": 65}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496035.0616548} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 135289, "progress": 66}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496037.1721456} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 137300, "progress": 67}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496039.182686} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 139310, "progress": 68}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496041.1931171} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 141421, "progress": 69}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496043.3037872} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 143431, "progress": 70}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496045.3140867} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 145542, "progress": 71}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496047.4249213} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 147552, "progress": 72}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496049.435399} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 149563, "progress": 73}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496051.445729} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 151673, "progress": 74}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496053.5563567} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 153684, "progress": 75}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496055.5668764} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 155795, "progress": 76}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496057.6776319} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 157805, "progress": 77}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496059.6878085} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 159815, "progress": 78}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496061.6981056} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 161926, "progress": 79}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496063.8091025} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 163936, "progress": 80}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496065.8194394} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 166047, "progress": 81}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496067.9300892} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 168058, "progress": 82}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496069.9404342} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 170068, "progress": 83}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496071.9507287} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 172179, "progress": 84}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496074.0616407} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 174189, "progress": 85}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496076.0718684} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 176199, "progress": 86}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496078.0821483} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 178310, "progress": 87}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496080.1930084} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 180321, "progress": 88}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496082.2034447} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 182431, "progress": 89}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496084.3142555} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 184442, "progress": 90}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496086.3244407} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 186452, "progress": 91}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496088.3347373} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 188563, "progress": 92}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496090.445664} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 190573, "progress": 93}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496092.4558187} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 192684, "progress": 94}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496094.5667613} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 194694, "progress": 95}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496096.5770218} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 196704, "progress": 96}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496098.5868504} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 198815, "progress": 97}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496100.6981573} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 200826, "progress": 98}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496102.7084966} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "real-time", "time_elapsed": 202936, "progress": 99}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496104.8194587} +{"track": {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 205906, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "height": 64, "width": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR", "upc": "00050087401146"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}}, "status_info": {"ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "status": "done", "final_path": "/app/downloads/Letters To Cleo/10 Things I Hate About You (Original Motion Picture Soundtrack)/1. I Want You To Want Me.ogg", "download_quality": "OGG_320"}, "current_track": 19, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496110.7475052} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "initializing"}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496144.9847908} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496145.312356} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 2122, "progress": 1}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496147.4358532} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 4241, "progress": 2}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496149.5547144} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 6461, "progress": 3}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496151.774086} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 8583, "progress": 4}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496153.8968472} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 10706, "progress": 5}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496156.0187721} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 12925, "progress": 6}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496158.238767} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 15048, "progress": 7}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496160.3615978} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 17267, "progress": 8}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496162.5808568} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 19390, "progress": 9}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496164.7035651} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 21513, "progress": 10}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496166.8263824} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 23732, "progress": 11}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496169.0455132} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 25855, "progress": 12}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496171.1683588} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 28074, "progress": 13}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496173.387622} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 30197, "progress": 14}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496175.5102968} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 32320, "progress": 15}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496177.6330404} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 34539, "progress": 16}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496179.852246} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 36662, "progress": 17}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496181.9750876} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 38784, "progress": 18}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496184.0978777} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 41004, "progress": 19}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496186.3169928} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 43126, "progress": 20}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496188.439716} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 45346, "progress": 21}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496190.6590002} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 47469, "progress": 22}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496192.7819076} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 49591, "progress": 23}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496194.9045389} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 51810, "progress": 24}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496197.1237512} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 53933, "progress": 25}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496199.2466183} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 56153, "progress": 26}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496201.4659185} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 58275, "progress": 27}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496203.5886774} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 60398, "progress": 28}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496205.7114463} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 62617, "progress": 29}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496207.9306152} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 64740, "progress": 30}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496210.0533102} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 66959, "progress": 31}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496212.2726736} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 69082, "progress": 32}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496214.3954527} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 71205, "progress": 33}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496216.5180902} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 73424, "progress": 34}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496218.7374337} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 75547, "progress": 35}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496220.8599997} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 77669, "progress": 36}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496222.9828424} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 79889, "progress": 37}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496225.2022293} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 82011, "progress": 38}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496227.324856} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 84231, "progress": 39}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496229.5442002} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 86353, "progress": 40}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496231.666843} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 88476, "progress": 41}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496233.7895715} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 90695, "progress": 42}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496236.0081732} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 92818, "progress": 43}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496238.1316447} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 95037, "progress": 44}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496240.3508813} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 97160, "progress": 45}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496242.4737308} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 99283, "progress": 46}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496244.596401} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 101502, "progress": 47}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496246.815613} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 103625, "progress": 48}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496248.938561} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 105748, "progress": 49}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496251.0610764} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 107967, "progress": 50}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496253.2805269} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 110090, "progress": 51}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496255.4031732} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 112309, "progress": 52}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496257.6225493} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 114432, "progress": 53}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496259.745141} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 116554, "progress": 54}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496261.8678734} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 118774, "progress": 55}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496264.0871344} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 120897, "progress": 56}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496266.2098823} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 123116, "progress": 57}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496268.4292781} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 125239, "progress": 58}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496270.5520139} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 127361, "progress": 59}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496272.6746798} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 129581, "progress": 60}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496274.8939264} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 131703, "progress": 61}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496277.016711} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 133826, "progress": 62}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496279.1393278} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 136045, "progress": 63}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496281.3586988} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 138168, "progress": 64}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496283.4815483} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 140387, "progress": 65}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496285.7006817} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 142510, "progress": 66}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496287.823595} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 144633, "progress": 67}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496289.9461749} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 146852, "progress": 68}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496292.1654172} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 148975, "progress": 69}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496294.2881954} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 151194, "progress": 70}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496296.5075884} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 153317, "progress": 71}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496298.6301954} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 155440, "progress": 72}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496300.7529628} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 157659, "progress": 73}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496302.9723065} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 159782, "progress": 74}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496305.094487} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 161904, "progress": 75}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496307.2177103} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 164124, "progress": 76}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496309.4371266} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 166246, "progress": 77}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496311.5596118} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 168466, "progress": 78}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496313.7791183} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 170588, "progress": 79}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496315.9018366} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 172711, "progress": 80}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496318.0245533} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 174930, "progress": 81}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496320.2436543} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 177053, "progress": 82}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496322.36647} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 179272, "progress": 83}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496324.5857124} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 181395, "progress": 84}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496326.7084665} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 183518, "progress": 85}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496328.8313258} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 185737, "progress": 86}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496331.050517} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 187860, "progress": 87}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496333.1733534} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 190079, "progress": 88}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496335.3925316} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 192202, "progress": 89}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496337.5146904} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 194325, "progress": 90}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496339.6381164} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 196544, "progress": 91}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496341.8574097} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 198667, "progress": 92}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496343.9798436} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 200789, "progress": 93}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496346.1027973} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 203009, "progress": 94}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496348.322146} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 205131, "progress": 95}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496350.448839} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 207351, "progress": 96}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496352.664142} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 209473, "progress": 97}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496354.7868083} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 211596, "progress": 98}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496356.9096296} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "real-time", "time_elapsed": 213816, "progress": 99}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496359.1288981} +{"track": {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 2, "duration_ms": 216773, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "height": 64, "width": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR", "upc": "884977817027"}, "artists": [{"type": "artistAlbumTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}}, "status_info": {"ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "status": "done", "final_path": "/app/downloads/Train/Save Me, San Francisco (Golden Gate Edition)/2. Hey, Soul Sister.ogg", "download_quality": "OGG_320"}, "current_track": 20, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496365.637263} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "initializing"}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496412.0140274} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496412.533618} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 1813, "progress": 1}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496414.3476312} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 3718, "progress": 2}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496416.2521296} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 5626, "progress": 3}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496418.1605103} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 7439, "progress": 4}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496419.9739642} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 9348, "progress": 5}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496421.8826303} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 11257, "progress": 6}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496423.7912574} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 13070, "progress": 7}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496425.604276} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 14978, "progress": 8}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496427.5128794} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 16887, "progress": 9}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496429.4215426} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 18796, "progress": 10}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496431.330129} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 20609, "progress": 11}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496433.1433282} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 22517, "progress": 12}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496435.0518916} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 24458, "progress": 13}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496436.9921274} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 26239, "progress": 14}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496438.7736092} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 28148, "progress": 15}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496440.6821997} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 30056, "progress": 16}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496442.5906918} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 31869, "progress": 17}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496444.403853} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 33778, "progress": 18}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496446.312384} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 35686, "progress": 19}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496448.2209468} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 37595, "progress": 20}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496450.1297057} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 39408, "progress": 21}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496451.9427483} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 41317, "progress": 22}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496453.851424} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 43225, "progress": 23}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496455.7598467} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 45039, "progress": 24}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496457.573169} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 46947, "progress": 25}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496459.4816809} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 48888, "progress": 26}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496461.4223084} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 50669, "progress": 27}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496463.203387} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 52577, "progress": 28}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496465.1120772} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 54486, "progress": 29}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496467.020511} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 56395, "progress": 30}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496468.9292696} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 58208, "progress": 31}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496470.7424555} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 60116, "progress": 32}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496472.6510353} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 62025, "progress": 33}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496474.5595126} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 63838, "progress": 34}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496476.3727598} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 65747, "progress": 35}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496478.2813234} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 67655, "progress": 36}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496480.1897924} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 69468, "progress": 37}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496482.003109} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 71377, "progress": 38}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496483.91165} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 73318, "progress": 39}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496485.8519166} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 75194, "progress": 40}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496487.7287157} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 77007, "progress": 41}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496489.5419786} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 78916, "progress": 42}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496491.4506085} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 80824, "progress": 43}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496493.3590953} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 82638, "progress": 44}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496495.1721685} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 84546, "progress": 45}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496497.080768} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 86455, "progress": 46}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496498.989373} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 88268, "progress": 47}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496500.8019373} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 90177, "progress": 48}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496502.7112668} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 92085, "progress": 49}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496504.6198168} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 93994, "progress": 50}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496506.5283651} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 95807, "progress": 51}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496508.3414779} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 97748, "progress": 52}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496510.2822485} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 99624, "progress": 53}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496512.158768} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 101437, "progress": 54}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496513.9716783} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 103346, "progress": 55}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496515.8805115} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 105254, "progress": 56}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496517.7890215} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 107068, "progress": 57}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496519.6022046} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 108976, "progress": 58}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496521.5107367} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 110885, "progress": 59}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496523.4194255} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 112793, "progress": 60}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496525.3279467} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 114607, "progress": 61}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496527.1411192} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 116515, "progress": 62}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496529.0489922} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 118424, "progress": 63}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496530.9580271} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 120237, "progress": 64}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496532.7715147} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 122177, "progress": 65}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496534.7115152} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 124054, "progress": 66}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496536.5886576} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 125867, "progress": 67}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496538.4016542} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 127776, "progress": 68}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496540.310359} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 129684, "progress": 69}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496542.218845} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 131593, "progress": 70}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496544.127438} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 133406, "progress": 71}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496545.9406543} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 135315, "progress": 72}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496547.8491178} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 137223, "progress": 73}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496549.7578282} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 139036, "progress": 74}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496551.5708394} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 140945, "progress": 75}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496553.4796054} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 142853, "progress": 76}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496555.3879857} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 144667, "progress": 77}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496557.2011948} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 146616, "progress": 78}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496559.1500494} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 148484, "progress": 79}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496561.0185373} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 150392, "progress": 80}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496562.9270115} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 152206, "progress": 81}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496564.7401402} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 154114, "progress": 82}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496566.6487925} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 156023, "progress": 83}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496568.5574083} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 157836, "progress": 84}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496570.3705525} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 159745, "progress": 85}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496572.279239} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 161653, "progress": 86}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496574.1876462} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 163466, "progress": 87}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496576.0007844} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 165375, "progress": 88}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496577.9094634} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 167283, "progress": 89}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496579.8180432} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 169192, "progress": 90}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496581.7266748} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 171038, "progress": 91}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496583.5717502} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 172914, "progress": 92}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496585.4482265} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 174822, "progress": 93}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496587.3568892} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 176635, "progress": 94}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496589.1699994} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 178544, "progress": 95}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496591.0786555} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 180453, "progress": 96}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496592.9873276} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 182266, "progress": 97}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496594.8004272} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 184174, "progress": 98}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496596.7088056} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "real-time", "time_elapsed": 186083, "progress": 99}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496598.6174974} +{"track": {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 188453, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "height": 64, "width": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox", "upc": "00050087241735"}, "artists": [{"type": "artistAlbumTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}}, "status_info": {"ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "status": "done", "final_path": "/app/downloads/Selena Gomez \uff06 The Scene/When The Sun Goes Down/1. Love You Like A Love Song.ogg", "download_quality": "OGG_320"}, "current_track": 21, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496604.3269317} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "initializing"}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496647.2181134} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496647.5797865} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 2197, "progress": 1}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496649.7779758} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 4390, "progress": 2}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496651.9712346} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 6588, "progress": 3}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496654.1684227} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 8785, "progress": 4}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496656.365559} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 10982, "progress": 5}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496658.562965} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 13179, "progress": 6}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496660.7601461} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 15377, "progress": 7}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496662.9574096} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 17574, "progress": 8}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496665.154575} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 19771, "progress": 9}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496667.3517475} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 21968, "progress": 10}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496669.5490324} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 24166, "progress": 11}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496671.7464387} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 26363, "progress": 12}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496673.9436667} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 28560, "progress": 13}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496676.1408093} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 30757, "progress": 14}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496678.338094} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 32954, "progress": 15}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496680.5353644} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 35186, "progress": 16}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496682.7660763} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 37349, "progress": 17}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496684.929806} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 39546, "progress": 18}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496687.1271024} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 41743, "progress": 19}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496689.3243146} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 43941, "progress": 20}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496691.521433} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 46138, "progress": 21}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496693.7188432} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 48335, "progress": 22}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496695.9160123} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 50532, "progress": 23}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496698.1132855} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 52730, "progress": 24}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496700.3107045} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 54927, "progress": 25}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496702.5078125} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 57124, "progress": 26}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496704.7050645} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 59321, "progress": 27}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496706.9022975} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 61519, "progress": 28}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496709.0995653} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 63716, "progress": 29}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496711.2969005} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 65913, "progress": 30}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496713.4940412} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 68111, "progress": 31}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496715.691442} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 70349, "progress": 32}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496717.9297123} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 72505, "progress": 33}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496720.08578} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 74702, "progress": 34}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496722.283033} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 76999, "progress": 35}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496724.5800824} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 79197, "progress": 36}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496726.7775106} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 81394, "progress": 37}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496728.9748156} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 83591, "progress": 38}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496731.1718771} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 85788, "progress": 39}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496733.369152} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 87986, "progress": 40}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496735.566565} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 90183, "progress": 41}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496737.7637744} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 92380, "progress": 42}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496739.9604735} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 94577, "progress": 43}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496742.1576} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 96775, "progress": 44}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496744.3555386} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 98972, "progress": 45}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496746.5527537} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 101169, "progress": 46}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496748.7498288} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 103366, "progress": 47}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496750.9462008} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 105564, "progress": 48}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496753.1443791} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 107761, "progress": 49}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496755.3417525} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 109958, "progress": 50}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496757.5389504} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 112155, "progress": 51}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496759.7361255} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 114353, "progress": 52}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496761.9335017} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 116550, "progress": 53}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496764.1308064} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 118747, "progress": 54}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496766.3280175} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 120944, "progress": 55}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496768.525262} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 123142, "progress": 56}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496770.7225335} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 125339, "progress": 57}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496772.9197814} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 127536, "progress": 58}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496775.1169982} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 129733, "progress": 59}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496777.3142653} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 131931, "progress": 60}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496779.5114458} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 134128, "progress": 61}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496781.7087567} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 136325, "progress": 62}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496783.9059088} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 138522, "progress": 63}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496786.1031673} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 140719, "progress": 64}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496788.3003454} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 142917, "progress": 65}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496790.4977531} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 145114, "progress": 66}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496792.694393} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 147311, "progress": 67}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496794.8920596} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 149509, "progress": 68}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496797.0893848} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 151706, "progress": 69}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496799.2866824} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 153903, "progress": 70}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496801.483743} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 156100, "progress": 71}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496803.6812363} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 158398, "progress": 72}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496805.9784276} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 160595, "progress": 73}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496808.1756167} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 162792, "progress": 74}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496810.3728843} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 164989, "progress": 75}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496812.5700052} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 167186, "progress": 76}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496814.767355} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 169427, "progress": 77}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496817.0074184} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 171581, "progress": 78}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496819.161819} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 173778, "progress": 79}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496821.3591685} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 175975, "progress": 80}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496823.556218} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 178173, "progress": 81}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496825.7536137} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 180370, "progress": 82}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496827.950952} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 182567, "progress": 83}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496830.148117} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 184765, "progress": 84}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496832.3453681} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 186962, "progress": 85}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496834.5425792} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 189159, "progress": 86}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496836.7396796} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 191356, "progress": 87}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496838.937136} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 193554, "progress": 88}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496841.134431} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 195751, "progress": 89}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496843.331539} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 197948, "progress": 90}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496845.5287383} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 200145, "progress": 91}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496847.7261174} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 202343, "progress": 92}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496849.9234295} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 204575, "progress": 93}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496852.1556818} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 206737, "progress": 94}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496854.317856} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 208934, "progress": 95}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496856.5150616} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 211132, "progress": 96}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496858.7123983} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 213329, "progress": 97}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496860.9096074} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 215526, "progress": 98}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496863.106723} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "real-time", "time_elapsed": 217723, "progress": 99}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496865.3039763} +{"track": {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 2, "duration_ms": 220734, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "height": 64, "width": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX", "upc": "075679974563"}, "artists": [{"type": "artistAlbumTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}}, "status_info": {"ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "status": "done", "final_path": "/app/downloads/Bruno Mars/Doo-Wops \uff06 Hooligans/2. Just the Way You Are.ogg", "download_quality": "OGG_320"}, "current_track": 22, "total_tracks": 22, "parent": {"type": "playlistTrack", "title": "Mid Aughts Date", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1759496871.8915644} +{"playlist": {"type": "playlist", "title": "Mid Aughts Date", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "Southbound and Sinking", "position": 0, "duration_ms": 194151, "artists": [{"type": "artistTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All The Truth That I Can Tell", "release_date": {"year": 2022, "month": 2, "day": 25}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273ba027138c34dcbd0754e69ea", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02ba027138c34dcbd0754e69ea", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851ba027138c34dcbd0754e69ea", "width": 64, "height": 64}], "ids": {"spotify": "7e8ZKs0jaBUKF0jHjbs0bD"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Dashboard Confessional", "ids": {"spotify": "4ERtgeBbWRkFzIz6LaFCeY"}}]}, "ids": {"spotify": "66PEDPuy2Fm2ilYHexHAJH", "isrc": "GBKPL2161545"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "21 Guns", "position": 0, "duration_ms": 321093, "artists": [{"type": "artistTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "21st Century Breakdown", "release_date": {"year": 2009, "month": 5, "day": 15}, "total_tracks": 18, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c2ced39899b0d67cd5a724fa", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c2ced39899b0d67cd5a724fa", "width": 64, "height": 64}], "ids": {"spotify": "1AHZd3C3S8m8fFrhFxyk79"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Green Day", "ids": {"spotify": "7oPftvlwr6VrsViSDV7fJY"}}]}, "ids": {"spotify": "64yrDBpcdwEdNY9loyEGbX", "isrc": "USRE10900679"}, "disc_number": 1, "track_number": 16, "explicit": false}, {"type": "trackPlaylist", "title": "When You Were Young", "position": 0, "duration_ms": 220426, "artists": [{"type": "artistTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Sam's Town", "release_date": {"year": 2006, "month": 9, "day": 27}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734f87f14089217e3f70a5f39e", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024f87f14089217e3f70a5f39e", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514f87f14089217e3f70a5f39e", "width": 64, "height": 64}], "ids": {"spotify": "4o3RJndRhHxkieQzQGhmbw"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}]}, "ids": {"spotify": "70wYA8oYHoMzhRRkARoMhU", "isrc": "USUM70605164"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "With Me", "position": 0, "duration_ms": 291360, "artists": [{"type": "artistTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Underclass Hero", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c5301bdbae7e2b35fe8024f", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c5301bdbae7e2b35fe8024f", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c5301bdbae7e2b35fe8024f", "width": 64, "height": 64}], "ids": {"spotify": "4fc73QNw5EjIorFfZ6n6YG"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Sum 41", "ids": {"spotify": "0qT79UgT5tY4yudH9VfsdT"}}]}, "ids": {"spotify": "1OTvWduKQV0MQd2gnGM9He", "isrc": "USUM70740344"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "High School Never Ends - Main Version - Explicit", "position": 0, "duration_ms": 209040, "artists": [{"type": "artistTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Great Burrito Extortion Case", "release_date": {"year": 2006}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737da35c3eff52adc7d9a6f01d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027da35c3eff52adc7d9a6f01d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517da35c3eff52adc7d9a6f01d", "width": 64, "height": 64}], "ids": {"spotify": "6vZyMIVJgA9c8MIkDtlHd2"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bowling For Soup", "ids": {"spotify": "5ND0mGcL9SKSjWIjPd0xIb"}}]}, "ids": {"spotify": "1bhjMY5O0ZjB41OHcdRH0a", "isrc": "USJI10600507"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Always", "position": 0, "duration_ms": 251893, "artists": [{"type": "artistTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "blink-182", "release_date": {"year": 2003, "month": 1, "day": 1}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730a4ae12eb3a9fb7e3815001c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020a4ae12eb3a9fb7e3815001c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510a4ae12eb3a9fb7e3815001c", "width": 64, "height": 64}], "ids": {"spotify": "6DMUAqxiFfLdqXv0vqcrQA"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "blink-182", "ids": {"spotify": "6FBDaR13swtiWwGhX1WQsP"}}]}, "ids": {"spotify": "1JfNuvdAIqI3ggkzXuBvPp", "isrc": "USMC10346117"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "You And Me", "position": 0, "duration_ms": 195493, "artists": [{"type": "artistTrackPlaylist", "name": "Lifehouse", "ids": {"spotify": "5PokPZn11xzZXyXSfnvIM3"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Lifehouse", "release_date": {"year": 2005, "month": 3, "day": 22}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a35daeab41d7d6da14cc809c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a35daeab41d7d6da14cc809c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a35daeab41d7d6da14cc809c", "width": 64, "height": 64}], "ids": {"spotify": "2hOY4rDu51XSBvtwfWgSmz"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Lifehouse", "ids": {"spotify": "5PokPZn11xzZXyXSfnvIM3"}}]}, "ids": {"spotify": "0815caqt2Lytro5EIzMufT", "isrc": "USDW10500001"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Man Who Can't Be Moved", "position": 0, "duration_ms": 241373, "artists": [{"type": "artistTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Script", "release_date": {"year": 2008, "month": 7, "day": 14}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f33a9f529c12f79b116eb218", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f33a9f529c12f79b116eb218", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f33a9f529c12f79b116eb218", "width": 64, "height": 64}], "ids": {"spotify": "1r5J0N6Ep181K0i8YuTYgO"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Script", "ids": {"spotify": "3AQRLZ9PuTAozP28Skbq8V"}}]}, "ids": {"spotify": "3nqqDo8CcCLke3ZoTgiOKf", "isrc": "GBARL0800144"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Dear Maria, Count Me In", "position": 0, "duration_ms": 182826, "artists": [{"type": "artistTrackPlaylist", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "So Wrong, It's Right", "release_date": {"year": 2007, "month": 9, "day": 25}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c8913cd7b91bb7f6bbbec305", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c8913cd7b91bb7f6bbbec305", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c8913cd7b91bb7f6bbbec305", "width": 64, "height": 64}], "ids": {"spotify": "0H4ELcHequ3OligrjWfrZP"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "All Time Low", "ids": {"spotify": "46gyXjRIvN1NL1eCB8GBxo"}}]}, "ids": {"spotify": "0JJP0IS4w0fJx01EcrfkDe", "isrc": "USHR20747017"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "When You're Gone", "position": 0, "duration_ms": 240493, "artists": [{"type": "artistTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Best Damn Thing (Expanded Edition)", "release_date": {"year": 2007, "month": 4, "day": 17}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273476cdf5837ae39eee951cc15", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02476cdf5837ae39eee951cc15", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851476cdf5837ae39eee951cc15", "width": 64, "height": 64}], "ids": {"spotify": "6lqE05fiHWJVYYdMVJNj38"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Avril Lavigne", "ids": {"spotify": "0p4nmQO2msCgU4IF37Wi3j"}}]}, "ids": {"spotify": "54JKnDB3CzVu8wNAOM27BI", "isrc": "USRC10700004"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Thnks fr th Mmrs", "position": 0, "duration_ms": 203506, "artists": [{"type": "artistTrackPlaylist", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Infinity On High", "release_date": {"year": 2007, "month": 1, "day": 1}, "total_tracks": 19, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273da071ae7564949fbbfc6904d", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02da071ae7564949fbbfc6904d", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851da071ae7564949fbbfc6904d", "width": 64, "height": 64}], "ids": {"spotify": "0hHopYqXhuvYSHtVyrcb1g"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Fall Out Boy", "ids": {"spotify": "4UXqAaa6dQYAk18Lv7PEgX"}}]}, "ids": {"spotify": "3Zwu2K0Qa5sT6teCCHPShP", "isrc": "USUM70700326"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "Bring Me To Life", "position": 0, "duration_ms": 235893, "artists": [{"type": "artistTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Fallen", "release_date": {"year": 2003, "month": 3, "day": 4}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27325f49ab23f0ec6332efef432", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0225f49ab23f0ec6332efef432", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485125f49ab23f0ec6332efef432", "width": 64, "height": 64}], "ids": {"spotify": "02w1xMzzdF2OJxTeh1basm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Evanescence", "ids": {"spotify": "5nGIFgo0shDenQYSE0Sn7c"}}]}, "ids": {"spotify": "0COqiPhxzoWICwFCS4eZcp", "isrc": "USWU30200093"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Great Escape", "position": 0, "duration_ms": 206520, "artists": [{"type": "artistTrackPlaylist", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Boys Like Girls", "release_date": {"year": 2006}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2739d5d8ac73325fec119eecfb3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e029d5d8ac73325fec119eecfb3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048519d5d8ac73325fec119eecfb3", "width": 64, "height": 64}], "ids": {"spotify": "47ttGApwQx3iAWz8tFFnNj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "BOYS LIKE GIRLS", "ids": {"spotify": "0vWCyXMrrvMlCcepuOJaGI"}}]}, "ids": {"spotify": "56Tl3UgyZTqfZtvFNS31wm", "isrc": "USSM10603069"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Fall For You", "position": 0, "duration_ms": 183586, "artists": [{"type": "artistTrackPlaylist", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "A Twist In My Story", "release_date": {"year": 2008, "month": 2, "day": 19}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2735cc5b5a10eaab8bea0206376", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e025cc5b5a10eaab8bea0206376", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048515cc5b5a10eaab8bea0206376", "width": 64, "height": 64}], "ids": {"spotify": "5gZWshCxaxuim3bSyRIc6n"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Secondhand Serenade", "ids": {"spotify": "6eouuqqGggqDlYRV63cgPo"}}]}, "ids": {"spotify": "0bJ7Fs6uqdILGFy8O7Stz7", "isrc": "USYAH0700007"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "How Far We've Come", "position": 0, "duration_ms": 212253, "artists": [{"type": "artistTrackPlaylist", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "How Far We've Come", "release_date": {"year": 2007, "month": 9, "day": 15}, "total_tracks": 3, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2730f9b32498b1d1053d4cc5c9c", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e020f9b32498b1d1053d4cc5c9c", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048510f9b32498b1d1053d4cc5c9c", "width": 64, "height": 64}], "ids": {"spotify": "4MSCZtaEE6o1EyrhJXVVf7"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Matchbox Twenty", "ids": {"spotify": "3Ngh2zDBRPEriyxQDAMKd1"}}]}, "ids": {"spotify": "1EHh1fC9FCKw31wotfXx7L", "isrc": "USAT20703843"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Welcome to My Life", "position": 0, "duration_ms": 206773, "artists": [{"type": "artistTrackPlaylist", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Still Not Getting Any...", "release_date": {"year": 2004, "month": 10, "day": 25}, "total_tracks": 11, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734b8f07661094509866c382f6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024b8f07661094509866c382f6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514b8f07661094509866c382f6", "width": 64, "height": 64}], "ids": {"spotify": "7l3v1MPa9GlbxbVJmaVrVd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Simple Plan", "ids": {"spotify": "2p4FqHnazRucYQHyDCdBrJ"}}]}, "ids": {"spotify": "714Lw0m2SmCEhKSPw0Dn8J", "isrc": "USAT20402001"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Accidentally In Love", "position": 0, "duration_ms": 188613, "artists": [{"type": "artistTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Accidentally In Love", "release_date": {"year": 2004, "month": 4, "day": 27}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273dddef0a8d96f918c482d5da3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02dddef0a8d96f918c482d5da3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851dddef0a8d96f918c482d5da3", "width": 64, "height": 64}], "ids": {"spotify": "70NalxU5fQaMxOpe0T69Ob"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Counting Crows", "ids": {"spotify": "0vEsuISMWAKNctLlUAhSZC"}}]}, "ids": {"spotify": "4ccM2xBxicGigjLqt6A0YY", "isrc": "USIR10400291"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Tonight, Tonight - Remastered 2012", "position": 0, "duration_ms": 254626, "artists": [{"type": "artistTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Mellon Collie And The Infinite Sadness (Deluxe Edition)", "release_date": {"year": 1995}, "total_tracks": 92, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273431ac6e6f393acf475730ec6", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02431ac6e6f393acf475730ec6", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851431ac6e6f393acf475730ec6", "width": 64, "height": 64}], "ids": {"spotify": "55RhFRyQFihIyGf61MgcfV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "The Smashing Pumpkins", "ids": {"spotify": "40Yq4vzPs9VNUrIBG5Jr2i"}}]}, "ids": {"spotify": "7bu0znpSbTks0O6I98ij0W", "isrc": "USVI21200893"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "I Want You To Want Me", "position": 0, "duration_ms": 205906, "artists": [{"type": "artistTrackPlaylist", "name": "Letters To Cleo", "ids": {"spotify": "7E41j1yL9ZeTWfqe9bUGgw"}}], "album": {"type": "albumTrackPlaylist", "album_type": "compilation", "title": "10 Things I Hate About You (Original Motion Picture Soundtrack)", "release_date": {"year": 1999, "month": 4, "day": 6}, "total_tracks": 14, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d4c64264cb63b6bee8884052", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d4c64264cb63b6bee8884052", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d4c64264cb63b6bee8884052", "width": 64, "height": 64}], "ids": {"spotify": "3EnOwzB0GDpmVlEzJhOmNR"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "ids": {"spotify": "3JSlThUtSZKbwhO9dURnxB", "isrc": "USHR10215178"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Hey, Soul Sister", "position": 0, "duration_ms": 216773, "artists": [{"type": "artistTrackPlaylist", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Save Me, San Francisco (Golden Gate Edition)", "release_date": {"year": 2010, "month": 12, "day": 1}, "total_tracks": 19, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736ff8bc258e3ebc835ffe14ca", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026ff8bc258e3ebc835ffe14ca", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516ff8bc258e3ebc835ffe14ca", "width": 64, "height": 64}], "ids": {"spotify": "1CwXS6MAz8Wo7K4TzW9iuR"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Train", "ids": {"spotify": "3FUY2gzHeIiaesXtOAdB7A"}}]}, "ids": {"spotify": "4HlFJV71xXKIGcU3kRyttv", "isrc": "USSM10904113"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Love You Like A Love Song", "position": 0, "duration_ms": 188453, "artists": [{"type": "artistTrackPlaylist", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "When The Sun Goes Down", "release_date": {"year": 2011, "month": 1, "day": 1}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2731c8193de8d62b2ffa49a09db", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e021c8193de8d62b2ffa49a09db", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048511c8193de8d62b2ffa49a09db", "width": 64, "height": 64}], "ids": {"spotify": "49yHvRh1cOfLcEKukEP7Ox"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Selena Gomez & The Scene", "ids": {"spotify": "6dJeKm76NjfXBNTpHmOhfO"}}]}, "ids": {"spotify": "0laYHRpNTS6i8FXdupHkJ4", "isrc": "USHR11132668"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Just the Way You Are", "position": 0, "duration_ms": 220734, "artists": [{"type": "artistTrackPlaylist", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Doo-Wops & Hooligans", "release_date": {"year": 2010, "month": 5, "day": 11}, "total_tracks": 10, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273f6b55ca93bd33211227b502b", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02f6b55ca93bd33211227b502b", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851f6b55ca93bd33211227b502b", "width": 64, "height": 64}], "ids": {"spotify": "1uyf3l2d4XYwiEqAb7t7fX"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Bruno Mars", "ids": {"spotify": "0du5cEVh5yTK9QJze8zA0C"}}]}, "ids": {"spotify": "7BqBn9nzAq8spo5e7cZ0dJ", "isrc": "USAT21001269"}, "disc_number": 1, "track_number": 2, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e021c5301bdbae7e2b35fe8024fab67616d00001e024f87f14089217e3f70a5f39eab67616d00001e02ba027138c34dcbd0754e69eaab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e021c5301bdbae7e2b35fe8024fab67616d00001e024f87f14089217e3f70a5f39eab67616d00001e02ba027138c34dcbd0754e69eaab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e021c5301bdbae7e2b35fe8024fab67616d00001e024f87f14089217e3f70a5f39eab67616d00001e02ba027138c34dcbd0754e69eaab67616d00001e02c2ced39899b0d67cd5a724fa", "width": 60}], "ids": {"spotify": "4S9DyCZ3Ts1GW3wFyGCpU3"}}, "status_info": {"ids": {"spotify": "4S9DyCZ3Ts1GW3wFyGCpU3"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Southbound and Sinking", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Dashboard Confessional", "ids": {}}], "ids": {}}, {"type": "track", "title": "High School Never Ends - Main Version - Explicit", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Bowling For Soup", "ids": {}}], "ids": {}}, {"type": "track", "title": "Always", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "blink-182", "ids": {}}], "ids": {}}, {"type": "track", "title": "Dear Maria, Count Me In", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "All Time Low", "ids": {}}], "ids": {}}, {"type": "track", "title": "When You're Gone", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Avril Lavigne", "ids": {}}], "ids": {}}, {"type": "track", "title": "Thnks fr th Mmrs", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Fall Out Boy", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Great Escape", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "BOYS LIKE GIRLS", "ids": {}}], "ids": {}}, {"type": "track", "title": "Fall For You", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Secondhand Serenade", "ids": {}}], "ids": {}}, {"type": "track", "title": "How Far We've Come", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Matchbox Twenty", "ids": {}}], "ids": {}}, {"type": "track", "title": "Welcome to My Life", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Simple Plan", "ids": {}}], "ids": {}}, {"type": "track", "title": "Accidentally In Love", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Counting Crows", "ids": {}}], "ids": {}}, {"type": "track", "title": "Tonight, Tonight - Remastered 2012", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Smashing Pumpkins", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Want You To Want Me", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Letters To Cleo", "ids": {}}], "ids": {}}, {"type": "track", "title": "Hey, Soul Sister", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Train", "ids": {}}], "ids": {}}, {"type": "track", "title": "Love You Like A Love Song", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Selena Gomez & The Scene", "ids": {}}], "ids": {}}, {"type": "track", "title": "Just the Way You Are", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Bruno Mars", "ids": {}}], "ids": {}}], "skipped_tracks": [{"type": "track", "title": "21 Guns", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Green Day", "ids": {}}], "ids": {}}, {"type": "track", "title": "When You Were Young", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {}}], "ids": {}}, {"type": "track", "title": "With Me", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Sum 41", "ids": {}}], "ids": {}}, {"type": "track", "title": "You And Me", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Lifehouse", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Man Who Can't Be Moved", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "The Script", "ids": {}}], "ids": {}}, {"type": "track", "title": "Bring Me To Life", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Evanescence", "ids": {}}], "ids": {}}], "failed_tracks": [], "total_successful": 16, "total_skipped": 6, "total_failed": 0, "service": "spotify", "m3u_path": "/app/downloads/playlists/Mid Aughts Date.m3u", "quality": "ogg", "bitrate": "320k"}}, "timestamp": 1759496902.5497627} diff --git a/logs/tasks/c666e528-2175-4eda-a4f2-8a63d90daa76.log b/logs/tasks/c666e528-2175-4eda-a4f2-8a63d90daa76.log new file mode 100644 index 0000000..c1999a8 --- /dev/null +++ b/logs/tasks/c666e528-2175-4eda-a4f2-8a63d90daa76.log @@ -0,0 +1 @@ +{"track": {"type": "track", "title": "Touchy Feely Fool", "disc_number": 1, "track_number": 2, "duration_ms": 215000, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3PY47EpOouHdbDI4z5jw3v", "isrc": "USUG12305393"}}, "status_info": {"ids": {"spotify": "3PY47EpOouHdbDI4z5jw3v", "isrc": "USUG12305393"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Maybe Man/2. Touchy Feely Fool.ogg'"}, "timestamp": 1757338560.213535} diff --git a/logs/tasks/cb9ae08c-d510-4131-81e7-46745f47631d.log b/logs/tasks/cb9ae08c-d510-4131-81e7-46745f47631d.log new file mode 100644 index 0000000..8f52607 --- /dev/null +++ b/logs/tasks/cb9ae08c-d510-4131-81e7-46745f47631d.log @@ -0,0 +1,2366 @@ +{"playlist": {"type": "playlist", "title": "This Is AJR json", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "World's Smallest Violin", "position": 0, "duration_ms": 180742, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2GujK1FWxxOZ118PaWNgbZ", "isrc": "QMRSZ2003324"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Burn The House Down", "position": 0, "duration_ms": 212373, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "width": 64, "height": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2QKLrgXNQtK2c8QbLRO3XC", "isrc": "QMRSZ1702960"}, "disc_number": 1, "track_number": 14, "explicit": false}, {"type": "trackPlaylist", "title": "Yes I'm A Mess", "position": 0, "duration_ms": 164973, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "3LDNcikQd7Zui9gJCISTtR", "isrc": "USUG12305391"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Betty", "position": 0, "duration_ms": 163666, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "width": 64, "height": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Bang!", "position": 0, "duration_ms": 170858, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4SQLQfcR0vhyIN4uPBlc0d", "isrc": "QMRSZ2000128"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "100 Bad Days", "position": 0, "duration_ms": 212783, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4rnyUV17cSZGsz18xJNdjL", "isrc": "QMRSZ1900001"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Sober Up - feat. Rivers Cuomo", "position": 0, "duration_ms": 218763, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrackPlaylist", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Inertia", "position": 0, "duration_ms": 220933, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Way Less Sad", "position": 0, "duration_ms": 206108, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1UDhFEt0NlOFKwWRQJTgHe", "isrc": "QMRSZ2003325"}, "disc_number": 1, "track_number": 12, "explicit": false}, {"type": "trackPlaylist", "title": "Record Player", "position": 0, "duration_ms": 149538, "artists": [{"type": "artistTrackPlaylist", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "width": 64, "height": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "disc_number": 1, "track_number": 13, "explicit": false}, {"type": "trackPlaylist", "title": "Weak", "position": 0, "duration_ms": 201159, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2sVcBaVtBPM9vIFk1Jnbw8", "isrc": "USKFE1620002"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Karma", "position": 0, "duration_ms": 245269, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2skZSmKuBgg37tMT2JnZUn", "isrc": "QMRSZ1900095"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "3 O'Clock Things", "position": 0, "duration_ms": 228376, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1gHvJW02LvPeywVfS6Els8", "isrc": "QMRSZ2003328"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Maybe Man", "position": 0, "duration_ms": 220093, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "The Good Part", "position": 0, "duration_ms": 227267, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "44B9xspO3RycWjEJ3D8cKl", "isrc": "QMRSZ1701239"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "All My Favorite Songs (feat. AJR)", "position": 0, "duration_ms": 170720, "artists": [{"type": "artistTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "width": 64, "height": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Too Late (with AJR)", "position": 0, "duration_ms": 175760, "artists": [{"type": "artistTrackPlaylist", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "width": 64, "height": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "Touchy Feely Fool", "position": 0, "duration_ms": 215000, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "3PY47EpOouHdbDI4z5jw3v", "isrc": "USUG12305393"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Don't Throw Out My Legos", "position": 0, "duration_ms": 250839, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Bummerland", "position": 0, "duration_ms": 189115, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Lotto", "position": 0, "duration_ms": 193695, "artists": [{"type": "artistTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "width": 64, "height": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "I Won't", "position": 0, "duration_ms": 168426, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "I'm Ready", "position": 0, "duration_ms": 227378, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1mrhtttwywSD9smpjBvEgN", "isrc": "TCABQ1306458"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Ordinaryish People - feat. Blue Man Group", "position": 0, "duration_ms": 219994, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrackPlaylist", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Wow, I'm Not Crazy", "position": 0, "duration_ms": 196762, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "14xbykyRq3TEr7KthSDo86", "isrc": "QMRSZ1900102"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Steve\u2019s Going to London", "position": 0, "duration_ms": 287746, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Come Hang Out", "position": 0, "duration_ms": 266239, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "disc_number": 1, "track_number": 13, "explicit": false}, {"type": "trackPlaylist", "title": "Pretender - Acoustic", "position": 0, "duration_ms": 181350, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "width": 64, "height": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "disc_number": 1, "track_number": 17, "explicit": false}, {"type": "trackPlaylist", "title": "Birthday Party", "position": 0, "duration_ms": 223947, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "01zWTQLmP8nh01IRry09Vn", "isrc": "QMRSZ1900096"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Let The Games Begin", "position": 0, "duration_ms": 201004, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "width": 64, "height": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Turning Out", "position": 0, "duration_ms": 260961, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "Pitchfork Kids", "position": 0, "duration_ms": 211963, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "Break My Face", "position": 0, "duration_ms": 226335, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Celebrate", "position": 0, "duration_ms": 197720, "artists": [{"type": "artistTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "width": 64, "height": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "I'm Not Famous", "position": 0, "duration_ms": 220457, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "0OyCP3RIRZxPGflLv14InQ", "isrc": "QM4ZV1500102"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Pretender (feat. Lil Yachty & AJR)", "position": 0, "duration_ms": 188737, "artists": [{"type": "artistTrackPlaylist", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrackPlaylist", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "width": 64, "height": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Role Models", "position": 0, "duration_ms": 192173, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "width": 64, "height": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2JVFDm3vw7VsgkjVhIagSl", "isrc": "QMRSZ1801580"}, "disc_number": 1, "track_number": 15, "explicit": false}, {"type": "trackPlaylist", "title": "Infinity", "position": 0, "duration_ms": 239721, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "position": 0, "duration_ms": 207671, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "release_date": {"year": 2017, "month": 3, "day": 31}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734dc3bda8e12768137b6ff9e2", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024dc3bda8e12768137b6ff9e2", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514dc3bda8e12768137b6ff9e2", "width": 64, "height": 64}], "ids": {"spotify": "3kpwyX2FvLj2AHlf9Hz6g9"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5pK0D945BMVOukrhkutL9L", "isrc": "TCACZ1712030"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Location - Recorded at Spotify Studios NYC", "position": 0, "duration_ms": 178794, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "width": 64, "height": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Growing Old On Bleeker Street", "position": 0, "duration_ms": 203070, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "disc_number": 1, "track_number": 13, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0204a3ca0d3bf91c88f969f905ab67616d00001e026f5ce4d8a47a853515d61f06ab67616d00001e0274be78bd14d095c8d76943a0ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0204a3ca0d3bf91c88f969f905ab67616d00001e026f5ce4d8a47a853515d61f06ab67616d00001e0274be78bd14d095c8d76943a0ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0204a3ca0d3bf91c88f969f905ab67616d00001e026f5ce4d8a47a853515d61f06ab67616d00001e0274be78bd14d095c8d76943a0ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 60}], "ids": {"spotify": "259gKG1wa6wIWN8TdzRmar"}}, "status_info": {"ids": {"spotify": "259gKG1wa6wIWN8TdzRmar"}, "status": "initializing"}, "timestamp": 1757340724.0421333} +{"track": {"type": "track", "title": "World's Smallest Violin", "disc_number": 1, "track_number": 11, "duration_ms": 180742, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2GujK1FWxxOZ118PaWNgbZ", "isrc": "QMRSZ2003324"}}, "status_info": {"ids": {"spotify": "2GujK1FWxxOZ118PaWNgbZ", "isrc": "QMRSZ2003324"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/OK ORCHESTRA/11. World's Smallest Violin.ogg'"}, "current_track": 1, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340724.5403373} +{"track": {"type": "track", "title": "Burn The House Down", "disc_number": 1, "track_number": 14, "duration_ms": 212373, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2QKLrgXNQtK2c8QbLRO3XC", "isrc": "QMRSZ1702960"}}, "status_info": {"ids": {"spotify": "2QKLrgXNQtK2c8QbLRO3XC", "isrc": "QMRSZ1702960"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Click (Deluxe Edition)/14. Burn The House Down.ogg'"}, "current_track": 2, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340724.8875504} +{"track": {"type": "track", "title": "Yes I'm A Mess", "disc_number": 1, "track_number": 3, "duration_ms": 164973, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3LDNcikQd7Zui9gJCISTtR", "isrc": "USUG12305391"}}, "status_info": {"ids": {"spotify": "3LDNcikQd7Zui9gJCISTtR", "isrc": "USUG12305391"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Maybe Man/3. Yes I'm A Mess.ogg'"}, "current_track": 3, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340725.0026996} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "initializing"}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340725.1155288} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340725.622869} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 1586, "progress": 1}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340727.20964} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 3168, "progress": 2}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340728.7918432} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 4847, "progress": 3}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340730.4710138} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 6433, "progress": 4}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340732.0568714} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 8112, "progress": 5}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340733.7360606} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 9698, "progress": 6}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340735.3220842} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 11377, "progress": 7}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340737.0011685} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 12963, "progress": 8}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340738.587246} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 14643, "progress": 9}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340740.2663965} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 16229, "progress": 10}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340741.8524818} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 17940, "progress": 11}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340743.56355} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 19494, "progress": 12}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340745.117567} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 21173, "progress": 13}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340746.7966871} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 22759, "progress": 14}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340748.382622} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 24438, "progress": 15}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340750.061852} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 26024, "progress": 16}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340751.6478446} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 27703, "progress": 17}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340753.3269784} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 29289, "progress": 18}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340754.913088} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 30968, "progress": 19}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340756.592171} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 32554, "progress": 20}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340758.1781647} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 34140, "progress": 21}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340759.764158} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 35853, "progress": 22}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340761.4762506} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 37405, "progress": 23}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340763.029251} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 39085, "progress": 24}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340764.7080584} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 40670, "progress": 25}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340766.294306} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 42350, "progress": 26}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340767.973475} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 43936, "progress": 27}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340769.5595896} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 45615, "progress": 28}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340771.2386456} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 47201, "progress": 29}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340772.8246152} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 48880, "progress": 30}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340774.5039833} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 50466, "progress": 31}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340776.0898814} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 52145, "progress": 32}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340777.7690406} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 53763, "progress": 33}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340779.3861313} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 55410, "progress": 34}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340781.0342772} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 56996, "progress": 35}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340782.6202228} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 58676, "progress": 36}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340784.2994473} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 60261, "progress": 37}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340785.8852818} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 61847, "progress": 38}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340787.4711442} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 63527, "progress": 39}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340789.1505387} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 65113, "progress": 40}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340790.736498} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 66792, "progress": 41}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340792.41561} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 68378, "progress": 42}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340794.0016036} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 70057, "progress": 43}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340795.6808581} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 71676, "progress": 44}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340797.2992635} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 73322, "progress": 45}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340798.945983} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 74908, "progress": 46}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340800.531917} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 76587, "progress": 47}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340802.2110496} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 78173, "progress": 48}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340803.7970674} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 79852, "progress": 49}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340805.4762304} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 81438, "progress": 50}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340807.0621421} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 83118, "progress": 51}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340808.7414522} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 84703, "progress": 52}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340810.3272758} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 86383, "progress": 53}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340812.006487} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 87969, "progress": 54}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340813.5925868} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 89648, "progress": 55}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340815.2714736} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 91234, "progress": 56}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340816.8575106} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 92820, "progress": 57}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340818.4436014} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 94499, "progress": 58}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340820.1228304} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 96085, "progress": 59}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340821.7088115} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 97764, "progress": 60}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340823.3879142} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 99350, "progress": 61}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340824.973932} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 101029, "progress": 62}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340826.653134} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 102615, "progress": 63}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340828.2380433} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 104294, "progress": 64}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340829.9183006} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 105880, "progress": 65}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340831.504154} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 107559, "progress": 66}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340833.183311} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 109145, "progress": 67}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340834.769187} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 110825, "progress": 68}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340836.4486794} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 112411, "progress": 69}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340838.0344615} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 114090, "progress": 70}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340839.7139328} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 115676, "progress": 71}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340841.2997134} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 117355, "progress": 72}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340842.9788258} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 118941, "progress": 73}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340844.5649407} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 120527, "progress": 74}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340846.1506083} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 122206, "progress": 75}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340847.8299942} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 123792, "progress": 76}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340849.4158845} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 125471, "progress": 77}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340851.0951564} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 127057, "progress": 78}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340852.6811213} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 128736, "progress": 79}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340854.3603451} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 130322, "progress": 80}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340855.94609} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 132002, "progress": 81}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340857.6254983} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 133588, "progress": 82}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340859.2114089} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 135267, "progress": 83}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340860.890665} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 136852, "progress": 84}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340862.476245} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 138532, "progress": 85}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340864.1557593} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 140118, "progress": 86}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340865.741554} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 141797, "progress": 87}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340867.420848} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 143383, "progress": 88}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340869.0067482} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 145062, "progress": 89}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340870.6859467} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 146648, "progress": 90}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340872.2720683} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 148327, "progress": 91}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340873.9511447} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 149913, "progress": 92}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340875.53707} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 151499, "progress": 93}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340877.123077} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 153178, "progress": 94}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340878.8021166} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 154764, "progress": 95}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340880.3875792} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 156444, "progress": 96}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340882.0675046} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 158029, "progress": 97}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340883.653291} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 159709, "progress": 98}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340885.3327003} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "real-time", "time_elapsed": 161295, "progress": 99}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340886.9184883} +{"track": {"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 163666, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "height": 64, "width": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku", "upc": "751238061591"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}}, "status_info": {"ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "status": "done", "final_path": "/app/downloads/AJR/Betty/1. Betty.ogg", "download_quality": "OGG_320"}, "current_track": 4, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340892.1612985} +{"track": {"type": "track", "title": "Bang!", "disc_number": 1, "track_number": 7, "duration_ms": 170858, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4SQLQfcR0vhyIN4uPBlc0d", "isrc": "QMRSZ2000128"}}, "status_info": {"ids": {"spotify": "4SQLQfcR0vhyIN4uPBlc0d", "isrc": "QMRSZ2000128"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/OK ORCHESTRA/7. Bang!.ogg'"}, "current_track": 5, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340940.5940168} +{"track": {"type": "track", "title": "100 Bad Days", "disc_number": 1, "track_number": 3, "duration_ms": 212783, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4rnyUV17cSZGsz18xJNdjL", "isrc": "QMRSZ1900001"}}, "status_info": {"ids": {"spotify": "4rnyUV17cSZGsz18xJNdjL", "isrc": "QMRSZ1900001"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/Neotheater/3. 100 Bad Days.ogg'"}, "current_track": 6, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340940.8091512} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "initializing"}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340940.9277089} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340941.144286} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 2140, "progress": 1}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340943.284803} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 4276, "progress": 2}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340945.4209116} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 6505, "progress": 3}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340947.6497676} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 8644, "progress": 4}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340949.78937} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 10873, "progress": 5}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340952.0183165} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 13013, "progress": 6}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340954.1580503} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 15242, "progress": 7}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340956.3868318} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 17382, "progress": 8}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340958.5266528} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 19610, "progress": 9}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340960.7555711} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 21750, "progress": 10}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340962.895276} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 23979, "progress": 11}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340965.1240807} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 26119, "progress": 12}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340967.2639508} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 28258, "progress": 13}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340969.4034498} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 30487, "progress": 14}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340971.6324546} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 32627, "progress": 15}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340973.7722497} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 34856, "progress": 16}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340976.0010383} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 36996, "progress": 17}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340978.1408513} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 39225, "progress": 18}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340980.3697243} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 41364, "progress": 19}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340982.5084622} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 43593, "progress": 20}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340984.7383208} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 45733, "progress": 21}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340986.8779879} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 47872, "progress": 22}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340989.0176427} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 50101, "progress": 23}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340991.2465272} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 52241, "progress": 24}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340993.3863769} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 54470, "progress": 25}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340995.6151881} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 56610, "progress": 26}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340997.7549732} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 58839, "progress": 27}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757340999.9839559} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 60978, "progress": 28}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341002.1234252} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 63207, "progress": 29}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341004.352396} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 65347, "progress": 30}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341006.492087} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 67576, "progress": 31}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341008.7211075} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 69716, "progress": 32}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341010.8608189} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 71855, "progress": 33}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341013.0005858} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 74084, "progress": 34}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341015.229336} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 76224, "progress": 35}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341017.369156} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 78453, "progress": 36}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341019.5980017} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 80593, "progress": 37}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341021.737771} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 82821, "progress": 38}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341023.9664884} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 84961, "progress": 39}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341026.1063185} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 87190, "progress": 40}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341028.3351872} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 89330, "progress": 41}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341030.4749923} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 91559, "progress": 42}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341032.7038293} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 93698, "progress": 43}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341034.8435454} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 95838, "progress": 44}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341036.9832897} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 98067, "progress": 45}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341039.2121208} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 100207, "progress": 46}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341041.3518178} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 102436, "progress": 47}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341043.5808413} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 104575, "progress": 48}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341045.720629} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 106804, "progress": 49}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341047.949383} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 108944, "progress": 50}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341050.0891511} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 111173, "progress": 51}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341052.3178947} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 113313, "progress": 52}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341054.457701} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 115452, "progress": 53}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341056.597355} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 117681, "progress": 54}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341058.8262668} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 119853, "progress": 55}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341060.9977865} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 122050, "progress": 56}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341063.1948214} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 124189, "progress": 57}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341065.3345969} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 126418, "progress": 58}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341067.5635686} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 128558, "progress": 59}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341069.7031047} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 130787, "progress": 60}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341071.9322758} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 132927, "progress": 61}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341074.07189} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 135156, "progress": 62}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341076.3008306} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 137295, "progress": 63}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341078.440384} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 139435, "progress": 64}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341080.5802429} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 141664, "progress": 65}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341082.809129} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 143804, "progress": 66}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341084.948884} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 146033, "progress": 67}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341087.1777263} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 148172, "progress": 68}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341089.3174052} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 150401, "progress": 69}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341091.546224} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 152541, "progress": 70}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341093.685955} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 154770, "progress": 71}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341095.9148939} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 156942, "progress": 72}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341098.0868282} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 159138, "progress": 73}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341100.2833924} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 161278, "progress": 74}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341102.423249} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 163418, "progress": 75}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341104.5627587} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 165647, "progress": 76}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341106.7916782} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 167786, "progress": 77}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341108.93161} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 170015, "progress": 78}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341111.1604981} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 172155, "progress": 79}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341113.300203} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 174384, "progress": 80}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341115.5289714} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 176524, "progress": 81}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341117.6688628} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 178752, "progress": 82}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341119.897552} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 180892, "progress": 83}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341122.0374112} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 183032, "progress": 84}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341124.1771483} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 185261, "progress": 85}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341126.4059129} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 187401, "progress": 86}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341128.5457532} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 189629, "progress": 87}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341130.7745454} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 191769, "progress": 88}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341132.9142752} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 194031, "progress": 89}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341135.176141} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 196138, "progress": 90}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341137.2830102} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 198367, "progress": 91}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341139.5118403} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 200506, "progress": 92}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341141.6514332} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 202735, "progress": 93}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341143.880517} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 204875, "progress": 94}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341146.0201936} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 207015, "progress": 95}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341148.1599245} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 209244, "progress": 96}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341150.3887188} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 211383, "progress": 97}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341152.5274198} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 213612, "progress": 98}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341154.757381} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "real-time", "time_elapsed": 215752, "progress": 99}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341156.8971436} +{"track": {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 4, "duration_ms": 218763, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}}, "status_info": {"ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "status": "done", "final_path": "/app/downloads/AJR\uff1b Rivers Cuomo/The Click/4. Sober Up - feat. Rivers Cuomo.ogg", "download_quality": "OGG_320"}, "current_track": 7, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341163.7397108} +{"track": {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 5, "duration_ms": 220933, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}}, "status_info": {"ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Maybe Man/5. Inertia.ogg'"}, "current_track": 8, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341211.0837407} +{"track": {"type": "track", "title": "Way Less Sad", "disc_number": 1, "track_number": 12, "duration_ms": 206108, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1UDhFEt0NlOFKwWRQJTgHe", "isrc": "QMRSZ2003325"}}, "status_info": {"ids": {"spotify": "1UDhFEt0NlOFKwWRQJTgHe", "isrc": "QMRSZ2003325"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/OK ORCHESTRA/12. Way Less Sad.ogg'"}, "current_track": 9, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341211.6515431} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "initializing"}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341212.0310218} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341212.7660303} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 1400, "progress": 1}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341214.167291} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 2901, "progress": 2}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341215.6676471} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 4397, "progress": 3}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341217.1640773} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 5897, "progress": 4}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341218.6644695} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 7398, "progress": 5}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341220.1649976} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 8898, "progress": 6}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341221.6653311} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 10399, "progress": 7}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341223.1658626} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 11899, "progress": 8}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341224.666267} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 13400, "progress": 9}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341226.166753} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 14800, "progress": 10}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341227.5671268} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 16300, "progress": 11}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341229.0674193} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 17801, "progress": 12}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341230.5680668} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 19301, "progress": 13}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341232.0684783} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 20802, "progress": 14}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341233.5688407} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 22302, "progress": 15}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341235.0693347} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 23803, "progress": 16}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341236.569583} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 25303, "progress": 17}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341238.070085} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 26804, "progress": 18}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341239.5705109} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 28304, "progress": 19}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341241.0709403} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 29704, "progress": 20}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341242.4714663} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 31205, "progress": 21}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341243.9718142} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 32705, "progress": 22}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341245.4724226} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 34206, "progress": 23}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341246.97277} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 35706, "progress": 24}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341248.4732134} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 37207, "progress": 25}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341249.973663} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 38707, "progress": 26}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341251.4740026} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 40207, "progress": 27}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341252.9744103} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 41708, "progress": 28}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341254.4749737} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 43208, "progress": 29}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341255.9754317} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 44609, "progress": 30}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341257.3758245} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 46109, "progress": 31}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341258.8763468} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 47610, "progress": 32}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341260.3766253} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 49110, "progress": 33}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341261.877163} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 50611, "progress": 34}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341263.3775609} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 52111, "progress": 35}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341264.877931} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 53611, "progress": 36}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341266.3783343} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 55112, "progress": 37}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341267.8788247} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 56612, "progress": 38}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341269.3793187} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 58013, "progress": 39}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341270.7795825} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 59513, "progress": 40}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341272.280193} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 61014, "progress": 41}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341273.780652} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 62514, "progress": 42}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341275.2810972} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 64061, "progress": 43}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341276.827905} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 65515, "progress": 44}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341278.2818916} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 67015, "progress": 45}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341279.78233} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 68516, "progress": 46}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341281.2828588} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 70016, "progress": 47}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341282.7832036} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 71517, "progress": 48}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341284.2837186} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 72917, "progress": 49}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341285.6834936} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 74417, "progress": 50}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341287.1845808} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 75918, "progress": 51}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341288.6848779} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 77418, "progress": 52}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341290.1854053} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 78919, "progress": 53}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341291.6856697} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 80419, "progress": 54}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341293.1862578} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 81920, "progress": 55}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341294.686652} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 83420, "progress": 56}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341296.1870515} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 84921, "progress": 57}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341297.6876056} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 86321, "progress": 58}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341299.0878313} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 87821, "progress": 59}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341300.5885036} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 89322, "progress": 60}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341302.0888338} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 90822, "progress": 61}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341303.58929} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 92323, "progress": 62}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341305.08962} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 93823, "progress": 63}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341306.5901947} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 95324, "progress": 64}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341308.0906115} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 96824, "progress": 65}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341309.5910356} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 98324, "progress": 66}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341311.0914874} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 99825, "progress": 67}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341312.591988} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 101225, "progress": 68}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341313.9923987} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 102726, "progress": 69}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341315.4927528} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 104226, "progress": 70}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341316.99321} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 105727, "progress": 71}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341318.493695} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 107227, "progress": 72}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341319.994071} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 108727, "progress": 73}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341321.4944289} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 110228, "progress": 74}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341322.9950058} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 111728, "progress": 75}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341324.4953835} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 113229, "progress": 76}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341325.9957328} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 114729, "progress": 77}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341327.4961703} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 116130, "progress": 78}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341328.8966887} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 117630, "progress": 79}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341330.3971615} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 119131, "progress": 80}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341331.897623} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 120631, "progress": 81}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341333.3980057} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 122131, "progress": 82}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341334.8982587} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 123632, "progress": 83}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341336.3987412} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 125132, "progress": 84}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341337.899199} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 126633, "progress": 85}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341339.3996496} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 128133, "progress": 86}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341340.8999434} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 129533, "progress": 87}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341342.300533} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 131034, "progress": 88}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341343.8010445} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 132534, "progress": 89}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341345.3009942} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 134035, "progress": 90}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341346.8019273} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 135535, "progress": 91}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341348.3022883} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 137036, "progress": 92}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341349.802802} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 138536, "progress": 93}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341351.303209} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 140037, "progress": 94}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341352.8035147} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 141537, "progress": 95}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341354.3041315} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 143037, "progress": 96}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341355.8044472} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 144438, "progress": 97}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341357.204898} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 145938, "progress": 98}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341358.7052493} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "real-time", "time_elapsed": 147439, "progress": 99}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341360.2058678} +{"track": {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 13, "duration_ms": 149538, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "height": 64, "width": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4", "upc": "00050087518523"}, "artists": [{"type": "artistAlbumTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}}, "status_info": {"ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "status": "done", "final_path": "/app/downloads/Daisy the Great\uff1b AJR/All You Need Is Time (Deluxe Edition)/13. Record Player.ogg", "download_quality": "OGG_320"}, "current_track": 10, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341364.706186} +{"track": {"type": "track", "title": "Weak", "disc_number": 1, "track_number": 3, "duration_ms": 201159, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2sVcBaVtBPM9vIFk1Jnbw8", "isrc": "USKFE1620002"}}, "status_info": {"ids": {"spotify": "2sVcBaVtBPM9vIFk1Jnbw8", "isrc": "USKFE1620002"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Click/3. Weak.ogg'"}, "current_track": 11, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341387.251885} +{"track": {"type": "track", "title": "Karma", "disc_number": 1, "track_number": 8, "duration_ms": 245269, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2skZSmKuBgg37tMT2JnZUn", "isrc": "QMRSZ1900095"}}, "status_info": {"ids": {"spotify": "2skZSmKuBgg37tMT2JnZUn", "isrc": "QMRSZ1900095"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/Neotheater/8. Karma.ogg'"}, "current_track": 12, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341387.474405} +{"track": {"type": "track", "title": "3 O'Clock Things", "disc_number": 1, "track_number": 3, "duration_ms": 228376, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1gHvJW02LvPeywVfS6Els8", "isrc": "QMRSZ2003328"}}, "status_info": {"ids": {"spotify": "1gHvJW02LvPeywVfS6Els8", "isrc": "QMRSZ2003328"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/OK ORCHESTRA/3. 3 O'Clock Things.ogg'"}, "current_track": 13, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341387.7068875} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "initializing"}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341387.8456097} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341388.0721617} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 2141, "progress": 1}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341390.2144923} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 4368, "progress": 2}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341392.4415772} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 6599, "progress": 3}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341394.6723256} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 8740, "progress": 4}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341396.8134937} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 10971, "progress": 5}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341399.044516} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 13113, "progress": 6}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341401.1859553} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 15343, "progress": 7}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341403.4167585} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 17574, "progress": 8}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341405.6473603} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 19716, "progress": 9}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341407.7889438} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 21946, "progress": 10}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341410.0195808} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 24177, "progress": 11}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341412.2502468} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 26319, "progress": 12}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341414.3917763} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 28595, "progress": 13}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341416.6674979} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 30780, "progress": 14}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341418.8530593} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 32921, "progress": 15}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341420.9946775} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 35152, "progress": 16}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341423.2253528} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 37383, "progress": 17}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341425.4560666} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 39524, "progress": 18}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341427.597453} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 41755, "progress": 19}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341429.8281271} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 43986, "progress": 20}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341432.0589738} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 46127, "progress": 21}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341434.20045} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 48358, "progress": 22}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341436.4310062} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 50589, "progress": 23}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341438.6614137} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 52730, "progress": 24}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341440.8031573} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 54961, "progress": 25}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341443.0338862} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 57192, "progress": 26}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341445.264812} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 59333, "progress": 27}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341447.4061952} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 61564, "progress": 28}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341449.6368513} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 63794, "progress": 29}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341451.8673723} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 65936, "progress": 30}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341454.009011} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 68167, "progress": 31}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341456.2396967} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 70397, "progress": 32}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341458.4704888} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 72539, "progress": 33}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341460.6119158} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 74770, "progress": 34}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341462.842701} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 76911, "progress": 35}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341464.9841115} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 79142, "progress": 36}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341467.2147307} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 81372, "progress": 37}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341469.4454827} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 83514, "progress": 38}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341471.5870366} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 85745, "progress": 39}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341473.8177667} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 87975, "progress": 40}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341476.048491} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 90117, "progress": 41}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341478.1899714} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 92347, "progress": 42}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341480.4205484} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 94578, "progress": 43}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341482.6513748} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 96720, "progress": 44}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341484.7927952} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 98950, "progress": 45}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341487.0235398} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 101181, "progress": 46}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341489.2540917} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 103322, "progress": 47}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341491.3955848} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 105553, "progress": 48}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341493.6262627} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 107784, "progress": 49}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341495.8570478} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 109925, "progress": 50}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341497.9986324} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 112156, "progress": 51}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341500.2291942} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 114387, "progress": 52}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341502.4596722} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 116528, "progress": 53}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341504.6014776} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 118759, "progress": 54}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341506.8320696} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 120990, "progress": 55}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341509.0629342} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 123131, "progress": 56}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341511.2044473} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 125362, "progress": 57}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341513.4350896} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 127593, "progress": 58}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341515.6658173} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 129734, "progress": 59}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341517.8072608} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 131965, "progress": 60}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341520.0378857} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 134241, "progress": 61}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341522.3140752} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 136337, "progress": 62}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341524.4101768} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 138568, "progress": 63}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341526.640821} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 140798, "progress": 64}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341528.8715062} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 142940, "progress": 65}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341531.0129588} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 145171, "progress": 66}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341533.2437456} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 147312, "progress": 67}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341535.3851469} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 149543, "progress": 68}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341537.6159503} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 151773, "progress": 69}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341539.84669} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 153915, "progress": 70}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341541.9881866} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 156146, "progress": 71}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341544.2187216} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 158376, "progress": 72}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341546.4495003} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 160518, "progress": 73}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341548.5908568} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 162794, "progress": 74}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341550.8670704} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 164979, "progress": 75}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341553.0523987} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 167121, "progress": 76}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341555.1938987} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 169351, "progress": 77}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341557.424639} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 171582, "progress": 78}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341559.6552348} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 173724, "progress": 79}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341561.7967193} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 175954, "progress": 80}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341564.0274987} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 178185, "progress": 81}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341566.2582753} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 180327, "progress": 82}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341568.3997164} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 182557, "progress": 83}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341570.630399} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 184788, "progress": 84}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341572.8610206} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 186929, "progress": 85}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341575.0019171} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 189160, "progress": 86}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341577.2332792} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 191391, "progress": 87}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341579.4640777} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 193532, "progress": 88}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341581.6054678} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 195763, "progress": 89}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341583.8360996} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 197994, "progress": 90}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341586.0669248} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 200135, "progress": 91}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341588.208392} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 202366, "progress": 92}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341590.4389083} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 204597, "progress": 93}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341592.669788} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 206738, "progress": 94}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341594.811248} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 208969, "progress": 95}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341597.041881} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 211199, "progress": 96}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341599.272607} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 213341, "progress": 97}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341601.4141579} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 215572, "progress": 98}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341603.6449287} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "real-time", "time_elapsed": 217713, "progress": 99}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341605.78622} +{"track": {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 220093, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}}, "status_info": {"ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "status": "done", "final_path": "/app/downloads/AJR/The Maybe Man/1. Maybe Man.ogg", "download_quality": "OGG_320"}, "current_track": 14, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341612.7357621} +{"track": {"type": "track", "title": "The Good Part", "disc_number": 1, "track_number": 2, "duration_ms": 227267, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "44B9xspO3RycWjEJ3D8cKl", "isrc": "QMRSZ1701239"}}, "status_info": {"ids": {"spotify": "44B9xspO3RycWjEJ3D8cKl", "isrc": "QMRSZ1701239"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Click/2. The Good Part.ogg'"}, "current_track": 15, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341681.8461456} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "initializing"}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341681.9884799} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341682.2843807} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 1642, "progress": 1}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341683.9273515} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 3383, "progress": 2}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341685.6682212} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 5025, "progress": 3}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341687.3104348} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 6770, "progress": 4}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341689.055328} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 8412, "progress": 5}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341690.6975658} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 10157, "progress": 6}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341692.4423604} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 11799, "progress": 7}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341694.0847828} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 13544, "progress": 8}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341695.829609} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 15289, "progress": 9}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341697.5745192} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 16931, "progress": 10}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341699.2167296} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 18676, "progress": 11}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341700.96154} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 20318, "progress": 12}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341702.603828} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 22063, "progress": 13}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341704.348878} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 23706, "progress": 14}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341705.9910588} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 25451, "progress": 15}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341707.7360117} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 27195, "progress": 16}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341709.4808102} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 28838, "progress": 17}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341711.1230264} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 30583, "progress": 18}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341712.8680642} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 32225, "progress": 19}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341714.5101233} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 33970, "progress": 20}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341716.2551458} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 35612, "progress": 21}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341717.897266} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 37357, "progress": 22}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341719.642322} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 38999, "progress": 23}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341721.2845848} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 40744, "progress": 24}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341723.0294333} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 42489, "progress": 25}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341724.7743368} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 44131, "progress": 26}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341726.4165192} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 45876, "progress": 27}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341728.1614015} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 47518, "progress": 28}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341729.80366} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 49296, "progress": 29}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341731.5807426} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 50905, "progress": 30}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341733.1907828} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 52650, "progress": 31}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341734.9357908} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 54395, "progress": 32}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341736.6806233} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 56038, "progress": 33}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341738.322984} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 57782, "progress": 34}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341740.0678442} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 59425, "progress": 35}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341741.7100613} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 61170, "progress": 36}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341743.4549978} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 62812, "progress": 37}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341745.097234} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 64557, "progress": 38}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341746.8419611} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 66199, "progress": 39}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341748.4844146} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 67944, "progress": 40}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341750.2291765} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 69689, "progress": 41}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341751.9740875} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 71331, "progress": 42}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341753.6164567} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 73076, "progress": 43}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341755.3613052} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 74718, "progress": 44}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341757.0035646} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 76463, "progress": 45}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341758.748384} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 78105, "progress": 46}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341760.3907087} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 79850, "progress": 47}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341762.1353786} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 81595, "progress": 48}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341763.8800385} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 83237, "progress": 49}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341765.5227838} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 84982, "progress": 50}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341767.2676334} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 86625, "progress": 51}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341768.909976} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 88369, "progress": 52}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341770.6546836} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 90012, "progress": 53}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341772.2971082} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 91757, "progress": 54}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341774.042001} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 93399, "progress": 55}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341775.6841471} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 95144, "progress": 56}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341777.4291363} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 96889, "progress": 57}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341779.1740274} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 98564, "progress": 58}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341780.8488617} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 100276, "progress": 59}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341782.5610476} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 101918, "progress": 60}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341784.2033176} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 103663, "progress": 61}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341785.9481506} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 105305, "progress": 62}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341787.5904696} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 107050, "progress": 63}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341789.3354383} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 108795, "progress": 64}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341791.080354} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 110437, "progress": 65}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341792.7225916} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 112182, "progress": 66}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341794.4673672} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 113824, "progress": 67}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341796.1097677} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 115569, "progress": 68}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341797.854357} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 117212, "progress": 69}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341799.496934} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 118956, "progress": 70}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341801.241764} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 120599, "progress": 71}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341802.8839223} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 122344, "progress": 72}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341804.628994} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 124088, "progress": 73}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341806.3738081} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 125731, "progress": 74}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341808.0161517} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 127476, "progress": 75}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341809.7609127} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 129118, "progress": 76}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341811.4031181} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 130863, "progress": 77}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341813.1482072} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 132505, "progress": 78}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341814.7902133} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 134250, "progress": 79}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341816.5352974} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 135995, "progress": 80}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341818.280202} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 137637, "progress": 81}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341819.9223197} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 139382, "progress": 82}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341821.6671784} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 141024, "progress": 83}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341823.30948} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 142769, "progress": 84}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341825.054314} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 144411, "progress": 85}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341826.696654} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 146156, "progress": 86}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341828.4416118} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 147831, "progress": 87}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341830.1155329} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 149543, "progress": 88}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341831.8288245} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 151288, "progress": 89}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341833.5735395} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 152930, "progress": 90}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341835.2158048} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 154675, "progress": 91}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341836.9608324} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 156318, "progress": 92}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341838.603077} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 158063, "progress": 93}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341840.34768} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 159705, "progress": 94}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341841.9901195} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 161450, "progress": 95}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341843.7351596} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 163194, "progress": 96}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341845.4797037} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 164837, "progress": 97}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341847.1221411} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 166582, "progress": 98}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341848.867173} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "real-time", "time_elapsed": 168224, "progress": 99}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341850.5094144} +{"track": {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 170720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "height": 64, "width": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H", "upc": "075679782120"}, "artists": [{"type": "artistAlbumTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}}, "status_info": {"ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "status": "done", "final_path": "/app/downloads/Weezer\uff1b AJR/All My Favorite Songs (feat. AJR)/1. All My Favorite Songs (feat. AJR).ogg", "download_quality": "OGG_320"}, "current_track": 16, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341855.5463765} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "initializing"}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341883.8891296} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341884.1422818} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 1661, "progress": 1}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341885.8040514} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 3410, "progress": 2}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341887.552247} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 5163, "progress": 3}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341889.306424} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 6916, "progress": 4}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341891.05955} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 8669, "progress": 5}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341892.8125181} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 10422, "progress": 6}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341894.5656521} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 12176, "progress": 7}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341896.3185828} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 13929, "progress": 8}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341898.0719786} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 15682, "progress": 9}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341899.8250377} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 17435, "progress": 10}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341901.578225} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 19188, "progress": 11}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341903.3313434} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 20941, "progress": 12}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341905.0843406} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 22694, "progress": 13}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341906.837373} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 24447, "progress": 14}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341908.5905886} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 26200, "progress": 15}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341910.343655} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 27954, "progress": 16}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341912.0969844} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 29707, "progress": 17}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341913.8499496} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 31460, "progress": 18}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341915.6030273} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 33213, "progress": 19}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341917.3562667} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 34966, "progress": 20}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341919.109361} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 36719, "progress": 21}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341920.8623736} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 38472, "progress": 22}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341922.615599} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 40225, "progress": 23}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341924.3687618} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 41978, "progress": 24}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341926.1216593} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 43732, "progress": 25}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341927.8748357} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 45485, "progress": 26}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341929.6279807} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 47284, "progress": 27}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341931.4272983} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 48991, "progress": 28}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341933.1342616} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 50744, "progress": 29}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341934.8873217} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 52497, "progress": 30}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341936.6405818} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 54158, "progress": 31}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341938.3013313} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 55911, "progress": 32}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341940.0543225} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 57664, "progress": 33}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341941.8074732} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 59417, "progress": 34}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341943.5607338} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 61170, "progress": 35}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341945.3136604} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 62924, "progress": 36}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341947.0669687} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 64677, "progress": 37}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341948.8201246} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 66430, "progress": 38}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341950.5731661} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 68183, "progress": 39}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341952.326281} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 69936, "progress": 40}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341954.0793648} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 71689, "progress": 41}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341955.8324192} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 73442, "progress": 42}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341957.5855942} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 75195, "progress": 43}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341959.338665} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 76949, "progress": 44}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341961.091896} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 78702, "progress": 45}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341962.8450027} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 80455, "progress": 46}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341964.598076} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 82208, "progress": 47}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341966.3511577} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 83961, "progress": 48}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341968.1042345} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 85714, "progress": 49}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341969.8573496} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 87467, "progress": 50}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341971.6104448} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 89220, "progress": 51}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341973.3635423} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 90973, "progress": 52}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341975.1166856} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 92727, "progress": 53}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341976.8698053} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 94526, "progress": 54}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341978.6691096} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 96233, "progress": 55}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341980.3760753} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 97986, "progress": 56}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341982.1291955} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 99739, "progress": 57}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341983.8823142} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 101492, "progress": 58}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341985.6353412} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 103245, "progress": 59}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341987.3884897} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 104998, "progress": 60}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341989.141676} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 106659, "progress": 61}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341990.802517} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 108412, "progress": 62}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341992.5555124} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 110165, "progress": 63}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341994.3086827} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 111918, "progress": 64}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341996.061669} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 113672, "progress": 65}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341997.8149817} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 115425, "progress": 66}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757341999.5681493} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 117178, "progress": 67}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342001.3210185} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 118931, "progress": 68}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342003.074233} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 120684, "progress": 69}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342004.827415} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 122437, "progress": 70}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342006.5804687} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 124190, "progress": 71}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342008.3336616} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 125943, "progress": 72}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342010.085639} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 127697, "progress": 73}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342011.8397512} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 129450, "progress": 74}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342013.5930388} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 131203, "progress": 75}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342015.346047} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 132956, "progress": 76}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342017.098933} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 134709, "progress": 77}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342018.852388} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 136462, "progress": 78}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342020.6054556} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 138215, "progress": 79}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342022.3585365} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 139968, "progress": 80}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342024.1117089} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 141768, "progress": 81}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342025.910512} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 143475, "progress": 82}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342027.6177871} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 145228, "progress": 83}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342029.371042} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 146981, "progress": 84}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342031.1239967} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 148734, "progress": 85}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342032.8772485} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 150487, "progress": 86}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342034.6303632} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 152240, "progress": 87}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342036.3834796} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 153993, "progress": 88}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342038.1365619} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 155746, "progress": 89}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342039.888881} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 157500, "progress": 90}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342041.642835} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 159160, "progress": 91}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342043.3036418} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 160913, "progress": 92}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342045.0568147} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 162667, "progress": 93}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342046.8098183} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 164420, "progress": 94}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342048.5630782} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 166173, "progress": 95}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342050.316171} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 167926, "progress": 96}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342052.0692263} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 169679, "progress": 97}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342053.8223388} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 171432, "progress": 98}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342055.5753999} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "real-time", "time_elapsed": 173185, "progress": 99}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342057.3286161} +{"track": {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 7, "duration_ms": 175760, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "height": 64, "width": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9", "upc": "00602448983534"}, "artists": [{"type": "artistAlbumTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}}, "status_info": {"ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "status": "done", "final_path": "/app/downloads/Quinn XCII\uff1b AJR/The People's Champ/7. Too Late (with AJR).ogg", "download_quality": "OGG_320"}, "current_track": 17, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342062.8290577} +{"track": {"type": "track", "title": "Touchy Feely Fool", "disc_number": 1, "track_number": 2, "duration_ms": 215000, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "3PY47EpOouHdbDI4z5jw3v", "isrc": "USUG12305393"}}, "status_info": {"ids": {"spotify": "3PY47EpOouHdbDI4z5jw3v", "isrc": "USUG12305393"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Maybe Man/2. Touchy Feely Fool.ogg'"}, "current_track": 18, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342100.3096106} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "initializing"}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342100.674422} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342100.8954751} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 2452, "progress": 1}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342103.348383} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 4991, "progress": 2}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342105.8873448} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 7443, "progress": 3}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342108.3394096} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 9986, "progress": 4}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342110.8822358} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 12438, "progress": 5}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342113.334225} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 14981, "progress": 6}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342115.8770783} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 17466, "progress": 7}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342118.3618412} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 19975, "progress": 8}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342120.8717647} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 22427, "progress": 9}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342123.3239245} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 24970, "progress": 10}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342125.8665597} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 27422, "progress": 11}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342128.3186414} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 29965, "progress": 12}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342130.861449} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 32417, "progress": 13}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342133.3134506} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 34960, "progress": 14}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342135.8562877} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 37412, "progress": 15}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342138.3081515} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 39955, "progress": 16}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342140.851096} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 42497, "progress": 17}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342143.3937762} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 44949, "progress": 18}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342145.8459175} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 47492, "progress": 19}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342148.3887954} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 49944, "progress": 20}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342150.8406315} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 52487, "progress": 21}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342153.3833947} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 54939, "progress": 22}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342155.8354638} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 57482, "progress": 23}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342158.3782108} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 59934, "progress": 24}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342160.8302164} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 62477, "progress": 25}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342163.3731647} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 64928, "progress": 26}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342165.8249378} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 67471, "progress": 27}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342168.3678088} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 69923, "progress": 28}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342170.819971} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 72466, "progress": 29}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342173.3625941} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 74918, "progress": 30}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342175.8147016} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 77461, "progress": 31}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342178.3573663} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 79913, "progress": 32}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342180.80953} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 82456, "progress": 33}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342183.3523493} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 84999, "progress": 34}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342185.8951554} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 87451, "progress": 35}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342188.3471215} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 89993, "progress": 36}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342190.8899412} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 92445, "progress": 37}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342193.3419487} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 94988, "progress": 38}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342195.88479} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 97440, "progress": 39}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342198.3367836} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 99983, "progress": 40}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342200.879548} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 102435, "progress": 41}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342203.3313024} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 104978, "progress": 42}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342205.8743365} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 107430, "progress": 43}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342208.3263683} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 109973, "progress": 44}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342210.8690531} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 112425, "progress": 45}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342213.3211675} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 114967, "progress": 46}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342215.8638937} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 117420, "progress": 47}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342218.3161073} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 119962, "progress": 48}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342220.8588097} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 122414, "progress": 49}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342223.3106408} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 124989, "progress": 50}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342225.8855221} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 127409, "progress": 51}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342228.3053887} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 129952, "progress": 52}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342230.848415} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 132495, "progress": 53}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342233.3911877} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 134947, "progress": 54}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342235.8431191} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 137489, "progress": 55}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342238.3859637} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 139942, "progress": 56}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342240.8380146} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 142484, "progress": 57}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342243.3807027} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 144936, "progress": 58}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342245.8326204} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 147479, "progress": 59}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342248.3756285} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 149931, "progress": 60}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342250.827579} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 152474, "progress": 61}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342253.37032} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 154926, "progress": 62}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342255.8222873} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 157469, "progress": 63}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342258.365231} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 159921, "progress": 64}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342260.8171148} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 162463, "progress": 65}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342263.3599708} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 164916, "progress": 66}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342265.8120782} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 167458, "progress": 67}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342268.3546965} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 169910, "progress": 68}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342270.806739} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 172453, "progress": 69}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342273.3493457} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 174996, "progress": 70}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342275.892488} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 177448, "progress": 71}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342278.3444662} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 179991, "progress": 72}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342280.887138} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 182443, "progress": 73}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342283.3392477} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 184985, "progress": 74}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342285.8819518} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 187438, "progress": 75}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342288.334039} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 189980, "progress": 76}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342290.8768888} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 192432, "progress": 77}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342293.3288753} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 194975, "progress": 78}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342295.8716538} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 197427, "progress": 79}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342298.3236306} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 199970, "progress": 80}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342300.86635} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 202422, "progress": 81}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342303.318466} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 204965, "progress": 82}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342305.861249} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 207417, "progress": 83}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342308.3133054} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 209960, "progress": 84}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342310.8561215} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 212412, "progress": 85}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342313.3080926} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 214954, "progress": 86}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342315.8507216} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 217497, "progress": 87}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342318.39333} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 219949, "progress": 88}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342320.8456798} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 222492, "progress": 89}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342323.3884118} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 224944, "progress": 90}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342325.8403807} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 227487, "progress": 91}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342328.3832188} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 229939, "progress": 92}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342330.8353615} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 232515, "progress": 93}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342333.4110587} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 234934, "progress": 94}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342335.8300316} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 237476, "progress": 95}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342338.372964} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 239928, "progress": 96}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342340.824856} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 242471, "progress": 97}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342343.3676114} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 244923, "progress": 98}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342345.8197105} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "real-time", "time_elapsed": 247466, "progress": 99}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342348.3625038} +{"track": {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 4, "duration_ms": 250839, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}}, "status_info": {"ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "status": "done", "final_path": "/app/downloads/AJR/Neotheater/4. Don't Throw Out My Legos.ogg", "download_quality": "OGG_320"}, "current_track": 19, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342355.9462655} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "initializing"}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342411.1133962} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342411.5560193} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 1821, "progress": 1}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342413.377837} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 3734, "progress": 2}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342415.290813} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 5651, "progress": 3}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342417.2076588} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 7472, "progress": 4}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342419.0286827} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 9389, "progress": 5}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342420.9455802} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 11306, "progress": 6}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342422.862435} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 13222, "progress": 7}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342424.779325} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 15043, "progress": 8}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342426.6002882} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 16960, "progress": 9}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342428.5170934} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 18877, "progress": 10}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342430.4341562} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 20698, "progress": 11}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342432.2549884} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 22615, "progress": 12}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342434.1719656} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 24579, "progress": 13}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342436.1354635} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 26449, "progress": 14}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342438.0057726} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 28270, "progress": 15}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342439.826809} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 30187, "progress": 16}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342441.7435267} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 32104, "progress": 17}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342443.6604588} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 33925, "progress": 18}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342445.4814816} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 35842, "progress": 19}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342447.3984547} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 37758, "progress": 20}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342449.3153372} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 39675, "progress": 21}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342451.2322798} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 41496, "progress": 22}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342453.0532832} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 43413, "progress": 23}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342454.9701355} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 45330, "progress": 24}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342456.8870134} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 47247, "progress": 25}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342458.8039057} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 49114, "progress": 26}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342460.6704087} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 50985, "progress": 27}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342462.5417814} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 52902, "progress": 28}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342464.4585557} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 54723, "progress": 29}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342466.2797005} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 56640, "progress": 30}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342468.1965132} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 58556, "progress": 31}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342470.1133235} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 60473, "progress": 32}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342472.0302334} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 62294, "progress": 33}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342473.8512723} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 64211, "progress": 34}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342475.7682786} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 66128, "progress": 35}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342477.6851575} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 67949, "progress": 36}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342479.5061862} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 69866, "progress": 37}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342481.4230382} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 71783, "progress": 38}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342483.3398178} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 73700, "progress": 39}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342485.2566743} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 75521, "progress": 40}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342487.0776722} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 77438, "progress": 41}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342488.9946682} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 79355, "progress": 42}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342490.911528} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 81176, "progress": 43}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342492.732623} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 83092, "progress": 44}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342494.6493428} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 85009, "progress": 45}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342496.5663457} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 86926, "progress": 46}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342498.4831352} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 88747, "progress": 47}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342500.3043191} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 90664, "progress": 48}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342502.22116} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 92581, "progress": 49}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342504.138044} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 94498, "progress": 50}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342506.0548656} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 96319, "progress": 51}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342507.8759909} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 98236, "progress": 52}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342509.7927587} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 100153, "progress": 53}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342511.7095547} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 101974, "progress": 54}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342513.5306864} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 103891, "progress": 55}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342515.4474747} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 105808, "progress": 56}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342517.3645022} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 107724, "progress": 57}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342519.2812755} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 109545, "progress": 58}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342521.102197} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 111462, "progress": 59}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342523.0191422} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 113379, "progress": 60}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342524.9361901} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 115200, "progress": 61}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342526.757163} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 117117, "progress": 62}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342528.6739194} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 119034, "progress": 63}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342530.5908} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 120951, "progress": 64}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342532.5078092} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 122772, "progress": 65}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342534.3286834} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 124689, "progress": 66}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342536.244688} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 126606, "progress": 67}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342538.1625419} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 128427, "progress": 68}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342539.9835773} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 130344, "progress": 69}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342541.9004881} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 132260, "progress": 70}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342543.817327} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 134177, "progress": 71}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342545.734264} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 135998, "progress": 72}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342547.5552917} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 137915, "progress": 73}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342549.471973} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 139832, "progress": 74}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342551.3890631} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 141749, "progress": 75}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342553.3059273} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 143570, "progress": 76}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342555.1268969} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 145487, "progress": 77}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342557.043569} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 147404, "progress": 78}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342558.9606874} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 149225, "progress": 79}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342560.7814627} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 151142, "progress": 80}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342562.6984522} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 153058, "progress": 81}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342564.6152909} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 154975, "progress": 82}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342566.5323913} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 156796, "progress": 83}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342568.3533666} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 158713, "progress": 84}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342570.270121} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 160630, "progress": 85}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342572.1870186} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 162451, "progress": 86}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342574.008175} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 164368, "progress": 87}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342575.9249406} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 166285, "progress": 88}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342577.8419054} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 168202, "progress": 89}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342579.7586508} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 170023, "progress": 90}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342581.579811} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 171940, "progress": 91}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342583.4967093} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 173857, "progress": 92}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342585.413552} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 175678, "progress": 93}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342587.2345865} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 177594, "progress": 94}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342589.1513627} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 179511, "progress": 95}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342591.0682635} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 181428, "progress": 96}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342592.9851475} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 183249, "progress": 97}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342594.806269} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 185166, "progress": 98}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342596.7230408} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "real-time", "time_elapsed": 187128, "progress": 99}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342598.6846614} +{"track": {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 2, "duration_ms": 189115, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}}, "status_info": {"ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "status": "done", "final_path": "/app/downloads/AJR/OK ORCHESTRA/2. Bummerland.ogg", "download_quality": "OGG_320"}, "current_track": 20, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342604.3209655} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "initializing"}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342670.1688335} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342670.3938227} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 1927, "progress": 1}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342672.321967} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 3851, "progress": 2}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342674.2457762} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 5778, "progress": 3}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342676.1731837} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 7706, "progress": 4}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342678.1005375} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 9633, "progress": 5}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342680.0277748} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 11560, "progress": 6}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342681.954983} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 13488, "progress": 7}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342683.8824968} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 15415, "progress": 8}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342685.8096073} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 17342, "progress": 9}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342687.737022} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 19269, "progress": 10}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342689.6643722} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 21197, "progress": 11}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342691.591758} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 23124, "progress": 12}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342693.5190656} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 25052, "progress": 13}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342695.4464068} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 26979, "progress": 14}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342697.3737266} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 28906, "progress": 15}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342699.3011026} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 30868, "progress": 16}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342701.2620168} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 32761, "progress": 17}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342703.1556597} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 34688, "progress": 18}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342705.083054} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 36615, "progress": 19}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342707.0102808} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 38543, "progress": 20}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342708.9376948} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 40470, "progress": 21}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342710.8646781} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 42398, "progress": 22}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342712.792448} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 44325, "progress": 23}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342714.7197554} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 46252, "progress": 24}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342716.6469493} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 48180, "progress": 25}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342718.5743825} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 50107, "progress": 26}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342720.5015807} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 52034, "progress": 27}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342722.4290552} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 53962, "progress": 28}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342724.3564122} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 55889, "progress": 29}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342726.2836585} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 57816, "progress": 30}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342728.211002} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 59743, "progress": 31}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342730.1382453} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 61758, "progress": 32}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342732.153259} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 63686, "progress": 33}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342734.0806468} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 65613, "progress": 34}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342736.0079584} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 67540, "progress": 35}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342737.9352405} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 69468, "progress": 36}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342739.8624804} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 71395, "progress": 37}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342741.7897844} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 73322, "progress": 38}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342743.7172327} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 75250, "progress": 39}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342745.6445985} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 77177, "progress": 40}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342747.571932} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 79104, "progress": 41}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342749.499295} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 81032, "progress": 42}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342751.4265773} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 82959, "progress": 43}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342753.3537529} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 84886, "progress": 44}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342755.2812386} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 86814, "progress": 45}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342757.2085922} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 88741, "progress": 46}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342759.1357934} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 90668, "progress": 47}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342761.0631142} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 92596, "progress": 48}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342762.9901614} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 94523, "progress": 49}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342764.917728} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 96450, "progress": 50}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342766.8451962} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 98378, "progress": 51}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342768.77258} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 100305, "progress": 52}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342770.6998389} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 102232, "progress": 53}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342772.6272092} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 104160, "progress": 54}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342774.5545473} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 106087, "progress": 55}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342776.4818604} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 108014, "progress": 56}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342778.4092329} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 109942, "progress": 57}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342780.3365624} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 111869, "progress": 58}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342782.2637997} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 113796, "progress": 59}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342784.1910539} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 115724, "progress": 60}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342786.118385} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 117651, "progress": 61}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342788.0456405} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 119578, "progress": 62}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342789.9731736} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 121506, "progress": 63}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342791.9004254} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 123433, "progress": 64}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342793.8276067} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 125448, "progress": 65}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342795.8427749} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 127375, "progress": 66}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342797.7700543} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 129302, "progress": 67}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342799.6972084} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 131230, "progress": 68}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342801.6247764} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 133157, "progress": 69}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342803.5520709} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 135084, "progress": 70}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342805.4793003} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 137012, "progress": 71}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342807.4067233} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 138939, "progress": 72}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342809.3339303} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 140867, "progress": 73}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342811.2613716} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 142794, "progress": 74}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342813.1886525} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 144721, "progress": 75}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342815.1160924} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 146648, "progress": 76}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342817.0431848} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 148609, "progress": 77}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342819.0035827} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 150503, "progress": 78}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342820.897996} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 152431, "progress": 79}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342822.8253558} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 154358, "progress": 80}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342824.7527285} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 156285, "progress": 81}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342826.6800568} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 158212, "progress": 82}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342828.6072636} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 160140, "progress": 83}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342830.5346882} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 162067, "progress": 84}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342832.4619708} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 163994, "progress": 85}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342834.3893032} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 165922, "progress": 86}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342836.3166137} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 167849, "progress": 87}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342838.2439983} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 169776, "progress": 88}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342840.1712909} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 171704, "progress": 89}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342842.09858} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 173631, "progress": 90}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342844.0259793} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 175558, "progress": 91}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342845.9533036} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 177486, "progress": 92}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342847.8807087} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 179445, "progress": 93}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342849.8397548} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 181340, "progress": 94}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342851.7351632} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 183268, "progress": 95}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342853.6625805} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 185195, "progress": 96}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342855.5899186} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 187122, "progress": 97}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342857.5172858} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 189137, "progress": 98}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342859.5323093} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "real-time", "time_elapsed": 191065, "progress": 99}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342861.459417} +{"track": {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 193695, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "height": 64, "width": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj", "upc": "00190394938161"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}}, "status_info": {"ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "status": "done", "final_path": "/app/downloads/Ingrid Michaelson\uff1b AJR/The Lotto/1. The Lotto.ogg", "download_quality": "OGG_320"}, "current_track": 21, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342867.6315904} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "initializing"}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342895.0110536} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342895.2327716} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 1679, "progress": 1}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342896.9126115} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 3354, "progress": 2}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342898.5876808} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 5033, "progress": 3}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342900.2667243} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 6712, "progress": 4}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342901.9459412} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 8391, "progress": 5}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342903.624918} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 10070, "progress": 6}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342905.304119} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 11749, "progress": 7}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342906.9831822} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 13428, "progress": 8}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342908.6621423} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 15107, "progress": 9}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342910.341165} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 16787, "progress": 10}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342912.0203156} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 18466, "progress": 11}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342913.6994743} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 20145, "progress": 12}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342915.378455} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 21824, "progress": 13}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342917.0574121} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 23503, "progress": 14}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342918.7365818} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 25182, "progress": 15}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342920.4158242} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 26861, "progress": 16}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342922.0946484} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 28540, "progress": 17}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342923.7739565} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 30219, "progress": 18}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342925.4530182} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 31898, "progress": 19}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342927.132151} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 33577, "progress": 20}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342928.8111017} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 35257, "progress": 21}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342930.4903035} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 36936, "progress": 22}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342932.1692574} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 38615, "progress": 23}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342933.8484995} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 40294, "progress": 24}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342935.5274148} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 41973, "progress": 25}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342937.206656} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 43652, "progress": 26}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342938.8846204} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 45331, "progress": 27}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342940.5647192} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 47010, "progress": 28}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342942.2439697} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 48689, "progress": 29}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342943.922925} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 50368, "progress": 30}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342945.6019616} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 52047, "progress": 31}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342947.2811422} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 53759, "progress": 32}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342948.9928267} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 55406, "progress": 33}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342950.6392767} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 57084, "progress": 34}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342952.3182263} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 58764, "progress": 35}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342953.997436} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 60443, "progress": 36}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342955.6764657} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 62122, "progress": 37}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342957.3554876} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 63801, "progress": 38}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342959.0345602} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 65480, "progress": 39}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342960.7137647} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 67159, "progress": 40}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342962.392829} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 68838, "progress": 41}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342964.0719333} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 70517, "progress": 42}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342965.7509012} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 72196, "progress": 43}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342967.4299953} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 73875, "progress": 44}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342969.1091} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 75554, "progress": 45}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342970.7882805} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 77234, "progress": 46}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342972.4673216} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 78913, "progress": 47}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342974.146306} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 80592, "progress": 48}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342975.825477} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 82271, "progress": 49}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342977.5044968} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 83950, "progress": 50}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342979.1835063} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 85629, "progress": 51}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342980.862734} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 87308, "progress": 52}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342982.5418508} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 88987, "progress": 53}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342984.2209408} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 90666, "progress": 54}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342985.899937} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 92345, "progress": 55}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342987.5789778} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 94024, "progress": 56}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342989.2581542} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 95703, "progress": 57}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342990.9371898} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 97383, "progress": 58}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342992.616333} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 99062, "progress": 59}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342994.2953537} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 100741, "progress": 60}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342995.9743428} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 102420, "progress": 61}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342997.6535196} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 104099, "progress": 62}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757342999.3326735} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 105778, "progress": 63}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343001.0115752} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 107489, "progress": 64}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343002.7224448} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 109136, "progress": 65}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343004.3698683} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 110815, "progress": 66}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343006.048838} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 112494, "progress": 67}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343007.7279122} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 114173, "progress": 68}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343009.4070935} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 115852, "progress": 69}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343011.086084} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 117531, "progress": 70}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343012.7648199} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 119211, "progress": 71}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343014.444405} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 120890, "progress": 72}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343016.1234148} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 122569, "progress": 73}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343017.8024898} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 124248, "progress": 74}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343019.4815335} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 125927, "progress": 75}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343021.160743} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 127606, "progress": 76}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343022.8397512} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 129285, "progress": 77}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343024.518839} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 130964, "progress": 78}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343026.1979232} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 132643, "progress": 79}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343027.8770254} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 134322, "progress": 80}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343029.5560513} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 136001, "progress": 81}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343031.2351227} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 137680, "progress": 82}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343032.91423} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 139360, "progress": 83}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343034.593363} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 141039, "progress": 84}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343036.2724164} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 142718, "progress": 85}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343037.951462} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 144397, "progress": 86}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343039.6305335} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 146076, "progress": 87}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343041.3095052} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 147755, "progress": 88}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343042.9887662} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 149434, "progress": 89}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343044.6677935} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 151113, "progress": 90}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343046.3469136} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 152792, "progress": 91}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343048.025826} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 154471, "progress": 92}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343049.7050486} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 156150, "progress": 93}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343051.3841412} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 157829, "progress": 94}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343053.0631766} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 159508, "progress": 95}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343054.742218} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 161221, "progress": 96}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343056.4543476} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 162867, "progress": 97}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343058.100142} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 164546, "progress": 98}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343059.7795155} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "real-time", "time_elapsed": 166225, "progress": 99}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343061.4586122} +{"track": {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 9, "duration_ms": 168426, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}}, "status_info": {"ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "status": "done", "final_path": "/app/downloads/AJR/The Maybe Man/9. I Won't.ogg", "download_quality": "OGG_320"}, "current_track": 22, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343066.5817435} +{"track": {"type": "track", "title": "I'm Ready", "disc_number": 1, "track_number": 3, "duration_ms": 227378, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1mrhtttwywSD9smpjBvEgN", "isrc": "TCABQ1306458"}}, "status_info": {"ids": {"spotify": "1mrhtttwywSD9smpjBvEgN", "isrc": "TCABQ1306458"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/Living Room/3. I'm Ready.ogg'"}, "current_track": 23, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343119.2221453} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "initializing"}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343119.3523762} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343119.576251} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 2132, "progress": 1}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343121.7094033} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 4358, "progress": 2}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343123.9351153} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 6490, "progress": 3}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343126.0675344} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 8720, "progress": 4}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343128.296978} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 10949, "progress": 5}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343130.5265548} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 13082, "progress": 6}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343132.658988} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 15311, "progress": 7}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343134.8885343} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 17444, "progress": 8}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343137.0210805} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 19673, "progress": 9}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343139.2504609} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 21806, "progress": 10}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343141.3829923} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 24035, "progress": 11}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343143.6124575} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 26265, "progress": 12}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343145.8418713} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 28397, "progress": 13}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343147.9742818} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 30627, "progress": 14}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343150.2038383} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 32759, "progress": 15}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343152.336104} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 34989, "progress": 16}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343154.5658238} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 37251, "progress": 17}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343156.827962} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 39351, "progress": 18}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343158.9277449} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 41580, "progress": 19}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343161.1571326} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 43712, "progress": 20}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343163.289648} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 45942, "progress": 21}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343165.5190609} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 48171, "progress": 22}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343167.748679} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 50304, "progress": 23}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343169.8811874} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 52533, "progress": 24}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343172.1105134} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 54666, "progress": 25}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343174.2431378} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 56895, "progress": 26}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343176.472642} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 59125, "progress": 27}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343178.7020445} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 61257, "progress": 28}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343180.8343332} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 63487, "progress": 29}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343183.0640464} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 65619, "progress": 30}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343185.1965075} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 67849, "progress": 31}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343187.4259617} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 70078, "progress": 32}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343189.6553876} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 72211, "progress": 33}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343191.787762} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 74473, "progress": 34}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343194.0493908} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 76572, "progress": 35}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343196.1495013} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 78802, "progress": 36}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343198.3793454} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 80934, "progress": 37}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343200.5117066} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 83164, "progress": 38}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343202.741265} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 85393, "progress": 39}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343204.9706156} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 87526, "progress": 40}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343207.1030757} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 89755, "progress": 41}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343209.3326313} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 91888, "progress": 42}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343211.464886} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 94117, "progress": 43}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343213.694546} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 96347, "progress": 44}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343215.9241498} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 98479, "progress": 45}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343218.056727} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 100709, "progress": 46}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343220.2860632} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 102841, "progress": 47}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343222.4185696} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 105071, "progress": 48}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343224.648126} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 107300, "progress": 49}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343226.877366} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 109433, "progress": 50}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343229.0100288} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 111697, "progress": 51}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343231.2734895} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 113795, "progress": 52}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343233.3719194} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 116024, "progress": 53}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343235.6013608} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 118254, "progress": 54}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343237.8308165} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 120386, "progress": 55}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343239.9630876} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 122616, "progress": 56}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343242.1928663} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 124748, "progress": 57}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343244.3252559} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 126978, "progress": 58}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343246.5547934} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 129207, "progress": 59}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343248.7842891} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 131340, "progress": 60}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343250.9167914} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 133569, "progress": 61}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343253.1462333} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 135701, "progress": 62}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343255.2785995} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 137931, "progress": 63}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343257.5082064} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 140063, "progress": 64}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343259.6407154} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 142293, "progress": 65}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343261.8701434} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 144522, "progress": 66}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343264.0994809} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 146655, "progress": 67}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343266.232075} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 148918, "progress": 68}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343268.4946225} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 151017, "progress": 69}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343270.5939226} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 153246, "progress": 70}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343272.8234894} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 155476, "progress": 71}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343275.0530052} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 157608, "progress": 72}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343277.1854463} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 159838, "progress": 73}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343279.4149456} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 161970, "progress": 74}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343281.5473468} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 164200, "progress": 75}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343283.7768002} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 166429, "progress": 76}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343286.0063303} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 168562, "progress": 77}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343288.1389186} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 170791, "progress": 78}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343290.368219} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 172924, "progress": 79}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343292.500882} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 175153, "progress": 80}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343294.7301846} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 177382, "progress": 81}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343296.9597425} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 179515, "progress": 82}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343299.0923226} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 181744, "progress": 83}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343301.3215384} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 183877, "progress": 84}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343303.4539428} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 186143, "progress": 85}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343305.719644} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 188336, "progress": 86}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343307.9131422} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 190468, "progress": 87}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343310.0455985} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 192698, "progress": 88}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343312.2749538} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 194830, "progress": 89}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343314.4074583} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 197060, "progress": 90}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343316.6370683} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 199289, "progress": 91}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343318.8664324} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 201422, "progress": 92}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343320.998931} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 203651, "progress": 93}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343323.228353} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 205784, "progress": 94}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343325.3610218} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 208013, "progress": 95}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343327.5904105} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 210146, "progress": 96}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343329.722988} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 212375, "progress": 97}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343331.9524038} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 214605, "progress": 98}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343334.1818154} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "real-time", "time_elapsed": 216737, "progress": 99}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343336.3143132} +{"track": {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 9, "duration_ms": 219994, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "height": 64, "width": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE", "upc": "4050538668292"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}}, "status_info": {"ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "status": "done", "final_path": "/app/downloads/AJR\uff1b Blue Man Group/OK ORCHESTRA/9. Ordinaryish People - feat. Blue Man Group.ogg", "download_quality": "OGG_320"}, "current_track": 24, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343342.855446} +{"track": {"type": "track", "title": "Wow, I'm Not Crazy", "disc_number": 1, "track_number": 10, "duration_ms": 196762, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "14xbykyRq3TEr7KthSDo86", "isrc": "QMRSZ1900102"}}, "status_info": {"ids": {"spotify": "14xbykyRq3TEr7KthSDo86", "isrc": "QMRSZ1900102"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/Neotheater/10. Wow, I'm Not Crazy.ogg'"}, "current_track": 25, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343415.2644172} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "initializing"}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343415.4057956} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343415.6219006} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 2811, "progress": 1}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343418.4337811} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 5715, "progress": 2}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343421.337953} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 8526, "progress": 3}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343424.149214} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 11434, "progress": 4}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343427.0571597} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 14342, "progress": 5}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343429.9653683} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 17154, "progress": 6}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343432.7765386} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 20062, "progress": 7}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343435.684522} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 22873, "progress": 8}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343438.495663} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 25781, "progress": 9}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343441.4037368} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 28689, "progress": 10}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343444.3118248} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 31500, "progress": 11}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343447.122873} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 34408, "progress": 12}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343450.031064} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 37252, "progress": 13}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343452.874824} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 40127, "progress": 14}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343455.7502904} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 43035, "progress": 15}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343458.658224} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 45847, "progress": 16}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343461.4694793} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 48754, "progress": 17}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343464.3774004} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 51566, "progress": 18}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343467.188724} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 54474, "progress": 19}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343470.0967896} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 57382, "progress": 20}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343473.0048685} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 60193, "progress": 21}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343475.8160045} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 63101, "progress": 22}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343478.7241387} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 66009, "progress": 23}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343481.632173} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 68820, "progress": 24}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343484.4432964} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 71728, "progress": 25}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343487.3512635} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 74540, "progress": 26}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343490.1624773} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 77448, "progress": 27}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343493.0704153} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 80356, "progress": 28}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343495.9785104} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 83167, "progress": 29}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343498.789637} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 86075, "progress": 30}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343501.697694} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 88886, "progress": 31}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343504.5090363} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 91794, "progress": 32}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343507.4170203} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 94702, "progress": 33}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343510.3251626} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 97513, "progress": 34}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343513.1363468} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 100421, "progress": 35}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343516.0444295} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 103233, "progress": 36}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343518.8554776} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 106141, "progress": 37}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343521.7635086} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 109049, "progress": 38}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343524.6716142} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 111860, "progress": 39}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343527.4827504} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 114801, "progress": 40}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343530.4232328} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 117579, "progress": 41}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343533.2019808} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 120487, "progress": 42}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343536.1097188} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 123395, "progress": 43}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343539.0180006} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 126206, "progress": 44}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343541.829287} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 129114, "progress": 45}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343544.7373533} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 131926, "progress": 46}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343547.5484867} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 134834, "progress": 47}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343550.4560876} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 137742, "progress": 48}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343553.3646686} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 140553, "progress": 49}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343556.1757686} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 143461, "progress": 50}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343559.0839212} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 146369, "progress": 51}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343561.9919522} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 149180, "progress": 52}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343564.8030746} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 152088, "progress": 53}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343567.7111683} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 154899, "progress": 54}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343570.5223107} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 157807, "progress": 55}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343573.4303787} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 160715, "progress": 56}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343576.3383312} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 163527, "progress": 57}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343579.149443} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 166435, "progress": 58}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343582.057641} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 169246, "progress": 59}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343584.868817} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 172154, "progress": 60}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343587.7768383} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 175062, "progress": 61}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343590.6849544} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 177873, "progress": 62}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343593.496095} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 180781, "progress": 63}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343596.4042048} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 183592, "progress": 64}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343599.2152932} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 186500, "progress": 65}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343602.1233702} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 189409, "progress": 66}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343605.0314476} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 192220, "progress": 67}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343607.8424814} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 195128, "progress": 68}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343610.7506287} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 197939, "progress": 69}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343613.5616486} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 200847, "progress": 70}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343616.469715} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 203755, "progress": 71}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343619.3778985} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 206566, "progress": 72}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343622.1891313} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 209474, "progress": 73}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343625.09717} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 212285, "progress": 74}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343627.9083507} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 215193, "progress": 75}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343630.8164434} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 218102, "progress": 76}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343633.724475} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 220913, "progress": 77}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343636.535437} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 223821, "progress": 78}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343639.4436636} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 226729, "progress": 79}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343642.3516548} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 229572, "progress": 80}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343645.1943853} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 232448, "progress": 81}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343648.0708122} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 235259, "progress": 82}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343650.8820024} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 238167, "progress": 83}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343653.790168} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 241075, "progress": 84}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343656.698143} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 243886, "progress": 85}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343659.5084682} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 246795, "progress": 86}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343662.4174733} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 249606, "progress": 87}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343665.228614} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 252514, "progress": 88}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343668.1365697} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 255422, "progress": 89}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343671.0447667} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 258233, "progress": 90}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343673.855759} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 261141, "progress": 91}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343676.7638392} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 263952, "progress": 92}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343679.574901} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 266860, "progress": 93}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343682.4831686} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 269768, "progress": 94}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343685.3911314} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 272579, "progress": 95}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343688.202395} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 275488, "progress": 96}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343691.11044} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 278299, "progress": 97}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343693.9214835} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 281207, "progress": 98}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343696.8295026} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "real-time", "time_elapsed": 284115, "progress": 99}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343699.737602} +{"track": {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 10, "duration_ms": 287746, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "height": 64, "width": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm", "upc": "00602458538274"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}}, "status_info": {"ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "status": "done", "final_path": "/app/downloads/AJR/The Maybe Man/10. Steve\u2019s Going to London.ogg", "download_quality": "OGG_320"}, "current_track": 26, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343708.1680794} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "initializing"}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343790.914841} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343791.2520018} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 2589, "progress": 1}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343793.8418024} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 5266, "progress": 2}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343796.5193565} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 7948, "progress": 3}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343799.2009926} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 10629, "progress": 4}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343801.8823867} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 13218, "progress": 5}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343804.4712353} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 15900, "progress": 6}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343807.1527116} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 18581, "progress": 7}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343809.8341978} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 21263, "progress": 8}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343812.5156925} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 23852, "progress": 9}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343815.1046448} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 26533, "progress": 10}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343817.7859876} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 29215, "progress": 11}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343820.4675627} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 31896, "progress": 12}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343823.1489017} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 34577, "progress": 13}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343825.8303154} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 37166, "progress": 14}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343828.4194064} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 39848, "progress": 15}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343831.1008415} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 42529, "progress": 16}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343833.782108} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 45211, "progress": 17}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343836.4636018} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 47800, "progress": 18}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343839.0527039} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 50481, "progress": 19}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343841.7341235} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 53162, "progress": 20}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343844.4154549} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 55844, "progress": 21}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343847.0969446} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 58433, "progress": 22}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343849.6858225} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 61114, "progress": 23}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343852.36744} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 63796, "progress": 24}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343855.048777} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 66477, "progress": 25}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343857.7303333} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 69159, "progress": 26}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343860.411734} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 71748, "progress": 27}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343863.0007422} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 74429, "progress": 28}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343865.6821597} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 77111, "progress": 29}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343868.3636148} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 79792, "progress": 30}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343871.0450366} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 82381, "progress": 31}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343873.6339374} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 85062, "progress": 32}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343876.3153317} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 87744, "progress": 33}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343878.9969423} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 90425, "progress": 34}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343881.6783173} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 93014, "progress": 35}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343884.2673254} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 95696, "progress": 36}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343886.9487534} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 98377, "progress": 37}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343889.6301858} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 101059, "progress": 38}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343892.3114827} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 103648, "progress": 39}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343894.900693} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 106329, "progress": 40}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343897.5817454} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 109011, "progress": 41}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343900.2635214} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 111692, "progress": 42}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343902.944962} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 114373, "progress": 43}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343905.6262863} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 116962, "progress": 44}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343908.2151012} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 119644, "progress": 45}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343910.89684} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 122325, "progress": 46}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343913.5782423} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 125007, "progress": 47}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343916.259669} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 127596, "progress": 48}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343918.8486047} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 130277, "progress": 49}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343921.5300746} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 132958, "progress": 50}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343924.2114022} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 135640, "progress": 51}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343926.8930075} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 138229, "progress": 52}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343929.4819586} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 140910, "progress": 53}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343932.1634054} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 143592, "progress": 54}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343934.844769} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 146273, "progress": 55}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343937.5262654} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 148955, "progress": 56}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343940.2077081} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 151544, "progress": 57}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343942.7967553} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 154225, "progress": 58}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343945.4780848} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 156906, "progress": 59}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343948.1592855} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 159588, "progress": 60}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343950.8406649} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 162177, "progress": 61}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343953.429912} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 164859, "progress": 62}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343956.111475} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 167540, "progress": 63}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343958.792904} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 170221, "progress": 64}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343961.4743457} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 172810, "progress": 65}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343964.063294} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 175492, "progress": 66}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343966.744814} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 178173, "progress": 67}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343969.4261136} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 180855, "progress": 68}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343972.1076458} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 183536, "progress": 69}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343974.7890837} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 186125, "progress": 70}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343977.377952} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 188807, "progress": 71}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343980.0595047} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 191488, "progress": 72}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343982.7408473} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 194169, "progress": 73}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343985.4222834} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 196758, "progress": 74}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343988.0113783} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 199440, "progress": 75}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343990.6925478} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 202121, "progress": 76}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343993.3741035} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 204802, "progress": 77}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343996.0546014} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 207391, "progress": 78}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757343998.6436212} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 210111, "progress": 79}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344001.3632824} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 212755, "progress": 80}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344004.0075235} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 215436, "progress": 81}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344006.6889222} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 218117, "progress": 82}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344009.3704154} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 220706, "progress": 83}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344011.959379} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 223388, "progress": 84}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344014.6408913} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 226069, "progress": 85}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344017.3222759} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 228751, "progress": 86}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344020.0081077} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 231340, "progress": 87}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344022.5927248} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 234021, "progress": 88}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344025.2739944} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 236754, "progress": 89}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344028.0071664} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 239384, "progress": 90}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344030.6370935} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 241973, "progress": 91}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344033.225853} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 244654, "progress": 92}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344035.9074137} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 247336, "progress": 93}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344038.588876} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 250017, "progress": 94}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344041.2702277} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 252699, "progress": 95}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344043.9516559} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 255288, "progress": 96}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344046.5407863} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 257969, "progress": 97}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344049.2221096} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 260651, "progress": 98}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344051.9035327} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "real-time", "time_elapsed": 263378, "progress": 99}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344054.63087} +{"track": {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 13, "duration_ms": 266239, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}}, "status_info": {"ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "status": "done", "final_path": "/app/downloads/AJR/The Click/13. Come Hang Out.ogg", "download_quality": "OGG_320"}, "current_track": 27, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344062.5491796} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "initializing"}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344118.1492455} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344118.4397192} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 1806, "progress": 1}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344120.2463396} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 3607, "progress": 2}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344122.0476398} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 5413, "progress": 3}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344123.8535473} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 7219, "progress": 4}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344125.6592846} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 9024, "progress": 5}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344127.4650671} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 10830, "progress": 6}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344129.270656} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 12636, "progress": 7}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344131.0766232} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 14442, "progress": 8}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344132.882338} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 16247, "progress": 9}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344134.6881208} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 18053, "progress": 10}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344136.4937673} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 19859, "progress": 11}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344138.2995489} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 21665, "progress": 12}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344140.1048276} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 23470, "progress": 13}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344141.9110498} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 25276, "progress": 14}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344143.7165122} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 27082, "progress": 15}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344145.522657} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 28888, "progress": 16}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344147.328295} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 30693, "progress": 17}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344149.1342041} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 32499, "progress": 18}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344150.9399102} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 34305, "progress": 19}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344152.7457025} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 36111, "progress": 20}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344154.5513604} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 37917, "progress": 21}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344156.3572395} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 39722, "progress": 22}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344158.1630402} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 41528, "progress": 23}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344159.9688168} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 43334, "progress": 24}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344161.7745395} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 45246, "progress": 25}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344163.6865406} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 47052, "progress": 26}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344165.4922807} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 48857, "progress": 27}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344167.297858} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 50663, "progress": 28}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344169.1037269} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 52469, "progress": 29}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344170.9095347} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 54275, "progress": 30}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344172.7152052} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 56080, "progress": 31}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344174.521101} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 57886, "progress": 32}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344176.3268483} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 59692, "progress": 33}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344178.1326663} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 61498, "progress": 34}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344179.9384317} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 63303, "progress": 35}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344181.7440734} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 65109, "progress": 36}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344183.549875} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 66915, "progress": 37}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344185.3556743} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 68721, "progress": 38}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344187.161219} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 70526, "progress": 39}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344188.967155} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 72332, "progress": 40}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344190.7728167} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 74138, "progress": 41}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344192.578669} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 75944, "progress": 42}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344194.384391} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 77749, "progress": 43}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344196.1901135} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 79555, "progress": 44}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344197.9960148} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 81361, "progress": 45}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344199.801753} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 83167, "progress": 46}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344201.607369} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 85021, "progress": 47}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344203.461617} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 86778, "progress": 48}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344205.2189977} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 88584, "progress": 49}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344207.024859} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 90496, "progress": 50}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344208.936842} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 92302, "progress": 51}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344210.7425427} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 94108, "progress": 52}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344212.5483253} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 95913, "progress": 53}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344214.354031} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 97719, "progress": 54}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344216.1598172} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 99525, "progress": 55}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344217.9655874} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 101331, "progress": 56}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344219.7713175} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 103136, "progress": 57}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344221.577152} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 104942, "progress": 58}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344223.3828723} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 106748, "progress": 59}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344225.188715} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 108554, "progress": 60}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344226.9944084} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 110359, "progress": 61}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344228.8002117} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 112201, "progress": 62}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344230.6417415} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 113971, "progress": 63}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344232.411589} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 115777, "progress": 64}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344234.2173066} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 117582, "progress": 65}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344236.0230422} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 119388, "progress": 66}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344237.8289983} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 121194, "progress": 67}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344239.6346507} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 123000, "progress": 68}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344241.4404602} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 124806, "progress": 69}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344243.2462442} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 126611, "progress": 70}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344245.0518155} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 128417, "progress": 71}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344246.857788} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 130223, "progress": 72}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344248.6634536} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 132029, "progress": 73}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344250.4692633} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 133834, "progress": 74}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344252.2749104} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 135746, "progress": 75}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344254.186977} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 137552, "progress": 76}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344255.992835} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 139424, "progress": 77}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344257.8645012} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 141164, "progress": 78}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344259.6043336} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 142969, "progress": 79}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344261.410074} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 144775, "progress": 80}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344263.2158976} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 146581, "progress": 81}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344265.021629} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 148387, "progress": 82}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344266.8272169} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 150192, "progress": 83}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344268.6331418} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 151998, "progress": 84}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344270.4388912} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 153804, "progress": 85}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344272.2447598} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 155610, "progress": 86}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344274.0502923} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 157415, "progress": 87}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344275.8561115} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 159221, "progress": 88}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344277.6619189} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 161027, "progress": 89}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344279.467705} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 162833, "progress": 90}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344281.2724466} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 164639, "progress": 91}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344283.0792181} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 166444, "progress": 92}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344284.884948} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 168250, "progress": 93}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344286.6907606} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 170056, "progress": 94}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344288.4965255} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 171862, "progress": 95}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344290.3022356} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 173667, "progress": 96}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344292.1080408} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 175473, "progress": 97}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344293.913795} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 177279, "progress": 98}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344295.7195437} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "real-time", "time_elapsed": 179085, "progress": 99}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344297.525279} +{"track": {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 17, "duration_ms": 181350, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}}, "status_info": {"ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "status": "done", "final_path": "/app/downloads/AJR/The Click (Deluxe Edition)/17. Pretender - Acoustic.ogg", "download_quality": "OGG_320"}, "current_track": 28, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344302.8894134} +{"track": {"type": "track", "title": "Birthday Party", "disc_number": 1, "track_number": 2, "duration_ms": 223947, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "01zWTQLmP8nh01IRry09Vn", "isrc": "QMRSZ1900096"}}, "status_info": {"ids": {"spotify": "01zWTQLmP8nh01IRry09Vn", "isrc": "QMRSZ1900096"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/Neotheater/2. Birthday Party.ogg'"}, "current_track": 29, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344338.1351335} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "initializing"}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344338.2543411} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344338.5179904} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 1938, "progress": 1}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344340.4572818} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 3965, "progress": 2}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344342.484281} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 5996, "progress": 3}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344344.514953} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 8027, "progress": 4}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344346.5455296} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 9965, "progress": 5}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344348.4841118} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 11996, "progress": 6}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344350.5147946} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 14026, "progress": 7}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344352.5453753} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 16057, "progress": 8}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344354.5762658} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 18088, "progress": 9}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344356.6069422} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 20026, "progress": 10}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344358.5453708} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 22057, "progress": 11}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344360.5761786} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 24088, "progress": 12}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344362.606905} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 26119, "progress": 13}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344364.6377163} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 28057, "progress": 14}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344366.5760696} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 30088, "progress": 15}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344368.6067834} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 32118, "progress": 16}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344370.6373904} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 34149, "progress": 17}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344372.668353} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 36088, "progress": 18}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344374.6067758} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 38119, "progress": 19}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344376.6374788} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 40149, "progress": 20}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344378.6682353} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 42180, "progress": 21}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344380.697905} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 44211, "progress": 22}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344382.7296681} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 46149, "progress": 23}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344384.6681497} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 48180, "progress": 24}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344386.6988676} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 50241, "progress": 25}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344388.7597842} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 52241, "progress": 26}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344390.7603447} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 54180, "progress": 27}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344392.698685} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 56210, "progress": 28}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344394.7294793} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 58241, "progress": 29}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344396.760254} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 60272, "progress": 30}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344398.7909677} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 62303, "progress": 31}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344400.8217068} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 64241, "progress": 32}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344402.7600162} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 66272, "progress": 33}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344404.7908556} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 68303, "progress": 34}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344406.8215709} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 70333, "progress": 35}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344408.8523297} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 72272, "progress": 36}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344410.7900608} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 74302, "progress": 37}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344412.8214476} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 76333, "progress": 38}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344414.8522365} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 78364, "progress": 39}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344416.882968} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 80395, "progress": 40}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344418.9137125} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 82333, "progress": 41}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344420.8521135} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 84364, "progress": 42}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344422.8828547} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 86395, "progress": 43}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344424.9135563} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 88425, "progress": 44}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344426.9442527} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 90364, "progress": 45}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344428.8827515} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 92394, "progress": 46}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344430.9134543} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 94425, "progress": 47}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344432.9442594} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 96456, "progress": 48}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344434.9749596} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 98487, "progress": 49}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344437.005644} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 100477, "progress": 50}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344438.9959354} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 102456, "progress": 51}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344440.9748256} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 104486, "progress": 52}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344443.0054781} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 106517, "progress": 53}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344445.0362344} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 108456, "progress": 54}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344446.9747272} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 110486, "progress": 55}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344449.0052998} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 112517, "progress": 56}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344451.0362167} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 114548, "progress": 57}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344453.0667694} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 116579, "progress": 58}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344455.0975032} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 118517, "progress": 59}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344457.0360909} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 120548, "progress": 60}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344459.0667567} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 122578, "progress": 61}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344461.0973911} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 124609, "progress": 62}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344463.1282454} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 126548, "progress": 63}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344465.06672} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 128578, "progress": 64}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344467.0973353} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 130609, "progress": 65}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344469.1281226} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 132640, "progress": 66}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344471.1589296} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 134578, "progress": 67}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344473.0972874} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 136609, "progress": 68}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344475.1280122} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 138640, "progress": 69}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344477.1588223} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 140670, "progress": 70}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344479.1894054} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 142701, "progress": 71}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344481.22029} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 144640, "progress": 72}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344483.1586552} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 146670, "progress": 73}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344485.1894271} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 148701, "progress": 74}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344487.2201936} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 150732, "progress": 75}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344489.2509122} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 152670, "progress": 76}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344491.189217} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 154701, "progress": 77}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344493.2201188} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 156732, "progress": 78}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344495.2508087} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 158763, "progress": 79}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344497.2814965} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 160793, "progress": 80}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344499.3122666} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 162732, "progress": 81}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344501.250554} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 164762, "progress": 82}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344503.2814198} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 166793, "progress": 83}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344505.3121812} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 168824, "progress": 84}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344507.3428018} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 170762, "progress": 85}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344509.280726} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 172793, "progress": 86}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344511.3119276} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 174824, "progress": 87}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344513.3426793} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 176855, "progress": 88}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344515.3735056} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 178885, "progress": 89}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344517.4041357} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 180824, "progress": 90}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344519.3425913} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 182854, "progress": 91}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344521.373392} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 184885, "progress": 92}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344523.4040673} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 186916, "progress": 93}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344525.4347715} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 188854, "progress": 94}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344527.3732867} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 190885, "progress": 95}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344529.4040744} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 192916, "progress": 96}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344531.4346073} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 194979, "progress": 97}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344533.4976459} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 196977, "progress": 98}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344535.4962845} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "real-time", "time_elapsed": 198916, "progress": 99}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344537.4345536} +{"track": {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 201004, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "height": 64, "width": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI", "upc": "0859715742480"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}}, "status_info": {"ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "status": "done", "final_path": "/app/downloads/AJR/Let The Games Begin/1. Let The Games Begin.ogg", "download_quality": "OGG_320"}, "current_track": 30, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344543.6748903} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "initializing"}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344584.1011555} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344584.458728} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 2567, "progress": 1}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344587.0271106} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 5131, "progress": 2}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344589.590651} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 7794, "progress": 3}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344592.2532456} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 10361, "progress": 4}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344594.820788} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 12929, "progress": 5}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344597.3883035} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 15591, "progress": 6}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344600.050984} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 18159, "progress": 7}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344602.6175208} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 20726, "progress": 8}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344605.1860619} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 23389, "progress": 9}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344607.8485668} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 25956, "progress": 10}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344610.416144} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 28524, "progress": 11}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344612.9835653} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 31187, "progress": 12}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344615.6462524} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 33754, "progress": 13}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344618.2136598} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 36322, "progress": 14}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344620.7812638} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 38984, "progress": 15}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344623.4439583} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 41552, "progress": 16}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344626.0112653} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 44119, "progress": 17}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344628.57892} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 46782, "progress": 18}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344631.2413538} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 49349, "progress": 19}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344633.8089554} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 51917, "progress": 20}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344636.3766065} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 54579, "progress": 21}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344639.039152} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 57147, "progress": 22}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344641.6066139} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 59714, "progress": 23}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344644.1741505} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 62377, "progress": 24}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344646.836717} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 64945, "progress": 25}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344649.4043798} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 67512, "progress": 26}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344651.971811} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 70175, "progress": 27}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344654.6343832} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 72742, "progress": 28}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344657.2020085} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 75310, "progress": 29}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344659.7695193} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 77972, "progress": 30}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344662.432058} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 80540, "progress": 31}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344664.9996436} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 83107, "progress": 32}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344667.567054} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 85770, "progress": 33}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344670.2295928} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 88337, "progress": 34}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344672.7971735} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 90905, "progress": 35}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344675.3648803} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 93568, "progress": 36}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344678.0274346} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 96135, "progress": 37}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344680.5949674} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 98798, "progress": 38}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344683.2575366} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 101365, "progress": 39}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344685.825131} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 103933, "progress": 40}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344688.392625} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 106596, "progress": 41}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344691.0552003} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 109163, "progress": 42}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344693.6226866} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 111731, "progress": 43}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344696.1902132} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 114393, "progress": 44}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344698.8529046} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 116961, "progress": 45}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344701.420413} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 119528, "progress": 46}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344703.9877462} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 122191, "progress": 47}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344706.6504729} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 124797, "progress": 48}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344709.2562397} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 127326, "progress": 49}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344711.7854168} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 129988, "progress": 50}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344714.448184} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 132556, "progress": 51}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344717.0156803} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 135123, "progress": 52}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344719.583071} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 137786, "progress": 53}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344722.245742} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 140354, "progress": 54}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344724.8132615} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 142921, "progress": 55}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344727.3806875} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 145584, "progress": 56}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344730.043305} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 148151, "progress": 57}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344732.6109726} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 150719, "progress": 58}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344735.1784632} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 153381, "progress": 59}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344737.8410988} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 155949, "progress": 60}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344740.4084117} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 158516, "progress": 61}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344742.976127} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 161179, "progress": 62}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344745.638705} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 163747, "progress": 63}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344748.2062223} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 166314, "progress": 64}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344750.7736971} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 168977, "progress": 65}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344753.4362862} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 171544, "progress": 66}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344756.0039263} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 174112, "progress": 67}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344758.571295} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 176774, "progress": 68}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344761.2339935} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 179342, "progress": 69}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344763.80128} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 181909, "progress": 70}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344766.3690789} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 184572, "progress": 71}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344769.0316083} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 187139, "progress": 72}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344771.5991664} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 189707, "progress": 73}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344774.1666424} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 192369, "progress": 74}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344776.8291442} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 194937, "progress": 75}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344779.3968256} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 197600, "progress": 76}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344782.0592782} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 200167, "progress": 77}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344784.6269805} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 202735, "progress": 78}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344787.1944458} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 205397, "progress": 79}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344789.8569849} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 207965, "progress": 80}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344792.4245965} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 210532, "progress": 81}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344794.9921255} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 213195, "progress": 82}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344797.6546931} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 215762, "progress": 83}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344800.2220895} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 218330, "progress": 84}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344802.7897093} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 220993, "progress": 85}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344805.4524164} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 223560, "progress": 86}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344808.0198438} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 226128, "progress": 87}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344810.5873654} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 228790, "progress": 88}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344813.2498953} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 231358, "progress": 89}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344815.8174098} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 233925, "progress": 90}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344818.3849428} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 236588, "progress": 91}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344821.0476751} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 239155, "progress": 92}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344823.6150258} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 241723, "progress": 93}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344826.1826277} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 244386, "progress": 94}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344828.845299} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 246953, "progress": 95}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344831.4126747} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 249558, "progress": 96}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344834.016828} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 252183, "progress": 97}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344836.6427948} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 254751, "progress": 98}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344839.2103014} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "real-time", "time_elapsed": 257318, "progress": 99}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344841.7779524} +{"track": {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 6, "duration_ms": 260961, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}}, "status_info": {"ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "status": "done", "final_path": "/app/downloads/AJR/The Click/6. Turning Out.ogg", "download_quality": "OGG_320"}, "current_track": 31, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344849.5809674} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "initializing"}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344902.7795794} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344903.0860631} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 2077, "progress": 1}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344905.1643867} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 4151, "progress": 2}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344907.2379932} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 6323, "progress": 3}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344909.4099193} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 8401, "progress": 4}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344911.487515} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 10478, "progress": 5}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344913.5649364} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 12650, "progress": 6}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344915.7370932} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 14728, "progress": 7}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344917.8145518} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 16805, "progress": 8}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344919.8918014} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 18977, "progress": 9}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344922.064126} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 21055, "progress": 10}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344924.1415548} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 23132, "progress": 11}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344926.2189298} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 25304, "progress": 12}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344928.3910005} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 27382, "progress": 13}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344930.4685836} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 29459, "progress": 14}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344932.5457282} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 31631, "progress": 15}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344934.718016} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 33709, "progress": 16}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344936.795424} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 35786, "progress": 17}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344938.8732114} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 37958, "progress": 18}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344941.0451734} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 40036, "progress": 19}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344943.1225502} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 42113, "progress": 20}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344945.2002544} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 44285, "progress": 21}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344947.3721602} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 46363, "progress": 22}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344949.449711} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 48440, "progress": 23}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344951.5271451} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 50612, "progress": 24}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344953.6992447} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 52690, "progress": 25}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344955.7767777} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 54767, "progress": 26}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344957.854106} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 56939, "progress": 27}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344960.026268} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 59017, "progress": 28}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344962.10379} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 61189, "progress": 29}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344964.2756138} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 63266, "progress": 30}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344966.353296} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 65344, "progress": 31}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344968.4307396} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 67516, "progress": 32}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344970.6025982} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 69593, "progress": 33}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344972.6802282} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 71671, "progress": 34}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344974.7577176} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 73843, "progress": 35}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344976.929801} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 75920, "progress": 36}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344979.0072522} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 77998, "progress": 37}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344981.0848894} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 80170, "progress": 38}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344983.2567508} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 82247, "progress": 39}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344985.3342838} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 84325, "progress": 40}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344987.4118083} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 86497, "progress": 41}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344989.5838804} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 88574, "progress": 42}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344991.6613991} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 90684, "progress": 43}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344993.7706118} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 92824, "progress": 44}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344995.9109168} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 94901, "progress": 45}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757344997.9883788} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 96979, "progress": 46}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345000.0652435} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 99151, "progress": 47}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345002.2377965} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 101228, "progress": 48}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345004.3154469} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 103306, "progress": 49}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345006.3929064} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 105478, "progress": 50}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345008.5650084} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 107556, "progress": 51}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345010.6424596} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 109633, "progress": 52}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345012.7199275} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 111838, "progress": 53}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345014.9241846} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 113882, "progress": 54}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345016.969272} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 115960, "progress": 55}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345019.0470674} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 118132, "progress": 56}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345021.2189045} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 120209, "progress": 57}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345023.2963715} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 122287, "progress": 58}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345025.3741293} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 124459, "progress": 59}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345027.5459507} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 126537, "progress": 60}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345029.6235533} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 128708, "progress": 61}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345031.7954216} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 130786, "progress": 62}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345033.8731112} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 132864, "progress": 63}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345035.950566} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 135035, "progress": 64}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345038.1224506} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 137113, "progress": 65}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345040.2001302} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 139191, "progress": 66}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345042.2776382} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 141362, "progress": 67}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345044.4494295} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 143440, "progress": 68}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345046.5271242} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 145518, "progress": 69}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345048.6044097} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 147690, "progress": 70}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345050.776538} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 149767, "progress": 71}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345052.8540626} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 151845, "progress": 72}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345054.931692} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 154017, "progress": 73}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345057.103543} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 156094, "progress": 74}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345059.1811485} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 158172, "progress": 75}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345061.2585676} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 160344, "progress": 76}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345063.4306908} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 162421, "progress": 77}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345065.5082412} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 164499, "progress": 78}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345067.5855634} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 166671, "progress": 79}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345069.7577233} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 168748, "progress": 80}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345071.8351207} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 170826, "progress": 81}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345073.9117203} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 172998, "progress": 82}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345076.0846505} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 175075, "progress": 83}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345078.1622415} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 177153, "progress": 84}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345080.2397783} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 179325, "progress": 85}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345082.4117916} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 181402, "progress": 86}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345084.4893157} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 183480, "progress": 87}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345086.5668285} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 185652, "progress": 88}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345088.738799} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 187729, "progress": 89}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345090.816262} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 189807, "progress": 90}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345092.8938637} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 191979, "progress": 91}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345095.0657206} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 194056, "progress": 92}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345097.1431751} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 196228, "progress": 93}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345099.315299} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 198306, "progress": 94}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345101.3927467} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 200383, "progress": 95}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345103.4703882} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 202555, "progress": 96}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345105.6422584} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 204633, "progress": 97}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345107.7197185} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 206710, "progress": 98}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345109.7974358} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "real-time", "time_elapsed": 208882, "progress": 99}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345111.9693067} +{"track": {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 6, "duration_ms": 211963, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}}, "status_info": {"ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "status": "done", "final_path": "/app/downloads/AJR/Living Room/6. Pitchfork Kids.ogg", "download_quality": "OGG_320"}, "current_track": 32, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345118.3731115} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "initializing"}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345154.6230383} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345154.854078} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 2173, "progress": 1}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345157.027709} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 4436, "progress": 2}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345159.2910728} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 6703, "progress": 3}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345161.5581646} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 8970, "progress": 4}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345163.8253944} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 11238, "progress": 5}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345166.09281} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 13505, "progress": 6}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345168.3600876} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 15772, "progress": 7}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345170.6272585} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 18039, "progress": 8}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345172.8944216} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 20307, "progress": 9}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345175.1617346} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 22574, "progress": 10}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345177.4288945} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 24841, "progress": 11}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345179.6962256} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 27108, "progress": 12}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345181.9634185} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 29376, "progress": 13}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345184.230672} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 31548, "progress": 14}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345186.4034448} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 33816, "progress": 15}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345188.670662} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 36083, "progress": 16}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345190.937789} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 38350, "progress": 17}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345193.2051394} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 40617, "progress": 18}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345195.4723806} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 42885, "progress": 19}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345197.7395892} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 45152, "progress": 20}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345200.0068653} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 47419, "progress": 21}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345202.2740633} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 49686, "progress": 22}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345204.5413098} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 51953, "progress": 23}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345206.8084192} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 54221, "progress": 24}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345209.0757952} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 56488, "progress": 25}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345211.342887} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 58755, "progress": 26}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345213.6102257} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 60928, "progress": 27}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345215.7830615} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 63195, "progress": 28}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345218.0501592} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 65462, "progress": 29}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345220.3172941} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 67730, "progress": 30}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345222.5847342} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 69997, "progress": 31}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345224.851821} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 72264, "progress": 32}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345227.119164} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 74531, "progress": 33}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345229.3862984} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 76798, "progress": 34}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345231.6534739} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 79066, "progress": 35}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345233.9207964} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 81333, "progress": 36}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345236.188106} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 83600, "progress": 37}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345238.4552753} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 85867, "progress": 38}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345240.7225003} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 88135, "progress": 39}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345242.9898374} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 90307, "progress": 40}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345245.162462} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 92575, "progress": 41}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345247.4296505} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 94842, "progress": 42}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345249.6970806} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 97109, "progress": 43}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345251.964205} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 99376, "progress": 44}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345254.231465} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 101644, "progress": 45}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345256.498651} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 103911, "progress": 46}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345258.7659707} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 106178, "progress": 47}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345261.0332284} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 108445, "progress": 48}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345263.30032} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 110713, "progress": 49}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345265.5676963} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 112980, "progress": 50}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345267.8349886} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 115247, "progress": 51}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345270.1021435} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 117514, "progress": 52}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345272.3686938} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 119687, "progress": 53}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345274.5421658} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 121954, "progress": 54}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345276.8093913} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 124221, "progress": 55}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345279.0765486} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 126489, "progress": 56}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345281.3438897} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 128756, "progress": 57}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345283.6110318} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 131023, "progress": 58}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345285.878236} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 133291, "progress": 59}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345288.1456037} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 135558, "progress": 60}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345290.4128692} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 137825, "progress": 61}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345292.6800714} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 140092, "progress": 62}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345294.947201} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 142359, "progress": 63}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345297.2145236} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 144627, "progress": 64}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345299.4817262} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 146894, "progress": 65}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345301.748878} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 149067, "progress": 66}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345303.9215727} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 151334, "progress": 67}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345306.1890109} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 153601, "progress": 68}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345308.4562368} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 155868, "progress": 69}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345310.7234416} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 158136, "progress": 70}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345312.9905908} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 160403, "progress": 71}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345315.2579079} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 162670, "progress": 72}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345317.5251522} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 164937, "progress": 73}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345319.792445} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 167205, "progress": 74}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345322.059621} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 169472, "progress": 75}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345324.3268654} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 171739, "progress": 76}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345326.5939305} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 174006, "progress": 77}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345328.8613598} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 176273, "progress": 78}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345331.1286185} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 178446, "progress": 79}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345333.3013127} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 180713, "progress": 80}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345335.5685036} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 182981, "progress": 81}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345337.8357878} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 185248, "progress": 82}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345340.103037} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 187515, "progress": 83}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345342.370189} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 189782, "progress": 84}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345344.6373456} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 192050, "progress": 85}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345346.9047587} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 194317, "progress": 86}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345349.1719468} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 196584, "progress": 87}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345351.439209} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 198851, "progress": 88}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345353.70625} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 201119, "progress": 89}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345355.9735856} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 203386, "progress": 90}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345358.2409673} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 205653, "progress": 91}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345360.5081692} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 207826, "progress": 92}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345362.6809354} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 210093, "progress": 93}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345364.9481857} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 212360, "progress": 94}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345367.215377} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 214656, "progress": 95}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345369.510174} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 216895, "progress": 96}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345371.7497265} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 219162, "progress": 97}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345374.017107} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 221429, "progress": 98}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345376.284352} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "real-time", "time_elapsed": 223728, "progress": 99}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345378.582726} +{"track": {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 5, "duration_ms": 226335, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "height": 64, "width": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV", "upc": "4050538475722"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}}, "status_info": {"ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "status": "done", "final_path": "/app/downloads/AJR/Neotheater/5. Break My Face.ogg", "download_quality": "OGG_320"}, "current_track": 33, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345385.416097} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "initializing"}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345433.9297624} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345434.3350782} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 1956, "progress": 1}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345436.2920978} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 3909, "progress": 2}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345438.2447119} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 5865, "progress": 3}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345440.20088} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 7821, "progress": 4}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345442.1570544} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 9777, "progress": 5}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345444.1133614} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 11734, "progress": 6}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345446.0695665} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 13783, "progress": 7}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345448.1190622} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 15739, "progress": 8}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345450.0754192} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 17695, "progress": 9}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345452.0306544} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 19652, "progress": 10}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345453.9879215} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 21608, "progress": 11}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345455.9442673} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 23564, "progress": 12}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345457.9005375} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 25521, "progress": 13}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345459.8562086} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 27570, "progress": 14}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345461.906194} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 29526, "progress": 15}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345463.862372} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 31483, "progress": 16}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345465.818781} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 33439, "progress": 17}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345467.7750292} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 35395, "progress": 18}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345469.7311647} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 37352, "progress": 19}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345471.6875935} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 39308, "progress": 20}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345473.6438107} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 41357, "progress": 21}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345475.693251} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 43314, "progress": 22}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345477.6495254} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 45270, "progress": 23}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345479.6057758} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 47226, "progress": 24}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345481.5621} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 49182, "progress": 25}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345483.51831} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 51138, "progress": 26}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345485.4744864} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 53188, "progress": 27}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345487.524041} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 55144, "progress": 28}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345489.4803667} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 57101, "progress": 29}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345491.4366453} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 59057, "progress": 30}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345493.3928916} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 61013, "progress": 31}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345495.3491268} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 62969, "progress": 32}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345497.305234} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 64925, "progress": 33}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345499.2614913} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 66975, "progress": 34}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345501.3109462} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 68931, "progress": 35}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345503.2673223} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 70887, "progress": 36}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345505.2225318} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 72844, "progress": 37}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345507.1797554} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 74800, "progress": 38}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345509.1361969} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 76756, "progress": 39}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345511.0924723} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 78713, "progress": 40}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345513.0487244} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 80762, "progress": 41}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345515.0980098} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 82718, "progress": 42}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345517.0542834} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 84675, "progress": 43}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345519.0106413} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 86631, "progress": 44}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345520.9659} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 88587, "progress": 45}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345522.9231954} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 90543, "progress": 46}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345524.8794887} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 92500, "progress": 47}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345526.8357613} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 94549, "progress": 48}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345528.8851833} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 96505, "progress": 49}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345530.8414285} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 98462, "progress": 50}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345532.79757} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 100418, "progress": 51}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345534.7539883} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 102374, "progress": 52}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345536.7098765} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 104367, "progress": 53}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345538.702638} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 106287, "progress": 54}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345540.6227992} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 108336, "progress": 55}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345542.6721637} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 110403, "progress": 56}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345544.7387803} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 112249, "progress": 57}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345546.5836837} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 114205, "progress": 58}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345548.5409992} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 116161, "progress": 59}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345550.4973006} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 118118, "progress": 60}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345552.453582} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 120167, "progress": 61}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345554.5030262} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 122123, "progress": 62}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345556.4591885} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 124080, "progress": 63}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345558.4155357} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 126036, "progress": 64}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345560.3717225} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 127992, "progress": 65}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345562.328025} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 129948, "progress": 66}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345564.2842577} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 131904, "progress": 67}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345566.2401896} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 133954, "progress": 68}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345568.2900765} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 135910, "progress": 69}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345570.24631} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 137866, "progress": 70}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345572.2025099} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 139823, "progress": 71}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345574.158801} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 141779, "progress": 72}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345576.1151316} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 143735, "progress": 73}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345578.0713024} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 145692, "progress": 74}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345580.0276759} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 147741, "progress": 75}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345582.0770173} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 149697, "progress": 76}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345584.0333707} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 151653, "progress": 77}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345585.9894478} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 153610, "progress": 78}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345587.9459155} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 155566, "progress": 79}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345589.902113} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 157522, "progress": 80}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345591.8584754} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 159479, "progress": 81}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345593.814715} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 161528, "progress": 82}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345595.8641837} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 163484, "progress": 83}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345597.820468} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 165441, "progress": 84}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345599.7767146} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 167397, "progress": 85}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345601.7329135} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 169353, "progress": 86}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345603.689138} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 171309, "progress": 87}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345605.645428} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 173359, "progress": 88}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345607.6942272} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 175315, "progress": 89}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345609.6510875} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 177271, "progress": 90}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345611.6073813} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 179228, "progress": 91}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345613.563738} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 181184, "progress": 92}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345615.5199811} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 183140, "progress": 93}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345617.4761941} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 185096, "progress": 94}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345619.4315524} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 187146, "progress": 95}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345621.481969} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 189102, "progress": 96}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345623.4382544} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 191058, "progress": 97}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345625.3945541} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 193015, "progress": 98}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345627.350654} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "real-time", "time_elapsed": 194971, "progress": 99}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345629.3070529} +{"track": {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 197720, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "height": 64, "width": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50", "upc": "00191061571698"}, "artists": [{"type": "artistAlbumTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}}, "status_info": {"ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "status": "done", "final_path": "/app/downloads/Ingrid Michaelson\uff1b AJR/Celebrate/1. Celebrate.ogg", "download_quality": "OGG_320"}, "current_track": 34, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345635.3192697} +{"track": {"type": "track", "title": "I'm Not Famous", "disc_number": 1, "track_number": 10, "duration_ms": 220457, "explicit": true, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "height": 64, "width": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h", "upc": "4050538292657"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "0OyCP3RIRZxPGflLv14InQ", "isrc": "QM4ZV1500102"}}, "status_info": {"ids": {"spotify": "0OyCP3RIRZxPGflLv14InQ", "isrc": "QM4ZV1500102"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Click/10. I'm Not Famous.ogg'"}, "current_track": 35, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345661.2985935} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "initializing"}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345661.4080048} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345661.6285179} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 1861, "progress": 1}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345663.4908476} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 3719, "progress": 2}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345665.3483398} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 5580, "progress": 3}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345667.209832} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 7442, "progress": 4}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345669.0712204} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 9396, "progress": 5}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345671.0257256} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 11258, "progress": 6}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345672.8870902} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 13119, "progress": 7}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345674.7478745} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 14980, "progress": 8}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345676.609873} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 16842, "progress": 9}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345678.471162} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 18796, "progress": 10}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345680.4257314} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 20658, "progress": 11}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345682.2871175} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 22519, "progress": 12}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345684.1484847} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 24380, "progress": 13}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345686.0099113} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 26242, "progress": 14}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345687.871292} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 28196, "progress": 15}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345689.8257644} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 30057, "progress": 16}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345691.6870375} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 31919, "progress": 17}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345693.5485883} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 33780, "progress": 18}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345695.409959} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 35642, "progress": 19}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345697.2713137} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 37596, "progress": 20}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345699.2257879} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 39457, "progress": 21}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345701.0870407} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 41319, "progress": 22}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345702.9486048} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 43180, "progress": 23}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345704.8099036} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 45042, "progress": 24}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345706.6714091} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 46996, "progress": 25}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345708.6256988} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 48858, "progress": 26}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345710.4872355} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 50719, "progress": 27}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345712.3485284} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 52580, "progress": 28}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345714.2099748} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 54442, "progress": 29}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345716.0713782} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 56396, "progress": 30}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345718.0258367} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 58258, "progress": 31}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345719.887269} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 60119, "progress": 32}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345721.748634} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 61980, "progress": 33}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345723.6100218} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 63842, "progress": 34}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345725.4713285} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 65796, "progress": 35}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345727.425759} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 67658, "progress": 36}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345729.287178} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 69519, "progress": 37}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345731.1487074} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 71380, "progress": 38}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345733.0093536} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 73242, "progress": 39}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345734.8714566} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 75196, "progress": 40}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345736.8259177} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 77058, "progress": 41}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345738.6873074} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 78919, "progress": 42}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345740.548723} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 80780, "progress": 43}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345742.4091535} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 82642, "progress": 44}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345744.2713273} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 84596, "progress": 45}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345746.2257977} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 86458, "progress": 46}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345748.0873094} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 88319, "progress": 47}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345749.948642} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 90181, "progress": 48}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345751.8101215} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 92042, "progress": 49}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345753.6714299} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 93996, "progress": 50}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345755.6259823} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 95858, "progress": 51}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345757.4873161} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 97719, "progress": 52}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345759.3487942} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 99581, "progress": 53}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345761.2101653} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 101442, "progress": 54}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345763.0714414} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 103396, "progress": 55}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345765.0259666} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 105258, "progress": 56}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345766.8873086} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 107119, "progress": 57}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345768.7488449} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 108981, "progress": 58}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345770.610071} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 110842, "progress": 59}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345772.471466} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 112796, "progress": 60}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345774.425927} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 114658, "progress": 61}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345776.2874224} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 116519, "progress": 62}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345778.1488621} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 118381, "progress": 63}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345780.0100343} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 120242, "progress": 64}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345781.8716178} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 122196, "progress": 65}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345783.826035} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 124058, "progress": 66}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345785.687466} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 125919, "progress": 67}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345787.5489082} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 127781, "progress": 68}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345789.4103158} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 129642, "progress": 69}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345791.2716343} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 131596, "progress": 70}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345793.2260525} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 133458, "progress": 71}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345795.087372} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 135319, "progress": 72}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345796.948966} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 137181, "progress": 73}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345798.8102255} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 139042, "progress": 74}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345800.6710024} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 140997, "progress": 75}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345802.6261303} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 142858, "progress": 76}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345804.4875689} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 144719, "progress": 77}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345806.3487718} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 146581, "progress": 78}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345808.2092736} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 148442, "progress": 79}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345810.0717325} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 150396, "progress": 80}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345812.0259387} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 152258, "progress": 81}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345813.8875773} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 154119, "progress": 82}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345815.749014} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 155981, "progress": 83}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345817.6103518} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 157875, "progress": 84}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345819.5042288} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 159797, "progress": 85}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345821.426219} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 161658, "progress": 86}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345823.287512} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 163519, "progress": 87}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345825.1489613} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 165381, "progress": 88}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345827.010297} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 167242, "progress": 89}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345828.87065} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 169196, "progress": 90}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345830.8251295} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 171058, "progress": 91}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345832.6865134} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 172919, "progress": 92}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345834.547908} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 174781, "progress": 93}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345836.4093022} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 176642, "progress": 94}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345838.2706985} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 178596, "progress": 95}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345840.2251651} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 180458, "progress": 96}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345842.0865595} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 182319, "progress": 97}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345843.9479532} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 184181, "progress": 98}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345845.8093393} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "real-time", "time_elapsed": 186042, "progress": 99}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345847.6713884} +{"track": {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 5, "duration_ms": 188737, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "height": 64, "width": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV", "upc": "0617465993756"}, "artists": [{"type": "artistAlbumTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}}, "status_info": {"ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "status": "done", "final_path": "/app/downloads/Steve Aoki\uff1b Lil Yachty\uff1b AJR/Neon Future III/5. Pretender (feat. Lil Yachty \uff06 AJR).ogg", "download_quality": "OGG_320"}, "current_track": 36, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345853.4654467} +{"track": {"type": "track", "title": "Role Models", "disc_number": 1, "track_number": 15, "duration_ms": 192173, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "height": 64, "width": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1", "upc": "4050538420319"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2JVFDm3vw7VsgkjVhIagSl", "isrc": "QMRSZ1801580"}}, "status_info": {"ids": {"spotify": "2JVFDm3vw7VsgkjVhIagSl", "isrc": "QMRSZ1801580"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/The Click (Deluxe Edition)/15. Role Models.ogg'"}, "current_track": 37, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345881.998993} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "initializing"}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345882.1884608} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345882.4569366} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 2352, "progress": 1}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345884.8098729} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 4700, "progress": 2}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345887.1580133} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 7146, "progress": 3}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345889.6043534} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 9498, "progress": 4}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345891.9562979} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 11945, "progress": 5}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345894.4025877} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 14297, "progress": 6}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345896.7545524} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 16649, "progress": 7}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345899.1067128} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 19095, "progress": 8}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345901.5528803} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 21447, "progress": 9}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345903.9050167} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 23893, "progress": 10}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345906.3510482} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 26245, "progress": 11}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345908.703259} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 28597, "progress": 12}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345911.055308} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 31044, "progress": 13}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345913.5015004} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 33396, "progress": 14}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345915.8535728} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 35842, "progress": 15}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345918.2997992} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 38194, "progress": 16}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345920.6517386} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 40546, "progress": 17}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345923.003845} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 42992, "progress": 18}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345925.4501097} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 45344, "progress": 19}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345927.8021274} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 47790, "progress": 20}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345930.2483804} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 50143, "progress": 21}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345932.6004834} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 52495, "progress": 22}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345934.952561} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 54941, "progress": 23}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345937.3985856} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 57293, "progress": 24}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345939.7507918} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 59739, "progress": 25}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345942.1969616} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 62091, "progress": 26}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345944.548943} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 64443, "progress": 27}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345946.901136} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 66889, "progress": 28}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345949.3471742} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 69274, "progress": 29}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345951.7314947} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 71688, "progress": 30}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345954.1453097} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 74040, "progress": 31}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345956.4975348} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 76392, "progress": 32}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345958.8497534} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 78838, "progress": 33}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345961.2959893} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 81190, "progress": 34}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345963.6478813} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 83636, "progress": 35}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345966.0941112} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 85988, "progress": 36}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345968.4461656} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 88340, "progress": 37}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345970.798303} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 90786, "progress": 38}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345973.2444172} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 93139, "progress": 39}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345975.5964718} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 95585, "progress": 40}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345978.04273} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 97937, "progress": 41}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345980.3947556} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 100289, "progress": 42}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345982.7468038} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 102735, "progress": 43}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345985.1930952} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 105087, "progress": 44}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345987.5450914} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 107533, "progress": 45}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345989.991344} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 109886, "progress": 46}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345992.343491} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 112238, "progress": 47}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345994.6955376} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 114684, "progress": 48}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345997.1416845} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 117036, "progress": 49}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757345999.4937437} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 119482, "progress": 50}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346001.9397626} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 121834, "progress": 51}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346004.2919931} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 124186, "progress": 52}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346006.6440918} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 126632, "progress": 53}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346009.0903172} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 128984, "progress": 54}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346011.4423697} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 131431, "progress": 55}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346013.8885665} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 133783, "progress": 56}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346016.2405756} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 136229, "progress": 57}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346018.6866891} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 138581, "progress": 58}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346021.038883} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 140933, "progress": 59}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346023.3909662} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 143379, "progress": 60}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346025.8371446} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 145731, "progress": 61}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346028.1892083} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 148177, "progress": 62}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346030.634938} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 150566, "progress": 63}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346033.024036} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 152882, "progress": 64}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346035.339444} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 155328, "progress": 65}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346037.7855892} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 157680, "progress": 66}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346040.1376965} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 160126, "progress": 67}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346042.5835366} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 162478, "progress": 68}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346044.936021} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 164830, "progress": 69}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346047.2882204} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 167276, "progress": 70}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346049.7343392} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 169628, "progress": 71}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346052.0862696} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 172075, "progress": 72}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346054.532528} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 174427, "progress": 73}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346056.8846512} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 176779, "progress": 74}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346059.236817} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 179225, "progress": 75}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346061.682873} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 181577, "progress": 76}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346064.0350118} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 184023, "progress": 77}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346066.481126} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 186375, "progress": 78}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346068.833268} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 188727, "progress": 79}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346071.1852949} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 191174, "progress": 80}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346073.6315255} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 193526, "progress": 81}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346075.9836416} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 195972, "progress": 82}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346078.4296236} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 198324, "progress": 83}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346080.781864} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 200676, "progress": 84}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346083.133859} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 203122, "progress": 85}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346085.5800486} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 205474, "progress": 86}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346087.9312613} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 207920, "progress": 87}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346090.378326} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 210273, "progress": 88}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346092.7304814} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 212624, "progress": 89}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346095.0824218} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 215071, "progress": 90}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346097.5286362} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 217423, "progress": 91}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346099.8808148} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 219869, "progress": 92}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346102.3270082} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 222221, "progress": 93}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346104.6789827} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 224573, "progress": 94}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346107.0311499} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 227019, "progress": 95}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346109.477357} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 229371, "progress": 96}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346111.829303} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 231850, "progress": 97}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346114.3074613} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 234170, "progress": 98}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346116.6275704} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "real-time", "time_elapsed": 236522, "progress": 99}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346118.979769} +{"track": {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 2, "duration_ms": 239721, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}}, "status_info": {"ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "status": "done", "final_path": "/app/downloads/AJR/Living Room/2. Infinity.ogg", "download_quality": "OGG_320"}, "current_track": 38, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346126.260313} +{"track": {"type": "track", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "disc_number": 1, "track_number": 1, "duration_ms": 207671, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "release_date": {"year": 2017, "month": 3, "day": 31}, "total_tracks": 1, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734dc3bda8e12768137b6ff9e2", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024dc3bda8e12768137b6ff9e2", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514dc3bda8e12768137b6ff9e2", "height": 64, "width": 64}], "ids": {"spotify": "3kpwyX2FvLj2AHlf9Hz6g9", "upc": "0859720215092"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5pK0D945BMVOukrhkutL9L", "isrc": "TCACZ1712030"}}, "status_info": {"ids": {"spotify": "5pK0D945BMVOukrhkutL9L", "isrc": "TCACZ1712030"}, "status": "skipped", "reason": "Track already exists at '/app/downloads/AJR/It's On Us (Benefiting the \uff02It's On Us\uff02 Campaign)/1. It's On Us (Benefiting the \uff02It's On Us\uff02 Campaign).ogg'"}, "current_track": 39, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346165.5666597} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "initializing"}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346165.6456866} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346166.0641723} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 1714, "progress": 1}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346167.7791367} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 3531, "progress": 2}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346169.5962105} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 5246, "progress": 3}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346171.3106065} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 7067, "progress": 4}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346173.1319911} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 8888, "progress": 5}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346174.9535103} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 10603, "progress": 6}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346176.667675} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 12424, "progress": 7}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346178.4892013} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 14138, "progress": 8}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346180.20349} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 15960, "progress": 9}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346182.0250747} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 17781, "progress": 10}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346183.846502} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 19496, "progress": 11}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346185.5608335} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 21317, "progress": 12}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346187.3821268} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 23139, "progress": 13}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346189.203637} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 24853, "progress": 14}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346190.9179056} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 26674, "progress": 15}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346192.7393842} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 28389, "progress": 16}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346194.4535477} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 30210, "progress": 17}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346196.2752368} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 32032, "progress": 18}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346198.0967522} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 33746, "progress": 19}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346199.811014} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 35567, "progress": 20}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346201.6323857} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 37282, "progress": 21}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346203.346776} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 39103, "progress": 22}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346205.1681714} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 40925, "progress": 23}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346206.9895394} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 42639, "progress": 24}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346208.7038224} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 44460, "progress": 25}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346210.525347} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 46175, "progress": 26}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346212.239657} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 48029, "progress": 27}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346214.0933998} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 49818, "progress": 28}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346215.8826127} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 51532, "progress": 29}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346217.597021} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 53353, "progress": 30}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346219.4184444} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 55175, "progress": 31}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346221.239828} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 56889, "progress": 32}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346222.9541047} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 58711, "progress": 33}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346224.7755811} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 60425, "progress": 34}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346226.4898565} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 62246, "progress": 35}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346228.3114388} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 64068, "progress": 36}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346230.1327834} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 65782, "progress": 37}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346231.847099} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 67604, "progress": 38}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346233.6685631} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 69318, "progress": 39}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346235.3829672} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 71139, "progress": 40}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346237.204341} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 72961, "progress": 41}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346239.0259538} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 74675, "progress": 42}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346240.7401104} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 76497, "progress": 43}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346242.5616581} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 78318, "progress": 44}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346244.3829877} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 80032, "progress": 45}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346246.0973845} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 81854, "progress": 46}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346247.918761} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 83568, "progress": 47}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346249.633167} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 85390, "progress": 48}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346251.4546192} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 87211, "progress": 49}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346253.276006} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 88925, "progress": 50}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346254.9902573} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 90747, "progress": 51}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346256.8117492} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 92461, "progress": 52}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346258.5261502} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 94282, "progress": 53}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346260.3475425} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 96104, "progress": 54}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346262.1690824} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 97818, "progress": 55}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346263.8833518} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 99640, "progress": 56}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346265.7047698} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 101354, "progress": 57}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346267.4191282} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 103175, "progress": 58}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346269.2404828} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 104997, "progress": 59}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346271.0620668} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 106711, "progress": 60}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346272.7762911} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 108533, "progress": 61}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346274.5976765} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 110354, "progress": 62}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346276.4192626} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 112068, "progress": 63}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346278.1334078} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 113890, "progress": 64}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346279.9550228} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 115604, "progress": 65}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346281.6692958} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 117426, "progress": 66}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346283.4906218} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 119247, "progress": 67}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346285.3121674} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 120961, "progress": 68}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346287.0264883} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 122783, "progress": 69}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346288.8479404} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 124497, "progress": 70}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346290.5622349} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 126319, "progress": 71}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346292.3837674} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 128140, "progress": 72}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346294.2051706} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 129854, "progress": 73}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346295.9195225} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 131676, "progress": 74}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346297.7410269} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 133497, "progress": 75}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346299.5623457} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 135212, "progress": 76}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346301.2766886} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 137033, "progress": 77}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346303.0982335} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 138747, "progress": 78}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346304.812595} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 140601, "progress": 79}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346306.6656442} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 142390, "progress": 80}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346308.4552634} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 144104, "progress": 81}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346310.1693757} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 145926, "progress": 82}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346311.9910896} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 147640, "progress": 83}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346313.7055073} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 149462, "progress": 84}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346315.5268686} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 151283, "progress": 85}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346317.3485377} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 152998, "progress": 86}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346319.0626287} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 154819, "progress": 87}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346320.884244} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 156533, "progress": 88}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346322.5984528} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 158355, "progress": 89}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346324.4200094} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 160176, "progress": 90}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346326.2413032} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 161891, "progress": 91}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346327.9557056} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 163712, "progress": 92}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346329.7771385} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 165534, "progress": 93}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346331.5986466} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 167248, "progress": 94}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346333.3128717} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 169069, "progress": 95}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346335.1344166} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 170784, "progress": 96}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346336.8487337} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 172605, "progress": 97}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346338.670137} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 174426, "progress": 98}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346340.4914997} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "real-time", "time_elapsed": 176141, "progress": 99}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346342.205795} +{"track": {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 2, "duration_ms": 178794, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "height": 64, "width": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII", "upc": "4050538324358"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}}, "status_info": {"ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "status": "done", "final_path": "/app/downloads/AJR/Spotify Singles/2. Location - Recorded at Spotify Studios NYC.ogg", "download_quality": "OGG_320"}, "current_track": 40, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346347.9296873} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "initializing"}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346359.6169846} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346360.1601217} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 1948, "progress": 1}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346362.1088305} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 3985, "progress": 2}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346364.1458485} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 6025, "progress": 3}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346366.1855102} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 8066, "progress": 4}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346368.227302} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 10107, "progress": 5}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346370.2675204} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 12148, "progress": 6}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346372.308841} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 14189, "progress": 7}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346374.3495288} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 16229, "progress": 8}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346376.3902748} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 18177, "progress": 9}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346378.3381462} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 20218, "progress": 10}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346380.3788888} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 22259, "progress": 11}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346382.419807} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 24300, "progress": 12}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346384.4605584} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 26340, "progress": 13}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346386.5012517} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 28381, "progress": 14}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346388.5420055} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 30422, "progress": 15}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346390.5827377} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 32462, "progress": 16}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346392.6233969} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 34503, "progress": 17}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346394.6641507} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 36451, "progress": 18}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346396.61227} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 38492, "progress": 19}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346398.6529148} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 40533, "progress": 20}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346400.693708} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 42573, "progress": 21}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346402.7344706} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 44614, "progress": 22}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346404.775197} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 46655, "progress": 23}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346406.8160055} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 48696, "progress": 24}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346408.8562706} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 50736, "progress": 25}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346410.8973038} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 52777, "progress": 26}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346412.9381416} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 54725, "progress": 27}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346414.8862038} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 56766, "progress": 28}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346416.9269834} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 58807, "progress": 29}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346418.967655} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 60847, "progress": 30}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346421.008464} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 62888, "progress": 31}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346423.0491433} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 64929, "progress": 32}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346425.0899544} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 66970, "progress": 33}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346427.1306813} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 69010, "progress": 34}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346429.1714165} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 70958, "progress": 35}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346431.1193054} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 72999, "progress": 36}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346433.1602018} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 75040, "progress": 37}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346435.2009408} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 77081, "progress": 38}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346437.2416453} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 79121, "progress": 39}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346439.2823756} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 81162, "progress": 40}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346441.3230138} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 83203, "progress": 41}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346443.3639143} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 85244, "progress": 42}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346445.404458} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 87284, "progress": 43}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346447.4452004} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 89232, "progress": 44}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346449.3933814} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 91273, "progress": 45}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346451.434093} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 93314, "progress": 46}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346453.4748974} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 95355, "progress": 47}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346455.5155318} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 97395, "progress": 48}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346457.5564334} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 99436, "progress": 49}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346459.597107} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 101477, "progress": 50}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346461.6378222} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 103517, "progress": 51}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346463.6787121} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 105558, "progress": 52}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346465.7193227} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 107506, "progress": 53}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346467.667309} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 109547, "progress": 54}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346469.7074125} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 111588, "progress": 55}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346471.7488732} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 113629, "progress": 56}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346473.78955} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 115669, "progress": 57}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346475.830156} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 117710, "progress": 58}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346477.8710353} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 119751, "progress": 59}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346479.9118073} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 121792, "progress": 60}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346481.9525633} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 123739, "progress": 61}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346483.9004297} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 125780, "progress": 62}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346485.9412634} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 127821, "progress": 63}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346487.9820495} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 129862, "progress": 64}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346490.0227828} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 131903, "progress": 65}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346492.063522} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 133943, "progress": 66}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346494.1042836} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 135984, "progress": 67}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346496.14505} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 138025, "progress": 68}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346498.185736} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 140065, "progress": 69}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346500.2263613} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 142014, "progress": 70}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346502.1745076} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 144054, "progress": 71}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346504.2151978} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 146095, "progress": 72}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346506.2559266} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 148136, "progress": 73}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346508.2967594} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 150176, "progress": 74}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346510.3374505} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 152217, "progress": 75}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346512.378214} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 154258, "progress": 76}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346514.4188466} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 156299, "progress": 77}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346516.459737} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 158339, "progress": 78}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346518.5003412} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 160322, "progress": 79}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346520.4822614} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 162328, "progress": 80}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346522.489028} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 164369, "progress": 81}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346524.5299017} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 166410, "progress": 82}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346526.5705135} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 168450, "progress": 83}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346528.611397} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 170491, "progress": 84}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346530.652188} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 172532, "progress": 85}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346532.6928916} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 174572, "progress": 86}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346534.7326188} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 176521, "progress": 87}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346536.6816192} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 178561, "progress": 88}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346538.722389} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 180602, "progress": 89}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346540.763135} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 182643, "progress": 90}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346542.803916} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 184684, "progress": 91}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346544.8441691} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 186724, "progress": 92}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346546.885155} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 188765, "progress": 93}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346548.925994} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 190806, "progress": 94}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346550.9667578} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 192847, "progress": 95}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346553.0076208} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 194795, "progress": 96}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346554.955604} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 196835, "progress": 97}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346556.9963703} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 198908, "progress": 98}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346559.0690196} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "real-time", "time_elapsed": 200917, "progress": 99}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346561.0778139} +{"track": {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 13, "duration_ms": 203070, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "height": 64, "width": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd", "upc": "0093624933748"}, "artists": [{"type": "artistAlbumTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}}, "status_info": {"ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "status": "done", "final_path": "/app/downloads/AJR/Living Room/13. Growing Old On Bleeker Street.ogg", "download_quality": "OGG_320"}, "current_track": 41, "total_tracks": 41, "parent": {"type": "playlistTrack", "title": "This Is AJR json", "owner": {"name": "jsonjordan", "type": "user", "ids": {}}, "ids": {}}, "timestamp": 1757346567.5035229} +{"playlist": {"type": "playlist", "title": "This Is AJR json", "description": "", "owner": {"name": "jsonjordan", "type": "user", "ids": {"spotify": "jsonjordan"}}, "tracks": [{"type": "trackPlaylist", "title": "World's Smallest Violin", "position": 0, "duration_ms": 180742, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2GujK1FWxxOZ118PaWNgbZ", "isrc": "QMRSZ2003324"}, "disc_number": 1, "track_number": 11, "explicit": false}, {"type": "trackPlaylist", "title": "Burn The House Down", "position": 0, "duration_ms": 212373, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "width": 64, "height": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2QKLrgXNQtK2c8QbLRO3XC", "isrc": "QMRSZ1702960"}, "disc_number": 1, "track_number": 14, "explicit": false}, {"type": "trackPlaylist", "title": "Yes I'm A Mess", "position": 0, "duration_ms": 164973, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "3LDNcikQd7Zui9gJCISTtR", "isrc": "USUG12305391"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Betty", "position": 0, "duration_ms": 163666, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Betty", "release_date": {"year": 2025, "month": 7, "day": 9}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2736f5ce4d8a47a853515d61f06", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e026f5ce4d8a47a853515d61f06", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048516f5ce4d8a47a853515d61f06", "width": 64, "height": 64}], "ids": {"spotify": "1WbPmLKZwkfrT1tPfTFNku"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2kb638zLMKUHOx4rhd4ttD", "isrc": "SGW502506863"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Bang!", "position": 0, "duration_ms": 170858, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4SQLQfcR0vhyIN4uPBlc0d", "isrc": "QMRSZ2000128"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "100 Bad Days", "position": 0, "duration_ms": 212783, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4rnyUV17cSZGsz18xJNdjL", "isrc": "QMRSZ1900001"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Sober Up - feat. Rivers Cuomo", "position": 0, "duration_ms": 218763, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrackPlaylist", "name": "Rivers Cuomo", "ids": {"spotify": "4LAz9VRX8Nat9kvIzgkg2v"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5tf8NV1rHghYymjIqeKMus", "isrc": "QMRSZ1701240"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Inertia", "position": 0, "duration_ms": 220933, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2IA1ctUxjk865QW3CpIuZk", "isrc": "USUG12305407"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Way Less Sad", "position": 0, "duration_ms": 206108, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1UDhFEt0NlOFKwWRQJTgHe", "isrc": "QMRSZ2003325"}, "disc_number": 1, "track_number": 12, "explicit": false}, {"type": "trackPlaylist", "title": "Record Player", "position": 0, "duration_ms": 149538, "artists": [{"type": "artistTrackPlaylist", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "All You Need Is Time (Deluxe Edition)", "release_date": {"year": 2022, "month": 10, "day": 27}, "total_tracks": 15, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273436132f24b5a9ff1605b86bb", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02436132f24b5a9ff1605b86bb", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851436132f24b5a9ff1605b86bb", "width": 64, "height": 64}], "ids": {"spotify": "48cRveHwoBa5RQ4HbggHQ4"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Daisy the Great", "ids": {"spotify": "0SrIPejckovMwhrN3MZFPB"}}]}, "ids": {"spotify": "7Gk8IPlFTLUcoIH3mtASI0", "isrc": "USHR12141957"}, "disc_number": 1, "track_number": 13, "explicit": false}, {"type": "trackPlaylist", "title": "Weak", "position": 0, "duration_ms": 201159, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2sVcBaVtBPM9vIFk1Jnbw8", "isrc": "USKFE1620002"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Karma", "position": 0, "duration_ms": 245269, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2skZSmKuBgg37tMT2JnZUn", "isrc": "QMRSZ1900095"}, "disc_number": 1, "track_number": 8, "explicit": false}, {"type": "trackPlaylist", "title": "3 O'Clock Things", "position": 0, "duration_ms": 228376, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1gHvJW02LvPeywVfS6Els8", "isrc": "QMRSZ2003328"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Maybe Man", "position": 0, "duration_ms": 220093, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "7fhiGdj0nn0ZCmIAocG8G0", "isrc": "USUG12305399"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "The Good Part", "position": 0, "duration_ms": 227267, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "44B9xspO3RycWjEJ3D8cKl", "isrc": "QMRSZ1701239"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "All My Favorite Songs (feat. AJR)", "position": 0, "duration_ms": 170720, "artists": [{"type": "artistTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "All My Favorite Songs (feat. AJR)", "release_date": {"year": 2021, "month": 5, "day": 12}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27352004504b4600d0293d2eb57", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0252004504b4600d0293d2eb57", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485152004504b4600d0293d2eb57", "width": 64, "height": 64}], "ids": {"spotify": "1FXt1CeMXHBlJ1AdvzaC5H"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Weezer", "ids": {"spotify": "3jOstUTkEu2JkjvRdBA5Gu"}}, {"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "3A6nR4GSolo160nu7xtDk7", "isrc": "USAT22102059"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Too Late (with AJR)", "position": 0, "duration_ms": 175760, "artists": [{"type": "artistTrackPlaylist", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The People's Champ", "release_date": {"year": 2023, "month": 1, "day": 27}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27348826e0cc87c1c0fe4efaaf0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0248826e0cc87c1c0fe4efaaf0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485148826e0cc87c1c0fe4efaaf0", "width": 64, "height": 64}], "ids": {"spotify": "1FguQss7XFrc5w7KWL2sc9"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Quinn XCII", "ids": {"spotify": "3ApUX1o6oSz321MMECyIYd"}}]}, "ids": {"spotify": "3KE6KppohrzZMbo2ao7CZ2", "isrc": "USUG12208992"}, "disc_number": 1, "track_number": 7, "explicit": false}, {"type": "trackPlaylist", "title": "Touchy Feely Fool", "position": 0, "duration_ms": 215000, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "3PY47EpOouHdbDI4z5jw3v", "isrc": "USUG12305393"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Don't Throw Out My Legos", "position": 0, "duration_ms": 250839, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "7yGJv1fWbUR2zRiYiDGAWu", "isrc": "QMRSZ1900098"}, "disc_number": 1, "track_number": 4, "explicit": false}, {"type": "trackPlaylist", "title": "Bummerland", "position": 0, "duration_ms": 189115, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "11CuPgsnoErQX18rH4gXLM", "isrc": "QMRSZ2002029"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "The Lotto", "position": 0, "duration_ms": 193695, "artists": [{"type": "artistTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "The Lotto", "release_date": {"year": 2016, "month": 9, "day": 30}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273d7db056e0e6a22b4da4f3b15", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02d7db056e0e6a22b4da4f3b15", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851d7db056e0e6a22b4da4f3b15", "width": 64, "height": 64}], "ids": {"spotify": "1OLlV4BF8LZUXKZvwPwQuj"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "ids": {"spotify": "4NxUuupOGPquDhy1yFIZK3", "isrc": "USKFE1620006"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "I Won't", "position": 0, "duration_ms": 168426, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4kqjTJRgfWYREDOtIxLkLC", "isrc": "USUG12205036"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "I'm Ready", "position": 0, "duration_ms": 227378, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1mrhtttwywSD9smpjBvEgN", "isrc": "TCABQ1306458"}, "disc_number": 1, "track_number": 3, "explicit": false}, {"type": "trackPlaylist", "title": "Ordinaryish People - feat. Blue Man Group", "position": 0, "duration_ms": 219994, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}, {"type": "artistTrackPlaylist", "name": "Blue Man Group", "ids": {"spotify": "7zHhscQ9kdR9fNGAffWz6z"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "OK ORCHESTRA", "release_date": {"year": 2021, "month": 3, "day": 26}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273e7a3a891ae555b0a46a131ed", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851e7a3a891ae555b0a46a131ed", "width": 64, "height": 64}], "ids": {"spotify": "0KC9H4iFOOWiKEa5IzKKOE"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2NhdaHdguorjUfDBV8INhX", "isrc": "QMRSZ2003322"}, "disc_number": 1, "track_number": 9, "explicit": false}, {"type": "trackPlaylist", "title": "Wow, I'm Not Crazy", "position": 0, "duration_ms": 196762, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "14xbykyRq3TEr7KthSDo86", "isrc": "QMRSZ1900102"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Steve\u2019s Going to London", "position": 0, "duration_ms": 287746, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Maybe Man", "release_date": {"year": 2023, "month": 11, "day": 10}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27304a3ca0d3bf91c88f969f905", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0204a3ca0d3bf91c88f969f905", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485104a3ca0d3bf91c88f969f905", "width": 64, "height": 64}], "ids": {"spotify": "1bU12iHHt5ujHbuKcIGlpm"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5d355Q3oJW89fOLwJbpWVE", "isrc": "USUG12305417"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Come Hang Out", "position": 0, "duration_ms": 266239, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4FjSg4LerkHKTWoCtP90RJ", "isrc": "USKFE1620001"}, "disc_number": 1, "track_number": 13, "explicit": false}, {"type": "trackPlaylist", "title": "Pretender - Acoustic", "position": 0, "duration_ms": 181350, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "width": 64, "height": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "1pOfdz4qES3baC4hvuqEG8", "isrc": "QMRSZ1801066"}, "disc_number": 1, "track_number": 17, "explicit": false}, {"type": "trackPlaylist", "title": "Birthday Party", "position": 0, "duration_ms": 223947, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "01zWTQLmP8nh01IRry09Vn", "isrc": "QMRSZ1900096"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Let The Games Begin", "position": 0, "duration_ms": 201004, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Let The Games Begin", "release_date": {"year": 2015, "month": 10, "day": 23}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27375958ba6c26140e19dc242bf", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0275958ba6c26140e19dc242bf", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485175958ba6c26140e19dc242bf", "width": 64, "height": 64}], "ids": {"spotify": "50gEHEb7LVh2StKkuRaUDI"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "34Ff0J7ix6oBYHLCqRlNrt", "isrc": "TCACJ1506134"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Turning Out", "position": 0, "duration_ms": 260961, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4Ng0ePWkPLOafIc4pvwpzs", "isrc": "USKFE1620003"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "Pitchfork Kids", "position": 0, "duration_ms": 211963, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4aS0GCRu2yqxcg11iOfv2j", "isrc": "USWB11401921"}, "disc_number": 1, "track_number": 6, "explicit": false}, {"type": "trackPlaylist", "title": "Break My Face", "position": 0, "duration_ms": 226335, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neotheater", "release_date": {"year": 2019, "month": 4, "day": 26}, "total_tracks": 12, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a320d7e9efd7602648fb78e3", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a320d7e9efd7602648fb78e3", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a320d7e9efd7602648fb78e3", "width": 64, "height": 64}], "ids": {"spotify": "5cOMvagAM9ldzK3yLeSoZV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "4PXfhhVKlaHDZCfXRO0R1Y", "isrc": "QMRSZ1900099"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Celebrate", "position": 0, "duration_ms": 197720, "artists": [{"type": "artistTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Celebrate", "release_date": {"year": 2016, "month": 5, "day": 8}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a17b1a23000ce90aabf63d17", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a17b1a23000ce90aabf63d17", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a17b1a23000ce90aabf63d17", "width": 64, "height": 64}], "ids": {"spotify": "6xdZ62j7AOvgF40lqK4w50"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Ingrid Michaelson", "ids": {"spotify": "2vm8GdHyrJh2O2MfbQFYG0"}}]}, "ids": {"spotify": "0iF2k99DJgFbPmsUQUFbtm", "isrc": "USVT31800004"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "I'm Not Famous", "position": 0, "duration_ms": 220457, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click", "release_date": {"year": 2017, "month": 6, "day": 9}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273a81dc97f7119864c7437cb85", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02a81dc97f7119864c7437cb85", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851a81dc97f7119864c7437cb85", "width": 64, "height": 64}], "ids": {"spotify": "1nOOYWt0s8RGKgKDTMA77h"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "0OyCP3RIRZxPGflLv14InQ", "isrc": "QM4ZV1500102"}, "disc_number": 1, "track_number": 10, "explicit": false}, {"type": "trackPlaylist", "title": "Pretender (feat. Lil Yachty & AJR)", "position": 0, "duration_ms": 188737, "artists": [{"type": "artistTrackPlaylist", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}, {"type": "artistTrackPlaylist", "name": "Lil Yachty", "ids": {"spotify": "6icQOAFXDZKsumw3YXyusw"}}, {"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Neon Future III", "release_date": {"year": 2018, "month": 11, "day": 9}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2732b83b1f05af0be85caec37e7", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e022b83b1f05af0be85caec37e7", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512b83b1f05af0be85caec37e7", "width": 64, "height": 64}], "ids": {"spotify": "1VFgefav92A6JzlPSUatzV"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "Steve Aoki", "ids": {"spotify": "77AiFEVeAVj2ORpC85QVJs"}}]}, "ids": {"spotify": "4edSvphSxQkc5WAhJ9tuF6", "isrc": "USUS11800131"}, "disc_number": 1, "track_number": 5, "explicit": false}, {"type": "trackPlaylist", "title": "Role Models", "position": 0, "duration_ms": 192173, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "The Click (Deluxe Edition)", "release_date": {"year": 2018, "month": 9, "day": 21}, "total_tracks": 17, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b27374be78bd14d095c8d76943a0", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e0274be78bd14d095c8d76943a0", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485174be78bd14d095c8d76943a0", "width": 64, "height": 64}], "ids": {"spotify": "3fhEairiL0g4qfXVUTFtF1"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2JVFDm3vw7VsgkjVhIagSl", "isrc": "QMRSZ1801580"}, "disc_number": 1, "track_number": 15, "explicit": false}, {"type": "trackPlaylist", "title": "Infinity", "position": 0, "duration_ms": 239721, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "6Iils3nwFKZHY7RVhGI1QK", "isrc": "USWB11401915"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "position": 0, "duration_ms": 207671, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "release_date": {"year": 2017, "month": 3, "day": 31}, "total_tracks": 1, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734dc3bda8e12768137b6ff9e2", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024dc3bda8e12768137b6ff9e2", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514dc3bda8e12768137b6ff9e2", "width": 64, "height": 64}], "ids": {"spotify": "3kpwyX2FvLj2AHlf9Hz6g9"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5pK0D945BMVOukrhkutL9L", "isrc": "TCACZ1712030"}, "disc_number": 1, "track_number": 1, "explicit": false}, {"type": "trackPlaylist", "title": "Location - Recorded at Spotify Studios NYC", "position": 0, "duration_ms": 178794, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "single", "title": "Spotify Singles", "release_date": {"year": 2017, "month": 7, "day": 28}, "total_tracks": 2, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2734025edde85499e4d5a3e7271", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e024025edde85499e4d5a3e7271", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048514025edde85499e4d5a3e7271", "width": 64, "height": 64}], "ids": {"spotify": "67heSgreFffe8zNCXhTAII"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "2mKvT6ktC8tQbaKOHUKU6X", "isrc": "QMRSZ1702169"}, "disc_number": 1, "track_number": 2, "explicit": false}, {"type": "trackPlaylist", "title": "Growing Old On Bleeker Street", "position": 0, "duration_ms": 203070, "artists": [{"type": "artistTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}], "album": {"type": "albumTrackPlaylist", "album_type": "album", "title": "Living Room", "release_date": {"year": 2013}, "total_tracks": 13, "total_discs": 1, "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273019d73b15009a68559f77a45", "width": 640, "height": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02019d73b15009a68559f77a45", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851019d73b15009a68559f77a45", "width": 64, "height": 64}], "ids": {"spotify": "6FaXVdC5z5nDEQbLX4Mucd"}, "artists": [{"type": "artistAlbumTrackPlaylist", "name": "AJR", "ids": {"spotify": "6s22t5Y3prQHyaHWUN1R1C"}}]}, "ids": {"spotify": "5wiSprUJvGP1UYVBruJTCG", "isrc": "TCABS1348160"}, "disc_number": 1, "track_number": 13, "explicit": false}], "images": [{"height": 640, "url": "https://mosaic.scdn.co/640/ab67616d00001e0204a3ca0d3bf91c88f969f905ab67616d00001e026f5ce4d8a47a853515d61f06ab67616d00001e0274be78bd14d095c8d76943a0ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 640}, {"height": 300, "url": "https://mosaic.scdn.co/300/ab67616d00001e0204a3ca0d3bf91c88f969f905ab67616d00001e026f5ce4d8a47a853515d61f06ab67616d00001e0274be78bd14d095c8d76943a0ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 300}, {"height": 60, "url": "https://mosaic.scdn.co/60/ab67616d00001e0204a3ca0d3bf91c88f969f905ab67616d00001e026f5ce4d8a47a853515d61f06ab67616d00001e0274be78bd14d095c8d76943a0ab67616d00001e02e7a3a891ae555b0a46a131ed", "width": 60}], "ids": {"spotify": "259gKG1wa6wIWN8TdzRmar"}}, "status_info": {"ids": {"spotify": "259gKG1wa6wIWN8TdzRmar"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Betty", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Sober Up - feat. Rivers Cuomo", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}, {"type": "artistTrack", "name": "Rivers Cuomo", "ids": {}}], "ids": {}}, {"type": "track", "title": "Record Player", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Daisy the Great", "ids": {}}, {"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Maybe Man", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "All My Favorite Songs (feat. AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Weezer", "ids": {}}, {"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Too Late (with AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Quinn XCII", "ids": {}}, {"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Don't Throw Out My Legos", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Bummerland", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Lotto", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {}}, {"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "I Won't", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Ordinaryish People - feat. Blue Man Group", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}, {"type": "artistTrack", "name": "Blue Man Group", "ids": {}}], "ids": {}}, {"type": "track", "title": "Steve\u2019s Going to London", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Come Hang Out", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Pretender - Acoustic", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Let The Games Begin", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Turning Out", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Pitchfork Kids", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Break My Face", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Celebrate", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Ingrid Michaelson", "ids": {}}, {"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Pretender (feat. Lil Yachty & AJR)", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "Steve Aoki", "ids": {}}, {"type": "artistTrack", "name": "Lil Yachty", "ids": {}}, {"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Infinity", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Location - Recorded at Spotify Studios NYC", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Growing Old On Bleeker Street", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}], "skipped_tracks": [{"type": "track", "title": "World's Smallest Violin", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Burn The House Down", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Yes I'm A Mess", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Bang!", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "100 Bad Days", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Inertia", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Way Less Sad", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Weak", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Karma", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "3 O'Clock Things", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "The Good Part", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Touchy Feely Fool", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "I'm Ready", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Wow, I'm Not Crazy", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Birthday Party", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "I'm Not Famous", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "Role Models", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}, {"type": "track", "title": "It's On Us (Benefiting the \"It's On Us\" Campaign)", "disc_number": 1, "track_number": 1, "duration_ms": 0, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "", "title": "", "release_date": {}, "total_tracks": 0, "total_discs": 1, "genres": [], "images": [], "ids": {}, "artists": []}, "artists": [{"type": "artistTrack", "name": "AJR", "ids": {}}], "ids": {}}], "failed_tracks": [], "total_successful": 23, "total_skipped": 18, "total_failed": 0, "service": "spotify", "m3u_path": "/app/downloads/playlists/This Is AJR json.m3u", "quality": "ogg", "bitrate": "320k"}}, "timestamp": 1757346601.1071098} diff --git a/logs/tasks/d4fb6c6e-4791-478c-a4a5-0cccf406f920.log b/logs/tasks/d4fb6c6e-4791-478c-a4a5-0cccf406f920.log new file mode 100644 index 0000000..e8b64e3 --- /dev/null +++ b/logs/tasks/d4fb6c6e-4791-478c-a4a5-0cccf406f920.log @@ -0,0 +1,102 @@ +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "initializing"}, "timestamp": 1757278194.0330331} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "timestamp": 1757278194.7395508} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 5, "progress": 1}, "timestamp": 1757278194.744947} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 71, "progress": 2}, "timestamp": 1757278194.8107593} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 76, "progress": 3}, "timestamp": 1757278194.8155603} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 136, "progress": 4}, "timestamp": 1757278194.876081} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 196, "progress": 5}, "timestamp": 1757278194.9364793} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 202, "progress": 6}, "timestamp": 1757278194.9415507} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 269, "progress": 7}, "timestamp": 1757278195.0095522} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 330, "progress": 8}, "timestamp": 1757278195.070266} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 335, "progress": 9}, "timestamp": 1757278195.0746014} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 400, "progress": 10}, "timestamp": 1757278195.1396365} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 456, "progress": 11}, "timestamp": 1757278195.1955686} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 460, "progress": 12}, "timestamp": 1757278195.1995783} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 523, "progress": 13}, "timestamp": 1757278195.2625828} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 527, "progress": 14}, "timestamp": 1757278195.2670739} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 592, "progress": 15}, "timestamp": 1757278195.332508} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 658, "progress": 16}, "timestamp": 1757278195.3980575} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 663, "progress": 17}, "timestamp": 1757278195.4025474} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 723, "progress": 18}, "timestamp": 1757278195.462983} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 785, "progress": 19}, "timestamp": 1757278195.5248225} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 790, "progress": 20}, "timestamp": 1757278195.5291743} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 848, "progress": 21}, "timestamp": 1757278195.587599} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 906, "progress": 22}, "timestamp": 1757278195.645651} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 910, "progress": 23}, "timestamp": 1757278195.6503124} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 969, "progress": 24}, "timestamp": 1757278195.7094488} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 974, "progress": 25}, "timestamp": 1757278195.713855} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1034, "progress": 26}, "timestamp": 1757278195.7737198} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1101, "progress": 27}, "timestamp": 1757278195.841138} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1106, "progress": 28}, "timestamp": 1757278195.8458843} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1166, "progress": 29}, "timestamp": 1757278195.9059732} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1230, "progress": 30}, "timestamp": 1757278195.9700017} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1235, "progress": 31}, "timestamp": 1757278195.9753642} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1295, "progress": 32}, "timestamp": 1757278196.0346775} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1354, "progress": 33}, "timestamp": 1757278196.0939698} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1359, "progress": 34}, "timestamp": 1757278196.0987384} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1425, "progress": 35}, "timestamp": 1757278196.1650531} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1430, "progress": 36}, "timestamp": 1757278196.1695344} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1487, "progress": 37}, "timestamp": 1757278196.2268171} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1547, "progress": 38}, "timestamp": 1757278196.2872565} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1552, "progress": 39}, "timestamp": 1757278196.2917023} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1608, "progress": 40}, "timestamp": 1757278196.3484416} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1667, "progress": 41}, "timestamp": 1757278196.4072187} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1672, "progress": 42}, "timestamp": 1757278196.4115372} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1727, "progress": 43}, "timestamp": 1757278196.4667647} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1809, "progress": 44}, "timestamp": 1757278196.5490093} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1814, "progress": 45}, "timestamp": 1757278196.5540628} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1872, "progress": 46}, "timestamp": 1757278196.6123333} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1877, "progress": 47}, "timestamp": 1757278196.6165385} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 1931, "progress": 48}, "timestamp": 1757278196.6708496} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2011, "progress": 49}, "timestamp": 1757278196.7506402} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2015, "progress": 50}, "timestamp": 1757278196.755109} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2070, "progress": 51}, "timestamp": 1757278196.8097892} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2124, "progress": 52}, "timestamp": 1757278196.8645473} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2129, "progress": 53}, "timestamp": 1757278196.8687434} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2189, "progress": 54}, "timestamp": 1757278196.9288602} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2241, "progress": 55}, "timestamp": 1757278196.9814413} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2247, "progress": 56}, "timestamp": 1757278196.986501} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2304, "progress": 57}, "timestamp": 1757278197.0442445} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2309, "progress": 58}, "timestamp": 1757278197.048679} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2373, "progress": 59}, "timestamp": 1757278197.1131964} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2427, "progress": 60}, "timestamp": 1757278197.1674} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2432, "progress": 61}, "timestamp": 1757278197.1720085} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2490, "progress": 62}, "timestamp": 1757278197.2297716} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2547, "progress": 63}, "timestamp": 1757278197.287542} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2553, "progress": 64}, "timestamp": 1757278197.293086} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2610, "progress": 65}, "timestamp": 1757278197.350161} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2669, "progress": 66}, "timestamp": 1757278197.4089582} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2674, "progress": 67}, "timestamp": 1757278197.4138145} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2731, "progress": 68}, "timestamp": 1757278197.4709463} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2736, "progress": 69}, "timestamp": 1757278197.4755993} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2806, "progress": 70}, "timestamp": 1757278197.5455842} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2869, "progress": 71}, "timestamp": 1757278197.6089904} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2874, "progress": 72}, "timestamp": 1757278197.6133895} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2927, "progress": 73}, "timestamp": 1757278197.6674976} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2982, "progress": 74}, "timestamp": 1757278197.7225387} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 2987, "progress": 75}, "timestamp": 1757278197.7268784} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3041, "progress": 76}, "timestamp": 1757278197.7809002} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3097, "progress": 77}, "timestamp": 1757278197.8368337} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3102, "progress": 78}, "timestamp": 1757278197.8415785} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3169, "progress": 79}, "timestamp": 1757278197.9093251} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3174, "progress": 80}, "timestamp": 1757278197.913851} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3233, "progress": 81}, "timestamp": 1757278197.9730706} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3295, "progress": 82}, "timestamp": 1757278198.0351086} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3300, "progress": 83}, "timestamp": 1757278198.04009} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3357, "progress": 84}, "timestamp": 1757278198.096623} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3411, "progress": 85}, "timestamp": 1757278198.1511714} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3417, "progress": 86}, "timestamp": 1757278198.1570377} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3472, "progress": 87}, "timestamp": 1757278198.2115726} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3527, "progress": 88}, "timestamp": 1757278198.2669928} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3531, "progress": 89}, "timestamp": 1757278198.2712064} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3586, "progress": 90}, "timestamp": 1757278198.3265152} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3591, "progress": 91}, "timestamp": 1757278198.3311918} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3646, "progress": 92}, "timestamp": 1757278198.3864162} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3702, "progress": 93}, "timestamp": 1757278198.442188} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3707, "progress": 94}, "timestamp": 1757278198.4465053} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3774, "progress": 95}, "timestamp": 1757278198.5144117} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3833, "progress": 96}, "timestamp": 1757278198.5729501} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3838, "progress": 97}, "timestamp": 1757278198.5778713} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3893, "progress": 98}, "timestamp": 1757278198.63301} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "real-time", "time_elapsed": 3943, "progress": 99}, "timestamp": 1757278198.683222} +{"track": {"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}, "status_info": {"ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Blowin' in the Wind", "disc_number": 1, "track_number": 1, "duration_ms": 165426, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "The Freewheelin' Bob Dylan", "release_date": {"year": 1963, "month": 5, "day": 27}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b2737d214af8499aa95ad220f573", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e027d214af8499aa95ad220f573", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d000048517d214af8499aa95ad220f573", "height": 64, "width": 64}], "ids": {"spotify": "0o1uFxZ1VTviqvNaYkTJek", "upc": "074640878626"}, "artists": [{"type": "artistAlbumTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}]}, "artists": [{"type": "artistTrack", "name": "Bob Dylan", "ids": {"spotify": "74ASZWbe4lXaubB36ztrGX"}}], "ids": {"spotify": "18GiV1BaXzPVYpp9rmOg0E", "isrc": "USSM19900534"}}], "skipped_tracks": [], "failed_tracks": [], "total_successful": 1, "total_skipped": 0, "total_failed": 0, "service": "spotify", "final_path": "/app/downloads/Bob Dylan/The Freewheelin' Bob Dylan/01. Blowin' in the Wind.ogg", "download_quality": "OGG_320", "quality": "ogg", "bitrate": "320k"}, "final_path": "/app/downloads/Bob Dylan/The Freewheelin' Bob Dylan/01. Blowin' in the Wind.ogg", "download_quality": "OGG_320"}, "timestamp": 1757278198.888911} diff --git a/logs/tasks/ee548f4c-aeb4-495b-a9f4-c8a725a494b4.log b/logs/tasks/ee548f4c-aeb4-495b-a9f4-c8a725a494b4.log new file mode 100644 index 0000000..62a9284 --- /dev/null +++ b/logs/tasks/ee548f4c-aeb4-495b-a9f4-c8a725a494b4.log @@ -0,0 +1,102 @@ +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "initializing"}, "timestamp": 1781040039.3282444} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "timestamp": 1781040039.601904} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 2913, "progress": 1}, "timestamp": 1781040042.5163164} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 5823, "progress": 2}, "timestamp": 1781040045.42564} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 8844, "progress": 3}, "timestamp": 1781040048.4462328} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 11758, "progress": 4}, "timestamp": 1781040051.3607173} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 14671, "progress": 5}, "timestamp": 1781040054.2742856} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 17693, "progress": 6}, "timestamp": 1781040057.2959652} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 20607, "progress": 7}, "timestamp": 1781040060.2094398} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 23520, "progress": 8}, "timestamp": 1781040063.1230545} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 26542, "progress": 9}, "timestamp": 1781040066.1446095} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 29455, "progress": 10}, "timestamp": 1781040069.0581744} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 32369, "progress": 11}, "timestamp": 1781040071.971851} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 35391, "progress": 12}, "timestamp": 1781040074.9934788} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 38304, "progress": 13}, "timestamp": 1781040077.9068654} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 41218, "progress": 14}, "timestamp": 1781040080.8205419} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 44239, "progress": 15}, "timestamp": 1781040083.8421755} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 47153, "progress": 16}, "timestamp": 1781040086.7558062} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 50066, "progress": 17}, "timestamp": 1781040089.6693203} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 53088, "progress": 18}, "timestamp": 1781040092.6910174} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 56002, "progress": 19}, "timestamp": 1781040095.604633} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 58915, "progress": 20}, "timestamp": 1781040098.5182793} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 61937, "progress": 21}, "timestamp": 1781040101.539738} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 64851, "progress": 22}, "timestamp": 1781040104.4534295} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 67764, "progress": 23}, "timestamp": 1781040107.3668778} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 70786, "progress": 24}, "timestamp": 1781040110.388565} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 73699, "progress": 25}, "timestamp": 1781040113.3020864} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 76613, "progress": 26}, "timestamp": 1781040116.2157774} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 79634, "progress": 27}, "timestamp": 1781040119.2373674} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 82548, "progress": 28}, "timestamp": 1781040122.1509855} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 85462, "progress": 29}, "timestamp": 1781040125.064495} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 88483, "progress": 30}, "timestamp": 1781040128.0861619} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 91397, "progress": 31}, "timestamp": 1781040130.9998093} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 94310, "progress": 32}, "timestamp": 1781040133.9133887} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 97332, "progress": 33}, "timestamp": 1781040136.934908} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 100246, "progress": 34}, "timestamp": 1781040139.8481805} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 103159, "progress": 35}, "timestamp": 1781040142.7620578} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 106181, "progress": 36}, "timestamp": 1781040145.7836277} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 109094, "progress": 37}, "timestamp": 1781040148.6972241} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 112008, "progress": 38}, "timestamp": 1781040151.610819} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 115030, "progress": 39}, "timestamp": 1781040154.6323826} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 117943, "progress": 40}, "timestamp": 1781040157.5460877} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 120885, "progress": 41}, "timestamp": 1781040160.4869149} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 123878, "progress": 42}, "timestamp": 1781040163.4812367} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 126792, "progress": 43}, "timestamp": 1781040166.3948612} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 129706, "progress": 44}, "timestamp": 1781040169.308497} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 132727, "progress": 45}, "timestamp": 1781040172.3300502} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 135641, "progress": 46}, "timestamp": 1781040175.2435832} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 138554, "progress": 47}, "timestamp": 1781040178.1572664} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 141603, "progress": 48}, "timestamp": 1781040181.2052145} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 144489, "progress": 49}, "timestamp": 1781040184.0923598} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 147403, "progress": 50}, "timestamp": 1781040187.0060542} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 150425, "progress": 51}, "timestamp": 1781040190.0275283} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 153338, "progress": 52}, "timestamp": 1781040192.9411352} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 156252, "progress": 53}, "timestamp": 1781040195.8547058} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 159273, "progress": 54}, "timestamp": 1781040198.8762813} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 162187, "progress": 55}, "timestamp": 1781040201.7899828} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 165101, "progress": 56}, "timestamp": 1781040204.7035375} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 168122, "progress": 57}, "timestamp": 1781040207.7249885} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 171036, "progress": 58}, "timestamp": 1781040210.638042} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 173950, "progress": 59}, "timestamp": 1781040213.5524385} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 176971, "progress": 60}, "timestamp": 1781040216.573749} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 179885, "progress": 61}, "timestamp": 1781040219.4875958} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 182798, "progress": 62}, "timestamp": 1781040222.4009976} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 185820, "progress": 63}, "timestamp": 1781040225.42271} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 188733, "progress": 64}, "timestamp": 1781040228.3363595} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 191647, "progress": 65}, "timestamp": 1781040231.249938} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 194669, "progress": 66}, "timestamp": 1781040234.2714674} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 197582, "progress": 67}, "timestamp": 1781040237.1851206} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 200496, "progress": 68}, "timestamp": 1781040240.098207} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 203517, "progress": 69}, "timestamp": 1781040243.120208} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 206431, "progress": 70}, "timestamp": 1781040246.0338824} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 209344, "progress": 71}, "timestamp": 1781040248.94715} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 212366, "progress": 72}, "timestamp": 1781040251.968883} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 215280, "progress": 73}, "timestamp": 1781040254.8826725} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 218193, "progress": 74}, "timestamp": 1781040257.7962272} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 221215, "progress": 75}, "timestamp": 1781040260.817698} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 224129, "progress": 76}, "timestamp": 1781040263.7314713} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 227042, "progress": 77}, "timestamp": 1781040266.6451206} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 230064, "progress": 78}, "timestamp": 1781040269.6665936} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 232977, "progress": 79}, "timestamp": 1781040272.5802538} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 235999, "progress": 80}, "timestamp": 1781040275.6017463} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 238912, "progress": 81}, "timestamp": 1781040278.5152965} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 241826, "progress": 82}, "timestamp": 1781040281.4288177} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 244848, "progress": 83}, "timestamp": 1781040284.4503865} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 247761, "progress": 84}, "timestamp": 1781040287.364099} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 250675, "progress": 85}, "timestamp": 1781040290.2776644} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 253696, "progress": 86}, "timestamp": 1781040293.2992656} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 256610, "progress": 87}, "timestamp": 1781040296.2128422} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 259524, "progress": 88}, "timestamp": 1781040299.1264553} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 262545, "progress": 89}, "timestamp": 1781040302.147867} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 265459, "progress": 90}, "timestamp": 1781040305.0615745} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 268372, "progress": 91}, "timestamp": 1781040307.975372} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 271394, "progress": 92}, "timestamp": 1781040310.996866} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 274307, "progress": 93}, "timestamp": 1781040313.9104676} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 277221, "progress": 94}, "timestamp": 1781040316.8241477} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 280243, "progress": 95}, "timestamp": 1781040319.8454828} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 283183, "progress": 96}, "timestamp": 1781040322.785584} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 286070, "progress": 97}, "timestamp": 1781040325.6718495} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 289091, "progress": 98}, "timestamp": 1781040328.6933975} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "real-time", "time_elapsed": 292005, "progress": 99}, "timestamp": 1781040331.6070585} +{"track": {"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}, "status_info": {"ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "Mona Lisas And Mad Hatters", "disc_number": 1, "track_number": 9, "duration_ms": 295899, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "compilation", "title": "Revamp: The Songs Of Elton John & Bernie Taupin", "release_date": {"year": 2018, "month": 4, "day": 6}, "total_tracks": 13, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e0270c8de84ff4783f90e1ebb04", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d0000485170c8de84ff4783f90e1ebb04", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b27370c8de84ff4783f90e1ebb04", "width": 640, "height": 640}], "ids": {"spotify": "2w667CqWz0JWkhxP7IfijA", "upc": "00602567428473"}, "artists": [{"type": "artistAlbumTrack", "name": "Various Artists", "ids": {"spotify": "0LyfQWJT6nXafLPZqxe9Of"}}]}, "artists": [{"type": "artistTrack", "name": "The Killers", "ids": {"spotify": "0C0XlULifJtAgn6ZNCW2eu"}}], "ids": {"spotify": "2Uh2frxYdVSb3yxRo217wZ", "isrc": "USUM71801093"}}], "skipped_tracks": [], "failed_tracks": [], "total_successful": 1, "total_skipped": 0, "total_failed": 0, "service": "spotify", "final_path": "./downloads/The Killers/Revamp\uff1a The Songs Of Elton John \uff06 Bernie Taupin/9. Mona Lisas And Mad Hatters.ogg", "download_quality": "OGG_320", "quality": "ogg", "bitrate": "320k"}, "final_path": "./downloads/The Killers/Revamp\uff1a The Songs Of Elton John \uff06 Bernie Taupin/9. Mona Lisas And Mad Hatters.ogg", "download_quality": "OGG_320"}, "timestamp": 1781040335.5256898} diff --git a/logs/tasks/fa750352-04c2-40d8-b1de-100632a06bf3.log b/logs/tasks/fa750352-04c2-40d8-b1de-100632a06bf3.log new file mode 100644 index 0000000..68e7e1c --- /dev/null +++ b/logs/tasks/fa750352-04c2-40d8-b1de-100632a06bf3.log @@ -0,0 +1 @@ +{"track": {"type": "track", "title": "Everywhere", "disc_number": 1, "track_number": 3, "duration_ms": 214733, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Punk Goes Pop", "release_date": {"year": 2001}, "total_tracks": 17, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d00001e022c703ee4654510038a7b8a01", "width": 300, "height": 300}, {"url": "https://i.scdn.co/image/ab67616d000048512c703ee4654510038a7b8a01", "width": 64, "height": 64}, {"url": "https://i.scdn.co/image/ab67616d0000b2732c703ee4654510038a7b8a01", "width": 640, "height": 640}], "ids": {"spotify": "5EoRtzlbNHpz4ZHR4rEmwD", "upc": "00888072102637"}, "artists": [{"type": "artistAlbumTrack", "name": "Punk Goes", "ids": {"spotify": "05DSiNi8z8w8iXz34JfHse"}}]}, "artists": [{"type": "artistTrack", "name": "Yellowcard", "ids": {"spotify": "3zxKH0qp3nBCuPZCZT5Vaf"}}], "ids": {"spotify": "4A3H0I1iSmYiHh5IScsBX5", "isrc": "US5260205303"}}, "status_info": {"ids": {"spotify": "4A3H0I1iSmYiHh5IScsBX5", "isrc": "US5260205303"}, "status": "skipped", "reason": "Track already exists at './downloads/Yellowcard/Punk Goes Pop/3. Everywhere.ogg'"}, "timestamp": 1781039826.1666667} diff --git a/logs/tasks/fbd9d1f5-d8af-476c-a9f9-8355088f4931.log b/logs/tasks/fbd9d1f5-d8af-476c-a9f9-8355088f4931.log new file mode 100644 index 0000000..7a3d238 --- /dev/null +++ b/logs/tasks/fbd9d1f5-d8af-476c-a9f9-8355088f4931.log @@ -0,0 +1,102 @@ +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "initializing"}, "timestamp": 1757278379.6943934} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 0, "progress": 0}, "timestamp": 1757278380.9245722} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 1818, "progress": 1}, "timestamp": 1757278382.7437906} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 4126, "progress": 2}, "timestamp": 1757278385.0510159} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 5665, "progress": 3}, "timestamp": 1757278386.5904086} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 7632, "progress": 4}, "timestamp": 1757278388.5571332} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 9409, "progress": 5}, "timestamp": 1757278390.3343837} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 11334, "progress": 6}, "timestamp": 1757278392.2598405} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 13153, "progress": 7}, "timestamp": 1757278394.0783296} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 15078, "progress": 8}, "timestamp": 1757278396.003475} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 17004, "progress": 9}, "timestamp": 1757278397.9292793} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 18822, "progress": 10}, "timestamp": 1757278399.7477846} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 20748, "progress": 11}, "timestamp": 1757278401.6732616} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 22673, "progress": 12}, "timestamp": 1757278403.5986433} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 24492, "progress": 13}, "timestamp": 1757278405.4171789} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 26417, "progress": 14}, "timestamp": 1757278407.3426116} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 28343, "progress": 15}, "timestamp": 1757278409.268124} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 30161, "progress": 16}, "timestamp": 1757278411.0865886} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 32087, "progress": 17}, "timestamp": 1757278413.0121055} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 34012, "progress": 18}, "timestamp": 1757278414.937471} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 35831, "progress": 19}, "timestamp": 1757278416.7559798} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 37756, "progress": 20}, "timestamp": 1757278418.6813855} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 39681, "progress": 21}, "timestamp": 1757278420.6065898} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 41500, "progress": 22}, "timestamp": 1757278422.4254022} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 43425, "progress": 23}, "timestamp": 1757278424.3508534} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 45351, "progress": 24}, "timestamp": 1757278426.2763484} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 47169, "progress": 25}, "timestamp": 1757278428.0947952} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 49095, "progress": 26}, "timestamp": 1757278430.0201876} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 51020, "progress": 27}, "timestamp": 1757278431.945715} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 52839, "progress": 28}, "timestamp": 1757278433.7642117} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 54799, "progress": 29}, "timestamp": 1757278435.7241683} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 56690, "progress": 30}, "timestamp": 1757278437.615166} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 58508, "progress": 31}, "timestamp": 1757278439.4335012} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 60434, "progress": 32}, "timestamp": 1757278441.3589122} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 62359, "progress": 33}, "timestamp": 1757278443.284459} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 64178, "progress": 34}, "timestamp": 1757278445.1030476} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 66103, "progress": 35}, "timestamp": 1757278447.0285316} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 68029, "progress": 36}, "timestamp": 1757278448.9539368} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 69847, "progress": 37}, "timestamp": 1757278450.77246} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 71772, "progress": 38}, "timestamp": 1757278452.697907} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 73698, "progress": 39}, "timestamp": 1757278454.6233594} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 75516, "progress": 40}, "timestamp": 1757278456.4417398} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 77442, "progress": 41}, "timestamp": 1757278458.3671632} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 79367, "progress": 42}, "timestamp": 1757278460.2928066} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 81186, "progress": 43}, "timestamp": 1757278462.1111271} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 83111, "progress": 44}, "timestamp": 1757278464.0367851} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 85037, "progress": 45}, "timestamp": 1757278465.9621744} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 86855, "progress": 46}, "timestamp": 1757278467.7807248} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 88781, "progress": 47}, "timestamp": 1757278469.7061226} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 90706, "progress": 48}, "timestamp": 1757278471.6315842} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 92525, "progress": 49}, "timestamp": 1757278473.4498773} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 94450, "progress": 50}, "timestamp": 1757278475.3754506} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 96376, "progress": 51}, "timestamp": 1757278477.3010654} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 98194, "progress": 52}, "timestamp": 1757278479.1194766} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 100120, "progress": 53}, "timestamp": 1757278481.0450115} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 102045, "progress": 54}, "timestamp": 1757278482.9702015} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 103863, "progress": 55}, "timestamp": 1757278484.7889042} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 105789, "progress": 56}, "timestamp": 1757278486.7141898} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 107714, "progress": 57}, "timestamp": 1757278488.6398091} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 109567, "progress": 58}, "timestamp": 1757278490.492385} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 111458, "progress": 59}, "timestamp": 1757278492.3836727} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 113384, "progress": 60}, "timestamp": 1757278494.3092644} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 115202, "progress": 61}, "timestamp": 1757278496.1277037} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 117128, "progress": 62}, "timestamp": 1757278498.0531154} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 119053, "progress": 63}, "timestamp": 1757278499.9786146} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 120872, "progress": 64}, "timestamp": 1757278501.7971623} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 122797, "progress": 65}, "timestamp": 1757278503.7225752} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 124723, "progress": 66}, "timestamp": 1757278505.6481068} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 126541, "progress": 67}, "timestamp": 1757278507.4664443} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 128466, "progress": 68}, "timestamp": 1757278509.391962} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 130392, "progress": 69}, "timestamp": 1757278511.3173454} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 132210, "progress": 70}, "timestamp": 1757278513.1359296} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 134136, "progress": 71}, "timestamp": 1757278515.0613627} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 136061, "progress": 72}, "timestamp": 1757278516.9868608} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 137880, "progress": 73}, "timestamp": 1757278518.805345} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 139805, "progress": 74}, "timestamp": 1757278520.7308064} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 141731, "progress": 75}, "timestamp": 1757278522.6563425} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 143549, "progress": 76}, "timestamp": 1757278524.4747581} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 145475, "progress": 77}, "timestamp": 1757278526.4003005} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 147400, "progress": 78}, "timestamp": 1757278528.3255422} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 149219, "progress": 79}, "timestamp": 1757278530.1442275} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 151144, "progress": 80}, "timestamp": 1757278532.0694742} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 153070, "progress": 81}, "timestamp": 1757278533.9950936} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 154888, "progress": 82}, "timestamp": 1757278535.8135855} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 156814, "progress": 83}, "timestamp": 1757278537.7390954} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 158739, "progress": 84}, "timestamp": 1757278539.664544} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 160558, "progress": 85}, "timestamp": 1757278541.482989} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 162483, "progress": 86}, "timestamp": 1757278543.4080622} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 164408, "progress": 87}, "timestamp": 1757278545.3339198} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 166227, "progress": 88}, "timestamp": 1757278547.1523774} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 168152, "progress": 89}, "timestamp": 1757278549.0777402} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 170078, "progress": 90}, "timestamp": 1757278551.0032492} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 171896, "progress": 91}, "timestamp": 1757278552.8218167} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 173822, "progress": 92}, "timestamp": 1757278554.7472866} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 175747, "progress": 93}, "timestamp": 1757278556.6726694} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 177566, "progress": 94}, "timestamp": 1757278558.4912305} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 179491, "progress": 95}, "timestamp": 1757278560.4167147} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 181458, "progress": 96}, "timestamp": 1757278562.3832898} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 183235, "progress": 97}, "timestamp": 1757278564.160544} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 185161, "progress": 98}, "timestamp": 1757278566.085999} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "real-time", "time_elapsed": 187086, "progress": 99}, "timestamp": 1757278568.0115335} +{"track": {"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}, "status_info": {"ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}, "status": "done", "summary": {"successful_tracks": [{"type": "track", "title": "I Will Follow You into the Dark", "disc_number": 1, "track_number": 5, "duration_ms": 189186, "explicit": false, "genres": [], "album": {"type": "albumTrack", "album_type": "album", "title": "Plans", "release_date": {"year": 2005, "month": 8, "day": 29}, "total_tracks": 11, "total_discs": 1, "genres": [], "images": [{"url": "https://i.scdn.co/image/ab67616d0000b273c985bcc18dd81da80839e5a9", "height": 640, "width": 640}, {"url": "https://i.scdn.co/image/ab67616d00001e02c985bcc18dd81da80839e5a9", "height": 300, "width": 300}, {"url": "https://i.scdn.co/image/ab67616d00004851c985bcc18dd81da80839e5a9", "height": 64, "width": 64}], "ids": {"spotify": "1NFGnxmeIEBakre4DvLaJq", "upc": "075678383465"}, "artists": [{"type": "artistAlbumTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}]}, "artists": [{"type": "artistTrack", "name": "Death Cab for Cutie", "ids": {"spotify": "0YrtvWJMgSdVrk3SfNjTbx"}}], "ids": {"spotify": "3kZC0ZmFWrEHdUCmUqlvgZ", "isrc": "USAT20504677"}}], "skipped_tracks": [], "failed_tracks": [], "total_successful": 1, "total_skipped": 0, "total_failed": 0, "service": "spotify", "final_path": "/app/downloads/Death Cab for Cutie/Plans/05. I Will Follow You into the Dark.ogg", "download_quality": "OGG_320", "quality": "ogg", "bitrate": "320k"}, "final_path": "/app/downloads/Death Cab for Cutie/Plans/05. I Will Follow You into the Dark.ogg", "download_quality": "OGG_320"}, "timestamp": 1757278570.0629134} diff --git a/old_docker_configs/.env b/old_docker_configs/.env new file mode 100644 index 0000000..9662a01 --- /dev/null +++ b/old_docker_configs/.env @@ -0,0 +1,65 @@ +### +### Main configuration file of the server. If you +### plan to have this only for personal use, you +### can leave the defaults as they are. +### +### If you plan on using for a server, +### see https://spotizerr.rtfd.io +### + +# Interface to bind to. Unless you know what you're doing, don't change this +HOST=0.0.0.0 + +# Redis connection (external or internal). +# Host name 'redis' works with docker-compose.yml setup +REDIS_HOST=redis +REDIS_PORT=6379 +REDIS_DB=0 +REDIS_PASSWORD=ajRGddcABb1 + +# Set to true to filter out explicit content. +EXPLICIT_FILTER=false + +# Optional: Sets the default file permissions for newly created files within the container. +UMASK=0022 + +# Whether to setup file permissions on startup. May improve performance on remote/slow filesystems +SKIP_SET_PERMISSIONS=false + +### +### Multi-user settings, disabled by default. +### + +# Enable authentication (i.e. multi-user mode). +ENABLE_AUTH=false + +# Basic Authentication settings. +JWT_SECRET=long-random-text + +# How much a session persists, in hours. 720h = 30 days. +JWT_EXPIRATION_HOURS=720 + +# Default admins creds, please change the password or delete this account after you create your own +DEFAULT_ADMIN_USERNAME=admin +DEFAULT_ADMIN_PASSWORD=admin123 + +# Whether to allow new users to register themselves or leave that only available for admins +DISABLE_REGISTRATION=false + +# SSO Configuration +SSO_ENABLED=true +SSO_BASE_REDIRECT_URI=http://127.0.0.1:7171/api/auth/sso/callback +FRONTEND_URL=http://127.0.0.1:7171 + +# Google SSO (get from Google Cloud Console) +GOOGLE_CLIENT_ID= +GOOGLE_CLIENT_SECRET= + +# GitHub SSO (get from GitHub Developer Settings) +GITHUB_CLIENT_ID= +GITHUB_CLIENT_SECRET= + +# Log level for application logging. +# Possible values: debug, info, warning, error, critical +# Set to 'info' or 'warning' for general use. Use 'debug' for troubleshooting. +LOG_LEVEL=info diff --git a/old_docker_configs/docker-compose.yaml b/old_docker_configs/docker-compose.yaml new file mode 100644 index 0000000..c701e06 --- /dev/null +++ b/old_docker_configs/docker-compose.yaml @@ -0,0 +1,36 @@ +# HEY, YOU! READ THE DOCS BEFORE YOU DO ANYTHING! +# https://spotizerr.rtfd.io + +name: spotizerr +services: + spotizerr: + image: cooldockerizer93/spotizerr + user: "1000:1000" # Spotizerr user:group ids + volumes: + # Ensure these directories and the .cache file exist and are writable by the container user + - ./services/spotizerr/data:/app/data # data directory, contains config, creds, watch, history + - /mnt/qnas_vault/Music:/app/downloads # downloads directory, contains downloaded files + - ./services/spotizerr/logs:/app/logs # logs directory, contains logs + - ./services/spotizerr/.cache:/app/.cache # cache file + ports: + # Port to expose the app on + - 7171:7171 + container_name: spotizerr-app + restart: unless-stopped + env_file: + # Ensure you have a .env file in the root of the project, with the correct values + - .env + depends_on: + - redis + redis: + image: redis:alpine + container_name: spotizerr-redis + restart: unless-stopped + env_file: + - .env + volumes: + - redis-data:/data + command: sh -c 'redis-server --requirepass "$REDIS_PASSWORD" --appendonly yes' +volumes: + redis-data: + driver: local